We have four on the boundaries of our property. My 'Goldidor' (Labrador/retriever cross) has given chase a few times and has struggled to keep up. When they run they RUN. Maybe not pushing 40kph, not not far from it...
A Few:
- Augsentric [https://www.augsentric.com] - probably my biggest time/AI sink - for evaluating websites
- FencePost - [https://github.com/seriocomic/FencePost] - a UI for multi-host Firewall rules (UFW)
- EventFeed (private repo) - a timeline of events on my network in a centralized UI
- Ledger (private repo) - personalized finance ledger using bank statements
The biggest unblock remains the tools/scripts/skills for documentation (started with Notion, network now sits on Obsidian for read/write).
Happy Kagi user - what 'sold' me (albeit already working in the space) was the adage of "if you're not paying, then you're the product" - having my results being manipulated to be constantly advertised to was something I was prepared to pay a token amount to avoid.
From an outside-US point of view, both of these links border on the satirical. The DHS one, with it's no-longer-funded/maintained banner, and the entire content, complete with the quote is just eye-brow raising.
I wonder if anyone did read through the accordian FAQs, especially this one:
> How will exit bonuses be issued to participants?
DHS is working with Project Homecoming partners on the disbursement of exit bonuses. Illegal aliens will receive the exit bonuses after they land in the country of arrival.
The delivery method will vary based on country-specific guidelines and regulations. However, no bank account is necessary for illegal aliens to receive their exit bonus. In most instances, illegal aliens will collect their exit bonus in their home country.
I was thinking the same, but (and correct me if I'm wrong), the timezone means this is only really useful between 11pm and 5am AEST? - EDIT: yup - I _completely_ missed the "outside" of those US hours. yay!
Working on an all in one "platform" that runs multiple different checks on a website/domain. Got sick of having to run different checks in different places to ensure everything is at it should be - SSL, HTML, SEO, redirects etc.
Extended the checking to monitoring and change detection/alerting. You can try for free at https://www.augsentric.com - built for my own needs, but made it for others if there's interest... feedback welcome
With AI/LLM assistants the barrier to setting up and running a homelab is so much lower - in the past 6 months I've had Claude help me completely reconfigure the (now) 5 RPis that were sitting around severely underutilized, I have 3 running Docker, some split between home stuff, production testing and a separate management layer (along with backups that were just in the too hard basket previously). Not to forget all the documentation that goes with it. Fun times!
What came to my mind when I saw this at 625 points and 1743 comments, was "I'd love to run all these sites through my own tool that analyses websites (for tech issues)" and comment with a link to the commentor/site-owner with their own personal link for them - sort of like a technical 'mirror'). If I don't get down-voted I might just do that...
I use Kagi as my daily driver on mobile, and have it constantly as my second browser (next to FF Dev) on desktop for the same reason I use Kagi Search, support of the concept. It doesn't hurt that the browser is pretty good performance and experience-wise.
More fascinating for me is this discussion thread, where there's legitimate debate around the need/expectation for alphabetical sorting to match/include lexical sorting.
I'm personally in the "want lexical as part of alphabetical" - as 'photo19' should come after 'photo2' in my expectations, but the number of cases cited where this doesn't/shouldn't work is enough to justify a degree of contextual or situation awareness that most systems and interfaces simply aren't designed to cater for (file-systems vs photo-storage applications).
Don't laugh, but in my org we have a bi-annual "Hive Week" where all Product/Tech (two sub-orgs) bring all the 'bees' home to Office Central for a week of, um, collaboration?
Funny how some things you were thinking about before you log-on for the morning suddenly become front-and-centre for you.
I have an old original iPad wall mounted showing an AppDaemon dashboard from my HomeAssistant. I wish the old Safari could handle a standard dashboard but alas. I even had to add a specific certificate to enable Safari to access and show things such as HTTPS feeds from my cameras.
Looking at the comments, there doesn't appear to be anyone who has solved this issue :(
I've walked the same rocky path and have the bleeding feet to show for it! My problem is that now my packaging/environment mental model is so muddled I frequently mix up the commands...
Adding my kudos to the other commenters here - the polymath skills necessary to take on something like this is remarkable as a solo effort. I was hoping for more detail on the issues found during the request/parsing at a domain/page level.
Almost ready to launch an all-in-one platform for solving problems I face all the time at work, with clients and my own sites.
Frustrated with running 10+ different checks on domains/websites I've built or working on with 10+ different services, I've built - with help from Claude Code - a Django app that tries to wrap all those key checks into one place. On top of that, I've built in scheduled monitoring and alerting.
It's been a great experience learning about the intricacies and nuances in different website set-ups, the complexities in avoiding false negatives, fun with CloudFlare workers, agentic coding and much more.
The site is still running off a RPi (Coolify) in my home-server behind a CF Tunnel at the moment, so won't link directly here - but ping me if you want to give it a test-run.
Love this - tried it. The problem as I see it is that these still require hosting - ideally (again, as I see it) self-hosting a script that monitors internal/homelab things also requires its own monitoring.
Short of paying for a service (which somewhat goes against the grain of trying to host all your own stuff), the closest I can come up with is relying on a service outside your network that has access to your network (via a tunnel/vpn).
Given a lot of my own networking set-up (DNS/Domains/Tunnels etc) are already managed via Cloudflare, I'm thinking that using some compute at that layer to provide a monitoring service. Probably something to throw next at my new LLM developer...