Viewing profile — thangngoc89
thangngoc89
HN member- Joined
- Wed, Nov 18, 2015, 5:23 PM UTC
- HN karma
- 1,369
- Public activity
- 400 items
- HN profile
- View on Hacker News ↗
About thangngoc89
Recent public activity
-
comment
Comment #46191829
I would recommend you to try uv for this.
-
comment
Comment #45059452
That's part of the experience. I guess?
-
comment
Comment #44766881
I remember in a video, Linus measured that the ground absorbs all the heat before it could even reaching the pool.
-
comment
Comment #44622806
I switched to restic ( https://restic.net/ ) and the backrest webui ( https://github.com/garethgeorge/backrest ) for Windows support. Files are deduplicated across machines with go…
-
comment
Comment #43973247
FYI: 1809/LTSC 2019 refer to the long term support build of Windows 10. Took me a while to figure this out.
-
comment
Comment #43565157
Also broken for me: Safari 18.0 (20619.1.26.31.6), macOS Sequoia 15.0
-
comment
Comment #43458366
The script seems to be invoking yarn audit --json and does the templating.
-
comment
Comment #43454615
The README is kinda light on details. This is a utility written in Go that convert yarn’s audit file from json to Markdown for reporting as part of the CI pipeline. I’m wondering i…
-
comment
Comment #43380499
Can a single JetKVM control multiple computers? I have several AI training machines that occasionally got stuck and need a power cycle. Most of the time this happened when I’m out …
-
comment
Comment #43329518
Oh I forgot about that. I mostly work on private repo (free account) so that feature isn't available to me.
-
comment
Comment #43329490
Sure. Download the branch and use git. git checkout main git merge --squash pr_branch git commit -m "Commit message"
-
comment
Comment #43316891
"matching" is exactly how we do DNA sequencing right now. The current technology is called next generation sequencing (NGS), we multiply the DNA and perform matching digitally to c…
-
comment
Comment #43237588
The bottleneck on distributed GPUs training/inference is the inter-GPU connections speed. For a single node, it's doable because it utilized PCIe 4.0 connections. For a cluster, yo…
-
comment
Comment #42981852
Just curious, you didn’t use the e-invoice solution (載具)?
-
comment
Comment #42980427
FYI: Bake is a feature of Docker Buildx that lets you define your build configuration using a declarative file, as opposed to specifying a complex CLI expression. It also lets you …
-
comment
Comment #42854077
> What happens if my return objects are out of the normal order? Like F() (int, error, int) {...} The convention is that error should be the last return value. If the error is not …
-
comment
Comment #42837053
Mostly custom domain emails or API usage
-
comment
Comment #42809727
It’s here: https://fal-video-studio.vercel.app/
-
comment
Comment #42805549
Should work well since there aren’t any removal of old features and classes.
-
comment
Comment #42596008
You mean inside markdown? Prettier supported that since 2017 [1], it will call the individual plugins to handle content inside the code blocks. [1]: https://prettier.io/blog/2017/1…
-
comment
Comment #42469990
uv solves this issue nicely. Uv manages Python version and being a single binary, installing uv involved downloading a file and add it to PATH
-
comment
Comment #42469407
EHR is basically freeform text. So you use LLM to parse the text for certain conditions and criteria.
-
comment
Comment #42468051
1. You need to run export manual while other tools you mentioned would create it automatically (the lock file) 2. Distinguishes between direct dependencies (packages you added your…
-
comment
Comment #42458512
As a non-native English speaker and not very familiar with vector database, the title seems very ambiguous to me. I understand it as Postgres as a GUI for some VectorDB. Upon close…
-
comment
Comment #42423215
Do you have any plan to allow conversion from Pytorch to your format?