Viewing profile — gary_0
gary_0
HN member- Joined
- Tue, Jun 04, 2019, 7:31 AM UTC
- HN karma
- 5,865
- Public activity
- 1,267 items
- HN profile
- View on Hacker News ↗
About gary_0
No profile information was provided.
Recent public activity
-
comment
Comment #48958689
> If you use new parts, you might save 80$ Valve very obviously isn't enjoying a fat margin on Steam Machines, but they're not a public company so profit is profit. And people who …
-
comment
Comment #47134640
The point of a canary is that it's cryptographically signed, and it's possible to set up a duress passphrase that will delete the key when entered, so if everything works correctly…
-
comment
Comment #47093628
Even if locked bootloaders weren't a thing, not being able to just buy a phone with an open Android pre-installed means it would get relegated to the Linux Zone, with a whole lot o…
-
comment
Comment #47078042
I would argue the term "gatekeeping" is being twisted around when it comes to AI. I see genuine gatekeeping when people with a certain skill or qualification try to discourage newc…
-
comment
Comment #46956711
I'm pretty sure quantum mechanics already forgoes conventional causality. Attosecond interactions take place in such narrow slices of time that the uncertainty principle turns ever…
-
comment
Comment #46956599
Einstein laid the theoretical foundations for lasers in 1917, and it took over 40 years of "impractical" scientific work before the first functioning laser was built. It took decad…
-
comment
Comment #46921993
Thanks for sharing. Just curious, is there any way to perform globbing over a list of path-like strings instead of only directly on the filesystem?
-
comment
Comment #46865295
As I understand it, compiling each source file separately and linking together the result was historically kind of a hack too, or at least a compromise, because early unix machines…
-
comment
Comment #46832802
The chips themselves add a bunch of new failure states to consider beyond software bugs, too. Maybe a bad wire or component puts too much load on the microcontroller's wee internal…
-
comment
Comment #46830809
> quite explicit furry art, is very common on bluesky Now there's an understatement. It's bloody impossible to get rid of. People here are sneering at all the political content but…
-
comment
Comment #46829929
I absolutely do not understand moving "report spam" under "report misleading". The UX for this is terrible. There are lots of bots posting SEO junk, at a rate and scale that defini…
-
comment
Comment #46829703
Yes, a simple purpose-made chip designed to be used in safety-critical situations, with high tolerances for voltage etc, would probably be better. Although one thing the 555 design…
-
comment
Comment #46829173
I would absolutely not want to use a microcontroller or a complicated chip for something like that. Simplicity is the point.
-
comment
Comment #46821792
I designed the electronics for a heavy-duty industrial 3D printer and used a 555 in the failsafe circuit (alongside the manual e-stop). If it didn't get reset by a heartbeat from t…
-
comment
Comment #46791317
My memory that far back is hazy but I seem to recall being able to do full-page zoom in Opera circa 2003.
-
comment
Comment #46709159
If I download the image, Fedora KDE shows it properly in Dolphin and Gwenview.
-
comment
Comment #46648498
Leaving aside the externalities of constantly breaking everyone's workflow and potentially introducing disastrous bugs, there's an opportunity cost to innovating where there isn’t …
-
comment
Comment #46646575
I highly doubt there's a steering input device so superior to the current wheel shape that it's worth throwing out the existing standard. Yes, at one point how steering should work…
-
comment
Comment #46646056
Yes! I don't want a car with an "innovative" way of steering. I don't want a huge amount of creativity to go into how my light switches work. I don't want shoes that "reinvent" wal…
-
comment
Comment #46579906
Early to mid 00's was peak Moore's Law. Every year left last year's computers on the curb. Graphics hardware acceleration and programmable shaders were expanding their capabilities…
-
comment
Comment #46574714
> e.g. if they used a seperate rendering package or mostly painted by hand IIRC Max Payne was one of the earlier games to rely heavily on photo-reference textures (instead of hand …
-
comment
Comment #46574586
I feel old because the post talks about these techniques as if they're surprising innovations or compromises for more accurate simulations, but most of these tricks were industry s…
-
comment
Comment #46523661
Both questions could fill many books. But having grown up in Canada and having visited Europe, they both seem to have a fundamental disinterest in technology and futuristic-ness, a…
-
comment
Comment #46523508
"Killing the golden goose" is the phrase that has come to mind repeatedly in the past few years. As someone living in a country that has been brain-draining into the US for decades…
-
comment
Comment #46509071
Yes, I know mmap already sort of allows this (and has for well over a decade). To elaborate: when I want to, say, parse a megabytes-sized file, I don't muck about with mmap(), I ju…