HackerTrans
TopNewTrendsCommentsPastAskShowJobs

hash0

24 karmajoined 24 дня назад
(Wannabe-)Systems engineer fascinated by emergent complexity, discrete mathematics, and retro computing architectures (Amiga 500 roots). Currently designing a deterministic, zero-player simulation engine utilizing cellular automata constraints.

Submissions

[untitled]

1 points·by hash0·15 дней назад·0 comments

Ask HN: NIST Randomness Beacon Interruption?

4 points·by hash0·18 дней назад·1 comments

[untitled]

1 points·by hash0·22 дня назад·0 comments

comments

hash0
·21 час назад·discuss
If I may ask: In what areas have you found the most acceleration in productivity? For me as an enthusiastic amateur programmer (whose enthusiasm is, arguably, greater than my technical abilities) the only reliable and sustainable way to use AI in building software is to treat it like an exceptionally knowledgeable (though not perfect!), infinitely patient tutor that guides me through programming problems I run into. The minute I relinquish control and let it just write code for me I am doomed because AI cannot fix its own mistakes in anything of medium complexity or above - and then I have to dig down and try to understand code I haven't written which is, in my opinion, worse than having had to write it myself in the first place.
hash0
·23 часа назад·discuss
I wouldn't consider myself an SWE, just an amateur programmer, so this is an honest question: In your opinion, is there such a case where the usage of AI in software engineering has either sped up the dev time or improved product reliability (or even both)?
hash0
·вчера·discuss
I started using LLMs in 2022, quickly turned away because the things obivously made up stuff I am a certified expert it. Back to Stack Overflow. Came around to LLMs in late 2025 again as they rolled it out in my workplace and quickly succumbed to them becoming my all-knowing, (almost) flawless, infinitely patient teacher - that was the last time I opened Stack Overflow. AI never tells me I'm dumb for asking a question, never passive-aggressively shoves genuine questions aside. And AI can just be as critical in dissecting my flawed approaches to problems as SO could be (which is good!) but without the toxicity.
hash0
·вчера·discuss
Seems like the need for a support group depends on whether the recent advent of LLMs in your specific workplace has led you to become a Centaur ("I'm now a 10x SWE") or a Reverse Centaur ("this is rapidly sucking the joy this job once held for me"). So, yes, there is very definitely a need for this as there are definitely people seeing themselves cast as the latter.
hash0
·вчера·discuss
Seems to me that both music and language fall into the same category of "patterns whose consumption will trigger a highly subjective experience (pleasurable or repulsive)". AIs as pattern matching machines can do this pretty well by now. Coding, however, is a separate category, one where cold, hard logic reigns supreme. Code is not consumed to illicit a subjective response but to work, fullfil its job - which might explain the gap between these two.
hash0
·позавчера·discuss
"...when a claim passes through five AI agents, how should trust propagate from one step to the next? I spent months trying to solve it."

Maybe I am naive here, but wouldn't a sane person try to turn a rational eye on the problem stated therein and - maybe -think "what if there is a way to avoid chaining of AI agents at all?".
hash0
·позавчера·discuss
The waterfall graph in the middle of this article is worth looking this up.
hash0
·позавчера·discuss
tl;dr Instead of solving textbook-style hard problems, "find the easiest problem whose solution would be useful".
hash0
·позавчера·discuss
"The company said the most likely explanation is that one of its transport partners sold the vehicle without removing K Group branding, despite contractual obligations requiring decals to be removed before resale."

I say this was done intentionally - the Iranian Revolutionary Guards surely can put that extra income from advertisement during a highly televised event to good use.
hash0
·позавчера·discuss
"He's not wrong. He's rarely wrong, which is the annoying thing about Gareth."
hash0
·5 дней назад·discuss
Hopefully it will fare better in its ecological and economical impact than the Assuan dam - which, I will never tire to say, has to put almost its entire electricity output to the production of fertilizers that no longer deposit naturally along the Nile's banks because of the dam(n).
hash0
·5 дней назад·discuss
This is a stunning idea and execution! I am glad I clicked on that link and spent a couple of minutes on it. Serious kudos, good Sir/Ma'am/[respectful appellation of your choosing].
hash0
·5 дней назад·discuss
Not sure if I fully qualify as a dev but I, for one, are rather confident in conversation. But with code, there is only two modes: Either I am the biggest idiot whoever disgraced Earth's surface or I am the absolute titanic Übergod for whom no problem is too hard to solve. There is nothing in between which is pretty vexing.
hash0
·8 дней назад·discuss
Pretty sure their strategy is "hype it up, stuff it down EVERYONE's throat, once everyone is hooked and the tool is indispensable, make them pay for it. And rachet up the prices every quarter".
hash0
·8 дней назад·discuss
You're most welcome, Good Sir/Ma'am/[respectful appellation of your choosing]! ;)
hash0
·8 дней назад·discuss
I apologize, I did not mean to rain on your parade - maybe I am a kind of "half empty" person.

Please, keep your enthusiasm up! In a world full of cynics (me included), it's refreshing to see people throwing themselves into their projects with zest and passion.
hash0
·8 дней назад·discuss
You mention two very specific aspects of AI producing code:

- "It hyper-focuses on the current task and couldn't care less if its changes break other parts of the system." - "Long context = instant brain damage"

This is why I quickly discovered that I had to turn AI into a knowledgable, patient tutor rather than let it code for me. I am thoroughly at the helm for all decisions big and small - I don't let AI touch the code anymore.
hash0
·8 дней назад·discuss
"Now I'm thinking - once it does happen - what will I spend my time dooing? Espeically, with AI?"

Not "once" - the word you are looking for is "if". And a pretty big if at that...
hash0
·8 дней назад·discuss
I would really like to know how people work on anything more complicated than a single page website without using an IDE/Editor any more - in my experience, AI is just not up to the task of managing multi-file projects without me having a very sharp eye on what it does.
hash0
·8 дней назад·discuss
AI is really good at the implementation of small, stand-alone pieces of software. Within this very limited scope your concept holds: Humans may focus on what to build instead of how.

Anything more complicated than that and AI is easily overwhelmed with even the implementation part, trapping itself in endless cycles of contradictory code changes.

So, no, I don't think this is what is going to happen.