Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ac130kz
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
14 ms
·
1.
▲
by
ac130kz
1y ago
I assume Docker Compose v2 from Docker.
2.
▲
by
ac130kz
1y ago
Well, is this Podman's "service mode" also fully compatible with Docker Compose file functionality though?
3.
▲
by
ac130kz
1y ago
That's an Ubuntu issue though, they ship lots of outdated software. Nginx, PHP, PostgreSQL, Podman, etc, the critical software that must be updated asap, even with stable versions they all require a PPA to be properly updated.
4.
▲
by
ac130kz
1y ago
It's works great until you need that one option from Docker Compose that is missing in Podman Compose (which is written in Python for whatever reason, yeah...).
5.
▲
by
ac130kz
1y ago
Podman compose isn't compatible with Docker compose, end of story.
6.
▲
by
ac130kz
1y ago
ASRock has Zen 5 CPUs dying with stock settings from brief core voltage spikes on idle (max core frequencies). I believe either PBO has to be enabled to allow undervolting headroom or VSOC has to be permanently fixed to a value lower than 1
7.
▲
by
ac130kz
1y ago
Are they out of their minds? How can a tiny startup without their own actual product (nowadays anyone can strap OpenAI/Anthropic API or fork open source models, such as Deepseek, on top of web scraping) buy the largest browser used by
8.
▲
by
ac130kz
1y ago
Gitlab is an easy way to scale things related to code. There's also this new thing Radicle.
9.
▲
by
ac130kz
1y ago
I can't imagine searching with Google these days unless it's something very niche. Even free AI with web search are marginally better, even with the traffic spam they create, Google Search has made itself unbearable.
10.
▲
by
ac130kz
1y ago
>URLs up to ~2000 characters Exactly, this approach doesn't scale well without trickery involved. You have to have some sort of weird encoding in place to compact it down.
11.
▲
by
ac130kz
1y ago
Somewhat solved by type annotations + a good static type checker, such as pyright (it's 2025, there must be type annotations everywhere), and dynamic cases (very rare, probably due to poor or unfortunate design decisions) can be solved
12.
▲
by
ac130kz
1y ago
An easier/moderate approach: make a proper base DTO model, which can be extended by validators, such as Pydantic, and the db model is the Domain is just whatever an ORM offers/dataclasses.
13.
▲
by
ac130kz
1y ago
Apart from dataclasses (which generally should have slots and/or be frozen), this article gives way too much inapplicable advice, which is not scalable even in a small sized project.
14.
▲
by
ac130kz
1y ago
Yeap, self-reinforcement learning is missing in LLMs.
15.
▲
by
ac130kz
1y ago
Why so? Just after the forking process Valkey has gone beyond what Redis is capable of due to high volumes of funding and new attention from devs wanting to improve Redis's performance.
16.
▲
by
ac130kz
1y ago
The post doesn't even mention how it works/improves DX in a multi-threaded environment, borrow checkers are targeting specifically that use case.
17.
▲
by
ac130kz
1y ago
Some "smart" folks even downvote this advice. Yeah, I've seen articles on musl's horrible performance back in 2017-2018, and apparently it still holds, yet I get a downvote.
18.
▲
by
ac130kz
1y ago
tldr as always, don't use Musl, if you want performance, compatibility.
19.
▲
by
ac130kz
1y ago
It's hasn't been performant for me all the 3 times I've tried. It kept chugging an entire CPU core. Never had a similar experience with Sway, it's still extremely responsive and light on the system (especially with Vulka
20.
▲
by
ac130kz
1y ago
Yes, I do agree on most of AI's side effects, but it's already cheap, accurate and reliable enough to be used with a fine-tuned context/pretrained model + tooling (web and local db search in particular) at various monotonous
21.
▲
by
ac130kz
1y ago
I switched to Monaspace Argon as default, it's a tiny bit more variative compared to JetBrains Mono, which enchances its readability without going full crazy.
22.
▲
by
ac130kz
1y ago
Probably they meant that GC introduces a certain level of uncertainty, whereas OS or "systems" programming leans heavily towards manual handling (except when the compiler allows to avoid it, not the runtime).
23.
▲
by
ac130kz
1y ago
DI is fine, if it is fully typed, and objects are explicitly initiated by the user, and the DI only does thread-safe dependency resolution.
24.
▲
by
ac130kz
1y ago
Good luck to them, everyone is moving to Valkey, especially with its major backing and already better performance.
25.
▲
by
ac130kz
1y ago
The article is weirdly framed in favour of Biden's administration, who delayed heavy weapons by a year, and didn't fully utilize the allocated budget. Now we have a stupidly long conflict.
26.
▲
by
ac130kz
1y ago
memcmp must be missing AVX instructions.
27.
▲
by
ac130kz
1y ago
How come Android, that you can build yourself, is worse than Apple, which had plans to use CSAM?
28.
▲
by
ac130kz
2y ago
-march=native + mimalloc (or jemalloc) should be sufficient without causing significant undefined behavior like -O3 or most extra optimization related compiler arguments.
29.
▲
by
ac130kz
2y ago
First and foremost, an easy way to grab a bunch of undefined behavior.
30.
▲
by
ac130kz
2y ago
IO multithreading is still not fully there, there were significant improvements within the first couple of iterations, hopefully, it will improve further. I see that Dragonfly uses iouring, which is not recommended by Google due to security
More ›