pranaless

@pranaless@beehaw.org

This profile is from a federated server and may be incomplete. Browse more on the original instance.

pranaless,

No.

Who gets to determine what counts as merit? If it’s the people with merit already, it’s trivial to corrupt such a system. Think billionares.

And then, is everyone even given the opportunity to display their merit and if they are, is their merit recognised? I’m concerned esp. about people perceived by society to have inherently less merit. Think disabled people, old people, young people, women, people of colour, queer folks, etc.

And then, how does the system ensure that merit wasn’t faked or even just exaggerated, how does it investigate and how does it respond? Does a sufficient amount of merit allow someone to cover up such things? If implemented, can and would this investigation power be used to punish people with low merit, those that are the most vulnereable?

And then, why do people that are not constantly being useful to the system deserve less and esp. if meritocracy is the only system in place, do some people not deserve to live at all? Here I’m talking about people that want to have a hobby or two or want to spend time with their friends and family, basically anything that doesn’t give merit. I’m also talking about people that can’t or don’t want to be useful to society.

Beyond all this, meritocracy aims to replace the people’s purpose in life with “being useful”. And that’s just a really miserable mindset to live with, where you feel guilt if you’re not being useful all the time, where you constantly have thoughts like “am I good enough” or “am I trying hard enough”.

pranaless,

I believe Switzerland has direct democracy, no?

pranaless,

I cracked. Hi! I’m Prana, a trans girl.

pranaless,

Hi hi, MangoKangaroo! Wow, being called by a name that I chose myself feels really nice.

pranaless,

<span style="font-weight:bold;color:#a71d5d;">use </span><span style="color:#323232;">std::process::Command;
</span><span style="color:#323232;">
</span><span style="font-weight:bold;color:#a71d5d;">fn </span><span style="font-weight:bold;color:#795da3;">main</span><span style="color:#323232;">() {
</span><span style="color:#323232;">    Command::new(</span><span style="color:#183691;">"sh"</span><span style="color:#323232;">)
</span><span style="color:#323232;">        .</span><span style="color:#62a35c;">arg</span><span style="color:#323232;">(</span><span style="color:#183691;">"-c"</span><span style="color:#323232;">)
</span><span style="color:#323232;">        .</span><span style="color:#62a35c;">arg</span><span style="color:#323232;">(</span><span style="color:#183691;">"echo Hello World!"</span><span style="color:#323232;">)
</span><span style="color:#323232;">        .</span><span style="color:#62a35c;">spawn</span><span style="color:#323232;">()
</span><span style="color:#323232;">        .</span><span style="color:#62a35c;">unwrap</span><span style="color:#323232;">();
</span><span style="color:#323232;">}
</span>

Like this?

pranaless,

Yes and no. While coreutils does provide an echo binary, shells also have a built-in for optimisation purposes.

At first I had the code calling the binary directly, but then changed it to spawning a shell (and so using the builtin). It’s very cursed either way.

pranaless,

Try builtins.deepSeq: something like builtins.trace (builtins.deepSeq some-list some-list) false

According to the manual, it evaluates its first argument deeply and returns the second.

pranaless,

OnceLock is the wrong primitive for this. Use a Mutex or an RwLock instead? You can initialize either of them with an empty array at declaration, so you don’t need the set_log function. In push_log, do a .lock().unwrap() for a mutex or .write().unwrap() for an rwlock to get mutable access to the vector.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • provamag3
  • cisconetworking
  • DreamBathrooms
  • mdbf
  • tacticalgear
  • ngwrru68w68
  • magazineikmin
  • thenastyranch
  • InstantRegret
  • Youngstown
  • slotface
  • everett
  • kavyap
  • cubers
  • JUstTest
  • Durango
  • ethstaker
  • GTA5RPClips
  • osvaldo12
  • khanakhh
  • rosin
  • normalnudes
  • tester
  • megavids
  • Leos
  • modclub
  • anitta
  • lostlight
  • All magazines