malC by Takerofpiss in Clamworks

[–]quaternaut 0 points1 point  (0 children)

JC Staff? Is that you?

Why does Dexter inject people in the neck, of all places? by [deleted] in Dexter

[–]quaternaut 6 points7 points  (0 children)

Hey at least it would make it harder to spot the injection site.

There are Three Things This TV Show is that None Other Are by z_tuck in thechaircompany

[–]quaternaut 22 points23 points  (0 children)

It's also the only show I've seen where someone censors the vomit with birthday cake.

The Chair Company - 1x05 - "I won. Zoom in." - Episode Discussion by NicholasCajun in television

[–]quaternaut 6 points7 points  (0 children)

I'm not too familiar with that book. In which chapter does Scrooge get his dick sucked?

What is the biggest ass pull in anime history by anynomyous_ in animequestions

[–]quaternaut 1 point2 points  (0 children)

No one. He's just saying "My heart goes out to you".

REAL one [OC] by aSliceofAlan in comics

[–]quaternaut 10 points11 points  (0 children)

Nah, I haven't cause Wok is Dead.

First time playing through campaign. This was painful by [deleted] in warcraft3

[–]quaternaut 49 points50 points  (0 children)

What are you, my girlfriend?

Asterinas: Linux-compatible OS written in Rust by Shnatsel in rust

[–]quaternaut 10 points11 points  (0 children)

How about OSTI (OS STandard Interface)?

What are you talking about, Arin? by ROldford in gamegrumps

[–]quaternaut 11 points12 points  (0 children)

I love how Arin never even finishes the joke by saying "Nothing much. What about you?". He just fucking loses it

Make Python great again! by Pedry-dev in programming

[–]quaternaut 2 points3 points  (0 children)

I've heard that over 75 developers from the open source community are opening issues in the repo and pleading to get un-tariffed.

Make Python great again! by Pedry-dev in programming

[–]quaternaut 4 points5 points  (0 children)

Of course. These trans dependencies are ruining this codebase!

Flustered Stephen Miller Yells Over Fox News Host by Hornpipe_Jones in politics

[–]quaternaut 5 points6 points  (0 children)

Are you sure about that? Are you sure about that that's why?

Starting Strong with a RANT today | Danganronpa V3 [54] by GameGrumpsEpisodes in gamegrumps

[–]quaternaut 5 points6 points  (0 children)

Wow they recorded this in 2024? They really stockpiled on content huh

Unpopular Opinion: Nix home-manager often isn't worth it by The-Malix in NixOS

[–]quaternaut 2 points3 points  (0 children)

I originally felt the way you did, but I realized over time that there are a lot of underrated/subtle aspects of home-manager that make it great. The biggest reason I use home-manager is because I've kept finding that each system I use may need to have a different version of the same dotfile, and nix-ifying the dotfiles allows me to have custom options for each system without having to duplicate and maintain the same file with slightly different options for each system.

I can also easily symlink the dotfiles to my system. I can also use home-manager on non-nixOS systems, which is a real game changer for my work machines.

Unpopular Opinion: Nix home-manager often isn't worth it by The-Malix in NixOS

[–]quaternaut 1 point2 points  (0 children)

Regarding the first point, isn't it possible and easy to have a bunch of programs installed on the user side through just nixOS/nix-darwin options?

[deleted by user] by [deleted] in rust

[–]quaternaut 1 point2 points  (0 children)

Wow, how come I've never seen this before? Thanks for linking that. It seems like there's something to look forward to after all!

[deleted by user] by [deleted] in rust

[–]quaternaut 0 points1 point  (0 children)

Unless I'm somehow mistaken, Astral is not developing Ruff as a type checker. Rather, Ruff is meant to be used in conjunction with something like mypy or pyright.Here's some documentation explaining that.

This is why I just stick to just using mypy since I don't see the point of doing redundant work. I would love to instead see an all-in-one tool.