Live data from Hacker News

Viewing profile — JetSetIlly

JetSetIlly

HN member
Joined
Sun, Mar 20, 2022, 10:41 AM UTC
HN karma
320
Public activity
141 items

About JetSetIlly

No profile information was provided.

Recent public activity

  1. comment
    Comment #49194320

    The albums he did with Jon Anderson are worth a listen too I think.

  2. comment
    Comment #48894596

    Similar to Discord's migration from Go to Rust. The measurements and reasons they gave were true but even by the time of the migration, Go had already moved on and improved. They w…

  3. comment
    Comment #48475032

    > The problem isn't this weird gaslighting attempt that we just haven't let Claude in our hearts and souls yet which you seem to have determined is inevitable (spoiler alert, it is…

  4. comment
    Comment #48422516

    > This is not okay. Agreed. The way to address it though, is through calm analysis and reason. The emotional language from both groups is not helping. If there's one problem with C…

  5. comment
    Comment #48422354

    > As a long-time open-source maintainer, I find all the second-guessing and armchair psychoanalysis here (not just in this comment, all over HN) about Tridge's motivations, state o…

  6. comment
  7. comment
  8. comment
    Comment #48277100

    Ferrari have long worked with third-party coachbuilders such as Pininfarina. I'm not sure how much autonomy Ive had over the final design, but if it's anything like the relationshi…

  9. comment
    Comment #48167942

    > Well, that and the fact that after the 48K beeper the 128K was never going to sound less than incredible Some of the stuff people do with the 48k beeper is incredible though. Tim…

  10. comment
    Comment #48060655

    That's not enough in this case. The suggested mitigation according to the Dirty.Frag github page is to blacklist esp4, esp6 and rxrpc

  11. comment
    Comment #47974263

    Oh interesting! I've heard of sourcehut of course, but never looked at it. Thanks for the pointer.

  12. comment
    Comment #47974145

    Yes. But I would like a public service that took care of that for me. So like github but without the bells and whistles. Part of the reason for not wanting bells and whistles is fo…

  13. comment
    Comment #47973898

    I think there's a gap in the market for a much simpler type of git service. All I need is a remote host to which I can push projects for others to see. I don't particularly want pu…

  14. comment
  15. comment
    Comment #47699669

    I wrote a program similar to this for AmigaOS many, many years ago. I would have been inspired by ZoneAlarm or a program like it. I've just found it and uploaded it to github. Look…

  16. comment
    Comment #47688189

    Some nice ideas but the regexes should include word boundaries. For example: git log -i -E --grep="\b(fix|fixed|fixes|bug|broken)\b" --name-only --format='' | sort | uniq -c | sort…

  17. comment
    Comment #47687839

    Superb demos this year at Revision. Triplet by Otomata Labs for the Atari 2600 is exceptional Original release video (probably running on Stella) https://www.youtube.com/watch?v=aE…

  18. comment
    Comment #47637005

    I agree. Dealing with different endianness has never been an issue so long as you're aware of where the boundaries are. A call to htons() or ntohs() (or the 32bit equivalents) was …

  19. comment
    Comment #47583493

    I agree. The act of coding is when I do my thinking.

  20. comment
    Comment #47572334

    I really meant in the coding realm, but it's interesting that it created a bootable floppy. That wouldn't be trivial. Questions: 1) Which AI platform did you use? 2) Did it create …

  21. comment
    Comment #47571101

    > Farting around with Amigas in 2026 means actively choosing to make things harder for the sake of making things harder. Making that choice and still outsourcing the bulk of the cr…

  22. comment
    Comment #47493504

    I no longer drink in pubs but in my neck of the woods, the pubs that specialised in cask ale often had lined glasses. The problem was that many people insisted on the glass being f…

  23. comment
    Comment #47425670

    In that case I misunderstood. It's an interesting idea. I think I prefer the exiftool syntax over what's suggested in the blog. Thanks for bringing it to my attention.

  24. comment
    Comment #47424194

    Yes, there are a few tools that do this. Looking at /bin and the softlinks that are there, the various xz tools do it (unxz, lzcat, etc.). Also, vim. vimdiff and view are just soft…

  25. comment
    Comment #47398747

    Ian Lance Taylor is in the recent commit history for the main Go implementation. He's not working at Google any more but he's still active.