HN user

elgfare

440 karma
Posts23
Comments59
View on HN
en.wikipedia.org 5y ago

List of world records in masters athletics

elgfare
1pts0
www.psychiatrictimes.com 5y ago

How to Diagnose Mixed Features Without Overdiagnosing Bipolar (2018)

elgfare
1pts0
news.ycombinator.com 5y ago

Ask HN: How do you personally process bad emotions?

elgfare
1pts2
www.theatlantic.com 5y ago

Changing Your Mind Can Make You Less Anxious

elgfare
2pts0
yourdailygerman.com 5y ago

German Word of the Day – “Her”

elgfare
3pts0
news.ycombinator.com 5y ago

Ask HN: What mobile app framework do I choose for my hobby project?

elgfare
2pts1
www.wired.com 5y ago

‘Cloaking’ Film for Windows Blacks Out the Screens Within (2017)

elgfare
2pts1
dwheeler.com 5y ago

A Beginner's Garden of Chess Openings (2002)

elgfare
304pts132
www.theguardian.com 5y ago

Treaty to ban nuclear weapons made official with 50th UN signatory

elgfare
2pts0
classics.mit.edu 5y ago

The Enchiridion (135 CE)

elgfare
3pts2
foundation.mozilla.org 5y ago

YouTube Regrets Reporter browser extension

elgfare
2pts1
www.youtube.com 5y ago

Police and platforms fail to prevent stalking of online personalities [video]

elgfare
2pts0
oyvn.github.io 5y ago

Git Guide: Zero to Rebase

elgfare
21pts0
psychology.iresearchnet.com 5y ago

Empathic Accuracy

elgfare
2pts0
arstechnica.com 6y ago

Frontrunners in the Covid-19 vaccine race

elgfare
4pts0
en.wikipedia.org 6y ago

Dora I

elgfare
5pts0
www.wsj.com 6y ago

A Girl Makes Music Without Irony or Ugliness

elgfare
1pts0
www.reuters.com 6y ago

Main IKEA retailer starts returning government aid received to cover wages

elgfare
1pts0
oyvn.github.io 6y ago

Show HN: Multi-room audio with Snapcast and Raspberry Pi

elgfare
215pts37
www.culturalsurvival.org 6y ago

Assyrians: “3k Years of History, yet the Internet Is Our Only Home”

elgfare
1pts0
translate.googleusercontent.com 6y ago

Norwegian researchers developed new SARS-CoV2 test in a week

elgfare
2pts1
www.economist.com 6y ago

Inequality could be lower than people think

elgfare
30pts32
arstechnica.com 9y ago

Forget Brexit and Trump, “post-truth” was spawned by the liberal left long ago

elgfare
1pts1

I had such trouble getting Ubuntu to run in 1920x1080 in my VM, which I found absolutely puzzling, but maybe this is because linux people find 16:9 passé.

I'm also on an i5-2500K from 2012, I only upgraded the GPU so far. I recently ordered a new pc for roughly the same price as the one i built in 2012, curious to see how much of a difference I will notice day-to-day.

This rings extremely true for me. I live in Norway, which in my experience is significantly more trusting than most other places, and it's wonderful. We do have other transaction costs though, like a fear of "bothering" each other. Different problem, similar effect.

I guess it means less work for lawyers. The sarcastic reply is that lawyers don't need more money. The more serious reply is that the work a lawyer does doesn't increase the "value output" (I don't know the formal term) the same way that an engineer or researcher or teacher does. A lawyer, like an economist, helps grease the transactions of a society, but if society is already greased, the lawyer could be doing something directly "useful".

From the title, I was hoping for more "tangible" reasons. Most of the reasons given have to do with mitigating potential problems. Bad privacy, single point of failure, closed, censorship are purely theoretical problems for most people. Moreover, these are points that are harped over everytime mastodon is mentioned. It's not that they are not important, it's just not going to convince many people. I'm really curious: what are some user experience reasons to join?

Group A fails to address the fact that emotionally loaded speech severely dulls the rationality of most listeners.

Group B requires someone to take a stand on what the different types of speech are, how we recognize them, and how each should be handled, and also what the threshold of proof for untrue statements should be.

I think group A is ideal as long as the speech holds a certain level of rationality, but that limitation sort of moves it into group B since it's now subjective.

I think it boils down to: If we are unable to agree on even the simplest rules for our discourse there's no way to prevent the discourse from collapsing.

I'm aware that all morals are opinions and are dependent on an underlying subjective stance, and therefore the platforms should remain neutral in order to accommodate different stances. I'm arguing that in this case, since this is about stopping the dismantling of the structure of the laws themselves, it's a stance that it's ok for a platform to take since it's in some way the most fundamental common ground that we all need to share to function together.

Yes, but in a lot of ways, the laws of society are a sufficiently objective moral basis, since those are the rules we chose for ourselves. Undermining those is just bad in so many ways.

My 9th grade English teacher read the Iliad to us, explaining words and phrases as he went along. It was an incredible experience. He also read Romeo and Juliet in the same way. I considered it a great gift to allow us to experience the truly great literature at that age, in a way that I think most of us could understand and appreciate.

Bias can be reflected in which stats are reported at all. There's also the framing of the numbers and the conclusions stated or implied.

But it makes it so much easier to

- Statically check the code, since the static analysis tool knows for certain which value is the size and can check that you're using correctly.

- Initialize the size correctly, since you don't have to enter it twice, or more crucially, remember to change it twice (or create a #define in another part of the file, name it, and document it)

You also make an excellent point yourself about the meaning of 'size'. If this was standardized, it would be the same everywhere, minimizing the risk of ambiguity.

I totally agree that C shepherds you into pointers. I also think C shepherds you into writing everything from scratch. Most of all I think it's a self-perpetuating cycle of "there's no system for X (e.g. sized arrays, packaging system, classes) so everyone makes their own, and now all other code feels slightly incompatible with all other code."