Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
x-yl
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
x-yl
3mo ago
> 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 the Nvidia driver: https://wiki.archlinux.org&#x
2.
▲
by
x-yl
4mo ago
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-samples/.github ): ┌───────────────
3.
▲
Is generative AI replacing junior workers?
(papers.ssrn.com)
2 points
by
x-yl
4mo ago
|
0 comments
4.
▲
by
x-yl
4mo ago
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 instead of making new types. They do ugly `stati
5.
▲
by
x-yl
4mo ago
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 downside is that (a) Sprintz require
6.
▲
by
x-yl
4mo ago
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.nationalgeographic.com/science/article/art
7.
▲
by
x-yl
11mo ago
An optional challenge gives an implementation of arrays for jlox at least: https://github.com/munificent/craftinginterpreters/blob/4a84...
8.
▲
by
x-yl
1y ago
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 observer it would look as if time is slowing down as the photons
9.
▲
by
x-yl
1y ago
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 ambiguous whether a for loop is borrowing or consuming the iterator
10.
▲
by
x-yl
1y ago
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 increased the significance t
11.
▲
by
x-yl
2y ago
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
12.
▲
by
x-yl
2y ago
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/article/2024/aug/09
13.
▲
by
x-yl
2y ago
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 processing.
14.
▲
by
x-yl
2y ago
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 and push changes to a fork, it's important that the
15.
▲
by
x-yl
2y ago
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) see it spending all its crypto time in li
16.
▲
by
x-yl
3y ago
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 example, when you ask a question about a file. [0]: h
17.
▲
by
x-yl
3y ago
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 "Browser|LibWeb|Lad
18.
▲
by
x-yl
3y ago
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 to "off" on your headphones.