Skip Navigation

User banner
π•½π–”π–”π–™π–Žπ–Šπ–˜π–™
π•½π–”π–”π–™π–Žπ–Šπ–˜π–™ @ Rootiest @lemmy.world
Posts
6
Comments
461
Joined
2 yr. ago

  • Cloud AI services will always be more capable. You can do more with near-limitless RAM and processing power than you'll ever be able to do locally on your mobile/desktop system.

    But locally-run AI's usefulness was never in question either.

    An example of this is Google who made the Coral TPU and then the Pixel TPU chips specifically in a bid to bring AI to edge and mobile devices. And now they have been developing a version of their Bard AI that is built to run on mobile systems.

    There is a huge market for it but there are a lot of challenges to running AI models on lower power hardware that have to be addressed. In its current state most AI on these platforms performed only get specific operations using very condensed models.

  • I would disagree.

    Particularly on the cost/beta stuff.

    Tailscale has long supported DNS addresses that link to your tailnet. Typically they only accept connections from addresses allowed within your tailnet, but there isn't anything particularly complex about how funnel allows any incoming address.

    Further, like most of tailscale's operations, funnel isn't requiring them to host or even proxy any significant amount of data, it's just directing incoming connections on that domain to a device on your tailnet.

    The hosting cost to tailscale is insignificant and really no different than what they do on a basic tailnet.

    I don't think it will become a paid only option and I don't think it's too beta to use for a home server.

    Personally I don't bother using it because I'm comfortable exposing my IP address and opening a port to my home server using direct DNS.

    But there are some advantages to using tailscale funnel in that your ip will be obfuscated and the traffic will be routed through WireGuard so potentially more secure.

  • Skull πŸ’€

    A whitish-gray, cartoon-styled human skull with large, black eye sockets. Commonly expresses figurative death, e.g., dying from extreme laughter, frustration, or affection.

    Popular around Halloween. Not to be confused with ☠️ Skull and Crossbones, though their applications may overlap.

    Skull was approved as part of Unicode 6.0 in 2010 and added to Emoji 1.0 in 2015.

  • What I find hard to believe is there is a department that would allow Ketamine to be given without monitoring capnography.

    I don't think we're being asked to believe that, as if that was the case the people in charge of policy would have been negligent, not the paramedics.

    • 8 Hosts (6 physical/local, 2 VPS/remote)
    • 72 Docker containers
      • Pi-hole (3 of them, 2 local, 1 on a VPS)
      • Orbital-sync (keeps the pi-holes synced up)
      • Searxng (search engine)
      • Kutt (URL shortener)
      • LenPaste (Pastebin-like)
      • Ladder (paywall bypass)
      • Squoosh (Image converter, runs fully in browser but I like hosting it anyway)
      • Paperless-ng (Document management)
      • CryptPad (Secure E2EE office colaboration)
      • Immich (Google Photos replacement)
      • Audiobookplayer (Audiobook player)
      • Calibre (Ebook management)
      • NextCloud (Don't honestly use this one much these days)
      • VaultWarden (Password/2FA/PassKey management)
      • Memos (Like Google Keep)
      • typehere (A simple scratchpad that stores in browser memory)
      • librechat (Kind of like chatgpt except self-hosted and able to use your own models/api keys)
      • Stable Diffusion (AI image generator)
      • JellyFin (Video streaming)
      • Matrix (E2EE Secure Chat provider)
      • IRC (oldschool chat service)
      • FireFlyIII (finance management)
      • ActualBudget (another finance thing)
      • TimeTagger (Time tracking/invoicing)
      • Firefox Sync (Use my own server to handle syncing between browsers)
      • LibreSpeed (A few instances, to speed testing my connection to the servers)
      • Probably others I can't think of right now

    Most of these I use at least regularly, quite a few I use constantly.

    I can't imagine living without Searxng, VaultWarden, Immich, JellyFin, and CryptPad.

    I also wouldn't want to go back to using the free ad-supported services out there for things like memos, kutt, and lenpaste.


    Also librechat I think is underappreciated. Even just using it for GPT with an api key is infinitely better for your privacy than using the free chatgpt service that collects/owns all your data.

    But it's also great for using gpt4 to generate an image prompt, sending it through a prompt refiner, and then sending it to Stable Diffusion to generate an image, all via a single self-hosted interface.

  • I have no real artistic skill but I'm good at software.

    What if I just string up an ungodly amount of LEDs and fire up some array effects?

  • Even if the hotel doesn't have a microwave in every room they likely have one somewhere on property, just ask the front desk lol

  • What do you do when there isn't any on your team?

    I usually try to Google them but that's challenging for small local offices.

    Sometimes you just have to wing it

  • Yes and she was eventually detained when her batteries ran out.

    At which point the police were forced to charge her

  • I think people would treat a recurring payment they can depend on every week/month differently than a one-time thing that only happened in the middle of a pandemic.

  • Yeah here FedEx isn't really a delivery company, at least for residential addresses..

    All they do is leave a note without knocking telling you to come get your shit. I'm 90% sure their delivery drivers never even had my package in their truck to begin with

  • There's a company called Ploopy that makes some QMK mice.

    I don't think they have any quite like what you are looking for, they seem to favor Trackball Mice.

  • The true magic of QMK is that you can flash the programming onto the device and all of these features work independent of the system it's connected to.

    Often keyboards are advertised as having much of the same customizability but it depends on companion software to work.

    That is not the case with QMK

  • You're right, for some reason I thought Firebase was allowed.

    Yeah netfy is a FOSS notification service.

    As to drop-in replacements, I don't think such a thing really exists on the user side, this is fully up to the app developer in how they want to implement notifications.

    To use netfy instead of FCM your app would need to be designed to do so or support it as an alternative option.

  • I think unless they use netfy or a similar alternative then yes.

    The vast majority of apps will be using GCM or FCM for notifications.

    Now whether or not those push messages are encrypted/don't contain private data is up to the app developer so how much is exposed can certainly vary.