tatterdemalion

joined 1 year ago

I think ranked choice voting and the popular vote interstate compact can happen at the state level. Just needs more local campaigning.

Then people would feel more empowered to vote for who they really want. I think that would be a big push towards nominating an actual progressive candidate.

Capital by Karl Marx + Friedrich Engels

I'm not far into it yet, but it's pretty fucking brilliant so far.

[–] tatterdemalion@programming.dev 149 points 2 days ago (11 children)

I would vote for Bernie in a heartbeat.

He seems to always be on the right side of history, he understands the root causes of our national crises, and he has solutions.

Problem: Two-party system, voter apathy.

Solution: Ranked choice voting, remove electoral college (popular vote interstate compact).

Problem: Bought elections.

Solution: Repeal Citizens United.

Problem: Federal deficit spending.

Solution: Reform government contracts with private corpos so we're not getting gouged. Repurpose military budget. Tax the rich.

Problem: Ignorant and misinformed voting population.

Solution: More school funding, pay teachers more.

Problem: All surplus value is siphoned away from the working class.

Solution: Tax incentives for employee-owned companies. More support for unions.

Problem: Consumer price gouging.

Solution: Break up monopolies, punish anti-competitive behavior.

Problem: Irresponsible banking.

Solution: Un-repeal Glass-Steagall.

Problem: Expensive healthcare.

Solution: Universal healthcare. Don't even try to tell me we can't afford it.

[–] tatterdemalion@programming.dev 6 points 3 days ago (1 children)

Obama’s change never materialized

Is ObamaCare a joke to you?

But corporate profits will continue soaring as the wealth gap spreads like the cheeks of the working class getting fucked up the ass.

[–] tatterdemalion@programming.dev 8 points 3 days ago* (last edited 3 days ago)

Both Clinton and Reagan were economic neoliberals. It is neoliberal policy that has fucked us.

anything else > python > JS

Is this significantly different from the QBitTorrent search engine?

Maybe I just don't think "country" == "government", and I try to be careful with my phrasing so as not to make blanket pejorative statements about people.

The Dark Knight

There Will Be Blood

The Prestige

Memento

The Shining

Gangs of New York

Aliens

The Machinist

Full Metal Jacket

 

I was just reading through the interview process for RED, and they specifically forbid the use of VPN during the interview. I don't understand this requirement, and it seems like it would just leak your IP address to the IRC host, which could potentially be used against you in a honeypot scenario. Once they have your IP, they could link that with the credentials used with the tracker while you are torrenting, regardless of if you used VPN while torrenting.

 

I'm preparing for a new PC build, and I decided to try a new atomic OS after having been with NixOS for about a year.

First I tried Kinoite, then Bazzite, but even though KDE has a lot of features, I found it incredibly buggy, and it even had generally poor performance, especially in Firefox. I don't really have time to diagnose these issues, so I figured I would put in just a little more effort and migrate my Sway config to Fedora Sway Atomic.

I'm glad I did. The vanilla install of Fedora Sway is awesome. No bloat and very usable. I haven't noticed any bugs. Performance is excellent. And it was very straightforward to apply my sway config on top without losing the nice menu bar, since Fedora puts their sway config in /usr/share/sway.

I'm also quite happy with the middle ground of using an OSTree-based Linux plus Nix and Home Manager for my user config. I always thought that configuring the system-level stuff in Nix was the hardest part with the least payoff, but it was most productive to have a declarative config for my dev tools and desktop environment.

I originally tried NixOS because I wanted bleeding edge software without frequent breakage, and I bought into the idea of a declarative OS configuration with versioned updates and rollback. It worked out well, but I would be lying if I said it wasn't a big time investment to learn NixOS. I feel like there's a sweet spot with container images for a base OS layer then Nix and Home Manager for stuff that's closer to your actual workflows.

I might even explore building my own OS image on top of Universal Blue's Nvidia image.

Hope this path forward stays fruitful! I urge anyone who's interested in immutable distros to give this a try.

 

Who are these for? People who use the terminal but don't like running shell commands?

OK sorry for throwing shade. If you use one of these, honestly, what features do you use that make it worthwhile?

 

More specifically, I'm thinking about two different modes of development for a library (private to the company) that's already relied upon by other libraries and applications:

  1. Rapidly develop the library "in isolation" without being slowed down by keeping all of the users in sync. This causes more divergence and merge effort the longer you wait to upgrade users.
  2. Make all changes in lock-step with users, keeping everyone in sync for every change that is made. This will be slower and might result in wasted work if experimental changes are not successful.

As a side note: I believe these approaches are similar in spirit to the continuum of microservices vs monoliths.

Speaking from recent experience, I feel like I'm repeatedly finding that users of my library have built towers upon obsolete APIs, because there have been multiple phases of experimentation that necessitated large changes. So with each change, large amounts of code need to be rewritten.

I still think that approach #1 was justified during the early stages of the project, since I wanted to identify all of the design problems as quickly as possible through iteration. But as the API is getting closer to stabilization, I think I need to switch to mode #2.

How do you know when is the right time to switch? Are there any good strategies for avoiding painful upgrades?

view more: next ›