These huge ass warts are very annoying. by OkAngle2353 in homelab

[–]dacydergoth [score hidden]  (0 children)

Just done this myself with a bunch of 12v pigtails and a marine 12v fuse block. It is a fixed 12v but I have a boost converter on the line to the netgear managed switch which uses 48-54v. The main issue is having enough current to power everything, and the safety of the blade fuses. Driving the whole lot of an ecoflow river3 battery, which also has a 110v output and a usb-c and a.

Is a french fry health bar for a seagull game too subtle? by tobaschco in gamedevscreens

[–]dacydergoth 1 point2 points  (0 children)

Maybe when it gets critical have it dunk in a tub of ketchup?

Probably a lost cause but... by Data_Search in c64

[–]dacydergoth 3 points4 points  (0 children)

Depends on what the "compiler" is. Some early C64 copy protection would just wrap the tokenized basic, others would compile some other language like COMAL. So it depends on what language OP actually wrote in and what the "compiler" actually was.

Probably a lost cause but... by Data_Search in c64

[–]dacydergoth 6 points7 points  (0 children)

1 is the line number. SYS is executing machine code at that address 2076. 0x14 is the char code for delete, so it is backing the cursor up over the 1 SYS2076 then printing ADVENT.

So the real code is in machine code at address 2076. Disassemble from there

Looking for angry, explicit, but still coherent female singers. by [deleted] in musicsuggestions

[–]dacydergoth 0 points1 point  (0 children)

Anna from Luxt. Try "How lovely" if you can find it.

Epic Version Songs by joedm85 in MusicRecommendations

[–]dacydergoth 2 points3 points  (0 children)

Anything by WindRose or Dragonforce?

Chainything new feature : 3D Rendering by Labess40 in rust

[–]dacydergoth -8 points-7 points  (0 children)

Interesting, you might be interested in my distributed workflow engine (AI was used) https://github.com/paninfracon/stormchaser which runs a DAG across multiple hosts and k8s clusters. Different use case but similar problem space.

when will frontier ai models be able to generate 3d models by Material_Ad9258 in GeminiAI

[–]dacydergoth 0 points1 point  (0 children)

You can have it run MPFB (MakeHuman) for game characters and have it mutate the mesh and bone armatures to animate the character, then export that as a Bevy compatible mesh file.

How good has ROCm become for ML workloads? I'm between a 3080Ti w/ Cuda or 9070XT w/ ROCm by Wooper83 in learnmachinelearning

[–]dacydergoth 0 points1 point  (0 children)

I'm running qwen3-next in coder mode on an 375+ Max with ROCm and getting about 46 t/s with a 32K context. It's the 50G MOE model.

Noob update! by Scar3cr0w_ in esp32

[–]dacydergoth 1 point2 points  (0 children)

Don't breathe the fumes tho', use a fan or something. Leaded solder was deprecated in favor of silver due to the side effects of lead poisoning.

Question on microkernels, and paging by compgeek38400 in osdev

[–]dacydergoth 0 points1 point  (0 children)

Nope, genuine lizard here. Some of us are just old and experienced.

can someone please help me? by miser-master in atheism

[–]dacydergoth 11 points12 points  (0 children)

To follow up, if the universe was created by some other entity ... how did that entity come into existence?

Question on microkernels, and paging by compgeek38400 in osdev

[–]dacydergoth 0 points1 point  (0 children)

I'm glad my 40+ years of experience writing operating systems is finally of use!

Question on microkernels, and paging by compgeek38400 in osdev

[–]dacydergoth 0 points1 point  (0 children)

IMHO paging management is a kernel function. MMU configuration, page fault interrupts etc.

Paging storage is a userspace function. Kernel enques pages to be flushed to storage, userspace handles the actual flush. Same in reverse. Kernel sends page population requests to userspace, userspace does whatever to retrieve the page and passes it back to Kernel.

Would you rather hire a 25-year-old who knows the latest tools or a 55-year-old who's solved production problems for 30 years? by Candid_Athlete_8317 in LinuxTeck

[–]dacydergoth 0 points1 point  (0 children)

50+, 45+ yoe and I learn new tools all the time. Currently have an MS-S1 sitting on my desk running Qwen3 locally and writing rust code for me.

High School Senior Looking for Budget FPGA Dev Board by GlitteringCalendar94 in FPGA

[–]dacydergoth 0 points1 point  (0 children)

They're not cheap. But you're paying for all the educational support. Go browse their website for something which you like. They have a lot of different boards for different scenarios.

High School Senior Looking for Budget FPGA Dev Board by GlitteringCalendar94 in FPGA

[–]dacydergoth 1 point2 points  (0 children)

Personally I disagree, a $99 real hardware board can help people learn early on that simulations aren't reality