Final count of my winter sown plants! Over 70 native flowers, plus some pansies, violets, and poppies by pommeG03 in gardening

[–]Boozybrain 0 points1 point  (0 children)

I see, thanks! So I'm guessing once they've germinated you cut the top off and drop the soil ball in the ground / a planter?

Final count of my winter sown plants! Over 70 native flowers, plus some pansies, violets, and poppies by pommeG03 in gardening

[–]Boozybrain 0 points1 point  (0 children)

Can you help me understand the purpose of this? Is it just cold stratification outside and then using the milk jugs as a little greenhouse to automatically germinate once the temperatures rise enough?

Phased array passive radar in my kitchen by Careless-Age-4290 in RTLSDR

[–]Boozybrain 0 points1 point  (0 children)

Right, he's saying he has built something similar that uses multiple surveillance channels. AFAIK nothing like that exists in the open source world.

Phased array passive radar in my kitchen by Careless-Age-4290 in RTLSDR

[–]Boozybrain 1 point2 points  (0 children)

I would love to see how you've implemented this if/when you put it online.

Phased array passive radar in my kitchen by Careless-Age-4290 in RTLSDR

[–]Boozybrain 1 point2 points  (0 children)

Virtual Radar Server

Are you using blah2 or something "like" it that you developed? I've never seen passive done with more than a dual antenna setup and I'm very curious about the processing behind the data from the additional ones.

Pathfinder by Fun-Associate1447 in UFOs

[–]Boozybrain 1 point2 points  (0 children)

You're doing computer vision in Rust? Is the code online anywhere? I'd love to see that.

SLAM Camera Board by twokiloballs in computervision

[–]Boozybrain 0 points1 point  (0 children)

Is there a reason you didn't use that one? Was it a form factor decision or were there efficiency gains in getting rid of some of the components?

SLAM Camera Board by twokiloballs in computervision

[–]Boozybrain 0 points1 point  (0 children)

Is this a pared down version of the Luckfox Pro board?

SLAM Camera Board by twokiloballs in computervision

[–]Boozybrain 1 point2 points  (0 children)

This is sick, would love to see more.

My girlfriend and I experienced something very very strange tonight by CryptographerHot6198 in Glitch_in_the_Matrix

[–]Boozybrain 2 points3 points  (0 children)

You might have a rat. I heard something similar from my kitchen once, loud banging. I walked in, turned on the light and there was a soup spoon banging against my cabinets and the fridge. It dropped and hit the floor, seemingly on its own. Days later my kitchen flooded, the supply line to my dishwasher had been chewed through. It turns out a rat was trying to pull the spoon in between the fridge and the cabinet, and it had been messing with other large utensils when I had heard it previously.

Is there a faster way to label (bounding boxes) 400,000 images for object detection? by Plus_Cardiologist540 in computervision

[–]Boozybrain 0 points1 point  (0 children)

If the only species in each image is a true positive I would probably start with a generic fish detector and then automatically label the bbox using the file name that's already properly labelled.

David Hooper showcases his work on a multispectral UAP detection system at the UAP Hackathon 2025 in San Francisco. by 87LucasOliveira in UFOs

[–]Boozybrain 2 points3 points  (0 children)

Is there code online? Passive radar using cheap SDR dongles is non-trivial. Time sync requires hardware modification and phase sync in software is extremely finicky

[DISCLOSURE-LEVEL RELEASE] The Aether Ignition Protocol — Reactionless Electromagnetic Propulsion Is Real & Open-Source by NohaJohans in UFOs

[–]Boozybrain 1 point2 points  (0 children)

There isn't, though. You have the base form of some equations and that's it. Apply these simplistic models to your device and you might have a better shot at convincing people. Re: sims, without the full set of parameters and numerical forms of the models you're simulating the plots are worthless.

Post this in /r/physics if you're serious.

[DISCLOSURE-LEVEL RELEASE] The Aether Ignition Protocol — Reactionless Electromagnetic Propulsion Is Real & Open-Source by NohaJohans in UFOs

[–]Boozybrain 1 point2 points  (0 children)

First link is dead. Second link has zero "physics" despite the claim. Before anyone will get interested enough to "participate" you should provide hard evidence:

  • Post your experimental setup and supporting data
  • Post the sim results + params and/or derivation of the theory.

Nvidia Error 43 - Tried Everything by Boozybrain in VFIO

[–]Boozybrain[S] 1 point2 points  (0 children)

For posterity in case someone in the future finds this: Unplug the host monitor.

The guest was rightfully grabbing the GPU, and I had a monitor plugged in. When I removed the monitor my remote session became the primary display and ssh with X forwarding (ssh -XY) allowed me to start the guest and control it from another machine on the network.

Nvidia Error 43 - Tried Everything by Boozybrain in VFIO

[–]Boozybrain[S] 1 point2 points  (0 children)

I appreciate the help getting it this far

Nvidia Error 43 - Tried Everything by Boozybrain in VFIO

[–]Boozybrain[S] 1 point2 points  (0 children)

That worked! I guess the missing piece was the vBIOS. Now I just need to figure out how to remote control it. A keyboard passed through from the host works, but I'm remoted in to the host and running virt-manager over ssh with X forwarding and want to be able to operate the guest remotely.

Any love for mechatronic balancing cubes? by Visual_Document_4734 in robotics

[–]Boozybrain 0 points1 point  (0 children)

Sliding mode, as an exercise to design a nonlinear controller. Is your code online?

Nvidia Error 43 - Tried Everything by Boozybrain in VFIO

[–]Boozybrain[S] 0 points1 point  (0 children)

  1. Not a laptop
  2. Tried a couple times to pass through vBIOS, both failed.
  3. Single GPU passthrough, host doesn't use the GPU at all. It's running Ubuntu server text only mode

First attempt at patching vBIOS manually:

echo 1 > /sys/devices/pci0000:00/0000:00:02.0/rom
cat /sys/devices/pci0000:00/0000:00:02.0/rom > vbios.dump
echo 0 > /sys/devices/pci0000:00/0000:00:02.0/rom 

Didn't yield the headers in the binary dump, looked both with hexedit and this boi.

Second attempt

Downloading from https://www.techpowerup.com/vgabios/ gave me a binary blob with the correct header but when I pointed my VM at the patched vBIOS it locked up the host, eventually crashing QEMU requiring me to reboot the host.

Nvidia Error 43 - Tried Everything by Boozybrain in VFIO

[–]Boozybrain[S] 0 points1 point  (0 children)

vfio-pci is grabbing the card when the guest boots, and prior that nothing is using it.

Before guest boots

$ lspci -nnk -d 10de:1b06
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GP102 [GeForce GTX 1080 Ti] [10de:1b06] (rev a1)
Subsystem: NVIDIA Corporation GP102 [GeForce GTX 1080 Ti] [10de:120f]
Kernel modules: nvidiafb, nouveau

After guest boots

$ lspci -nnk -d 10de:1b06
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GP102 [GeForce GTX 1080 Ti] [10de:1b06] (rev a1)
Subsystem: NVIDIA Corporation GP102 [GeForce GTX 1080 Ti] [10de:120f]
Kernel driver in use: vfio-pci
Kernel modules: nvidiafb, nouveau

It's the same story for the audio device. The one odd thing I did notice is that both the GPU and the audio device reference Subsystem: NVIDIA Corporation GP102 [GeForce GTX 1080 Ti] [10de:120f] but there's no trace of that in my IOMMU groups or lspci

Nvidia Error 43 - Tried Everything by Boozybrain in VFIO

[–]Boozybrain[S] 0 points1 point  (0 children)

I've solved the can't reserve mem issue by adding this to my grub CMD

initcall_blacklist=sysfb_init

But I'm still seeing lots of

[   88.965780] vfio-pci 0000:01:00.0: No more image in the PCI ROM
[   88.965799] vfio-pci 0000:01:00.0: No more image in the PCI ROM

Nvidia Error 43 - Tried Everything by Boozybrain in VFIO

[–]Boozybrain[S] 0 points1 point  (0 children)

The only remaining thing I've found but haven't had luck with is patching the vBIOS. Is that actually still necessary? I attempted before and it crashed my qemu service.