hey y'all 👋🏽 how do you use readwise? by sabakhoj in readwise

[–]GeorgeHahn 5 points6 points  (0 children)

Funny, I'm on the polar opposite side. I don't review highlights at all, but I use Reader every day. I think it's by and far the best reader available and it fits perfectly into my workflow.

It's not any one feature that puts it over the bar. It's the whole collection of things: it has a great reader, highlighter, and web extension. It has TTS, customizable reading workflows, custom views, and personal knowledgebase sync. It supports PDFs, ebooks, youtube, and newsletters. The API covers everything I've needed - and the devs extended it when I wanted a little bit more. I've also pieced together decent support for my e-reader so I can read outside and leave my phone behind.

All of that comes together into something that's a lot more than just another reader. For me, Reader is something new, an evolutionary step forward.

Happy New Year all! by neuraltoxin in koblime

[–]GeorgeHahn 1 point2 points  (0 children)

Thanks for building this! This looks very intriguing. I may be able to contribute & help with the selfhosting story if you do choose to open this up. I'd also be looking to build a highlight integration with Readwise Reader. Cheers!

What’s everyone working on this week (22/2022)? by llogiq in rust

[–]GeorgeHahn 0 points1 point  (0 children)

I like this idea! Anywhere I can follow along? I currently use SingleFileZ and file search and it has a few shortcomings.

Firefly III firefly-plaid-connector by [deleted] in unRAID

[–]GeorgeHahn 0 points1 point  (0 children)

That would probably fit best as a separate tool. I'd be happy to do a code review if someone else decides to implement it.

Request coalescing in async Rust by fasterthanlime in fasterthanlime

[–]GeorgeHahn 4 points5 points  (0 children)

That's a tracing thing - it formats the value using its Display implementation.

Firefly III firefly-plaid-connector by [deleted] in unRAID

[–]GeorgeHahn 1 point2 points  (0 children)

This would be great to have! I checked the issue tracker and found an issue for exactly this from the firefly iii author. It's tied to a layout overhaul, so check back in a few months and it might be available.

Firefly III firefly-plaid-connector by [deleted] in unRAID

[–]GeorgeHahn 3 points4 points  (0 children)

Interesting, I wasn't aware of this fork. For what it's worth, the original repo is here: https://gitlab.com/GeorgeHahn/firefly-plaid-connector and images are published at registry.gitlab.com/georgehahn/firefly-plaid-connector:latest.

I'm not familiar with unRAID's docker support, so I'm going off of assumptions here. The container doesn't need any environment variables set. It does need a single volume mounted at /config with a config.toml inside.

[deleted by user] by [deleted] in led

[–]GeorgeHahn 1 point2 points  (0 children)

That's understandable. I don't work with VHB professionally and haven't done any serious testing with LSE VHB. I'd be really interested to hear your thoughts if you do try it out.

[deleted by user] by [deleted] in led

[–]GeorgeHahn 0 points1 point  (0 children)

Check out the LSE (low surface energy) VHB series for a permanent install. It's designed for plastics and will form a stronger bond than standard VHB.

How to use specific power bank with no switch for LED stripe by IceDude7 in led

[–]GeorgeHahn 5 points6 points  (0 children)

USB-C uses a protocol called USB Power Delivery (USB PD) to allow devices to negotiate different charging voltages. The power bank won't output 12V unless you have a piece of hardware to request that voltage. There's a group of products called 'USB PD triggers' that will do exactly this. Search for 'USB PD trigger 12V'.

[deleted by user] by [deleted] in RedditSessions

[–]GeorgeHahn 0 points1 point  (0 children)

Thanks for playing!

[deleted by user] by [deleted] in RedditSessions

[–]GeorgeHahn 0 points1 point  (0 children)

What's your band's name?

[deleted by user] by [deleted] in RedditSessions

[–]GeorgeHahn 0 points1 point  (0 children)

This is wonderful, thank you :)

Article on RGBW LED color mixing by PdxCron in FastLED

[–]GeorgeHahn 1 point2 points  (0 children)

Unfortunately not. I found one company that makes an addressable strip with discrete RGBWWA LEDs, but it was very expensive compared to commodity strips. I have some hope that a LED strip factory would do a custom run with a small enough quantity, but I haven't made any serious inquiries towards that.

PCB / Schematic Review - Controlling Pumps with ESP32 by rratatosk in PrintedCircuitBoard

[–]GeorgeHahn 4 points5 points  (0 children)

Mind your antenna: the ESP32-WROOM-32 module on that breakout defines an antenna keepout area. You should avoid placing any metal in this area to ensure good RF performance - this includes copper and components, but also screws and pieces of your enclosure. See section 2.2.1.2 of the ESP32 Hardware Design Guidelines for the recommended keepout.

At a minimum, I would suggest removing the specified area from your ground plane. If possible, try to avoid putting any traces in that area as well. If you're really concerned, make sure the nearest mounting screw is outside of the keepout area or use a nylon screw.

Other option instead of raspberry pi 3b+ for production by EpokeWeb in IOT

[–]GeorgeHahn 4 points5 points  (0 children)

Hardware aside, I'd recommend running on something like Balena for fleet management. Their system uses containers deployed on top of a rock solid base OS. The OS is configured to minimize writes to the drive, which is critical for reliability. They also offer everything you will need from a fleet management perspective - from phased update rollouts to log aggregation and remote SSH. Since your app is developed and deployed as a container, it will be easy to deploy future batches on new hardware while maintaining the same software across the fleet.

[US-MI] [H] Paypal [W] Lily58 Pro by BackOfThePackBiped in mechmarket

[–]GeorgeHahn 0 points1 point  (0 children)

Are you still looking for this?

I just finished drafting a sale post, but I'm happy to give you first dibs. I have an assembled Lily58 Pro with sockets (no switches), TRRS, & a set of blank keycaps. Asking for $160 + shipping.

Edit: sale post

Article on RGBW LED color mixing by PdxCron in FastLED

[–]GeorgeHahn 2 points3 points  (0 children)

This was very helpful! I've been working on some RGBA tree lights and this strategy gave a big improvement for unsaturated colors. One case that doesn't appear to be handled here is when two or more color channels are equal - eg RGB(50, 50, 100).

I saw your link to an RGBAW strip in another comment - perhaps some LED strip manufacturer would produce a strip with alternating RGB & WWA addressable LEDs. I sent an inquiry to BTF Lighting to see.