Readit News logoReadit News
Pimpus commented on AMA: Ivan Kutskir, creator of Photopea   reddit.com/r/IAmA/comment... · Posted by u/ent101
grumpyautist · 5 years ago
Hold shift? It's not hard
Pimpus · 5 years ago
This kind of attitude in OSS is exactly why GIMP is a piece of garbage that no one uses.
Pimpus commented on My Ordinary Life: Improvements Since the 1990s   gwern.net/Improvements... · Posted by u/eru
Jommi · 6 years ago
I don't want to be too hand-wavy, but this feels like such a "get off my lawn" type of comment that I can't even start to analyze it. So many of the items listed are 100% nostalgia or personal anecdotes generalized to a whole population.
Pimpus · 6 years ago
Lamenting tent cities is "old man yelling at cloud" to you? I agree with his points. The Life of an average person is objectively much worse than it was 20-30 years ago. A person with great discipline can have a better life than ever, but it is hard not to feel empathy for the masses, so addicted to fake internet shit that they cannot even distinguish reality.
Pimpus commented on Switching from Chrome to Firefox   support.mozilla.org/en-US... · Posted by u/nachtigall
thibran · 6 years ago
Firefox is nice. But over time there are more and more things I need to configure to get a "good" browser experience.

Things I do:

- about:preferences#general > Startup > restore previous session

- about:preferences#general > Tabs > uncheck Ctrl+Tab cycle ...

- about:preferences#general > Downloads > always ask where to save

- about:preferences#home > Firefox Home Content > disable all except Top Sites

- about:preferences#privacy > Permission > Notification Settings > Block new requests

- about:preferences#privacy > Firefox Data Collection and Use > disable

- Set in about:config extensions.pocket.enabled to false

- Install the addons: uBlock Origin, Gesturefy, Firefox Multi-Account Containers

- I remove the home button

- I remove the sidebar button

- I reject every Firefox pop-up that wants me to enable Sync or whatever

The result is a decent browser, which doesn't get in my way. But I can understand that those steps are too many for casual users and can understand why a lot of people don't like the Internet. I wouldn't like it too, if I had to use default browser settings without an ad-blocker.

Pimpus · 6 years ago
How does this make for a better "browsing experience"? It is just neurotic nitpicking. A good browsing experience means performance, security, minimal popups and minimal tracking. Firefox provides this OOTB now.
Pimpus commented on WTFPython – Understanding Python through surprising snippets   github.com/satwikkansal/w... · Posted by u/throwaway_shame
BiteCode_dev · 6 years ago
It's a good repo, but remember a lot of those are "A Good Thing™".

The first snippet is a very good example:

    a := "wtf_walrus"
doesn't work while:

   (a := "wtf_walrus")
works.

It's a fantastic design decision.

Python took a long time before getting this operator, because it's a language that favors being readable, easy to use, and above all, to learn.

But in many other languages, the very same operator is often misused as, or confused for, the operator for equality or assignation.

We, as a community, didn't want people to wonder why there are several ways to do assignation (we have this problem with string templating already). Instead, we wanted to be sure that people could ignore the existence of ":=" for some times during their learning process.

And so the decision has been taken to make is very easy to distinguish it from "=" and "==", forcing parenthesis when necessary to make it clear this is a completely different use case. Also to hint people at using it only when necessary.

If you like scripting in Python because it's so easy to go from an idea to code, it's not random luck. It's because the language is a collections of thousands of such decisions.

Pimpus · 6 years ago
I thought this walrus thing looked esoteric and ridiculous. Two words which also describe Python. I think it's prime time for the scripting languages to be disrupted. Twould be nice to have one as well designed and consistent as Rust.
Pimpus commented on The unending quest to explain consciousness   bookforum.com/print/2604/... · Posted by u/hoffmannesque
Pimpus · 6 years ago
It is indeed unending, no end in sight. This should signal that there is something fundamentally wrong with Western thinking that leaves it incapable to even begin to grapple with the question.

Some "reputable" philosophers even deny that consciousness exists.

Anyway, here is the answer. 3 minutes and you can move on and think about more productive things.

https://m.youtube.com/watch?v=9n6NvDpcwLM

Pimpus commented on Google halts political ads in Singapore as election looms: documents   reuters.com/article/us-go... · Posted by u/doppp
Pimpus · 6 years ago
People are forgetting something. We know Google is far left and wishes to impose their leftist agenda on the world at large [0].

All of their shenanigans including censorship of search, censorship on Youtube, and now this, would make this agenda and intent abundantly clear, even if they weren't exposed on tape admitting to it.

This particular action may be aimed towards Singapore, but I am 100% confident that this is a test run for a similar action in the United States.

[0]: https://www.breitbart.com/tech/2018/09/12/leaked-video-googl...

Pimpus commented on Google to restrict political adverts worldwide   bbc.com/news/technology-5... · Posted by u/ggambetta
raxxorrax · 6 years ago
I do believe this will strengthen propaganda to be honest. I don't think I ever noticed a political ad from Google (not US based), but I am pretty certain that Google will ban those advertisements that are not in their interest. Google has close contaxts to many political circles.
Pimpus · 6 years ago
I posted this link on HN before and was downvoted. Here it is again.

https://wikileaks.org/google-is-not-what-it-seems/

Pimpus commented on Basic Social Skills Guide (2012)   improveyoursocialskills.c... · Posted by u/lisper
cwkoss · 6 years ago
I read some "pick up artist" literature in college: about two thirds of it is misogynistic garbage, but the remainder has some good tips on general platonic social interaction (and a major issue with insecure men is learning to interact with women in a casual platonic way without acting odd and creepy because they are hoping for more).

- If you aren't good at speaking in a captivating way, literally write out your best stories. People who are good at telling stories get this way from practice: introverts naturally get less practice and thus tend to be less talented at speaking. You can do a significant amount of practice on a story without a partner - develop a few 2-3 minute anecdotes about yourself that have a clear beginning, middle and punchline, and cut all extraneous information that doesn't enhance the listeners enjoyment or teach them something positive about your character. If the conversation with a new person touches on something from one of your anecdotes, you will be able to quickly go into your anecdote and be engaging. The process of editing a couple stories will teach you to revise future stories without writing them down explicitly.

- The Cube is a really great icebreaker when meeting new people and conversation is petering out. https://oliveremberton.com/2014/how-to-connect-deeply-with-a... A couple times, I've captivated groups of 4-6 strangers for about an hour with this. Everyone likes talking about themselves, and it gives people a framework to discuss their self perceptions in a fun way, and everyone learns some things about each other. (The mappings are somewhat arbitrary, I learned it with ladder as work and flowers as friends)

Pimpus · 6 years ago
Mark Manson's "Models" is a great read if you're looking for a non-PUA book about dating and attracting women in a healthy way.
Pimpus commented on It’s Not Enough to Be Right – You Also Have to Be Kind   forge.medium.com/its-not-... · Posted by u/victorbojica
cryptica · 6 years ago
I think people should not try to be kind. They should just be themselves.

Criticism is good and useful and should be delivered in the most direct way possible. People should just toughen up. It's unbelievable to think that 80 years ago, people were killing each other with guns and bombs but today's people get offended if someone doesn't press the 'like' button on their Facebook photos. We are too weak; that's the real problem.

Being weak is bad. Political correctness poses a threat to our freedom of speech.

I can't stand this dystopian corporate rhetoric that 'being nice' and 'feeling safe' are important. They are not. Both of these things make us weaker.

Pimpus · 6 years ago
I agree with you. I try to be nice, but acting out my will , and God's will, with authenticity is a higher priority. I am increasingly aware, as I become more "myself", that people are offended and intimidated by my mere participation in the world. I respect moral boundaries, not social ones. Some people appreciate it more than others.

u/Pimpus

KarmaCake day76April 24, 2018View Original