> 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. Though,…
Accessing a GPU bar via USB2&3 endpoints seems novel. [1] https://github.com/tinygrad/asm2464pd-firmware/blob/master/U...
Cute, reminds me of [QOI](https://qoiformat.org/) in its simplicity.
Are you sure the models did not have your exact solved proof already in their dataset?
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…
you should try vulkan instead of rocm. it goes like 20% faster.
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".
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.
Yeah, it's worse, half of the devices on that list are peripherals that cannot be flashed with any firmware.
4 times, you forgot the owner of the bot that did the PR.
Missing (probably because of the date of the article): `mv --exchange` aka renameat2+RENAME_EXCHANGE. It atomically swaps 2 file paths.
I'd be curious to know more about the switch reverse engineering. What was the ultimate goal for this password.
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?
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 Rust…
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:…
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.
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.
https://www.youtube.com/watch?v=99pZKMVQ9P0
> 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…
> 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 chroot's fstab. The…
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.…
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]…
I wonder when they'll finally fix that 7 year old double notification bug.
Yay, a1k0n! Long time since AI Challenge, I see you're dabbling into hardware too!
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…
> 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. Though,…
Accessing a GPU bar via USB2&3 endpoints seems novel. [1] https://github.com/tinygrad/asm2464pd-firmware/blob/master/U...
Cute, reminds me of [QOI](https://qoiformat.org/) in its simplicity.
Are you sure the models did not have your exact solved proof already in their dataset?
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…
you should try vulkan instead of rocm. it goes like 20% faster.
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".
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.
Yeah, it's worse, half of the devices on that list are peripherals that cannot be flashed with any firmware.
4 times, you forgot the owner of the bot that did the PR.
Missing (probably because of the date of the article): `mv --exchange` aka renameat2+RENAME_EXCHANGE. It atomically swaps 2 file paths.
I'd be curious to know more about the switch reverse engineering. What was the ultimate goal for this password.
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?
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 Rust…
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:…
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.
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.
https://www.youtube.com/watch?v=99pZKMVQ9P0
> 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…
> 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 chroot's fstab. The…
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.…
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]…
I wonder when they'll finally fix that 7 year old double notification bug.
Yay, a1k0n! Long time since AI Challenge, I see you're dabbling into hardware too!
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…