affenlehrer
@affenlehrer@feddit.org
- Comment on This Is Why I Sit Down To Pee Pee 6 hours ago:
I never had this problem when I was younger. Until the day I had a medical examination to be drafted and they wanted me to give them a urine sample and I couldn’t. They offered me lots of water (which I drank) but still I couldn’t pee for what felt like an hour. Ever since I had problems relaxing.
- Comment on The only one country 20 hours ago:
Maybe compared to Liechtenstein and Vatican or something like that
- Comment on Look At All That Unsold Freedom Juice 1 day ago:
Among other things for which I don’t have links right now this: en.wikipedia.org/wiki/ServusTV
- Comment on Which is it, bub? 1 day ago:
Allergies too. Unfortunately
- Comment on Look At All That Unsold Freedom Juice 2 days ago:
They’re Nazi scum too. Sorry.
- Comment on Its true 2 days ago:
They have to work (gather food and water) but they can keep 100% of the profit for themselves
- Comment on Its true 2 days ago:
Only as long they don’t mess with Disney and Nintendo
- Comment on missing 2 days ago:
I have a pet skeleton as well. It’s inside me and I put some meat around it to hide it. I kind of like it, except for the herniated discs.
- Comment on Anon can't escape 4 days ago:
Let’s ask Peter for some venture capital
- Comment on Anon can't escape 4 days ago:
For me it was bit like this but much louder and higher pitch www.youtube.com/watch?v=RuZsQ-8yntM
- Comment on Anon can't escape 4 days ago:
It’s a bit unethical but I like the idea. Hate the car dream though.
- Comment on Anon can't escape 4 days ago:
My dislike for PHP is close to my dislike of JavaScript. As far as I know (don’t correct me if I’m wrong, I’d better not know) PHP doesn’t have such an insane community that reinvents every wheel in JS and builds the worst dependency hell one could imagine. Everything else is yanky as hell though.
- Comment on Anon can't escape 4 days ago:
Are any of those people software developers? I’m curious what kind of code it is. I hope it’s not JavaScript.
I took DMT once and it’s in my top ten worst experiences I ever had. Didn’t have a laser with me and even if I had I would’ve be unable to use it.
However, I also had a common DMT experience: The “dial in” tone. I don’t know why it’s called like that, it has nothing to do with modem sounds. It’s just a really loud high pitched beep that distorts at the end.
- Comment on FORG. 6 days ago:
Go FORG yourself
- Comment on Plot twist: he’s in the White House bathroom 6 days ago:
Or wishmaster
- Comment on Chill out 6 days ago:
That’s his sister, isn’t she?
- Comment on My wife would still say its not clean enough 1 week ago:
Are breeding them?
- Comment on three cheers for fate! 1 week ago:
I’m jealous. Not because he’s ripped (which is cool too) but because he can walk around without a shirt and not having a bazillion mosquitos harvesting his blood.
- Comment on three cheers for fate! 1 week ago:
What’s up with the guy on the right? I don’t know who that is.
- Comment on She's just defending her country 1 week ago:
That’s a bummer, I liked both as actors
- Comment on She's just defending her country 1 week ago:
I didn’t know. I just knew she was Israeli. Thanks
- Comment on She's just defending her country 1 week ago:
Explain please
- Comment on Consider the following 1 week ago:
So we should stop using the mouse and switch to rats?
- Comment on Anon works in an office 1 week ago:
Interesting! I’ve worked in the paper industry but not as operator. I developed SCADA software so paper machine engineers could design the displays and views for the operators.
- Comment on Anon works in an office 1 week ago:
What kind of machines are you running?
- Comment on Anon works in an office 1 week ago:
I have the same impression. It’s like a hostage situation. When they protest or quit, people are going to die.
- Comment on Anon works in an office 1 week ago:
Similar here with almost all “social” jobs. Treated like shit but mostly from the inside. No money, super hard work with lots of risks but also super toxic work environments with psychopaths at the top and higher positions. At the same time the worker bees behave like hostages because if they protest or don’t work someone is going to die.
I don’t work a social job but my sister does and I’ve heard a lot to come to this conclusion.
- Comment on The Ultimate Robot Knockout Legend (URKL) is a professional, freestyle combat sports league for full-sized humanoid robots. This is real. 1 week ago:
OMF2097 had really good music…
- Comment on Why are so many new programming languages being developed? 1 week ago:
Take a look at LISP, Prolong and Erlang you’ll be able to answer the question yourself. Just a little tutorial for each of them. You’ll notice they have very different but fascinating ideas about how things could or should be done.
Maybe after a while you’ll get thoughts like “I wish language A had this feature of language B” and that’s kind of how new languages appear. Because it’s often not possible to add such features or concepts to established “old” languages without breaking everything or losing backwards compatibility.
- Comment on Why doesn't Android save app memory into storage instead of killing the process in RAM? 2 weeks ago:
When you develop an Android app it follows a defined lifecycle. The app is notified about changing states and is supposed to persist it’s data in some of them. So ideally you wouldn’t even notice that the app was killed since it would continue exactly where it was killed.