Viewing profile — JetSetIlly
JetSetIlly
HN member- Joined
- Sun, Mar 20, 2022, 10:41 AM UTC
- HN karma
- 320
- Public activity
- 141 items
- HN profile
- View on Hacker News ↗
About JetSetIlly
No profile information was provided.
Recent public activity
-
comment
Comment #49194320
The albums he did with Jon Anderson are worth a listen too I think.
-
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…
-
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…
-
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…
-
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…
- comment
- comment
-
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…
-
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…
-
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
-
comment
Comment #47974263
Oh interesting! I've heard of sourcehut of course, but never looked at it. Thanks for the pointer.
-
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…
-
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…
- comment
-
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…
-
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…
-
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…
-
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 …
-
comment
Comment #47583493
I agree. The act of coding is when I do my thinking.
-
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 …
-
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…
-
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…
-
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.
-
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…
-
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.