Readit News logoReadit News
pastorhudson commented on Show HN: Remotely use my guitar tuner   realtuner.online/... · Posted by u/smith-kyle
pastorhudson · 5 days ago
This is hilarious and fun. Thanks for making it.
pastorhudson commented on What podcasts are you listening to?    · Posted by u/thomk
pastorhudson · 17 days ago
Advisory Opinions Legal analysis of Supreme Court that is really fun and talks about systems tradeoffs in how court systems make decisions.

Python Bytes Just fun thing I can put on and listen to while coding or doing other work. I always learn something and the show runners are great.

Left Right and Center Pretty good level headed political discussion where differing perspectives have real cordial conversation while disagreeing.

The Non Anxious Leader Podcast Jack Shitama does a great job of explaining family systems theory and how our own emotional reactance can be managed effectively. If you want soft emotional intelligence skills listen to this.

The Russel More Show Russel interviews a variety of people and talks about how to be a Christian in our weird political climate. It’s not Christian nationalist and I find it thoughtful and refreshing. He also interviews lots of people from different perspectives.

pastorhudson commented on Sergey Brin's Unretirement   inc.com/jessica-stillman/... · Posted by u/iancmceachern
mckn1ght · 2 months ago
I’ve found asking “what do you like to do” vs “what do you do” to produce much more interesting conversation.
pastorhudson · 2 months ago
I always ask “What do you do for fun?”
pastorhudson commented on I wish my web server were in the corner of my room (2022)   interconnected.org/home/2... · Posted by u/jonassaid
hnuser123456 · 6 months ago
Yep, my website (very WIP) is hosted on an RPi 5 in the corner of my apartment, and every once in a while my IP changes and I have to update DNS and tell my friends to connect to the minecraft server by IP. I'm probably around 98% uptime, so github levels of assurance.
pastorhudson · 6 months ago
I solved this with a corn tab that runs a script that checks my ip and updates my cloudflare dns if it changes. https://github.com/pastorhudson/cloudflare_dns_updater
pastorhudson commented on Walkie-Textie Wireless Communicator   technoblogy.com/show?2AON... · Posted by u/chrisjj
etrautmann · 7 months ago
Can you elaborate on the restrictions? Is it just that the Baofeng allows you to transmit on some frequencies that aren’t legal or at power levels that aren’t allowed or is it not allowed in the US at all?
pastorhudson · 7 months ago
To use GMRS you need a license to be compliant with fcc. It’s not expensive I think $60 for 10 years and it covers your family.

You can then use GMRS. GMRS is all the same FRS channels plus several more. GMRS can also transmit at up to 50mw on some of the non-FRS channels.

To be using GMRS in compliance you have to use an FCC Part 95E certified device. These Baofeng / Btech devices are usually not GMRS certified. So you need a HAM license to use them. . . But HAM licenses doesn’t cover GMRS frequencies. So there is no technically compliant way to use these devices and check all the boxes. Even if you have both HAM and GMRS you are using a non Part 95E certified device. You’re likely fine as long as you’re not harassing people or causing interference. Generally the FCC is pretty reasonable. They send a letter saying knock it off before they knock on your door. But if you continue to harass people or use high power that causes interference then you will get a hefty fine.

At the very least get your GMRS license. But I encourage you to get your HAM license. I have found that often HAM nerds are into a lot of other stuff I like and my local club has been a welcome place to make friends and build fun stuff.

pastorhudson commented on I accidentally became PureGym’s unofficial Apple Wallet developer   drobinin.com/posts/how-i-... · Posted by u/valzevul
frankus · 7 months ago
"and very good reasons for not implementing Apple Wallet"

Judging by the screenshots, it looks like a thin wrapper around a mobile-optimized web site, or at best something like Flutter, so the likelihood that they have in-house developers that are sufficiently versed in the dustier corners of Apple's APIs is slim.

pastorhudson · 7 months ago
Ya and if they add apple wallet they have to do android wallet and then that’s more code to maintain. But they could make the in house app always show the QR code on launch.
pastorhudson commented on Ask HN: What toolchains are people using for desktop app development in 2025?    · Posted by u/lincoln20xx
foresto · 7 months ago
Topping my list of GUI toolkit requirements are cross-platform and native look & feel. As far as I know, Qt still beats everything else in these areas on the desktop. It's mostly excellent.

However, I find The Qt Group's commercial licensing (and their tactics as reported by various people on HN) a little scary. If I were to go commercial, I think I would stick with LGPL Qt and link dynamically or give customers my object files for re-linking, because I get the impression that accepting a commercial Qt license could restrict my ability to use open-source Qt elsewhere. I suppose there might be some other way to safely navigate those waters, but from what I've read, The Qt Group has a reputation for making this far from hassle-free. It's not an immediate problem because I currently use Qt only for open-source and personal tools.

I have grown tired of C++, so I've been using Python to drive Qt. The bindings are very good, mirroring the C++ API so closely that I just use the C++ docs when I need to look something up.

I've also been watching for Qt bindings to other compiled languages, mainly for distributing non-Linux GUI apps more simply than Python allows. Such bindings often turn out to expose only Qt Quick, which lacks functionality that I sometimes need, but there are a few that expose Qt Widgets. For example, these Go bindings:

https://github.com/mappu/miqt

I hope we'll eventually see a cross-platform GUI toolkit rivaling Qt in a language more pleasant than C++ (and ideally easier to bind to other languages). The one being developed for internal use by the Zed editor has some promising ideas about how to render native-looking text, which I think is a good start:

https://zed.dev/blog/videogame

https://www.gpui.rs/

pastorhudson · 7 months ago
I’m hopeful that toga will be good for python dev cross platform including iOS and android. I haven’t tried it yet though. https://beeware.org/project/toga/
pastorhudson commented on I hacked my washing machine   nexy.blog/2025/07/27/how-... · Posted by u/JadedBlueEyes
snickerdoodle12 · 7 months ago
Seriously, me too. I also want to know how they transport the laundry to/from the machine. I'm hoping for a conveyor belt of sorts.
pastorhudson · 7 months ago
The factory must grow!
pastorhudson commented on Umami is a simple, fast, privacy-focused alternative to Google Analytics   github.com/umami-software... · Posted by u/ksec
xz18r · a year ago
There are options missing from the admin panel or the dashboards that intuitively seem basic. Some examples: - excluding certain data from your report (such as localhost visits) - setting a default time range - on the 'overview' of all your domains, setting a time range that applies to all and not just one domain individually (this particularly felt really counterintuitive)

There is more I'd come up with if I actually pulled it up, but the overall throughline is that it just feels 'too basic' at this moment. Especially for something that goes beyond tracking visits on your personal blog and/or hobby website.

pastorhudson · a year ago
Thank you excluding localhost is a feature I didn’t know I needed till your comment. Makes total sense.
pastorhudson commented on Umami is a simple, fast, privacy-focused alternative to Google Analytics   github.com/umami-software... · Posted by u/ksec
xz18r · a year ago
I have been using (and self-hosting) Umami for 3 websites for the better of a year. While good for my use-case, which is just having some 'fun' insights of how many visits my pages get and where that traffic is coming from, it's mostly aimed at my profile I reckon. Would never use it for a business purpose. Also the UI is somewhat immature still.

So all in all: total fan, otherwise I wouldn't be using it, but it's fairly limited in what it can do.

pastorhudson · a year ago
I really like the simplicity of the ui. I’m curious what makes it immature vs mature in your opinion?

u/pastorhudson

KarmaCake day103May 31, 2019
About
[ my public key: https://keybase.io/pastorhudson; my proof: https://keybase.io/pastorhudson/sigs/UDEEaLxjpeHjAkDIaeUWNrOv4I5g2xI4ChC14isaHyk ]
View Original