Viewing profile — x-yl
x-yl
HN member- Joined
- Thu, Oct 05, 2023, 9:05 AM UTC
- HN karma
- 79
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About x-yl
No profile information was provided.
Recent public activity
-
comment
Comment #48432240
> GPU sharing with docker and VMs This should work without needing a reboot. You do have to bind the vfio driver at boot, but the archwiki gives a script to unbind vfio and load th…
-
comment
Comment #48364383
Through the magic of Claude, here is what the two hundred and eleven javascript files that GitHub loads on accessing an empty repo with just .md files ( https://github.com/github-s…
- story
-
comment
Comment #48264538
In my experience LLMs (I speak mainly of Claude Code & Cursor) write very poor quality Rust. They treat it like it's JavaScript, falling back to using String/&str needlessly instea…
-
comment
Comment #48264421
The simplicity of Gorilla is attractive but for better compression ratios without too much extra compute I'd instead recommend Sprintz: https://github.com/dblalock/sprintz . The do…
-
comment
Comment #48257113
It says at the bottom: > This story is based on original reporting by Christina Larson for National Geographic. Read the full feature on National Geographic https://www.nationalgeo…
-
comment
Comment #45730599
An optional challenge gives an implementation of arrays for jlox at least: https://github.com/munificent/craftinginterpreters/blob/4a84...
-
comment
Comment #44558011
An observer falling into the black hole would not observe any distortion in time. They would simply fall in, under the influence of gravity. From the perspective of a far-away obse…
-
comment
Comment #43903892
Are you suggesting Rust should automatically insert the borrow annotation because it is able to see that a borrow is sufficient? That would be quite unintuitive and make it ambiguo…
-
comment
Comment #43718937
I think you have misread the abstract. The 'low statistical significance' was a [prior work]( https://iopscience.iop.org/article/10.3847/2041-8213/acf577 ). This paper has increase…
-
comment
Comment #42674456
I imagine the usage limit is on flash write cycles to prevent premature failure of the storage, not on how much storage space is used
-
comment
Comment #41263845
I take it it's in reference to the convictions of those inciting violence on social media following the recent far-right riots in England. https://www.theguardian.com/politics/arti…
-
comment
Comment #41203583
I'm curious if a multimodal model would be better at the OCR step than tesseract? Probably would increase the cost but I wonder if that would be offset by needing less post process…
-
comment
Comment #41065726
This behaviour is also important for ergonomic submodules. The .gitmodules file lists the upstream repo as the origin. So, if you're modifying an upstream project in a submodule an…
-
comment
Comment #39882803
Can I ask for why it wouldn't have been discovered if the obvious delay wasn't present? Wouldn't anyone profiling a running sshd (which I have to imagine someone out there is doing…
-
comment
Comment #38694907
Huh? > What information is shared with third-party partners? > Your files within Dropbox are sent to a third-party AI only when you chose to interact with AI powered features. For …
-
comment
Comment #38687028
Andreas is incredible but that's an overstatement. $ git log --format="%an %s" | grep -E "Browser|LibWeb|Ladybird|LibJS" | wc -l 15524 $ git log --format="%an %s" | grep -E "Browse…
-
comment
Comment #38165633
SoundAssistant on Samsung devices lets you do this as well. It gives you per-app sliders which stack with the main slider allowing you to go below 1% -- or whatever number rounds t…