Elektrine lite

← Feed

Rune 🇨🇦

rune@social.intothecloud.net

<p>Tinkerer. A lot of IT stuff, cloud, security, etc. Love self-hosting, troubleshooting, systems design, etc.</p>

Posts

  • Post #2958999

    Mystery! One of my #homeassistant door sensors is... missing. It&amp;#39;s still connected via Zigbee, but it&amp;#39;s nowhere to be found. Did the kid abscond with it? (he says no). Did the cat knock it loose and bat it around? It registered its last &amp;quot;door open&amp;quot; just after dinner two days ago, when it was pouring rain. Zigbee network shows it connected to a router that is across the house in the basement (and not any of the 3 routers on the main level) Any tips for f...

  • Post #1041371

    This is AI comedy gold https://gist.github.com/bretonium/291f4388e2de89a43b25c135b44e41f0 #ai #badai #badbot #comedy

  • Post #1041370

    Shiny. Firefly reboot, with original cast, but as an animated series https://deadline.com/2026/03/nathan-fillion-firefly-animated-series-development-1236754122/ #firefly

  • Post #1041369

    @joeress Just snap a photo of mom&amp;#39;s creditcard, it&amp;#39;s in her purse. :blobcatpeek:

  • Post #1034266

    I set up a GPS-reference Stratum-1 NTP server at home. This was a neat project, but rather painful. Not sure I&amp;#39;d recommend it, honestly, but I learned a lot. See thread for some learnings and rantings. 1/x #ntp #time #homelab #selfhost

  • Post #559224

    Okta, for an authentication system, has so many rough edges and bad user experiences. In the portal, and click the Sign Out button? Yeah, doesn&amp;#39;t do anything. Already logged in, but touching something that requires 2FA? Tell the user that, and give them options on what 2FA to trigger. My org doesn&amp;#39;t allow Windows Hello, so if I login with that, having Okta Verify pop up, with a big &amp;quot;Windows Hello confirmation &amp;lt;disabled&amp;gt;&amp;quot; doesn&amp;#39;t help m...

  • Post #559221

    I&amp;#39;ve been using Valkey (and Redis before it) for years when building scripts or small apps to store a bit of data. Even though I&amp;#39;m not storing a lot of data, it has always irked me that it needs to be in memory all the time. Last night I found kvrocks, an Apache project, which provides a redis interface, but stores data on disk in rocksdb. Even better, it has &amp;quot;namespaces&amp;quot;, so I can separate each app easily by credential. https://kvrocks.apache.org/ #kvrocks...

  • Post #559220

    #Zen browser added a &amp;quot;Live Folder&amp;quot; (a folder of tabs based on a RSS feed) in the latest version. And I don&amp;#39;t know how many hundreds of items were on my #Readeck read-later list, but it&amp;#39;s now five, which is incredible. Just bringing my read-later list right into my browser tabs has made a world of difference. #selfhost #homelab

  • Post #558834

    I&#39;ve been working on custom #MCP tools to better tie my stuff together. It&#39;s connected to the Assist functionality in #HomeAssistant allowing me to do things like: - add items to grocery/personal/household to-do lists. - check or update quantities of items in my #HomeBox inventory - ask for weather forecasts for anywhere #selfhost #homelab #llm #ai

  • Post #409060

    RE: https://infosec.exchange/@mainframed767/115650775795256747 Prediction: Companies will forget to draft business continuity plans for the case of LLM service failures or problems. &amp;quot;What do you mean Customer Service is down?&amp;quot; #ai #llm

  • Post #409058

    Ok. I feel you, it&amp;#39;s the holidays. #error

  • Post #274362

    @bird@birdbox.party I&#39;ve also been looking into this. It appears to be bots, with full-blown browsers that are requesting /tags/, which loads the full page, which they likely scrape. I&#39;ve put a quick block in place, so they aren&#39;t getting what they want from my instance, and am considering what else I could do... Poison the well (give them bogus data)? Feed them an Anubis page with an impossibly difficult challenge to spin their CPU for a while? Since they&#39;re a full browser...