None
None
None

>A day of the life of a DEI program manager

>11:00 am - Wake up. Early birds are racist.

>11:30 am - Attend a sync up meeting. Standup is not inclusive. Everyone needs to come up with 5 words to remove from our dictionary.

>12:00 pm - Have lunch at a black-female-owned Chinese restaurant. Scold the owner for cultural appropriation.

>1:00 pm - Meet with one of my program sponsors. Discuss what protest we need to fund next.

>2:00 pm - Check internal Slack messages and mark those who used non inclusive language

>3:00 pm - Have s*x with a queer peer

>4:00 pm - Go back home. Work is racist

>10:00 pm - Attack random people online

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

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

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

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

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

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

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

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

None

https://media.giphy.com/media/rX7a8e16LvWgnCt2bv/giphy.webp

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
None
Reported by:

https://old.reddit.com/r/programming/comments/1cdqd3m/lessons_learned_after_3_years_of_fulltime_rust/?sort=controversial

https://old.reddit.com/r/rust/comments/1cdqdsi/lessons_learned_after_3_years_of_fulltime_rust/?sort=controversial


Article is too long :marseylongpost: to copy & paste, so here's the link https://loglog.games/blog/leaving-rust-gamedev/.

!codecels

None
None
None

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

None

Kind of an neurodivergent rant so feel free to ignore, but I really hate the cute twinks on /g/ and here on rdrama that plaster the language of God onto their jap paraphilia.

Exhibit A (see the attached picture). An anime girl holding the Ritchie Kernigan C book. This is a beginner-tier book that describes how if statements and for loops work. At the time, it was ground-breaking because programming was so much more primitive. Nowadays, it's completely unimpressive. Not only is it very basic, but it is flat out wrong in some places, since most people use C99 or C11, not Ansi C nowadays.

So what would be a good C book to photoshop onto all our favorite cartoons for undersocialized men? There isn't one. Even something "official" like the ISO C99 or C11 standard diverges from reality significantly. Books like "modern C" are written by hucksters who write C at the level of an undergraduate who just finished their first C programming course. The way to tell if someone is a serious C programmer or not is if they use libc stuff like malloc or not. If they do, it means they don't really care about the underlying hardware and operating system primitives. Ironically, the x86_64 reference manual Volume 1 is probably a better source for learning how to write good C code than any C book that currently exists.

None
20
Linux compared to BSD :marseygroomerfreebsd:. BSD neckbeards unable to refrain from posting :marseylongpost: (237 comments).
None
None

learn to do things other than code lmao

None
None

I use Bluebubbles to sync my texts between all my Android devices and my iPhone. Uses my Mac server as a imessage forwarding relay. I have 6 phone numbers and keep the main number in the iPhone, call forward to my primary Galaxy Fold 5.

My main girlfriend turns 21 Tuesday. I'm taking leave from work for it, but sleeping in before taking her out. She sent me a text for my birthday at like 1am saying she wanted to be the first to tell me happy birthday.

I go to bed early, not staying up to send a text. Just scheduled that shit to send from my server. Automating thoughtful gestures, lmao.

:#marseyretardchad:

None

:#marseyitsover:

None
None
88

I'm beginning to :#marseynooticeglow: .... nootice.... please :#marseynooticeglow: .... make it stop

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

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

@X weights in

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

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

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

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

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

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

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

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

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

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

None
None
Reported by:
88
poorcels BTFO! The Internet is about to have 20 million less broke Amerimutts

(RIP BlackPeopleTwitter)

https://old.reddit.com/r/CuratedTumblr/comments/1bispn8/us_legis_the_affordable_connectivity_program_acp/?sort=controversial

https://old.reddit.com/r/povertyfinance/comments/1abpc7m/affordable_connectivity_program_might_end/?sort=controversial

!peakpoors Go dunk on them while you still can

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.

Link copied to clipboard
Action successful!
Error, please refresh the page and try again.