Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
amstan
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
amstan
1mo ago
> Framework chose to not provide a header for flashing the BIOS, which, when combined with issue #3, forced the use of pogo pins. Op probably missed https://github.com/FrameworkComputer/FrameworkDebugger#jspi . Thoug
2.
▲
by
amstan
1mo ago
Accessing a GPU bar via USB2&3 endpoints seems novel. [1] https://github.com/tinygrad/asm2464pd-firmware/blob/master/U...
3.
▲
by
amstan
2mo ago
Checks out, Papyrus: https://fontsinuse.com/uses/61309/avatar-movie-posters
4.
▲
by
amstan
3mo ago
Cute, reminds me of [QOI]( https://qoiformat.org/ ) in its simplicity.
5.
▲
by
amstan
3mo ago
Are you sure the models did not have your exact solved proof already in their dataset?
6.
▲
by
amstan
4mo ago
One thing that i see often: just because both your debug cable and your target runs at the same voltage (eg: 3.3V), doesn't mean it's safe to plug them together. You could easily have a situation where your target or your debugger
7.
▲
by
amstan
5mo ago
you should try vulkan instead of rocm. it goes like 20% faster.
8.
▲
by
amstan
5mo ago
I think you're overstating this. The "handshake" is purely 2 simple resistors correctly installed. The problem is a lot of folks do it wrong for various reasons, most likely never testing with anything more than type a to typ
9.
▲
by
amstan
6mo ago
Ah yes, because "How now the smart flies take the new time beyond new time where new times come." is so much easier to remember than "2001:db8::1".
10.
▲
by
amstan
6mo ago
I want my time back :D . Here I was picking things that i liked the most, and it gave me Ubuntu Mono, a font I already have selected in my editor.
11.
▲
by
amstan
6mo ago
Yeah, it's worse, half of the devices on that list are peripherals that cannot be flashed with any firmware.
12.
▲
by
amstan
7mo ago
4 times, you forgot the owner of the bot that did the PR.
13.
▲
by
amstan
7mo ago
Missing (probably because of the date of the article): `mv --exchange` aka renameat2+RENAME_EXCHANGE. It atomically swaps 2 file paths.
14.
▲
by
amstan
8mo ago
I'd be curious to know more about the switch reverse engineering. What was the ultimate goal for this password.
15.
▲
by
amstan
8mo ago
I keep hearing podman is better, especially for local setups. Does anyone know any podman cheatsheets similar to this or is it pretty much s/docker/podman?
16.
▲
by
amstan
9mo ago
The [Notes for LLMs]( https://github.com/buyukakyuz/corroded?tab=readme-ov-file#no... ) section is hilarious! > This repository represents modern, idiomatic Rust. These patterns are considered best practices by the Ru
17.
▲
by
amstan
1y ago
I have been doing a couple of tests with pytorch allocations, it let me go as high as 120GB [1] (assuming the allocations were small enough) without crashing. The main limitation was mostly remaining system memory: htpc@htpc:~% free -
18.
▲
by
amstan
1y ago
You're missing any AMD stuff, I can run a quantized deepseek r1 671B on 4 framework desktops, yet it's "insufficient" for 10 Nvidia gpus.
19.
▲
by
amstan
1y ago
Shameless plug: https://aliptera.com/ Tilt-rotor on all 4 motors with an extra twist: the wing shape adds to the lift in vertical mode, so you can use smaller motors, so they're more efficient even in horizontal mode.
20.
▲
by
amstan
1y ago
https://www.youtube.com/watch?v=99pZKMVQ9P0
21.
▲
by
amstan
1y ago
> Traditionally, programs will place their code into non-writeable memory, and store variable data in memory that is writeable but not executable. And that's definitely the safer way to do things, but we can't be bothered with
22.
▲
by
amstan
1y ago
> sudo mkdir /rescue/boot > sudo mount /dev/nvme0n1p3 /rescue/boot This is a little extra. What you can generally do is immediatelly after chroot just run 'mount -a' to mount everything from the
23.
▲
by
amstan
1y ago
There is! arch-chroot [1], despite its name pretty much does all the `mount -t proc` stuff the post says. It's also available on other distros like debian [2]. I have used it in the past to chroot into fedora as well. [1] https:/
24.
▲
by
amstan
2y ago
It can go higher actually, just that when I setup my test devices I had a "ought to be enough for everyone" moment when typing `options amdgpu gttsize=110000`. I guess this number spread too far, heh. See also: [1] https:/&#
25.
▲
by
amstan
2y ago
I did find the community around those projects (MisterFPGA) to be rather weird, so I understand a little where he's coming from.
26.
▲
by
amstan
2y ago
I wonder when they'll finally fix that 7 year old double notification bug.
27.
▲
by
amstan
2y ago
Yay, a1k0n! Long time since AI Challenge, I see you're dabbling into hardware too!
28.
▲
by
amstan
2y ago
It's infuriating how the client must be stateful and have local storage, for both the access_token and the last message recieved. That's right you must remember as the client where the last events [1] you've seen (even if you
29.
▲
by
amstan
2y ago
> Multiple View Geometry in Computer Vision, Richard Hartley and Andrew Zisserman, [117] (some sample chapters are available here, CVPR Tutorials are available here) Heh, about 10 years ago I read that book and figured out a few things:
30.
▲
by
amstan
2y ago
Doesn't seem to be released yet. https://github.com/ROCm/llvm-project does not have a 6.3 tag. Same for https://github.com/ROCm/rocm_smi_lib/releases
More ›