close
  • 4 Posts
  • 234 Comments
Joined 1 year ago
cake
Cake day: February 24th, 2025

help-circle



  • Lol nice coincidence 😀 Hope you will like it! There is still a date though, it’s not completely decoupled, but it’s more sliding window and I only mark the chores as overdue if missed, but it still sorts neatly which is what you might like 😊 I was thinking making it pwa, which i am not sure if it can send notification. I can check it out for sure because I think it would be useful. I don’t really know gotify, been using ntfy (selfhosted), so i gotta look into it and maybe what they have in common to do something more universal.


  • I am with you on the whole not wanting to use torrents. And also kinda have similar issue. I try to buy my stuff, but its becoming harder and harder avoid DRM.

    There is a benefit though in not having a huge library, I am not paralyzed with choice and I am more intentional with listening to my music. Almost like the good old days, taking a tape and sitting with my wired headphones next to a hi-fi system and “just” listening.






  • In case of NPM version pinning is a good practice. But also set it to ignore post install scripts. They are a bad practice and only about 2 % of all packages use it so it is unlikely it will bother you. They, the post install scripts, were used in recent supply chain attacks btw (the axios). You can either set it project wide in .npmrc file, add ignore-scripts=true, that is good for project where multiple people collaborate. And/Or system wide by running npm config set ignore-scripts true for your personal workspace. You can also achieve it by using --ignore-scripts flag during npm install, but that is way too impractical to always think about it. Also I would recommend checking npq, its a wrapper around npm cli that will give you some security summary before installing anything (and it is able to give you warning about post install scripts).







  • I am running tailscale to access my homelab and my exit node and I use wireguard protonVPN connection for that exit node. It involved messing with nftables, check this for more info. In theory, you could do the same with two wireguard connections. One connection in and one as an exit. Maybe easier solution would be having these on separate machines/vms. Having the exit vpn on the openWRT as default for all connections and then the connection in on a separate container or vm, and it would exit through the router. I am not sure but I think the wireguard then naturally exits trough the router (gateway).


  • I agree that parents should be teaching a lots of things, but if they don’t know how to do things, there should be some instances where to amend that. In case of teeth cleaning I think dentists as experts on dental hygiene should be the good resource. Lots of dentists is even overloaded, at least in Czechia, so I would guess its in their interest to teach people how to care about teeth. The story about potty training is crazy. Its like the other day I have been recommended a youtube video that showed stuff like how to clean toielt, bathtube or kitchen, and I was absolutely stunned how many commenters were thanking the guy for showing them how to do that. I mean good that he did, but I would have never thought there is so many people that do not know how to clean after themselves…

    Yeah, I have stumbled upon the old internet movement quite recently and I really love it, I want to jump on that bandwagon as well. Good old days 😀 I feel like grandpa. I am curious where we are heading with all the sh…t thats happening.


  • ImagedieTasse@feddit.orgtoImageSelfhosted@lemmy.worldDocker is hard work
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    27 days ago

    I think you would be fine just installing the apps in TrueNAS. You can have snapshots, you can have remote backup with e.g. StorJ and updating is so easy. I was also doing stuff manually but eventually found out that it’s not worth it. And realistically I won’t stop using TrueNAS anytime soon.


  • Yeah, I feel similarly. I think it would be okay as a guidance to teach us to properly clean our teeth (believe it or not, vast majority of people already do not know how to properly do that and dentists do not teach us) but blindly follow apps all the time… We will end up like in wall-e or something. My backup is just actually do things intentionally. I don’t care if It is slow, I have time, why would I rush things. I guess I am trying to enjoy the journey rather than focus on goals and stuff.