Viewing profile — justinsaccount
justinsaccount
HN member- Joined
- Tue, Mar 03, 2009, 2:57 AM UTC
- HN karma
- 3,636
- Public activity
- 994 items
- HN profile
- View on Hacker News ↗
About justinsaccount
No profile information was provided.
Recent public activity
-
comment
Comment #49023484
I'm a huge fan of N.S. and what he says might be true, but I have an aversion to writing by hand after being tortured while growing up in the late 80s. I just couldn't seem to hold…
-
comment
Comment #48929675
The entire point of "SQLite should have editions" is so that projects can opt into a set of modern defaults for 2026 and not get all of those backwards compatible decisions from 20…
-
comment
Comment #48661871
Sonic the Hedgehog 3 launch price was $69.99. in 1994. That's $159.89 in today's dollars.
-
comment
Comment #48649750
> You can't use many of the features it's capable of in gaming mode It is trivial to switch between gaming mode and desktop mode. I'm not sure what point you are trying to make her…
-
comment
Comment #48385841
> The Zig implementation that powered Bun is gone. The Zig implementation is literally still there. You can make predictions of what might happen in the future, but hard to take th…
-
comment
Comment #48371145
Wait, the example held up for "Stop ruining it" is a company that sells snake oil audiophile bullshit?
-
comment
Comment #48337865
that quote seems to be a bit of an oversimplification to the point of being completely wrong. > Without them, your system accepts arbitrary data from the public network. Neither of…
-
comment
Comment #47614062
I ran into the same thing with Kinesis. The Kinesis API has strict limits on batch size, message size, and rate limiting. Any client writing to Kinesis must deal with all of these …
-
comment
Comment #47447145
> none of my dockers Containers ran using docker are called containers, not dockers.
-
comment
Comment #47161106
One interesting thing with zram (which OS X also does by default) is that certain memory leaks... effectively don't. I have a little raspberry pi where I have zram enabled. If I ma…
-
comment
Comment #46886044
Did you consider clicking the "Click here for more information" to learn what the reason was?
-
comment
Comment #46851818
The end result is the same as the regular way of tying it. perhaps you are doing a https://www.fieggen.com/shoelace/crossedianknot.htm by mistake
-
comment
Comment #46786359
> Stop trying to make everyone act like you act. Yeah! Telling people what to do is rude! > Anyone still using Linux on the desktop in 2026 should switch Oh.
-
comment
Comment #46747024
I have a few older models lying around too, there's some other minor benefits as well: * They have full sized HDMI ports * They will happily run using any random old USB charger an…
-
comment
Comment #46550202
That sort of mechanism is not a "joke" and is often used for trademark/legal reasons, not technical ones.
-
comment
Comment #46306265
If the effectiveness of mining is represented as profit divided by the cost of running the infrastructure, then a CPU that someone else is paying for is worth it as long as the pro…
-
comment
Comment #46282698
> It seems like AV stuff used to be so simple. > without a bulky expensive receiver box A "receiver" has been one of the standard options for making bookshelf speakers work for mor…
-
comment
Comment #46258968
Not that simple. If they added latency to all packets then London would still have the lowest latency.
-
comment
Comment #46174945
Odd that it came up with pattern_start = 1 if half_digits == 1 else 10 ** (half_digits - 1) when 10 ** (half_digits - 1) is fine.
-
comment
Comment #45907257
You seem to be forgetting the framework desktop which is very similar in form factor to the new steam machine: https://frame.work/desktop
-
comment
Comment #45750645
run `tailscale status` and ensure that your local machines are connected to each other `direct` and not using a relay.
-
comment
Comment #45438691
The most common use for rsync is to run it over ssh where it starts the receiving side automatically. cdc is doing the exact same thing. You were misinformed if you thought using r…
-
comment
Comment #45026072
Are we firing everyone that is incompetent now, or just the ones that are claimed to be "DEI hires" ?
-
comment
Comment #44999210
I don't really have an opinion on using caddy in a container to serve a static site. That's fine, really.. However, the way the container is built is done in the worst possible way…
-
comment
Comment #44855380
niri is neat, but it breaks my brain by working 90 degrees rotated from how I'd expect it to. Apparently I'm not the only one: https://github.com/YaLTeR/niri/discussions/757