Skip Navigation
rufus rufus @lemmy.sdf.org
Posts 0
Comments 13
I realised this today
  • Wait what is the difference between the two?

  • Do you daily drive Wayland, if so since when, if not when will you?
  • I’ve been daily driving Hyprland for almost a year now I think, my only complaint is that some of my electron apps act out a little bit (Discord won’t open links, etc). I don’t game as heavily as I used to, but I regularly am running Overwatch 2 around 200 FPS with no issues, and Bauldur’s Gate 3 is super smooth as well.

  • Which terminal emulator do you use?
  • I was using alacritty for a long time, but I swapped to kitty recently when I started using Wayland

  • Which terminal emulator do you use?
  • So the “terminal” is the basic CLI that you use in the single-user, text-based mode. Terminal emulators are graphical programs that run in multi-user, graphics-based mode, and they hook into the terminal and allow you to access it inside graphical sessions. Some examples would be alacritty, kitty, urxvt, konsole, or terminator

  • What's your automatic vacuum's name?
  • Living Room-Ba. Guess which room the charging base is in

  • ISP put me behind NAT
  • Have you reached out to your ISP to see if they can give you a dynamic public IP? I recently swapped to a new ISP that was using CGNAT but after contacting their support team with my use case, they were happy to set me up with a public IP so I could continue my self-hosting.

  • Is it possible to safely check for certain characters in a password?
  • Full-stack dev here, not necessarily in answer to OP’s question, but in my experience it is a pretty standard practice that when you log in to a service, the web page sends your unhashed creds to the server, where your password is then hashed and compared to the stored hash. Via HTTPS/TLS/SSL, this is a reasonably secure practice since the creds are still encrypted while in transport. Hashing is a computationally expensive process that (before the advent of WASM) wasn’t really feasible to do on the client side.

  • gkd has pushed 65 Memmy TestFlight builds in 12 days
  • It’s insane! I am very impressed with how quickly this app is progressing. Great job, gkd!

  • *Permanently Deleted*
  • OP in a couple of days

  • Welcome to Lemmy 0.17.4
  • Same here! Looks pretty beefy to me

  • Virtual NAS
  • I actually did this for a few months until I saved up enough for a decent dedicated firewall appliance. Got a cheap PCIe 2x1GB NIC off Amazon and passed it directly to an OPNsense VM.

    Honestly, it wasn’t that bad. The only downside is that that Proxmox server was just an old repurposed desktop PC that was super underpowered, so the VM only had like 2GB of RAM and that ended up being a bit of a bottleneck under load.

  • VIM Only ? How about NVIM ?
  • I also use neovim, using a Lua-based config. I recently switched to NixOS though, so I may be moving all of my configs to Nix at some point