Skip Navigation

Posts
1
Comments
173
Joined
2 yr. ago

  • Hmm, this doesn't look well optimized. I think I can fix it by adding just 1 more lane.

  • PHP: Problem -> real_solution_for_real_this_time() (real_solution_i_swear() is unsafe and deprecated)

  • I use Home Assistant for controlling my smart lights. They do support Docker, but I installed it as a VM with KVM. You get more features with it, such as add-ons. But you should definitely look into your options. They have a diagram on this page.

    https://www.home-assistant.io/installation/

  • Y'all have terrible tab hygiene. I have 0 tabs 99% of the time, phone and desktop. Need something for later? Write it down. Once you're past so many tabs, you'll never look at it again.

  • Never underestimate a dedicated community to make anything competitive

  • People sometimes say "torrenting Linux ISOs" to mean pirating without outright saying it.

  • Suddenly, your ghost problem disappeared

  • Why does it have to be this complicated? See flow chart for sanity:

    Did employee work? Yes -> pay them in full

  • 90% of my work is done in WSL anyways... I would much rather have KDE as my DE than Windows 11. Please Microsoft, if you love Linux so much now, port Office to it, and maybe my employer would be ok with it.

  • And Juan Plus

  • rule

    Jump
  • Finally, a real reason to upgrade from Java 8

  • Now what about software that pays you to use it?

    Oh no, I just described cryptocurrency.

  • Taking justice into my own hands by stealing the twisted desires of criminals

  • Criticism of the comic aside, two party system is still definitely undesirable. I believe it is a side effect of first past the post voting. What we really should implement is ranked choice voting. It gets rid of the dumb "voting third party is voting for [opposite party]" argument by letting you vote for who you want guilt-free and falling back on your lower-ranked votes if 1 wasn't popular enough.

    But you know, this will always meet resistance because politicians would lose their jobs for implementing this.

  • Reminds me of when I downloaded Tic Tac Toe for my graphing calculator in high school. It wasn't this verbose, but the original author copy pasted the logic for each turn. Even I knew this was awful, so I refactored it to use a loop.

  • They are tracking support for other OSes, and I took a look at the Linux roadmap, and they've made some good headway from the last time I looked. I would use it for its UI performance. I don't like how everything these days use Electron. It also supports Language Server Protocol, so adding extensions for languages should be fairly simple for the community to do. The multiple collaboration seems cool too, although I think most devs would seldom use it.

  • That's an odd choice... If it was possible all along to just ask for a a password on the command line, why make it popup a UAC prompt? These are developers using it after all.

  • pacman is less intuitive to use than apt, but after a while, you get used to it. I find it helpful to install tldr, which gives you samples for any command you pass to it. The main thing I like about it is the speed and how you can do an upgrade in a single short command (pacman -Syu), where as you need multiple in apt (apt update && apt upgrade.

    When in doubt though, Arch Wiki is your goto.

  • If you haven't done much writing to the SD card, you may be able to recover the data. Data isn't really "deleted", it is just labeled as deleted. There is software that can comb through the raw data and try to make sense of what files were there. I don't know of any specific software, so if anyone knows, please reply

    Edit: Another commenter mentioned some success with DMDE

    Edit 2: Worth mentioning that this is true of formats. As long as it doesn't zero out the entire media, it just edits the file system metadata to say there are no files.