Readit News logoReadit News
sverhagen commented on Line scan camera image processing for train photography   daniel.lawrence.lu/blog/y... · Posted by u/dllu
stubish · 4 days ago
Anyone know of a steam train captured in the same way? I'm interested in the effect of the parts with vertical motion such as the pistons and steam clouds, combined with the largely static body.
sverhagen · 4 days ago
Those parts would appear oddly shaped, like the distorted limbs off athletes on a photo finish.
sverhagen commented on It's time for modern CSS to kill the SPA   jonoalderson.com/conjectu... · Posted by u/tambourine_man
QuadrupleA · a month ago
Side note, sick of jQuery being always associated with spaghetti in the tech lexicon.

Any Turing-complete system is spaghetti in the hands of bad programmers. And simple & clear in the hands of good ones who know how to design.

sverhagen · a month ago
Languages... (is jQuery a language, I guess so, let's go with that)... live in a context... there is culture, tooling, libraries, frameworks. Some languages have good culture, some have bad culture. I guess it's not even so black and white: language have good or bad culture in different areas: testing, cleanliness, coding standards, security, etc. If jQuery is misused in the hands of bad programmers ALL THE TIME, that becomes the culture. Not much to do about it anymore once the concrete has set. You can't still be an exception to rules, good for you! But that doesn't change the culture...?
sverhagen commented on Intel's retreat is unlike anything it's done before in Oregon   oregonlive.com/silicon-fo... · Posted by u/cbzbc
chneu · a month ago
I live in Hillsboro. Home sales are fine. There are whole subdivisions selling out before they are finished.

The $180k figure is also inflated. Most folks being laid off don't make over $100k.

sverhagen · a month ago
I don't think they're talking about actual home sales prices up to this point, but rather the situation going forward, over a longer period of time.
sverhagen commented on Writing documentation for AI: best practices   docs.kapa.ai/improving/wr... · Posted by u/mooreds
sverhagen · 2 months ago
Assuming the app in question is open source, which certainly not all of them are, why would the AI read the docs, if it can read the source?
sverhagen commented on Container: Apple's Linux-Container Runtime   github.com/apple/containe... · Posted by u/jzelinskie
sverhagen · 3 months ago
Is it smart to call the implementation after the category, or am I misunderstanding what is going on? Surely they won't be able to trademark this?
sverhagen commented on FAA to eliminate floppy disks used in air traffic control systems   tomshardware.com/pc-compo... · Posted by u/daledavies
latexr · 3 months ago
> This is the most important infrastructure project that we’ve had in this country for decades. Everyone agrees — this is non-partisan. Everyone knows we have to do it.

Considering the current political climate and rampant government cuts to important services, I very much doubt “everyone agrees” and that this is the best time to be planning such an important transition.

sverhagen · 3 months ago
Yeah, couldn't this easily split in a group supporting the FAA to implement a better system, versus a group trying to contract it out to the private sector? Before you know it, IBM* is printing money again. (* substitute with Evil Corp of your choosing)
sverhagen commented on YouTuber claims to have received an offer to buy the Commodore brand   amiga-news.de/en/news/AN-... · Posted by u/daledavies
0xbadc0de5 · 3 months ago
I watched the video and support the effort. They seemed earnest and genuine in their desire to do right by the brand's legacy. However, I can't help but feel that releasing this information before the deal is in place is doing themselves a disservice. I can understand their excitement, but this could harm or derail any negotiation efforts. Business 101: don't count your chickens before they hatch.
sverhagen · 3 months ago
In this case not chickens, but chickenheads.
sverhagen commented on Is It JavaScript?   blog.jim-nielsen.com/2025... · Posted by u/todsacerdoti
creesch · 3 months ago
I'd say that even though available APIs change based on context the premise of the "It's just JavaScript" line is more often that the syntax is still that of JavaScript. Meaning that in many ways it is much easier for someone used to browser/front-end JavaScript to start poking at a Node.js script compared to a python script with similar functionality. In that sense it is "just" JavaScript.

It's still useful to point out the differences like the article does. Because it isn't as if the transition between the various JavaScript environments is seamless.

sverhagen · 3 months ago
I can agree that familiarity of the basic syntax is a decent strategy to get people over their fear of trying something new (really by making them think it isn't new at all). But it's also the lowest common denominator, and if understanding of the basic syntax is the only thing you have on offer, oh boy, are you going to meet that wall... real quick.
sverhagen commented on Dependency injection frameworks add confusion   rednafi.com/go/di_framewo... · Posted by u/ingve
Nab443 · 3 months ago
This is the point, you need an IDE with advanced features while a text editor should be all you need to understand what the code is doing..
sverhagen · 3 months ago
Why, as a professional, would you not use professional tooling. Not just for DI, but there are many benefits to using an IDE. If you want to hone your skills in your own time by using a text editor, why not. But as a professional, denying the use of an IDE is a disservice to your team. (But hey, everyone's entitled their opinion!)

Edit: upon rereading I realize your point was about reading code, not writing it, so I guess that could be a different use case...

sverhagen commented on Dependency injection frameworks add confusion   rednafi.com/go/di_framewo... · Posted by u/ingve
DanielHB · 3 months ago
Is it ctrl+click takes you to the main implementation directly? If not it is reaaaaaallly annoying
sverhagen · 3 months ago
I think so.

Also, what I think is also important to differentiate between: dependency injection, and programming against interfaces.

Interfaces are good, and there was a while where infant DI and mocking frameworks didn't work without them, so that folks created an interface for every class and only ever used the interface in the dependent classes. But the need for interfaces has been heavily misunderstood and overstated. Most dependencies can just be classes, and that means you can in fact click right into the implementation, not because the IDE understands DI, but because it understands the language (Java).

Don't hate DI for the gotten-out-of-control "programming against interfaces".

u/sverhagen

KarmaCake day2357December 24, 2016
About
VP of Engineering at Roost. Also writing Java, Python, generally interested in technology, thus hanging out on Hacker News.
View Original