Readit News logoReadit News
Nagyman commented on 'Right to roam' movement fights to give the commons back to the public   news.mongabay.com/2024/05... · Posted by u/Breadmaker
fifilura · 2 years ago
As a matter of principle, what gives you the right to own a part of the Earth? Who did you buy it from and who did they buy it from?
Nagyman · 2 years ago
Hear, hear. Go back far enough and it's stolen land, insofar as any land can be owned. Entitled folks ranting about "their" property is kinda gross. You were granted that right by society, through ancestral collective agreements and cooperation wrt currency, labour, etc - not some divine right, privilege, or "hard work". Many times, killing or threatening people was how it was acquired not too long ago - and it's not too late for that to happen again (see Ukraine).

There are other ways to organize land-property rights. i.e. leased for some lifetime period, to be returned to the commons thereafter. There is only so much on this planet, and the richest individuals/corporations will gobble it up before too long; then what?

Nagyman commented on Cold showers on overhyped topics (2017)   github.com/hwayne/awesome... · Posted by u/troupo
ape4 · 2 years ago
Yes and it will be checked in control paths that aren't always run.

I guess a "cold shower" is that it only checks the type. You could put 999 into a variable that's supposed to hold the outside temperature.

Nagyman · 2 years ago
A reasonable type could be defined for outside temperature with predefined bounds, for example in ADA:

type OutsideTempC is digits 3 range -100.0 .. 70.0;

(Edit: others mentioned this)

Nagyman commented on Adfree Cities   adfreecities.org.uk/... · Posted by u/edward
okr · 2 years ago
To be honest, i have experienced socialist and communist countries, and i never want to go back to this cold, adfree world with its purely functional esthetics. I can understand the aversion for the Ad-Overload, but no Ads, nah, i want it colorful, shiny and blinking. :)
Nagyman · 2 years ago
I too enjoy colourful and shiny, but adfree does not imply purely functional aesthetics.

Can you imagine another possible scenario?

Nagyman commented on Adfree Cities   adfreecities.org.uk/... · Posted by u/edward
digging · 2 years ago
I do suggest you read the FAQ page on the linked site because it answers all of your disagreements. In particular:

> Any way, the bottom line is that simple exposure to ads is not enough for their efficacy and continued existence.

Modern ads are so effective at exploiting our minds that their existence is enough to drive our purchases. You don't even have to be aware of them.

> personal responsibility

is never the answer to powerful corporations abusing the public. Vulnerable people do and always will exist.

Nagyman · 2 years ago
It seems that so many here think they're above being manipulated by advertising. Don't trust your brain - it's soft and malleable.

> Vulnerable people do and always will exist.

Hear! Hear! Not to mention that children are even more susceptible than adults, and they do not get a choice in their exposure to advertising. There's so much "think of the children" talk to justify intrusions into privacy, but little to be heard (in North America) of exposing them to manipulative marketing tactics _specifically_ designed to wiggle their way into young and adult brains, alike.

I'm strongly in favour of protecting ourselves from advertising in publicly visible areas. Fill it with nature and beautiful things (i.e. art). It's our world, and nobody has a right to our attention.

Nagyman commented on Show HN: Non.io, a Reddit-like platform Ive been working on for the last 4 years   non.io... · Posted by u/jjcm
shmatt · 3 years ago
I swear, the current protests have shined a very odd light on the average commenting Redditor, they want

* The website to be free

* The API to be cheap

* The ability to use a 3rd party app that does not track, advertise, or monetize you in any way

* VCs to continue to pour hundreds of millions of dollars to run the site and never ask for an ROI

Good luck kids

Nagyman · 3 years ago
People will always want free things; that's nothing new! Especially on an Internet that was born free (aside from the cost to connect).

The average "Reddit" business is pretty odd; they want:

* Paying subscribers _and_ advertising revenue

* Free content: posts & comments

* Free moderation: voting & ToS enforcement

* The ability to monopolize said content

* Contributors to continue to pour millions of man-hours to make content for the site and never ask for anything like ad-free viewing, an enjoyable user-experience, tooling, etc.

Social platforms present a difficult balance between the users, contributors, moderators, and business - all within a very hostile internet (in terms of security, spam, etc).

For payment to happen, users do demand significant value to be parted from their $. In Reddit's case, the 3rd party apps are strongly desired because the 1st party app does not meet their needs (users _pay_ for these apps!). Reddit doesn't want to compete on UX, as they're demonstrably bad at it; partially due to lack of skill and due to mismatched incentives.

It seems like they incorrectly assume that they own the community, rather than the other way around. Reddit's primary value is in the content they are _given_ in exchange for hosting & tools - both of which are have significant downward cost pressure (which _should_ trend towards free, given a large enough community).

Reddit is trying to switch their customers from users to advertisers in order to make a profit, which is difficult after years of _generally_ serving users. It is bait and switch at it's finest and most egregious.

Nagyman commented on Shell admits 1.5C climate goal means immediate end to fossil fuel growth   resilience.org/stories/20... · Posted by u/kitkat_new
anonymous_2022 · 3 years ago
I never understood why this 1.5-2C global temperature is such a big issue when dinosaurs were living with average 15-20C Earth temperature and much higher CO2 levels (you can just google "world temperature history" or "co2 levels history". There were much more plants, diverse wildlife, etc. Having warm Earth is much better than having an Ice age, right? Also higher CO2 levels mean more ingridients for new trees/plants (eventually - food). I'm not trolling but really curious on this PoV and seems that the media is onesided on this topic (higher temperature / CO2 levels - bad and that's it). Noone is looking at it at a diferent angle.
Nagyman · 3 years ago
The media is reporting what scientists are saying, who thoroughly consider all angles. You don't see it mentioned because it's a hypothesis that was rejected (long ago), with reason.

Hint: The _rate of change_ is critical. Past climate shifts that happened in short order, lead to mass extinction events (like we're participating in now).

If you're truly "really curious" and "not trolling", there's a wealth of information at your fingertips!

Nagyman commented on Signal is secure, as proven by hackers   kaspersky.co.uk/blog/sign... · Posted by u/cjg
aliqot · 3 years ago
"secure" is not a binary state.

Title is low-brow and weak.

"secure from a small group of specific hackers" is not as catchy though.

Nagyman · 3 years ago
This "article" was written to subtlety advertise Kaspersky's security app.

> And, of course, install a security app on your smartphone.

Nagyman commented on Take Advantage of Git Rebase   about.gitlab.com/blog/202... · Posted by u/HieronymusBosch
xyzzy4747 · 3 years ago
I would recommend not doing anything complicated such as git rebase and just add more commits, patches (git diff / apply), or merges until your code works. If the number of commits is large, it doesn’t really matter. Optimizing for a pretty looking git history is probably the most foolish thing to focus on.

If you are doing anything that involves rewriting the history you are doing it wrong.

Nagyman · 3 years ago
> Optimizing for a pretty looking git history is probably the most foolish thing to focus on

It's not about "pretty"; commits are a form of _communication_. Do we send emails without editing before hitting send? It's a means to optimize for easier reviews through better comprehension of the changes, which also leads to faster reviews. Our colleagues don't want to read a bunch of intermediate commits.

> If you are doing anything that involves rewriting the history you are doing it wrong.

Care to elaborate? What's your general strategy?

Nagyman commented on Take Advantage of Git Rebase   about.gitlab.com/blog/202... · Posted by u/HieronymusBosch
dbbk · 3 years ago
Every PR we have in GitHub is merged with a squash, so I'm kinda missing the value proposition here. Is it really crucial for each commit to be a nice clean unit of work?
Nagyman · 3 years ago
As always, it depends. Especially for large PRs, I will go through the effort of rebasing to help the code reviewer so they can view key commits rather than a mile long scroll-fest on the GH "Files Changed" tab. It's about being a good co-worker and facilitating faster reviews.
Nagyman commented on I used DALL·E 2 to generate a logo   jacobmartins.com/posts/ho... · Posted by u/cube2222
nbzso · 4 years ago
Sure, I am the secret GPT 5 experiment. Now you got me. Congrats:)
Nagyman · 4 years ago
Exactly how I'd expect a GPT experiment to reply! ;)

We'll hardly be able to tell the difference, if at all. Maybe it doesn't matter as long as the conversation is engaging for the human.

u/Nagyman

KarmaCake day358November 7, 2009
About
[ my public key: https://keybase.io/nagyman; my proof: https://keybase.io/nagyman/sigs/Q59rQrGAGVtVLjPnnwzpNhAQs32h_I-YzZBiSbAr90w ]
View Original