Live data from Hacker News

Viewing profile — seungwoolee518

seungwoolee518

HN member
Joined
Mon, May 23, 2022, 12:29 AM UTC
HN karma
59
Public activity
54 items

About seungwoolee518

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #45883167

    I think most of the OSS project should be a Open Source. But sadly, some of the projects are rant from others time and they've gone to close or non permissive. (AGPL is great but "…

  3. story
  4. story
  5. comment
    Comment #43968462

    Yeah! now I'm Learning How TCP Network is Work. trying to keep sending Messages twice.

  6. story
  7. comment
    Comment #43489608

    Michael Kerrisk wrote a series of article about Linux namespace on lwn.net [0] [0]: https://lwn.net/Articles/531114/#series_index

  8. comment
    Comment #43489593

    When I was digging into Container (a.k.a it uses linux namespace capabilities) lwn.net's series of article helps me a lot. https://lwn.net/Articles/531114/#series_index

  9. comment
    Comment #43349813

    Oh, I see. Thanks.

  10. comment
    Comment #43349672

    Is the Solid State Battery claimed by Mercedes-Benz safer than the batteries currently used in EVs? In 2024, a Mercedes electric vehicle caught a major fire in my country (South Ko…

  11. comment
    Comment #42641992

    > What stateful apps are you running? - Databases. (Usually PostgreSQL, seems like it's pretty easy to setup to replicate between PostgreSQL instances.) - Qdrant, or milvus. (seems…

  12. story
    Ask HN: What is the great (or better) option to replicate storage?

    Hello. I (or we're) am running a Kubernetes Cluster. It's total of 11 worker nodes. each node have a 2 HDDs and mostly 2 of NVMe Storage. on Networking side, just 1 10Gbps Ethernet…

  13. comment
    Comment #42457247

    How to choose the base operating system for `home-manager`? I've suffering a LD error on Ubuntu.

  14. comment
    Comment #42201142

    It feels like they're leverage Firecracker (MicroVM)'s Snapshot functionality to Hibernate and faster resume. Very cool.

  15. comment
    Comment #42039816

    When I use Search supported LLM service, I've always do this question by myself. 1. What's the source of the Search? 2. Do they crawl any website to make an Index? When I compare s…

  16. comment
    Comment #41952052

    How can I manage different projects with different nix package version without `flake`?

  17. comment
    Comment #41894580

    Yeah. You're right. My morning routine is Checking HN with Coffee. So with your service I can minimize some time to click around and figure out what the root cause is.

  18. comment
    Comment #41893963

    Wow... Really great. Can you add some historical archive to listen n hours ago (or morning briefing like) summary as a feature?

  19. comment
    Comment #41875912

    If you need only SSH, you can try ContainerSSH[1] - it's pretty simple to setup & integrate using OPA for authorization. It supports to record each Session and save to various sour…

  20. comment
    Comment #41857074

    Thanks, I was bit confused on install a CUDA Toolkit on the Host. (Because I don't install any software except Driver && Toolkit)

  21. comment
    Comment #41856395

    Great post! However, Do I need to Install CUDA toolkit on host? I haven't install CUDA toolkit when I use on Containerized platform (like docker)

  22. comment
    Comment #41818254

    I've used Talos Linux[1] on a production infrastructure. To keep a Maintainability. (Because there are no person to maintain a infrastructure 24/7) All the configurations are made …

  23. comment
    Comment #41808353

    Relevant blog post doing Queue on PostgreSQL: "Devious SQL: Message Queuing Using Native PostgreSQL", Crunchy Data Blog, "Sep 1, 2021", https://www.crunchydata.com/blog/message-que…

  24. story
    Ask HN: How do you integrate search on LLM?

    I've used some AI Search services that they're using a Google as data sources. However, when I figuring out how to grab search data from Google, it requires some additional price (…

  25. comment
    Comment #41756154

    For me, I think DuckDB could not be a replacement of `sqlite`, but I can launch and aggregate from different sources of data instantly. Without any hassle. This is a gamechanger fo…