Skip Navigation

Posts
22
Comments
2,032
Joined
2 yr. ago

  • I always thought ubuntu logo is three kids holding each other hands, not three buff dudes hugging each other.

  • There are a lot of things to do in nms now after years of updates. Right now it's 50% off so I say it's worth it

  • I wonder if you can gaslight the AI reviewer bot into accepting your intentionally malicious code?

    AI: this code will delete the production database

    Author: you're wrong!

    AI: understandable. have a nice day.

  • Only if they're stating this upfront, in a giant text. Those apps hide this capability and are thus categorized as malware. Turning the victim's computer into a residential proxy has always been a staple in botnet operations.

  • Free "VPN" app: look at me. You're the VPN now.

  • Me trying to insert a USB cable to a port on the back of my PC below my desk.

  • You might be able to extract searxng's arm docker image (e.g. with docker export command in your pc, then copy it over to your phone) and then use chroot to run it on termux. Don't forget to post it here if you succeed!

  • That's depend on how you run your other services. For example, if you use docker for your other services, then just run n8n with docker.

  • Don't use virtualbox, instead use virt-manager (KVM). KVM is faster and doesn't do awful stuff to their users.

  • I have three ssd and none of them boot windows. I do have a windows vm (and macos too) in virt-manager in case I need it, but I haven't boot them for about a year.

  • maybe add PROTON_LOG=1 %command% to launch option to enable log? Try launching the game again, and see if anything weird logged on steam-xxxxx.log file in your home directory.

    Also, might want to try using proton-ge in case it works: https://github.com/GloriousEggroll/proton-ge-custom

  • Brb going to bully preschoolers on the playground nearby then ask my boss for a raise.

  • It's actually entirely offline! Your files would never leave your browser. They managed to port audacity to run entirely in a web browser with webassembly.

  • If you can't find anything, you can still use the web version of audacity with Firefox: https://wavacity.com/

  • Could be postgres-related. Federation is only "jammed" if the source instance thinks your instance is having an issue because it takes too long to respond. Maybe enabling slow query log on postgres and then reviewing that log could point you in the right direction.