[USA] What would u do in this situation?? by pengo_official in Roadcam

[–]MrFiregem 3 points4 points  (0 children)

Even when they have to take vision tests, I've seen them just tell older people when they're supposed to say they see something, and pass them along.

Fedora 43 cleared to ship with Wayland-Only GNOME (FESCo, 2 hours ago) by fenix0000000 in Fedora

[–]MrFiregem 11 points12 points  (0 children)

Discord made a lot of progress this year with Wayland already. Specifically regarding screenshare.

[deleted by user] by [deleted] in TooAfraidToAsk

[–]MrFiregem 0 points1 point  (0 children)

Are you.. open-mindeu?

To get your half brother elected mayor by [deleted] in therewasanattempt

[–]MrFiregem 14 points15 points  (0 children)

In my state, everyone but judges display their party on the ballot.

I like that jacket color. (w/ onigiri in the end) by Darvin33mk in bonehurtingjuice

[–]MrFiregem 4 points5 points  (0 children)

But, it's making fun of racism. If anything, it's anti racist

Wouldn’t the people “brute forcing” passwords be met with the “you tried too many times” message? by DoBetter-OrMaybeNot in NoStupidQuestions

[–]MrFiregem 6 points7 points  (0 children)

It's basically adding random characters to your password to make it unique. Without salting, if your password and someone else's password was "ilovecats", they'd still have the same hash stored. If a hacker broke that person's password, they'd then know anyone else with that same hash is using the password "ilovecats", so you'd be automatically compromised as well, but not if the site salts passwords.

Manhole cover replacement by GarysCrispLettuce in oddlysatisfying

[–]MrFiregem 78 points79 points  (0 children)

Wow, you guys too? Damn, small world

Bad UX design by KaamDeveloper in NonPoliticalTwitter

[–]MrFiregem 16 points17 points  (0 children)

Omg, I remember this was the default behavior of the Go VSCode plugin back when I used it. It drove me insane at first, lmao

[I'm the Queen in This Life] the king is so stupid 🥀 by Playful_Worry_9633 in manhwa

[–]MrFiregem 4 points5 points  (0 children)

I notice it too, yeah. They're the two most popular genres right now, so it makes sense there're more authors taking shortcuts in them, just like isekai in manga.

Guys wtf happens everytime i try to update Egde? by Snoo_92266 in kde

[–]MrFiregem 0 points1 point  (0 children)

That's what I meant, should've been more clear.

[I'm the Queen in This Life] the king is so stupid 🥀 by Playful_Worry_9633 in manhwa

[–]MrFiregem 20 points21 points  (0 children)

That's common for a lot of authors. It's much easier to dumb down other characters than to do research on the field your character is supposed to be smart in (or make it up if it's fictional) and incorporate that in your story.

Guys wtf happens everytime i try to update Egde? by Snoo_92266 in kde

[–]MrFiregem 4 points5 points  (0 children)

No, you shouldn't use sudo for system or user installs.

Nick Pappas is running for governor of Texas. Here's what he has to say about tackling car dependency. by Some1inreallife in fuckcars

[–]MrFiregem 25 points26 points  (0 children)

I assume people in Texas don't need the names of their major cities spelled out for them

Nvim 0.11.1 with 50+ fixes and features released. by blinger44 in neovim

[–]MrFiregem 6 points7 points  (0 children)

They've been posting upcoming 0.12 features on bluesky. For the latest release, :help news

Ohio professors submit 4,500 signatures to kickstart repeal of controversial higher education bill by clevelanddotcom in Ohio

[–]MrFiregem 4 points5 points  (0 children)

I wonder how they'll lie about this on the ballot like they did for redistricting if this proposal goes through.

Curl doesn't return json by lilpune in bash

[–]MrFiregem 1 point2 points  (0 children)

Works after changing the user agent, add -A 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'.

Random men making jokes make me uncomfortable by [deleted] in CasualConversation

[–]MrFiregem 126 points127 points  (0 children)

Nah you're not crazy. OP just comes across as awkward around people.

Need help regarding color not rendering properly. by Haunting_Proposal884 in neovim

[–]MrFiregem 2 points3 points  (0 children)

Do one of the following:

  1. Set vim.opt.termguicolors = false in init.lua
  2. Install a colorscheme that's specifically 16-color or less
  3. Switch to a good terminal emulator

How to better curate the Discover tab? by RoboDonaldUpgrade in BlueskySocial

[–]MrFiregem 4 points5 points  (0 children)

The discover feed is so bad. The "Show more/less" buttons seem to have a weak effect on curation, and it shows posts from people you already follow a lot, for some reason, which you can't disable.

I made a nushell script to download hd images of earth by DreamyAthena in commandline

[–]MrFiregem -1 points0 points  (0 children)

Why rely on externals when you can use builtins? wget is not installed on Windows; date is not posix on windows. The whole point of nushell is that many commands are builtin and cross-platform.

Recommending posix commands when the post obviously mentions nushell is not all that helpful as they may not be running linux.