Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
sbstp
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
sbstp
7d ago
Out of curiosity, do you live in a place that gets heavy snow? I've always felt that FSD would struggle to handle heavy snow fall, roads with snow banks on the sides and difficult driving/braking conditions in the snow and on ice
2.
▲
by
sbstp
8d ago
See Colossus: The Forbin Project
3.
▲
by
sbstp
2mo ago
Go's standard library has always been it's strength, especially the crypto package! Lovely stuff.
4.
▲
by
sbstp
3mo ago
Don't you reboot servers to get kernel security updates? I usually have unattended upgrades with the option to reboot during the night if necessary
5.
▲
by
sbstp
3mo ago
Incus is great. I've been trying to revive an unmaintained ansible collection to manage incus resources https://github.com/sbstp/ansible-collection-incus
6.
▲
by
sbstp
3mo ago
I think Kraken has been selected to redistribute the funds, but not sure if it has happened yet. These things take time, I think Mt. Gox took like a decade to be distributed
7.
▲
by
sbstp
8mo ago
CGI is a terrible company known for going over budget and under delivering on a ton of projects. Not that many companies bidding on large government contracts unfortunately
8.
▲
by
sbstp
8mo ago
This article has very little useful information... There's nothing novel about optimizing queries, sharding and using read replicas.
9.
▲
by
sbstp
8mo ago
Assuming they ever manage to turn a profit...
10.
▲
by
sbstp
11mo ago
Tried to play dota 2 on Linux, it has a bad memory leak that made the whole system hang after an hour or two. Plus it seems to get worse fps on Vulcan, but I read that it might just be a bad implementation in my card (6650 xt)
11.
▲
by
sbstp
1y ago
Using WebKit (even JavaScriptCore) and working with Apple wouldn't be the worst thing to my eyes as a Firefox/FOSS user. Duopoly isn't great but it's better than a monopoly.
12.
▲
by
sbstp
1y ago
Project 2025 strongly opposes everything good in this world.
13.
▲
by
sbstp
1y ago
RabbitMQ next?
14.
▲
by
sbstp
1y ago
I've been disappointed by Nats. Core Nats is good and works well, but if you need stronger delivery guarantees you need to use Jetstream which has a lot of quirks, for instance it does not integrate well with the permission system in C
15.
▲
by
sbstp
1y ago
yuck.
16.
▲
by
sbstp
1y ago
There seems to be a few typos in the article, unless I don't understand what's going on. In step 1, the register uses the source path 'github-events' but the payload is using 'github-pushes'. In step 3 it says
17.
▲
by
sbstp
2y ago
Most control planes are not free anymore, they cost like 70$/mo on AWS & GCP. Used to be a while back.
18.
▲
by
sbstp
2y ago
I'm not a TCL user, but from the description of wduquette is sounds similar to Python's zipapp https://docs.python.org/3/library/zipapp.html
19.
▲
by
sbstp
2y ago
Even HTTP/2 seems to have been rushed[1]. Chrome has removed support for server push. Maybe more thought should be put into these protocols instead of just rebranding whatever Google is trying to impose on us. [1] https://va
20.
▲
by
sbstp
2y ago
I feel like there's a lot of potential between Go and Cosmopolitan libc. Go itself does not use libc much, as shown in the blog, but some great libraries like SQLite3 need it (unless you use https://pkg.go.dev/modernc.o
21.
▲
by
sbstp
2y ago
Chip design & manufacturing is probably the closest thing we have to witchcraft as a species.
22.
▲
by
sbstp
2y ago
Maybe -march=native gives it an edge as it compiles for this exact CPU model whereas numpy is compiled for a more generic (older) x86-64. -march=native would probably get v4 on a Ryzen CPU where numpy is probably targeting v1 or v2. https:
23.
▲
by
sbstp
2y ago
Envoy is definitely a powerful & useful tool, we use external auth to centralize our authentication, I just dislike editing large yaml documents with 10 levels of indentation.
24.
▲
by
sbstp
2y ago
Caddy is amazingly simple to setup. Automatic HTTPS is a killer feature. I have to use Envoy at work for gRPC services and I want to quit the industry every time I have to edit their YAML/protobuf monstrosity of a config system.
25.
▲
by
sbstp
2y ago
How does jet compare to sqlboiler? I've been using sqlboiler quite successfully on a work project.
26.
▲
by
sbstp
2y ago
I generate queries like this in a paging library I wrote at work, I did not use the tuple comparison because sometimes the sorting order is different between fields, each field in the tuple comparison would need a different operator, such a
27.
▲
by
sbstp
2y ago
It's a bit weird that bcachefs is in the kernel, from what I understand there's still a lot of work to do on it. Would be nice to see more corporate sponsorship behind it, it's quite promising. Still not confident using it ov
28.
▲
by
sbstp
2y ago
The biggest issue with postgREST for me is that it doesn't support transactions well. You can't two 2 insert and keep a consistent state if one fails. That alone is a deal breaker.
29.
▲
by
sbstp
2y ago
Thanks, that clears it up!
30.
▲
by
sbstp
2y ago
Got that from the context but not really how it ties with the riot act.
More ›