Live data from Hacker News

Viewing profile — spoiler

spoiler

HN member
Joined
Tue, Jan 15, 2013, 9:37 AM UTC
HN karma
2,727
Public activity
1,221 items

About spoiler

Software engineer by day. Aspiring artist by night.

Also, I'm very passionate about DX and UX...

And I like long walks on the beach.

Recent public activity

  1. comment
    Comment #48477792

    Gosh, I must be doing something wrong. I spent 15 minutes (of which a lot was waiting while it was thinking about "backwards rationalising" it's decision and "gaslighting"[1]) argu…

  2. comment
    Comment #48472088

    Gosh, that seems like a conclusion someone came to using AI lol. I agree that intuition is important, and that it's sometimes easier to develop correct intuition without a conflict…

  3. comment
    Comment #48176713

    Lol... I noticed it does weird stuff sometimes. I'll see it generate a python script inline on the CLI to edit files. Like... Yo what the fuck? It literally used the edit tool unti…

  4. comment
    Comment #48135702

    What? It's an algorithm (albeit an expensive one) designed to produce engaging output. It's not a doctor, it's definitely not more capable than experts in their fields. It's not re…

  5. comment
    Comment #48135646

    The achievements of thousands of of agents vibe coding in parallel. Marvellous, simply marvellous. And the news fearmonger how AI will replace jobs. Lol

  6. comment
    Comment #48128839

    I'm 99% sure my old boss was pasting Slack messages in and out of ChatGPT. Some people are feral with this AI bullshit

  7. comment
    Comment #48115868

    Yes, but if chokemegently420 on some random sub Reddit gave them that advice, nobody would be the wiser. It's not like ChatGPT is a certified clinician

  8. comment
    Comment #48061706

    Don't you lose really users by making it easy for bots to complete a sign up, but hard for humans?

  9. comment
    Comment #48043752

    It's not much to go on by, but I kinda feel ya. I think one exception I'd perhaps make is doing a large mechanic refactor. I find them incredibly daunting. So, I'll just ask AI for…

  10. comment
    Comment #48002830

    If I'm very tired (after I had insomnia for two or so days) I have mild hallucinations, and they're pretty boring/benign. But mine are more auditory than visual. This isn't unusual…

  11. comment
    Comment #47984386

    "Be gay; do crimes" has a new twist

  12. comment
    Comment #47931036

    The thing is, the development timeline is so compressed that you lose intimate knowledge of the codebase. Like, I don't think humans can form memories that detailed that quickly? M…

  13. comment
    Comment #47921199

    Memory _is_ data at the level Rust works. It just has a few abstractions in the stdlib that hide this. And the code you highlighted is taking steps in the "let's add abstraction" d…

  14. comment
    Comment #47775446

    It frequently gets indentation wrong on projects, then tries to write sed/awk scripts. Can't get it right, then write a python script that reformats the whole file on stdout, makes…

  15. comment
    Comment #47775388

    Honestly, I thought it was a skill issue too, but it just turns out I wasn't using it enough. I started a new job recently, so I'm asking it a lot of questions about the codebase, …

  16. comment
    Comment #47734687

    Curious, what do you normally use? I had to write a few timing sensitive MC drivers and the only way I knew how onto do that reliably was using assembly. But granted, it wasn't _of…

  17. comment
    Comment #47665414

    Yes, and to add, in case it's not obvious: in my experience the maintenance, mental (and emotional costs, call me sensitive) cost of bad code compounds exponentially the more hacks…

  18. comment
    Comment #47598845

    I have been doing this for years, especially for libraries (internal or otherwise), anything that's `pub`/`export`, or gnarly logic that makes the intent not obvious. Not _everythi…

  19. comment
    Comment #47594823

    There's many JS implementations out there. Quality kind depends on what you need, and there's some engines more or less complete in which quirks are supported. And for example, v8 …

  20. comment
    Comment #47585787

    Random aside: I've seen a 2015 game be accused of AI slop on Steam because it used a similar concept... And mind you, there's probably thousands of games that do this. First it was…

  21. comment
    Comment #47576686

    I know this is a spicy take, but it probably just means you're more eloquent in your writing than most netizens... And that's not really a hard bar to clear if you look at how peop…

  22. comment
    Comment #47571552

    I recently battled this and reverted to using DOM measurements. In my case the measurement would be off by around a pixel, which caused layout issues if I tried rendering the text …

  23. comment
    Comment #47511305

    To be fair, early wine (when I first tried it) wasn't very usable, and for gaming specifically. So if you were an early enthusiast adopter, you might've just experienced their grow…

  24. comment
    Comment #47511254

    Oh, this is news to me! I've used Krita to pain (recreational noob, not on a professional level) and I never realised this. I'll play with this tomorrow

  25. comment
    Comment #47507181

    Most of the transfors you describe are still unfortunately destructive (ie the only way to go back is to undo). I'm not an expert on this, but I think the only way this could be ke…