namingthingsiseasy

joined 2 years ago

Yeah! At this point, Windows is even worse than Minix!

[–] namingthingsiseasy@programming.dev 1 points 1 week ago (1 children)

I didn't see this comment when I wrote a few other ones, but you can absolutely use proportional representation as a solution for single-winner elections. Just look at how most prime ministers are chosen in any country that uses proportionally-represented parliaments.

It brings up an interesting question of wasted votes. By definition, in plurality voting, at least 50% of all votes must be wasted. Anyone who votes for a losing candidate (and thereby doesn't receive an elected representative) wasted his/her vote. And anyone who voted above the threshold for the winner also cast a wasted vote (because the candidate wouldn't win anyway). It's easy to see why turnout would be low in such a system.

(You could of course argue that a candidate winning a race with 60% of the votes is much stronger in the office than a candidate that wins 51:49, so this is a bit of an oversimplification, but hopefully you get the idea of how wasted votes work solely within the context of decided who wins the race.)

Ranked Choice Voting is an improvement over plurality voting, but as I've written elsewhere (too lazy to look it up), I think any election with a single winner is still going to end up with weird/disappointing outcomes at least 90% of the time. I think this post is referring to the governor of New York, no? I would rather see a system where the state legislature is elected proportionally, and then the governor would be selected from a coalition agreement between the governing parties - similar to what you see in many national, state and provincial systems across Europe. This system isn't without its downsides, but at least it's harder for incumbent parties to force voters to support them even if those voters don't want to.

Of course, this is a much more fundamental reform, so it's harder to adopt. RCV is definitely an improvement. It's great to see some progress happening out there in the USA.

Really fascinating how this is happening in coordination all of a sudden. I'm practically certain that this is all coming from a small group of investors (maybe even just a couple) who are trying to influence companies as hard as they can into making everyone to start using it.

[–] namingthingsiseasy@programming.dev 61 points 1 week ago* (last edited 1 week ago) (14 children)

If I were forced to choose between two choices and I didn't like either, I would not consider myself living in a democracy. Democracy is pointless if you aren't able to vote for a candidate that you actually like.

The solution is reform. If your democracy is not proportional, then it is not a democracy.

He's clearly letting his guests know that they mean as much to him as his employees.

The dominoes are falling. Windows is nothing but a legacy burden at this point. Soon we will be rid of this worthless operating system.

[–] namingthingsiseasy@programming.dev 14 points 1 week ago (1 children)

Staying quiet because it will make daddy angry to talk about it is still abuse.

Okay, fair point. What I mean is, don't bring it up unless the toddler starts talking about it again. Stupid of CNN to bring it up again for no reason.

Maybe New England should declare independence. That would solve the problem. Until then, federal agents are free to operate within their borders.

[–] namingthingsiseasy@programming.dev 97 points 1 week ago* (last edited 1 week ago) (8 children)

It's a little stupid to bring this up. You have to treat the Trump administration like toddlers, ie. when they ask for something, you just have to be firm, ignore it, and wait for it to go away. Raising the topic again will just make your toddler throw another tantrum.

I get that he was asked this by a member of the media, but nobody should be talking about this. You just have to change the topic - again, exactly the same way you deal with toddlers.

This would be a stunning own goal by Red Hat (and let's face it, they are the largest driving force behind Fedora, if not in complete and total control of the project). Steam and gaming have brought so many new users to Linux - maybe even doubled the entire userbase - that if anything, they should be doing all they can to support it even better if they really want to increase the size of the userbase.

Even if flatpak is still an option, it will still drive a lot of new and existing users to use non Fedora-based distros, which would be sad for the project. I myself have never been a Fedora user, but I'm really grateful to see a lot of the positive things they do for the Linux community, so this would be a very sad step in my opinion. On the other hand, it would make me even happier if we see more users switching to Debian-based distros instead.

 

Now the win with PSG has even more eyes on Al-Khelaifi, whose claim to be the most important man in football grows ever stronger.

As well as being president of PSG, the 51-year-old former tennis player is chairman of the European Clubs Association — which represents the interests of 700 European clubs — is on the executive committee of UEFA — which organizes European football including the Champions League — and on the organizing committee for the upcoming FIFA World Club Cup. He is also a minister without portfolio in the Qatari government and chairman of state-owned broadcaster BeIn Sports, which has bought the rights to the Champions League.

 

"Wherever I go, I find myself confronted with the accusations of double standards," said EU foreign policy chief Josep Borrell at Oxford University in May. At last year's Munich Security Conference (MSC), French President Emmanuel Macron said: "I am struck by how much we are losing the trust of the Global South."

Eisentraut makes this clear in her brief: The criticism of Western double standards is often justified. For example, countries from the Global South point out that the US and other Western states insist on the principle of the territorial integrity in Ukraine, but did not respect this principle during the US-led invasion of Iraq in 2003. Western states have often disregarded human rights by carrying out illegal detentions as part of their war on terror. And the Europeans have made common cause with North African autocrats in order to prevent migration to Europe.

However, Eisentraut also points out that critics from countries such as China and Russia often use their accusations to relativize their own violations. Or they use them to justify an approach to foreign policy that is no longer based on moral principles at all, but only on their own interests. The result is that the value of universal rules is being questioned around the world.

 

A great introduction to what traces and spans are, how they work, and the OpenTelemetry Protocol

 

“We seem to have lost our belief in a market economy somewhat and our trust that letting go can lead to something great,” he said. “The government does not have to subsidise and compensate for everything. People flourish in freedom, as does innovation. And that is what we need to drive up productivity.”

Separate article with more details on the proposed budget.

 

The researchers found sweeping changes in overall brain neuroanatomy which unfolded week by week during the pregnancy.

Inside Chrastil's brain, grey matter volume, cortical thickness, white matter microstructure, and ventricle volume all changed.

The changes were all over the brain too — "over 80% of my brain regions showed reductions in grey matter volume," Chrastil said.

Neuroanatomical changes observed over the course of a human pregnancy. Published by Pritschet, L., Taylor, C.M., Cossio, D. et al. in Nature Neuroscience (September 2024). https://doi.org/10.1038/s41593-024-01741-0

 

I'm getting IP-banned using yt-dlp. It seems that this is a known issue. Have any of you run into this, and if so, what has been your solution?

I currently use a VPN via a VPS. I am able to view youtube via the web client and use youtube-dl without VPN, but I am only unable to get through using the CLI on the VPN. I have also tried fiddling with some CLI args (like --extractor-args "youtube:player_client=web") but that is also unsuccessful.

My next step is to try signing up for mullvad to see if I can get around it that way, but would like to hear if this is affecting existing mullvad users.

Open to hearing other solutions as well. Thanks!

 

This is a very easy-to-read book on the implementation of xv6, which is a basic unix-like operating system written for educational purposes. xv6 itself is a very simple and straightforward kernel and the source code can be found here.

I've been reading it casually over the past few weeks and found that it helped me get a better understanding of many basic operating system concepts. I've also enjoyed reading the source code to understand what a basic implementation of common system calls could look like.

 

I've used a US-QWERTY keyboard layout my entire life. I've seen other layouts that do things like reduce the size of the enter/backspace keys, move the pipe operator (|) and can't wrap my head around how I would code on those.

What are your experiences? Are there any layouts that you prefer for coding over US English? Are there any symbols that you have a hard time reaching ($ for example)?

 

We are sad to announce @saksadota will be taking an extended break due to health reasons and will not be on our active roster. We wish him all the healing and success possible. Thank you, Martin, for playing a pivotal role in our TI victory. You’ll forever be a part of our legacy and the Tribe.

Maybe they should sign Fata to take his place?

view more: next ›