Viewing profile — ac130kz
ac130kz
HN member- Joined
- Mon, Jul 23, 2018, 6:47 AM UTC
- HN karma
- 347
- Public activity
- 251 items
- HN profile
- View on Hacker News ↗
About ac130kz
No profile information was provided.
Recent public activity
-
comment
Comment #45310608
[flagged]
-
comment
Comment #45146486
I assume Docker Compose v2 from Docker.
-
comment
Comment #45143909
Well, is this Podman's "service mode" also fully compatible with Docker Compose file functionality though?
-
comment
Comment #45141829
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 …
-
comment
Comment #45141773
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...).
-
comment
Comment #45139162
Podman compose isn't compatible with Docker compose, end of story.
-
comment
Comment #45072059
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…
-
comment
Comment #44881001
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, o…
-
comment
Comment #44877421
Gitlab is an easy way to scale things related to code. There's also this new thing Radicle.
-
comment
Comment #44800638
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, Googl…
-
comment
Comment #44732063
>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.
-
comment
Comment #44696412
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…
-
comment
Comment #44696385
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/data…
-
comment
Comment #44679465
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 projec…
-
comment
Comment #44612342
Yeap, self-reinforcement learning is missing in LLMs.
-
comment
Comment #44578154
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 perform…
-
comment
Comment #44551781
The post doesn't even mention how it works/improves DX in a multi-threaded environment, borrow checkers are targeting specifically that use case.
-
comment
Comment #44398023
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.
-
comment
Comment #44393813
tldr as always, don't use Musl, if you want performance, compatibility.
-
comment
Comment #44343116
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 li…
-
comment
Comment #44315252
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…
-
comment
Comment #44214970
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.
-
comment
Comment #44149598
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…
-
comment
Comment #44086671
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.
-
comment
Comment #43859803
Good luck to them, everyone is moving to Valkey, especially with its major backing and already better performance.