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/)FF
Posts
22
Comments
370
Joined
2 yr. ago
  • I bet that 1234 is used more often because of the 4-character minimum, like PIN codes on debit cards. It's 4 characters so it's safe. 123, on the other hand, is not safe, because it is 3 characters. /s

    My solar inverter admin interface has a certain 4-digit password. So I wanted to change it to secure it, and found out that it only allows 4-digit passwords. Luckily the access point can be set up with a higher entropy password though (it is constantly advertised and had a very "secure" 8-digit password by default, I think you can guess which one)

  • The way I understand it, there's 2 use cases for a VPN, with different concerns and providers:

    • having access to your private home network from anywhere, through an encrypted tunnel (Tailscale, Wireguard on the router, etc)
    • having your outgoing traffic to the internet go through an anonymized exit node so that your ISP can not watch or sell what you are doing (ProtonVPN, Mullvad VPN, etc)

    Is Tailscale fit for the second? I thought not, as the exit node is not an anonymized VPN server but one of your own machines.

  • Fisk

  • It is.

    It's also sad that chickens, fishes and shrimps don't look as cute and aren't mourned even though they suffer all the same. They usually don't even get a plural form.

  • Interesting approach but looks like this ultimately ends up:

    • being a lot of babysitting / manual work
    • blocking a lot of humans
    • not being robust against scrapers

    Anubis seems like a much better option, for those wanting to block bots without relying on Cloudflare:

    https://anubis.techaro.lol/

  • Thanks, I wasn't aware of that!

    Makes sense though. Vim plugins exist so anything is possible. Neovim having native support for LSP and DAP makes it a lot easier though.

  • I want to have VPN enabled always on my phone. I want my music app to work on my phone.

    But yeah thanks for asking the right questions: I should split tunnel so the music app can go around the VPN obviously!

  • homeassistant @lemmy.world
    F04118F @feddit.nl

    Music service that works well with VPN and Music Assistant

    We've been wanting to set up Music Assistant and now since we started using ProtonVPN, Apple Music is constantly blocking our account.

    Do you have any recommendations for a music service that works well with Music Assistant and from behind VPN?

    Technology @beehaw.org
    F04118F @feddit.nl

    (Blog) How I'm Building a Trump-Proof Tech Stack Without Big Tech

    cross-posted from: https://feddit.nl/post/29675306

    I am not the author.

    I found this blog to have both a short summary of the reasons as well as a pretty complete overview of the options for protecting against this specific threat model. I can just send this to people and they'll understand the why and the how.

    Selfhosted @lemmy.world
    F04118F @feddit.nl

    (Blog) How I'm Building a Trump-Proof Tech Stack Without Big Tech

    cross-posted from: https://feddit.nl/post/29675306

    I am not the author.

    I found this blog to have both a short summary of the reasons as well as a pretty complete overview of the options for protecting against this specific threat model. I can just send this to people and they'll understand the why and the how.

    Privacy @lemmy.ml
    F04118F @feddit.nl

    (Blog) How I'm Building a Trump-Proof Tech Stack Without Big Tech

    cross-posted from: https://feddit.nl/post/29675306

    I am not the author.

    I found this blog to have both a short summary of the reasons as well as a pretty complete overview of the options for protecting against this specific threat model. I can just send this to people and they'll understand the why and the how.

    Privacy @lemmy.world
    F04118F @feddit.nl

    (Blog) How I'm Building a Trump-Proof Tech Stack Without Big Tech

    cross-posted from: https://feddit.nl/post/29675306

    I am not the author.

    I found this blog to have both a short summary of the reasons as well as a pretty complete overview of the options for protecting against this specific threat model. I can just send this to people and they'll understand the why and the how.

    Privacy Guides @lemmy.one
    F04118F @feddit.nl

    (Blog) How I'm Building a Trump-Proof Tech Stack Without Big Tech

    I am not the author.

    I found this blog to have both a short summary of the reasons as well as a pretty complete overview of the options for protecting against this specific threat model. I can just send this to people and they'll understand the why and the how.

    homeassistant @lemmy.world
    F04118F @feddit.nl

    Any Proton Drive users here?

    community.home-assistant.io Proton Drive as a backup location

    Amazing to see the progress that Home Assistant has made with backups, nice to see the first integrations adding their backup locations. I would love to be able to store my Home Assistant backups in Proton Drive. I think their API is very limited (most people integrate with it via rsync) and am won...

    Proton Drive as a backup location

    cross-posted from: https://feddit.nl/post/28357841

    Are you interested in a Proton Drive backup location in Home Assistant's new built-in backup tool?

    Nix / NixOS @programming.dev
    F04118F @feddit.nl

    Is anyone else doing Advent Of Code in Nix?

    Recently got started with Nix and Home-Manager. I thought Advent Of Code would be a good way to get more comfortable with the Nix language.

    I don't think I ever made it beyond Day 6 though, even in my most comfortable language (Python) so no idea where this will strand.

    I am learning a lot about Nix though!

    Have you used the Nix language outside of configuration? Let's share and discuss!

    Linux Questions @lemmy.zip
    F04118F @feddit.nl

    Not seeing new Linux kernels (Fedora) in systemd-boot

    Problem: new kernels not showing up in boot menu

    I can install new kernels, and I see them in /boot/efi/{PARITION_UUID}, but they don't show up in the systemd-boot menu.

    Data

    Normally, Fedora shows the 3 latest kernels (plus a recovery kernel) in the boot menu. I only see up to 6.11.6 in the systemd-boot menu. On the /boot partition, I see much newer kernel versions (both labeled fc40 and fc41)

     undefined
        
    ➜  ~ sudo ls /boot/efi/808f2c9ae4464f1ab2f0a7d367da1b30 -l
    total 20
    drwx------. 2 root root 4096 Jul  4 19:25 0-rescue
    drwx------. 2 root root 4096 Nov  8 12:42 6.11.6-200.fc40.x86_64
    drwx------. 2 root root 4096 Nov 18 17:57 6.11.7-200.fc40.x86_64
    drwx------. 2 root root 4096 Nov 12 16:47 6.11.7-300.fc41.x86_64
    drwx------. 2 root root 4096 Nov 20 10:10 6.11.8-300.fc41.x86_64
    ➜  ~ sudo ls /boot/efi/808f2c9ae4464f1ab2f0a7d367da1b30/6.11.8-300.fc41.x86_64 -l 
    total 72484
    -rwx------. 1 root root 57917440 Nov 20 10:10 initrd
    -rwx------. 1 root root 16304488 Nov 20 10:10 linux
    
      

    Syst

    theNetherlands @feddit.nl
    F04118F @feddit.nl

    Troonrede 2045

    Nederlandse Videos @feddit.nl
    F04118F @feddit.nl

    Troonrede 2045

    196 @lemmy.blahaj.zone
    F04118F @feddit.nl

    UK protest rule

    Context: in the UK, climate activists got 4-5 years in jail for planning a non-violent protest. The law that made this possible was literally written by the oil lobby: https://www.opendemocracy.net/en/dark-money-investigations/rishi-sunak-right-wing-think-tank-anti-protest-laws-policy-exchange/?ref=publicsquare.uk

    linuxmemes @lemmy.world
    F04118F @feddit.nl

    Me with my VR sim addiction

    I Made This @lemm.ee
    F04118F @feddit.nl

    Small 1:72 airplane kit built in a weekend

    cross-posted from: https://feddit.nl/post/14562342

    Small 1:72 F4U Corsair model built in a weekend

    Full album can be found at: https://www.scalemates.com/profiles/mate.php?id=118436&p=albums&album=111437&view=thumbs

    Model Makers @lemmy.ml
    F04118F @feddit.nl

    Small 1:72 F4U Corsair model built in a weekend

    swaywm @lemmy.ml
    F04118F @feddit.nl

    (Tiny) breaking change changes monitor output hex ID

    I noticed this immediately because I use kanshi (highly recommended for laptops running sway!). I don't know the how or why (maybe it's the wlroots bump), but when I upgraded Sway to 1.9 today, the Hex ID form one of my external monitors changed. So I had to update it in the config for kanshi to work again.

    Just a heads up for other kanshi users, and people whose scripts may be influenced by this.

    Linux Gaming @lemmy.world
    F04118F @feddit.nl

    if this succeeds, WMR headsets might be made Linux compatible and this will turn out to have been on-topic

    cross-posted from: https://feddit.nl/post/11027166

    Petition: make WMR open source

    Microsoft has stopped supporting WMR.

    Please sign this petition to?open-source the software, so others can maintain it and prevent the perfectly good VR headsets becoming e-waste!

    Gaming @beehaw.org
    F04118F @feddit.nl

    Petition: make WMR (VR stack for Reverb G2 headsets) open source

    cross-posted from: https://feddit.nl/post/11027166

    Petition: make WMR open source

    Microsoft has stopped supporting WMR.

    Please sign this petition to?open-source the software, so others can maintain it and prevent the perfectly good VR headsets becoming e-waste!

    ADHD @lemmy.world
    F04118F @feddit.nl

    "I don't have ADHD, I'm just really annoying"

    So I recently started to recognize a lot of the behaviors associated with ADHD. I was and still am in doubt whether I have ADHD or not, but some specific events caused me to ask my doctor to refer me for a diagnosis. I was actually doing quite OK-ish this year, after having struggled with self-worth, short depressive episodes and mild trauma in the recent past. But I noticed that I started to have trouble focusing again as the newness wore off after my career change. And I got called out by my friends for "acting ADHD". Which did not sound unusual at all.

    So I got the referral, went through the intake with shrink 1, did an adult ADHD diagnosis with shrink 2. The diagnosis involved me and my mom answering questions about the presence of ADHD symptoms now and in my early childhood (5-12 yo). Basically, now I do have almost all of the characteristics, though they often are erratic (no problems studying, huge difficulties with household tasks, work productivity varies orders of magnitude

    Model Makers @lemmy.ml
    F04118F @feddit.nl

    Sea Harrier FRS.1, 1:72, Hasegawa, with magnets

    I finished the Sea Harrier yesterday. My third finished kit. Had some interesting mistakes along the way, and it was the first time reviving such old decals (yellowed and broken). Learned a lot. Given the troubles I had, I am very happy with the end result.

    https://www.scalemates.com/profiles/mate.php?id=118436&p=albums&album=95014