HackerLangs
TopNewTrendsCommentsPastAskShowJobs

laszlojamf

no profile record

comments

laszlojamf
·قبل 12 يومًا·discuss
> I'll quote a Boeing (from MD originally) executive as saying "Meeting this project deadline is more important than your child dying."

Given Boeings later history this is pretty chilling...
laszlojamf
·قبل 12 يومًا·discuss
I had a couple of courses that had open-book exams, where you could bring _any_ material you wanted. Any books, notes, equipment, really anything you wanted. The exam was still hard, because it focused on defining problems. Knowing what question to ask. This is still the hardest problem, even with LLMs. My guess is that most teachers don't like open-book exams, because they are hard to make. But maybe LLMs could help with this too. There is no putting the genie back in the bottle anymore, and restrictions are only going to be effective for dumb cheaters. You have to create exams which make the smart cheaters do actual work.
laszlojamf
·قبل 12 يومًا·discuss
I love it!

But the bonus word (a word most player would miss) on 29/7 was not very subtle. No spoilers, but you won't miss it >.<
laszlojamf
·قبل 14 يومًا·discuss
Bush Jr was born '46. Obama (literally the next president) was born in '61. Not much of a pattern there
laszlojamf
·قبل 14 يومًا·discuss
walking into a wall slowly doesn't hurt much, but you really don't have to speed up a lot for it to a hurt a whole lot more.
laszlojamf
·قبل 15 يومًا·discuss
you do you of course, but IMO there are bigger fish to fry
laszlojamf
·قبل 15 يومًا·discuss
I mean... I get it. It's annoying. But the outrage is getting old. LLMs hallucinate. It's an unfixable problem. We're going to have to get used to it.

In all fairness, fake reviews and just people lying on the internet has always been a thing. The fact that gemini once in a while gets something wrong is just not very upsetting anymore IMO.
laszlojamf
·قبل 15 يومًا·discuss
I get the usefulness of allocators, I just don't see them as useful enough where I'd pick zig over another established systems programming language. Do you have an example?
laszlojamf
·قبل 15 يومًا·discuss
I really love everything about zig except the language itself. The governance, the culture, all of it seem really cool, but reading https://ziglang.org/learn/why_zig_rust_d_cpp/ I still don't get _why_ I would use it. To an untrained eye, it seems like go, but with manual allocation. Or an imperative-only rust. Like it has some features of all the languages it competes with, but not the ones that would make me reach for them. What do people use zig for, and why zig and not one of the others?
laszlojamf
·قبل 15 يومًا·discuss
yeah, what I feel happens is that priorities get a lot harder. I'm two courses and a project away from a master in robotics, but when you have a steady, well-paying job already and a spouse and kid, it's gets really hard to motivate exactly _why_ you want that degree.
laszlojamf
·قبل 17 يومًا·discuss
this might be a case of AI feedback, where people have been exposed to so much AI writing that they are starting to write like AI themselves.
laszlojamf
·قبل 26 يومًا·discuss
as much as I feel for the maintainers here, this sort of (again) puts the spotlight on our collective dependence on a handful of individuals basically working for free _with no backup_. Most normal organizations stagger vacations to avoid these things. Most normal organizations _have_ to do this, because their customers require it. Here, we're all customers of curl, but not really. It's a weird, IMO unhealthy, twilight zone that isn't good for anybody. And it surprises - and saddens - me that not even friggin curl has the financial muscles to have somebody on-call for one month...
laszlojamf
·قبل 28 يومًا·discuss
3 beers for 4 euros? Man, we live in different Europes
laszlojamf
·قبل 30 يومًا·discuss
gotta love HN. Top comment on an AMA with an author who's actually written books is "Here is a book you should read".
laszlojamf
·الشهر الماضي·discuss
to be fair, the top comment from simonw is most likely legit unless anthropic hacked his account too
laszlojamf
·الشهر الماضي·discuss
this resonates with me, but fortunately one difference between LLMs and rockstar developers, is that LLMs will at least _try_ to explain what they are doing, and why something has to be certain why. I've gotten quite a lot of mileage from being a five-year-old with Claude and just asking "why" until I'm satisfied
laszlojamf
·الشهر الماضي·discuss
"a solid leader who can carry the weight of our massive responsibility"
laszlojamf
·الشهر الماضي·discuss
The title just goes to show that

1. the turkish government had reasons for trying to get people to use "Türkiye" instead.

2. It's still not working.

I 100% thought this was about birds until clicking
laszlojamf
·الشهر الماضي·discuss
https://archive.is/l5LsW
laszlojamf
·الشهر الماضي·discuss
I think the missing piece here is nuance. Of course there are certain tasks that software engineers do that will be replaced. But will AI replace _everything_ a software engineer does? The most difficult bit about software engineering is to keep a mental model of _everything_ a product does with varying levels of granularity. The way I see LLMs fail at my company the most is that they are very good at the big picture, and very good at the very small picture, but have difficulty moving between those two levels. And especially when changes have occurred or accumulated over time. Most of all production systems have an extremely long tail of gotchas which are only managed by people who have been around for long enough to have some kind of deep storage access in their heads to those little tidbits of information. And I think current LLMs might be fundamentally incapable of replacing that.