You are aware that the impossible sections were on purpose to sell hint books and to make money with the telephone hintline which one could call being stuck?
You are aware that the impossible sections were on purpose to sell hint books and to make money with the telephone hintline which one could call being stuck?
The shower head in the picture is a bit unusual because of the two screws on the right where you can adjust the head. If you loosen the one next to the wall the shower head tilts down and faces the wall (which is nice if warm water takes a while and you don’t like a cold shower) and with the other one you could make it spray the opposite wall. So it’s pretty versatile. (Or annoying if the screws can’t be tightened enough)
I’m curious. I’ve seen this exact type of shower (including the taps) only in Australia so far. Is it a common type in other countries too?
In short: it’s always like this, sometimes more, sometimes less. And guess what: it’s the main part of the job. As a developer you have to understand what the customer (your boss) needs (sometimes not what they say they want) and to figure out how to do that by yourself. It’s nice to have colleagues you can ask, but it’s like on stackoverflow. The accepted answer is not necessarily the right or good one. Often you have to work with bad documented legacy artifacts (code, api) and figure out what they do. Also the tech changes, you have to constantly keep up with changes and what was great years ago may now be outdated. My advice:
If you don’t like your working environment then change it. Especially when you think you can’t learn anything new there or it is no fun to work there. Go to meetings in your area (meetup or so) or online to meet other developers and ask them about their job. You get a feeling about what is considered a good job in your area. Good developers will always find a good job. Be one of them. As long as you think you’re a god who can code anything, that’s probably not the case. ;-) The best you can achieve is to be an expert in a very narrow field and to be good in some others.
They insert sleep(1) and print statements. No shit. I had to fix this in two projects. One was a complete rewrite.
Considering what you wrote that’s probably a great idea.
Why would they use bitcoins to pay for the stream? If it’s already bitcoin why bother?
It’s illegal in the EU, so probably not there.
I have never ever heard of a game coming with a help hotline. And I played a lot of games in that time. TIL that
one classic example is the game “The Legend of Zelda” for the NES. The game contained cryptic puzzles and secrets that were not easily solvable. Nintendo provided a hotline, called the Nintendo Power Line, where players could call in for tips, tricks, and solutions. Calls to the hotline were not free, creating an additional revenue source for the company.
Lol. Thanks. I really don’t care. I’m running linux servers professionally since the late 90s, which means I have seen one or the other WTF. And systemd had quit some of them, especially flooding log files and race conditions. For example see https://github.com/systemd/systemd/issues/7293. That took more than 2 years to fix. And if people like to downvote my personal experience with it they are welcome to do so. I mean all I did was answering a question why one might use a systemd free distribution. Oh and for the downvoters: SYSTEMD IS MICROSOFTS ATTEMPT TO KILL LINUX! Poettering always was their agent. https://en.m.wikipedia.org/wiki/Lennart_Poettering 😉
My problem with systemd is that since I’m practically forced to use it that it’s flakey in starting services after boot (independent of service and distro). Since systemd I had to install monit to check if all services came up. Didn’t had that problem before. Or I forgot, it’s been a while…
Argument Clinic https://youtu.be/uLlv_aZjHXc?si=TPn9cjOH1UUOmIvC
Yes, it has.
Yes. I really don’t think it’s an effort really. I mean I just press register and enter [email protected]. This takes a minute. It’s not that I have to create a new emailaccount or something. And I can even remember them, because the names follow a pattern. As I said it all goes in a single catch-all inbox where I can easily filter by adress. And if I get spam on such an adress they either got hacked or sold my data. Origin for example leaked my email adress for Dragon Age. I also give out unique emailadresses everywhere I need to give one. I got spam on an email I gave exclusively to an ebook distributor. When this happens I just block this adress. I do this because it’s no effort at all. If we meet I could say to you: my email is [email protected] and you get out your phone, send me an email and I recieve it. No work at all on my side.
Because I can give the credentials to someone who want’s to play the game and I don’t give access to all of my games.
I even do that with games I buy. You hacked my diablo3 account? Bad luck. But you don’t have access to all my other games. I can even resell the whole game account when I’m done playing.
Don’t get why my inital post was downvoted. I’m not saying that you should do that. Was just asking. But ok.
I have a catch all email, so I create an account every week for no good reason. Anyone else?
Do you have any credible source for your claim? I would like to point out National Geographic amongst others who thing its genuine: https://www.nationalgeographic.com/animals/article/man-punches-kangaroo-saves-dog-australia
Here you go: https://youtu.be/FIRT7lf8byw
Disclaimer: That guy was lucky. Don’t try this.
Usually a sign of multiprocessing/multithreading going wrong, e.g. accessing the same resource without proper locks like opening the same logfile in different processes and trying to write simultaneously. Those errors can be triggered just by reformating the code (or obfuscating in this case), thus changing the runtime behaviour slightly. Hard to find, especially since they’re dependent on the speed/workload of the machine running the code.