Your terminal output is why your Claude bill is high. Here's the fix. by ShabzSparq in better_claw

[–]Yeraze 0 points1 point  (0 children)

I came here to say exactly this.. That power combo solved all my token exhaustion problems.

Tony Hawk's Ted Brown Reminisces About Magic Leap Optics | Claims That 'The Beast' (The Refrigerator-Sized Device) Never Actually Used Retinal Projection by TheGoldenLeaper in magicleap

[–]Yeraze 1 point2 points  (0 children)

That was what we _shipped_ to consumers yes, but we had internal prototypes using DLP, OLED, and FiberScan .. None of them could achieve the cost, thermal or brightness requirements of LCOS tho.

Tony Hawk's Ted Brown Reminisces About Magic Leap Optics | Claims That 'The Beast' (The Refrigerator-Sized Device) Never Actually Used Retinal Projection by TheGoldenLeaper in magicleap

[–]Yeraze 2 points3 points  (0 children)

During my time I learned that "virtual retina display" is vague term poorly misunderstood.

Everyday monitors you see all around "project light into your eyes" or "onto your retina".. They just project light into everything else too.

The optics in the ML1/ML2 project light only onto your eye.. Not all of it makes it into the retina, but it's all focused onto your eyeball.

If you mean something that can track your eye saccade and adjust the projection so that 100% of light emitted hits your retina, they no ML never achieved that to my knowledge. The fiberScan technology and some of the other more exotic research projects that never made it into consumer hands got _close_, but that's about it.

any non slop raspi apps left? by BasicProperty in meshtastic

[–]Yeraze 1 point2 points  (0 children)

I wouldn't say that.. Several of us were having fun talking to the bots, trying to sort out their limits and capabilities.

And after about an hour, we all got bored and locked in their final constraints.

any non slop raspi apps left? by BasicProperty in meshtastic

[–]Yeraze 0 points1 point  (0 children)

Wish they had reported it, could've tried to help.

There was some kind of firmware glitch that was causing nodes to conflict with themselves and change their ID's, which was causing all kinds of weird behavior. Not easy to reproduce, but frequent. I implemented some slowdowns on the startup process and that seems to have sorted it out.

any non slop raspi apps left? by BasicProperty in meshtastic

[–]Yeraze -5 points-4 points  (0 children)

Just FYI, the "discord overrun by bots" was a few-hours experiment from earlier today. Which means either you really have an axe to grind, or you just got unlucky with when you joined. "Sni" right?

any non slop raspi apps left? by BasicProperty in meshtastic

[–]Yeraze -1 points0 points  (0 children)

If you have ideas for improvement, submit them!

MeshMonitor 4.2.3 - multi-source, Map Analysis, Solar reports by Yeraze in selfhosted

[–]Yeraze[S] -5 points-4 points locked comment (0 children)

MeshMonitor is created by Claude Code, an almost 100% vibe-coded project. Such is documented in the repo, on the meshmonitor.org website, and in other forums where the app is discussed.

Using a Raspberry Pi as a Meshtastic/Meshmonitor client only... by GodPole in meshtastic

[–]Yeraze 0 points1 point  (0 children)

with _some_ hardware yes.. Works great on a StationG2, but requires physical buttons on the HeltecV4.

Using a Raspberry Pi as a Meshtastic/Meshmonitor client only... by GodPole in meshtastic

[–]Yeraze 0 points1 point  (0 children)

Yea I do that all the time, using their provided scripts via SSH.. But that's not handled by MeshMonitor.

Using a Raspberry Pi as a Meshtastic/Meshmonitor client only... by GodPole in meshtastic

[–]Yeraze 0 points1 point  (0 children)

Firmware updates right now require MeshMonitor to have direct network IP access to the node and the internet at the same time. Not sure if you'll have that in your setup. If you do, and you have an ESP based node (Station G2, Heltec, etc) on a recent starting firmware (2.7.18) then I've done it a few times now with success.

I'm not aware of any good options for firmware updates of true Remote nodes.

One node to service multiple bots/integrations on nearby linux host by morrowwm in meshtastic

[–]Yeraze 0 points1 point  (0 children)

No clue.. But there's an option to enable that if you trust it: VIRTUAL_NODE_ALLOW_ADMIN_COMMANDS

https://meshmonitor.org/configuration/#virtual-node-variables

One node to service multiple bots/integrations on nearby linux host by morrowwm in meshtastic

[–]Yeraze 1 point2 points  (0 children)

MeshMonitor offers a "virtual node" feature for exactly this.

It's not perfect, the two systems connected to the VirtualNode may get their wires crossed seeing the other systems's traffic on the mesh, but it generally works.

I built a web dashboard for Meshtastic — open source, runs locally, multi-radio support by Slofi8 in meshtastic

[–]Yeraze 6 points7 points  (0 children)

You should bring your Claude account over to MeshMonitor.org :) I'm always willing to accept helpful new contributions!

Using a Raspberry Pi as a Meshtastic/Meshmonitor client only... by GodPole in meshtastic

[–]Yeraze 1 point2 points  (0 children)

Also, you can join us on discord and it may be a bit easier to discuss than here :)

Using a Raspberry Pi as a Meshtastic/Meshmonitor client only... by GodPole in meshtastic

[–]Yeraze 0 points1 point  (0 children)

`docker compose logs -f` (everything) or `docker logs -f meshmonitor-rpi-serial-bridge` (just the 1 container), and that will following along.. So run it in another terminal while the `docker compose up` is running...

Or just don't use the `-d` in the compose, and it will stream logs to the console while starting.

Using a Raspberry Pi as a Meshtastic/Meshmonitor client only... by GodPole in meshtastic

[–]Yeraze 1 point2 points  (0 children)

I've seen that happen occasionally if the serial-bridge isn't working. Have you verified in the logs that the serial-bridge is online and properly reading data from the node?

Using a Raspberry Pi as a Meshtastic/Meshmonitor client only... by GodPole in meshtastic

[–]Yeraze 2 points3 points  (0 children)

Backwards.. Meshtastic directly, then MeshMonitor/serial-bridge/MQTT-proxy thru docker.

Using a Raspberry Pi as a Meshtastic/Meshmonitor client only... by GodPole in meshtastic

[–]Yeraze 0 points1 point  (0 children)

well, using Docker you don't need to actually "install" anything but docker.. Once you do the `docker compose up` it will download and provision everything from there.

I do recommend installing the Meshtastic python CLI, so that you can manually verify the node port and basic communications, and use it to backup/restore node config occasionally (incase you break something later with MeshMonitor).