Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
thangngoc89
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
thangngoc89
9mo ago
I would recommend you to try uv for this.
2.
▲
by
thangngoc89
1y ago
That's part of the experience. I guess?
3.
▲
by
thangngoc89
1y ago
I remember in a video, Linus measured that the ground absorbs all the heat before it could even reaching the pool.
4.
▲
by
thangngoc89
1y ago
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 good compression support.
5.
▲
by
thangngoc89
1y ago
FYI: 1809/LTSC 2019 refer to the long term support build of Windows 10. Took me a while to figure this out.
6.
▲
by
thangngoc89
1y ago
Also broken for me: Safari 18.0 (20619.1.26.31.6), macOS Sequoia 15.0
7.
▲
by
thangngoc89
1y ago
The script seems to be invoking yarn audit --json and does the templating.
8.
▲
by
thangngoc89
1y ago
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 if yarn’s audit is better than npm’s audit?
9.
▲
by
thangngoc89
2y ago
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 of town so it has been annoying.
10.
▲
by
thangngoc89
2y ago
Oh I forgot about that. I mostly work on private repo (free account) so that feature isn't available to me.
11.
▲
by
thangngoc89
2y ago
Sure. Download the branch and use git. git checkout main git merge --squash pr_branch git commit -m "Commit message"
12.
▲
by
thangngoc89
2y ago
"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 construct the full DNA.
13.
▲
by
thangngoc89
2y ago
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, you need at least 50Gbps connection between nodes, w
14.
▲
by
thangngoc89
2y ago
Just curious, you didn’t use the e-invoice solution (載具)?
15.
▲
by
thangngoc89
2y ago
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 run multiple builds concurrently with a single invocation. A
16.
▲
by
thangngoc89
2y ago
> 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 nil, then discard other returned values.
17.
▲
by
thangngoc89
2y ago
Mostly custom domain emails or API usage
18.
▲
by
thangngoc89
2y ago
It’s here: https://fal-video-studio.vercel.app/
19.
▲
by
thangngoc89
2y ago
Should work well since there aren’t any removal of old features and classes.
20.
▲
by
thangngoc89
2y ago
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/11/07/1.8.0.html
21.
▲
by
thangngoc89
2y ago
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
22.
▲
by
thangngoc89
2y ago
EHR is basically freeform text. So you use LLM to parse the text for certain conditions and criteria.
23.
▲
by
thangngoc89
2y ago
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 yourself) and indirect dependencies (packages of the packages)
24.
▲
by
thangngoc89
2y ago
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 closer inspection, I realized that "Postgres as a VectorDB&q
25.
▲
by
thangngoc89
2y ago
Do you have any plan to allow conversion from Pytorch to your format?
26.
▲
by
thangngoc89
2y ago
Attacker sent a PR to the ultralytics repository that triggered Github CI. This results in 1) attacker trigger new version publication on the CI itself 2) attacker was able to obtain secrets token for publish to PyPi
27.
▲
by
thangngoc89
2y ago
This is where tools like poetry, uv with lock files shine. The lock files contains all transient dependencies (like pip freeze) but they do it automatically.
28.
▲
by
thangngoc89
2y ago
(I’m a dentist) To further expand on your comment, the alveolar bone is porous so we use pilers on the tooth to compress the alveolar bone, making a big enough hole for the whole tooth to come out in one piece. Molars have 2-3 roots so it i
29.
▲
by
thangngoc89
2y ago
Because it’s a tool for Python ecosystem.
30.
▲
by
thangngoc89
2y ago
I switched to uv recently from poetry because uv manages the python version too.
More ›