None

:#marseyitsover:

None
32
(real)
None

I know some of you make music, I've even heard some OC that was posted here.

Anyways, I'm trying to get into all kinds of synth stuff as a hobby and I'm not about to spend 2000$ on plugins, so instead I found this. You input the name of a particular synth or plugin VST, and it checks several whitelisted sites to see if any uploads match your query. Supposedly it's reliable, but like any pirated software- use it at your own risk.

None
22
It never even began for AMWFcels. :mongoljakgenocide: :10inbonglandgenocide:

https://i.rdrama.net/images/17122544554723916.webp

Personally, I fail to see where the issue with this image is. This is clearly an Asian man with his Caucasian (Kalmykian) wife.

None
23
Until python has @nothrow and @nogc it will never be as good as D

I was writing a python script today to scrap reddit and generate a list of transexuals and hamas simps for me to block and it was nothing but pain.

Why you ask?

Because python does nothing to warn you what error your code can throw or even if it can throw an error. In D (the far superior langue) you can tag your code @nothrow and if your code can throw any error you've not handled the compiler will throw an error. This allows for good, safe, trustworthy code the likes of which you will never get from gaython

No instead you'll write a try except for every case you can think of just to have it throw one you didn't, give up and use pokemon exception like a jr!

The case for @nogc is even simpler, my code is short lived enough that it simply doesn't need garbage collect. Instead I the almighty dev should be allowed to manually managed the memory thus ensuring I get the maximum amount of perforce.

I can't tell you how useful nogc is in D.

!codecels embrace the D, it's the future

PS: rust and go are gay.

None
None
None

Stomp sexy Indian dude skulls with steel toed boots.

None
None
25
:marseychudindian: :marseyautism: cannot stop seething about "woke" :marseytransimplosion: culture on his blog- gets banned from :marseyautism: NixOS community :marseypenguin: :marseykernelpanic:
None
None

The change

SO are going to let any registered user vote on content. Until now that "privilege" has required 100 points, a near-impossible task for a new user these days because no one ever upvotes questions and powerusers rush to answer all easy questions before anyone else can get to them (and will flag/close any other question as being off-topic).

The reasoning behind this change makes sense:

It's been a while since we last talked about the one-reputation voting change. We are still pursuing this because stagnating participation on the network is a concern for all of us, and we want to think about ways to grow the active community on the network. We have, by design, utilized rep as a threshold to award privileges and prevent bad behavior. While this has been effective in creating the current status quo, it has made participating on the network in some of the most basic ways difficult.

The response

But the post is on -143. Let's see what SO's (unpaid) jannies have to say.

Zoe (before you ask, yes she is):

The company has already been made aware of the many ways this can be abused, and the significant workload increase this will lead to when people notice, and that the tooling we have is nowhere close to capable of dealing with the kinds and volume of abuse this will cause. They have not responded to our concerns, and many mods (including multiple SO mods) have objected to the change from allowing sites to volunteer for the test to shoving it on SO. They did not care about the objections.

This response is ridiculous because:

  • Jannies are always welcome to not do it for free and let SO pay someone to do it. No one is giving you more work - you're unpaid, you don't have to do anything.

  • Oh and did I mention that Zoe's username is "Zoe is on strike"? That's right, a striking janny is still actually doing it for free and even giving feedback on new features. Good strike!


Someone else (who used to work for SO, left and yet still comments says:

Fraud: your approach is "disable association bonus and hope for the best?" Seriously? Im an r-slur but you've never done fraud before. Go out and sin, and come back when you know how to recognize it.


And a current non-striking mod says:

We did not volunteer for this experiment. It has been opposed by the SO moderators and other sites did step up to volunteer.

You're literally all volunteers lmao

Tooling does not scale for the concerns we have. It's mentioned that this is launching with new tooling, but they aren't being shared "at this junction". For moderators, that means the tooling does not exist at this point then.

Maybe if you were a paid employee then you'd be able to see this tooling.

CM [community manager] time is limited, and with focus split on new initiatives, AI content, and now this, the time they have to allocate to investigate vote fraud will decrease.

Maybe leave fraud investigations up to paid employees, like every other company.


By the way the three users who I've quoted here - all powerusers - haven't answered a single SO question between them in three years.

Stuff like this infuriates me because SO's powerusers and jannies are completely detached from the core purpose of the site yet they spend all their time stinking the place up and squabbling about meta shit. Stack Overflow is almost entirely self-moderating, these people aren't needed. If I worked for SO and had to interact with these idiots every day then I'd :marseyrope: . SO needs to start just doing things and stop cucking themselves to the jannies.

Let's end with an r-slurred Jeff Atwood tweet:

https://i.rdrama.net/images/1712235287545204.webp

Nope, the goal of SO is to answer my question.

None

orange site: https://news.ycombinator.com/item?id=40107370

related drama: https://rdrama.net/h/slackernews/post/262545/marseychudindian-marseyautism-cannot-stop-seething-about

Eelco Dolstra is the creator of Nix and CppNix, […]. However, he exhibits several corrosive social behaviours that have created a culture that directly led to today's governance problems, which are an existential risk to the continued viability of the project as a going concern — especially the years-long pattern of unforced errors by the NixOS Foundation.

:marseypearlclutch:

The signatories of this document intend to switch to, as well as actively support, any fork efforts for the entire Nix community unless something significantly changes soon. If there is no satisfying progress in action on Eelco's resignation from positions of authority in all parts of the Nix project by Wednesday May 1, 2024, we intend to ensure this letter reaches a wide audience.

:marseyscared:

None
Reported by:
26
Boozecruisers are back in the driver seat

https://fortune.com/2024/04/18/mercedes-self-driving-autonomous-cars-california-nevada-level-3-drive-pilot/

None

https://github.com/Vendicated/Vencord

Obviously, Vencord has stopped uploading their extension to addons.mozilla.org due to the long-waiting review, and they also decided not to go self-hosting. But I need to use that, therefore I decided to try build the addon.

Some packages are required to be installed in advance:

NodeJS and npmpnpm: npm install -g pnpmweb-ext: npm i -g web-ext

Here's what I've done:

Clone the repo with git clone > https://github.com/Vendicated/Vencord (let's call the directory of your clone $ROOT, which should be ./Vencord relative to your current directory.)cd $ROOT (i.e. cd ./Vencord)pnpm i && pnpm run buildWebcd $ROOT/distChange the id to vencord-firefox@sth in $ROOT/dist/firefox-unpacked/manifest.json. (Sorry for my terrible and thoughtless naming flavour 😓.) If you ever need to do it yourself, make sure your id is unique.Sign the addon with web-ext sign -s $ROOT/dist/firefox-unpacked --api-key=... --api-secret=.... The fields left empty can be acquired from here (you need to have a Mozilla account).In $ROOT/dist/web-ext-artifacts, the .xpi file is the extension.In Firefox, open about:addons and drag-and-drop the file to install.

You can download the vencord-sth.xpi file and simply do the 8th step above. The current version is 1.7.6.

None

https://news.ycombinator.com/item?id=40171125

None
None

For my last post on this see "You turned Stack Overflow into a nuclear test site" - StackOverflow opens up voting to all registered users; jannies revolt (again).

Basically the SO staff announced that they were going to let all users be able to vote, in order to reverse the site's participation issues and problems with engaging new users. The jannies (many of whom are still on strike) hated this and downvoted the shit out of the announcement.

Today the staff announced that the decision has been reversed and the trial won't be rolled out.

I acknowledge the feedback shared by community members and by moderators. We felt that this experiment was important because it allowed users to participate and engage in a low-effort core action on the site. We believe a healthy community involves encouraging participation from new and existing users, among other aspects. We understand there are ways to engage with new users and to further de-risk the experiment other than how it is currently designed.

also

we would like to apologize for the concern, stress, and tension caused by this experiment

lol


The SO powerusers and jannies still shit on the wagies anyway:

However, I am a bit disappointed that it has been paused only after the general disagreement from the community on Meta, and not after all the moderators told you how terrible of an idea this is.


and a particularly enormous post from Catija who used to work as an employeed SO employee and has hung around just to shit on her former colleagues. I'll not even paste 10% of her screed but it includes subtitles and subsubtitles.

It's unclear to me (and to many others, it seems) what you actually want from SO—and SE. What are the goals of this or any other change?

Subtitles include:

Content Quality as a KPI

Step 2—Review and reward curation of old content

Voting as the key activity metric

Activity as a KPI


Someone makes the mistake of saying they wished that the trial would go ahead, and they end up on -4:

I support having experiments like this, even I don't like them. I share the gratitude shown on comments by some people so far. I'm glad to know that what I thought will happen regarding the user experience when the experiment was shared privately with Stack Exchange Network moderators and when volunteer sites were required, was right.

None

Torn because he would be like omg ai

None
None
15
Anime was a mistake

This is a recording from an official conference/workshop/whatever for xorg- something that is used by most Linux distributions for their desktop environment, so it's not some small or unknown project by any means.

I won't mention anything else, just skip around the video and tell me if you notice anything

None
Reported by:
  • BWC : This is a very 2018 /r/Drama title, congrats! :marseyclapping:

This whole thread is so peak HN, it even has a couple of idiots arguing "Bayesian priors" over whether another HNcel is a genuine chomo or not :marseynotes: :marseylaugh:

None
None
Reported by:
  • JimieWhales : Boy, Snowden sure talks a big game for someone with Putin's peepee in his mouth
31
None
Link copied to clipboard
Action successful!
Error, please refresh the page and try again.