Viewing profile — seungwoolee518
seungwoolee518
HN member- Joined
- Mon, May 23, 2022, 12:29 AM UTC
- HN karma
- 59
- Public activity
- 54 items
- HN profile
- View on Hacker News ↗
About seungwoolee518
No profile information was provided.
Recent public activity
- comment
-
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 "…
- story
- story
-
comment
Comment #43968462
Yeah! now I'm Learning How TCP Network is Work. trying to keep sending Messages twice.
- story
-
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
-
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
-
comment
Comment #43349813
Oh, I see. Thanks.
-
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…
-
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…
-
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…
-
comment
Comment #42457247
How to choose the base operating system for `home-manager`? I've suffering a LD error on Ubuntu.
-
comment
Comment #42201142
It feels like they're leverage Firecracker (MicroVM)'s Snapshot functionality to Hibernate and faster resume. Very cool.
-
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…
-
comment
Comment #41952052
How can I manage different projects with different nix package version without `flake`?
-
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.
-
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?
-
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…
-
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)
-
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)
-
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 …
-
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…
-
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 (…
-
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…