Live data from Hacker News

Viewing profile — ac130kz

ac130kz

HN member
Joined
Mon, Jul 23, 2018, 6:47 AM UTC
HN karma
347
Public activity
251 items

About ac130kz

No profile information was provided.

Recent public activity

  1. comment
    Comment #45310608

    [flagged]

  2. comment
    Comment #45146486

    I assume Docker Compose v2 from Docker.

  3. comment
    Comment #45143909

    Well, is this Podman's "service mode" also fully compatible with Docker Compose file functionality though?

  4. 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 …

  5. 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...).

  6. comment
    Comment #45139162

    Podman compose isn't compatible with Docker compose, end of story.

  7. 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…

  8. 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…

  9. comment
    Comment #44877421

    Gitlab is an easy way to scale things related to code. There's also this new thing Radicle.

  10. 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…

  11. 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.

  12. 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…

  13. 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…

  14. 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…

  15. comment
    Comment #44612342

    Yeap, self-reinforcement learning is missing in LLMs.

  16. 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…

  17. 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.

  18. 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.

  19. comment
    Comment #44393813

    tldr as always, don't use Musl, if you want performance, compatibility.

  20. 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…

  21. 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…

  22. 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.

  23. 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…

  24. 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.

  25. comment
    Comment #43859803

    Good luck to them, everyone is moving to Valkey, especially with its major backing and already better performance.