Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)MR
Posts
0
Comments
88
Joined
2 yr. ago

  • At the risk of sounding like a shill sure! (I’m not, just a happy user)

    Kagi is a paid search engine. They just introduced a 10/month plan that made the news which led me to their trial. I signed up a day later.

    Because I’m paying money I have the feeling that I’m not the product unlike other free search engines. There’s likely no nefarious manipulation of search results and it’s refreshing to see new features rolling out.

    It’s not all roses tho. Your searches are now tied to you and who really knows what’s going on with your data behind the scenes. Everyone needs to make their own decisions based on their priorities.

  • Im curious to see what gets recommended here. I went through the same thing with about the same requirements a year or two ago and came up empty handed.

    I ended up with a Schlage Camelot and am super happy. I really wanted RFID because I thought using our phones or a fob would be super convenient but in reality the most convenient way to enter is to just put a code in. You don’t have to bring anything with you, you don’t have to fish something out of a pocket or bag, just enter your pin, spin the dial and you’re in.

    https://a.co/d/ayI5ndv

  • You alluded to this already but ESP32 et al is really awesome but they (and arduino) are microcontrollers, not mini pcs like a raspi which have very different purposes.

    You CAN run a webserver on a microcontroller but you’re essentially writing a program to do so. On a raspi you’re installing a full OS and then installing apps (nginx, Apache, jellyfin etc).

    Conversely raspi has GPIO which can be used to easily interface with electronics just like the ESP32 but now you’re stuck maintaining a whole os to make your LED blink.

  • Ive heard ikea bulbs were pretty good.

    Something else to think about - after moving to a new apartment I switched from smart bulbs (hue) to smart switches (Lutron casetta). It seems pricy but since one switch controls multiple bulbs here (4 in one instance) the price difference was negligible.

    I’ve lost the ability to set colors but that was always a gimmick for me and Casetta has been even more rock solid than hue.

  • I’ll join in. Just signed up for the trial of Kagi after seeing an article on here and I’ve already subscribed. I don’t miss google at all and am excited to play with some of the innovating features (lenses look neat).

    http://kagi.com

  • It’s well suited for anything where you’re seated, eg racing sims, flight sims, euro truck sim etc.

    If you’ve got any interest at all in those genres give it another try and it’ll be hard if not possible to go back. Digital Combat Sim in VR is a whole nother game.

    Other than that I agree. Just a gimmick and I don’t see the way forward.

  • This sounds like stupid counter culture bragging. Some people require 6 hours. Some people require 10. Listen to your body. Do what it says. No one is better or worse because of how much sleep is required.

    • A 6.5 hour sleeper
  • Funny. I have some Disc Lite 5s that I’ve yet to get going due to difficulty of setup. We did have plans of a little Wi-Fi mesh setup to setup a WAN.

    This would just be for fun between a few friends and the price point is pretty attractive. Plus the ham in me is a little excited about messing with antennas.

  • Dude this is a great response. I’ve spent the last hour trying to piece together how it works and you nailed everything perfectly.

    I’m a ham so familiar with radios and have been trying to setup some Wi-Fi links between friends but this seems a little more practical.

    Is a few mile range possible with houses etc in the way? We’re all about a mile away from each other, although I may throw an antenna on top of my house (maybe 10m up)

  • The best (and simplest) thing I have running is AdGuard Home. It’s a DNS server you run that blocks ads on the entire network.

    I also run a wireguard server on my router and clients on my laptops and phone.

    With these combined when on the road on cell or Wi-Fi connections all my traffic goes right to my home internet and it’s like I’m home.

    I have access to all internal services, devices, and I get no ads in apps and websites (where technically possible). Highly highly recommend. I couldn’t live without it.

    I also have home assistant running but that is way more work than just installing a server. It’s almost a hobby in of itself.

    Editing - I didn’t mention it but PiHole is an alternative to AdGuard Home. I didn’t mention PiHole to keep things simple but after years of using PiHole I’ve switched to AdGuard Home mostly because of the per client configs, ease of maintenance and UI. As always, check out both and choose what’s best for you.

  • I’ve been with digital ocean for more years than I can remember. I love Digital Ocean. Their core product is great, great UI, API, and their new products have been great as well. I’m using their K8s managed install for a year or so now on a product with no issues.

    I believe they have 1 click installs for Wordpresss.

    Here’s a referral code for $200 over 2 months if anyone wants to try it:

    https://m.do.co/c/cb6d78945519

  • In all honesty it sounds to me like a game of telephone. The flight attendant probably said these people refused to sit down or were hesitant to sit down or something like that to the pilot.

    The pilot then came to the back and took the flight attendant’s word for it, assumed the worst and didn’t bother to ask what the situation was.

    Poor communication all around.

  • Linux has directories (folders) that contain programs. The two major conventions are /bin (short for binary which is another name for an executable program) and sbin (system/super user binaries).

    Kbin seems like a play off of that, don’t know what the k implies tho.

  • Why can you not set your own DNS on your devices?

    If you mean you can’t set your DNS automatically that would be due to DHCP. You can setup your own DHCP server and set the DNS IP to whatever you want (8.8.8.8 etc).

    PiHole should handle all this for you all while blocking ads and being a local DNS resolver.