HackerLangs
TopNewTrendsCommentsPastAskShowJobs

wesselbindt

no profile record

comments

wesselbindt
·18 วันที่ผ่านมา·discuss
It reveals the exact type of mindset that could produce an article like this. All they know is waterfall, so they see agentic coding and think: "you know what we need? More waterfall"
wesselbindt
·23 วันที่ผ่านมา·discuss
To create goodwill! Nefariously!
wesselbindt
·27 วันที่ผ่านมา·discuss
I'm nowhere near that level of experience, although I've done both as well. I'm more backend oriented. And my experience has been the opposite. When I ask for backend code, footgun after footgun appears on my screen. With frontend code, much less of an issue, as far as I can tell. Part of me believes this is because I'm less skilled at frontend, and I don't bat an eye when the LLM plops down yet another useMemo (I've since learned that this is rarely needed). But in your case this argument can hardly be made. With 25 years I trust your ability to spot a good design on either end of the stack. So then I don't know where this discrepancy comes from. Maybe my prompting skills leave something to be desired.
wesselbindt
·27 วันที่ผ่านมา·discuss
Would you describe yourself as more skilled at frontend engineering or at backend engineering?
wesselbindt
·28 วันที่ผ่านมา·discuss
I'm well aware of its context and original meaning, and I'm very happy to twist its meaning into something Kissinger would disagree with any chance I get.
wesselbindt
·28 วันที่ผ่านมา·discuss
You guessed wrong. As far as I know, there's no such lobby, and I find your suggestion of its existence to be antisemitic. But the pro Israel lobby is quite open and public. Aipac's spending, for example, is public knowledge, and you can look it up for yourself.
wesselbindt
·28 วันที่ผ่านมา·discuss
As the saying goes, it may be dangerous to be America's enemy, but to be America's friend is fatal. True in the 60s, still true today.
wesselbindt
·29 วันที่ผ่านมา·discuss
The idea of injecting more indeterminacy in pipelines is beyond me.
wesselbindt
·เดือนที่แล้ว·discuss
Artisanal astroturfing, using organic humans, used to be the norm. Could be that OP is an actual human doing astroturfing.
wesselbindt
·เดือนที่แล้ว·discuss
Why?
wesselbindt
·เดือนที่แล้ว·discuss
> Well, because obviously the finish line of the space race was the Moon.

So, this choice is not super obvious to me. If it was called the moon race or whatever, I'd get it. But in this case it just feels like making up rules after the fact to make sure you "win".

EDIT: I just realized you might be saying this sarcastically. I'm really bad at picking up on that sort of stuff, and apologize if that's the case.
wesselbindt
·เดือนที่แล้ว·discuss
America won the space race? The only milestone where the US got there first was having boots on the moon. Every other milestone (first artificial satellite, first organism in space, first man in space, first woman, first spacewalk, first craft on the moon) was achieved by the soviets first. Taking the one arbitrary milestone where the US did come in first and declare it the finish line feels weird as heck.
wesselbindt
·เดือนที่แล้ว·discuss
[dead]
wesselbindt
·2 เดือนที่ผ่านมา·discuss
Those are not arguments, those are assertions.
wesselbindt
·2 เดือนที่ผ่านมา·discuss
I feel like this argument always boils down to explicit vs implicit. It tastes the same as static vs dynamic typing. Personally, I fall well into the explicit camp. I like when I can know stuff about a function without having to read its body, and the bodies of the functions it calls, and the bodies of the functions they call, and so on. And so, I like when I can see from the function signature that it returns an integer, or when I can see from the function signature that it might do IO.

This comes at a cost, namely that of reading five extra characters in a function signature, and I could kind of imagine (truly!) how that gets in the way for some people. There is a cost of writing the five characters as well (and like the author mentions, in a poorly designed codebase, this may have to go down the call stack), but code is read more often than written, so in a sense this is negligible.

Like the dynamic vs static typing debate, I feel like this ultimately boils down to context and personal taste, and some amount of intelligence as well. I'm impressed by the amount of stuff the dynamic typing / non-async crowd is able to keep in their working or long term memory while coding. I don't have that kind of mental bandwidth, sadly.

Having said all that, this argument is disingenuous in that it completely ignores the fact that the async keyword tells you something useful (rather than some made up nonsense like color), and most of the argument basically boils down to "if you ignore the benefits, this syntax has no benefits", and I really don't respect that as an argument.
wesselbindt
·2 เดือนที่ผ่านมา·discuss
I've been in the situation a couple of times where we had full control over choosing the frontend framework. Every time we chose React, the main argument was hirability and the fact that the engineers in question were most proficient in React. That is, inertia.

Secondly, when someone new asks me what web framework to learn, I tell them React. And the main reason, every time, is that this is more likely to get them a job, i.e., inertia.

We got here somehow. Clearly, React didn't get here purely on momentum, and must have done something less poorly than the other frameworks. But I think it's hard to deny that inertia plays a big role in its current popularity.
wesselbindt
·2 เดือนที่ผ่านมา·discuss
Seems like you dropped something:

> Disclaimer: I maintain depsguard
wesselbindt
·2 เดือนที่ผ่านมา·discuss
I was under the impression that anyone that uses the MTTR abbreviation knows enough to understand that you need to balance it with change failure rate, deploy frequency, and lead time.
wesselbindt
·2 เดือนที่ผ่านมา·discuss
I don't believe you actually think it's odd to not want to run unreviewed code in prod. I accept that you might disagree, but I don't believe this is a take you haven't heard a million times before.
wesselbindt
·2 เดือนที่ผ่านมา·discuss
This kind of frivolous nonsense disqualifies bun from ever being a serious option to me. I'm not building any kind of software used in a professional setting on 1M lines of unreviewed code.