Viewing profile — perryprog
perryprog
HN member- Joined
- Thu, Dec 08, 2016, 8:41 PM UTC
- HN karma
- 254
- Public activity
- 112 items
- HN profile
- View on Hacker News ↗
About perryprog
Recent public activity
-
comment
Comment #49125125
Wow, I just came here to comment that I've always wondered if a game where you have to program an elevator scheduler would be any fun. I thought surely no-one's thought to make tha…
-
comment
Comment #48493975
Ah, I suppose I did word that poorly—I more mean that a significant breaking change (Casks that previously were documented as being excluded from auto-updating suddenly being auto-…
-
comment
Comment #48493343
You need to set HOMEBREW_NO_UPGRADE_AUTO_UPDATES_CASKS to 1, as alluded to by a hint when it (first?) occurs. This means if you have hints off (via HOMEBREW_NO_ENV_HINTS) then I su…
-
comment
Comment #48213764
The first image which annotates the controls has a "Push-to-Talk button" which is used for "Voice communication" and "AI assistant activation".
-
comment
Comment #48041852
You could, but that doesn't make /either/ an acceptable to market towards kids.
-
comment
Comment #47432086
Tangentially related is NASA's open source GMAT[0] software which is more focused for calculating orbital transfers and the like. It's pretty fun to play around in. [0] https://sof…
- story
-
comment
Comment #46863404
It's really not that simple. See this for a good explanation of why: https://taranis.ie/datacenters-in-space-are-a-terrible-horri...
-
comment
Comment #46856326
Funny, I just started playing The Wise-Woman’s Dog yesterday—it really is excellent! I’d also secondly endorse Dialog. It’s a really intuitive way to think about the game world as …
-
comment
Comment #46837988
Even if the changes aren't "meaningful" (which it seems like they are), they still have an impact in how it makes the contributor more comfortable with working on the project. No n…
-
comment
Comment #46397473
I think it's probably less frequent nowadays, but it very much does happen. This still-active lawsuit[0] was made in response to LLMs generating verbatim chunks of code that they w…
-
comment
Comment #46395269
The issue is that you need an account to view the replies, not that there's a moral opposition to visiting the website (though it could be that too).
- story
-
comment
Comment #45588131
For what it’s worth, I’m definitely leaning “Apple fanboy” and have been amenable to their past UI redesigns. This is the first that I truly think is a regression, and I immediatel…
-
comment
Comment #44449643
> Not being able to hear sirens, or oncoming trucks, or cars honking their horns, or cyclists saying "on your left". For what it's worth, it's generally thought that deaf drivers a…
- story
-
comment
Comment #42884597
NoRedInk[0] also uses some Haskell in their backend, as well as Elm for most of their frontend. They've also worked some with Roc according to a blog post from a few years back; no…
-
comment
Comment #40470600
As someone who regularly flits between Google Sheets, LibreOffice Calc, and Numbers regularly (with my most time in Google Sheets and Numbers), and as someone who's made some extre…
-
comment
Comment #38956367
Considering the quotes have an unknown, and almost certainly not public domain or CC BY-SA license[1], they wouldn't be appropriate for any Wikimedia project. [1] And even if submi…
-
comment
Comment #38673295
Speaking as a chronic procrastinator, I think GP is more referring to the difficulty that comes with actually /adding/ items that need to be done. At least, that's always been one …
-
comment
Comment #38266416
The content reel was uploaded to their PeerTube[1]; I don't see the other two videos on there yet, though. Edit: The node tool introduction is now also live[2]! [1] https://video.b…
-
comment
Comment #38265633
The release page is now live at https://www.blender.org/download/releases/4-0/ .
-
comment
Comment #36282190
Wow, I'd never seen those before. As far as ads go, those seem really stand-out—seriously creative, and even self-deprecating for the sake of promoting XP.
-
comment
Comment #36113355
What’s the benefit of waiting a random amount of time between requests?
-
comment
Comment #35842747
If you want a replacement you can use `telnet telehack.com` and then run `starwars`. If you want it in a single command you can do something like `zsh -c '{ sleep 1; echo starwars;…