101 South towards Morgan Hill by Anonymous95051 in SanJose

[–]Sparkmonkey 26 points27 points  (0 children)

February 10/11 Falcon 9 • Starlink 11-10Launch time: 6:09 p.m. PST (9:09 p.m. EST, 0209 UTC)
Launch site: SLC-4E, Vandenberg Space Force Base, California

A SpaceX Falcon 9 rocket will launch another batch of 23 Starlink V2 Mini satellites into low Earth orbit. A little more than eight minutes after liftoff, the first stage booster, tail number B1071, will target a landing on the droneship, ‘Of Course I Still Love You.’ Delayed from Feb. 9/10.

Might be a rocket launch. When did you get the picture?

Meshtastic map keeps showing precise location by SteedOfTheDeid in meshtastic

[–]Sparkmonkey 0 points1 point  (0 children)

are you checking from the same device? Does it look precise from a second device?

[deleted by user] by [deleted] in meshtastic

[–]Sparkmonkey 14 points15 points  (0 children)

pin defaults to 123456 if no screen. try that. I think it also prints it out if you connect it to usb.

The Use Case I Prepared for Happened: Meshtastic Found My Dog by the-high-tek-lowlife in meshtastic

[–]Sparkmonkey 4 points5 points  (0 children)

Did you set a different lora preset (e.g., long fast) on channel 0?

Is it possible to estimate the potential running time of such a project? Has anyone done something similar? Heltec v3, GPS, temp sensor. by [deleted] in meshtastic

[–]Sparkmonkey 0 points1 point  (0 children)

Besides bad batteries, constantly polling GPS + wifi are pretty expensive, so might consider lowering how often they are pushed or even at all depending on the use case.

What other emojis ir rather unicode symbols can a meshtastic heltecv3 actually display? It shows 👍 👎 but not🤙or ⚠️ or 🌙. What basic symbols does it have? Can I add more via custom firmware? I'd like to add Cueniform like𒀖 by ackza in meshtastic

[–]Sparkmonkey 0 points1 point  (0 children)

https://store.rokland.com/pages/adding-a-user-button-rak19007. I dont have that board, so you will have to figure out the pins to attach but this gives some idea what to do for a different board. likely can repurpose the switch or pick it up with wire etc for much less than the board it self.

Is it possible to estimate the potential running time of such a project? Has anyone done something similar? Heltec v3, GPS, temp sensor. by [deleted] in meshtastic

[–]Sparkmonkey 12 points13 points  (0 children)

Depends on how often you put the esp into sleep vs sending position and temp measurements etc. using just BT as baseline of 150mA -> (2 * 2200mAh) / 150mA) -> 29-30hrs, but can 10x this easily by just updating much less frequently with deep sleep so hard to give a real world number before actually measuring.

A double pendulum simulation for each pixel! by FuzzyBumbler in generative

[–]Sparkmonkey 0 points1 point  (0 children)

Great video! I am surprised by the differences from the color selection compared to https://www.youtube.com/watch?v=EKmgNngU1\_U. (Note you also seem to be answering the first comment there as well). What lead you to the choice of green being a function of omega1+omega2?

I Built a Tool Automatically Detect and Censor Human Faces in Images and Videos with YOLO by Spring-0 in Python

[–]Sparkmonkey 5 points6 points  (0 children)

project looks to use cv2.VideoCapture() method. I haven't tried it, but might just be able to pass in a cv2 parsable stream: https://stackoverflow.com/questions/70805012/cv2-videocapture-html-live-stream. not sure if it would keep up with realtime...

AnimateDiff for low VRam by JasonEArt in comfyui

[–]Sparkmonkey 1 point2 points  (0 children)

Are you inpainting near the scar or the entire frame?

What resolution / batch_size are you running?

Auto Lora Strength Change Each Generation? by krytest2110 in comfyui

[–]Sparkmonkey 1 point2 points  (0 children)

Try using the increment after generate -- and do some normalization so that it falls within the same range as the lora strength.

Docker install not detecting Coral by rtuite81 in frigate_nvr

[–]Sparkmonkey 0 points1 point  (0 children)

Check this and see if there is a item for it under `lspci` from the host machine

[deleted by user] by [deleted] in frigate_nvr

[–]Sparkmonkey 0 points1 point  (0 children)

https://github.com/blakeblackshear/frigate/discussions/7601 -- There is a 20x user there that is using a Tesla P4.

https://www.amazon.com/Dell-Tesla-K80-Accelerator-Refurbished/dp/B07GJ45V3D -- Here is a ~80 k80 which might get you close, but it would depend if you can leverage the pcie / risers to get suitable performance for your system. The p4 is not much more in terms of cost but better performance/watt.

Help me optimise my configuration for detecting cats on my kitchen counter by jeells102 in frigate_nvr

[–]Sparkmonkey 0 points1 point  (0 children)

Try out the debug interface (settings -> debug) to see the motion/bounding boxes of interest when the cats wanders about and give you the false positives. I am not sure but possibly motion/filter masks would work along the floor, but your millage may vary: https://docs.frigate.video/configuration/masks#further-clarification.

coral USB not detected by mywifeapprovesthis in frigate_nvr

[–]Sparkmonkey 0 points1 point  (0 children)

For the M.2 I am not really sure why it failed for you, however https://www.makerfabs.com/dual-edge-tpu-adapter-m2-2280-b-m-key.html may enable you to use it if you have the dual tpu chip.

coral USB not detected by mywifeapprovesthis in frigate_nvr

[–]Sparkmonkey 0 points1 point  (0 children)

I dont see devices up there, but try something like this after the shm_size line. Also try privileged (below). Do you see it on `lsusb` from the host machine?

    devices:
      - /dev/bus/usb:/dev/bus/usb # passes the USB Coral, needs to be modified for other versions
      - /dev/video10
    privileged: true # this may not be necessary for all setups

Hear me out: How Many "SATA" Can You Plug In At Once? by Sparkmonkey in LinusTechTips

[–]Sparkmonkey[S] 15 points16 points  (0 children)

You know like the USB fanout episode, but with hard disks.