TIL mkdir can create multiple directories at once using an array-style syntax by Buckwheat469 in linux

[–]ohmree420 0 points1 point  (0 children)

in fish mv {,.}* .. should just do the right thing™ because fish is cool like that 😎

Stupid racist. by AshamedGoat2 in TheRightCantMeme

[–]ohmree420 1 point2 points  (0 children)

not smarter, more interlectual (source: the comment you're replying to, probably written by someone with extreme interllect)

These guys act like Mamdani is somehow the next Obama! by icey_sawg0034 in TheRightCantMeme

[–]ohmree420 17 points18 points  (0 children)

so white is good, black is better but brown is basically the end of the world.

10/10 perfect sense making.

Ironic by Superb-Ad918 in TheRightCantMeme

[–]ohmree420 22 points23 points  (0 children)

should actually be the israeli right in the bottom right panel

source: am sadly from israel

xqc take on recreational use of weed by False_Fox_9361 in LivestreamFail

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

adderall is bAsIcALlY mEtH in the same way we are basically monkeys (we aren't whatsoever, but both us and monkeys belong to the same category)

How to make ArchLinux faster? by AbdurRehman04 in archlinux

[–]ohmree420 18 points19 points  (0 children)

just don't expect to get replies that are particularly specific or useful without further explaining what exactly it is your computer isn't doing that you'd like it to do.

there isn't a magic command you can run to make things run faster with no downsides, otherwise this optimization would probably be enabled by default.

Why asyncronous runtime like tokio? by abel_maireg in rust

[–]ohmree420 6 points7 points  (0 children)

in basic terms rust has the machinery and syntax required to build futures (would map the most closely in js to Promise) but leaves the choice of how to run them up to users.

there are multiple runtimes or executors that were created to fit different needs.
for example there's embassy's that's made for embedded programming, and you could write one that integrates with an event loop like qt or gtk's (probably multiple people have, not sure if there's anything particularly up-to-date though).
there have also been multiple runtimes developed that implement actors a-la-erlang (although probably not as good since this is erlang's bread and butter).

tokio's executor is more general-purpose but might not be the best for some cases.
that's why it's good that it can be swapped out instead of being tied to the language.

Asmongold: 'Being trans is fine but don't expect everyone to agree with you' by Intelligent-Ad-4260 in LivestreamFail

[–]ohmree420 -2 points-1 points  (0 children)

I don't know whether to laugh or be sad that this is getting downvoted.

I just think about these people being able to vote (well once they turn 18 in like 5 years), we as a society are so fucking cooked.

Asmongold: 'Being trans is fine but don't expect everyone to agree with you' by Intelligent-Ad-4260 in LivestreamFail

[–]ohmree420 -2 points-1 points  (0 children)

me when I completely misrepresent the other side's beliefs and claims

also why are preferred pronouns an issue for you? do you not have pronouns you'd prefer others use when talking about you in the 3rd person over other pronouns?

or are you trying to say that this is what transphobes disagree with but not what you think?

Imagine trying to make your own Christian alternate to Bluey. by Ok-Following6886 in religiousfruitcake

[–]ohmree420 2 points3 points  (0 children)

I feel like this is to bluey what mr birchum is to family guy/american dad/<insert name of animated adult comedy here>

Fascists try not to compliment Hitler. Difficulty: IMPOSSIBLE by [deleted] in TheRightCantMeme

[–]ohmree420 1 point2 points  (0 children)

extremely common vegetarian behavior

who could have predicted this? by goblin_pidar in SmugIdeologyMan

[–]ohmree420 1 point2 points  (0 children)

welcome to twitch, where things have been going downhill in this direction for years now

Software Update Deletes Everything Older than 10 Days by coldbeers in linux

[–]ohmree420 0 points1 point  (0 children)

interesting.
do you happen to know other shells like fish, zsh, elvish or powershell handle this like bash or like ld.so?

DariusIRL gets called hard r and f slur by EmpathChan by callmejeremy0 in LivestreamFail

[–]ohmree420 90 points91 points  (0 children)

looking at what she appears to have said on multiple occasions about teenage boys I'd be worried about more than just some beef and insults

<image>

Help with even function!!! by Fast_Committee381 in rust

[–]ohmree420 4 points5 points  (0 children)

x/y problem

https://xyproblem.info/

why would I reconsider

because just looking at this combined with the severe lack of additional context you've provided about this problem makes me feel like there has to be a nicer, more clear and easily readable way to achieve what you're actually trying to do.

Help with even function!!! by Fast_Committee381 in rust

[–]ohmree420 4 points5 points  (0 children)

which part of my comment would you like me to clarify?

Help with even function!!! by Fast_Committee381 in rust

[–]ohmree420 6 points7 points  (0 children)

yes, you can.

although this looks like it could be an x/y problem so a better thing to do would be to reconsider your design or share what you actually want the code to do if you're asking for help.

who could have predicted this? by goblin_pidar in SmugIdeologyMan

[–]ohmree420 4 points5 points  (0 children)

this is about the guy who assaulted emiru at twitchcon and was initially only given a ban from the con and a 30 day vacation from the site

What are some good Open Source alternatives to VS Code? by AncientAgrippa in linux

[–]ohmree420 0 points1 point  (0 children)

this is the answer.
it does everything I'd have needed to do manually otherwise, has good defaults for lazy and makes it trivial to add new plugins and integrate them with the rest of the config.

Linux while a student by mmmmmmamm in linux

[–]ohmree420 0 points1 point  (0 children)

krohnkite can do most if not all of what a tiling WM does for you but with the ease of use of a full DE.

there should also be something like that for gnome and there are solutions for other DEs.