One minor correction, the peace prize is handed out by a Norwegian organisation. The rest of the Nobel Prizes are handled by the Swedish Nobel committee, but the peace prize is an exception.
Edit: source
One minor correction, the peace prize is handed out by a Norwegian organisation. The rest of the Nobel Prizes are handled by the Swedish Nobel committee, but the peace prize is an exception.
Edit: source
People throw cigarettes as well. Can't imagine that's any better.
I'll take people doing snus over smoking cigarettes any day of the week. Both harm you, but snus at least only harms you, not everyone around you.
I can't believe nobody has mentioned it yet. The runes clearly say "Is this Loss?" It's written plain as day
All of them indirectly kill people. It's impossible to be a billionaire and a moral person, as a moral person would spend that wealth to improve the lives of others. You can say that "oh but this billionaire runs a charity!", but how much of their own wealth do they give to it? Would a moral billionaire rely on the money of others to make change in the world? Would they still be a billionaire if they truly wanted change?
Downvoting this out of principle. Do not ever let your cats rest in laundry machines. I cannot stress enough that a simple mistake will kill or at best brutally injure your cats if you accidentally run the machine with them in it.
Nah, it's even better. "When heart rate falls, bellow 5"
Having a relaxing moment? 5!
Falling asleep? 5!
Relaxing after a stressful moment? 5! Etc.
My home town in Sweden has started commissioning artists to paint murals like those in the top image on a lot of otherwise boring and ugly buildings, and I couldn't be more proud. Really makes the town beautiful and unique.
I don't think the headline is that bad. The Swedish military has known that Russia is the only real threat since before the Cold War. In the late 90s early 2000s when the government decided to remove conscription and cut spending, the military intelligence was warning that Russia was just ramping up to continue aggression, and have continued to argue the same point ever since. Our military has been specifically tailored to counter Russian aggression during this entire time period, with the goal to wear them down as much as possible using guerrilla warfare until foreign reinforcements arrive. SVT (Swedish state television) has a documentary about this, titled "Om kriget kommer", which goes into detail about how the response to Russian aggression would work.
"Oh no, this high school girl is sitting in her seat yelling mean words at me, I'd best body slam her to shut her up." In what world does this reaction make sense? The kid being disruptive is something to be brought up with her parents and teachers, not law enforcement.
Excellent news! I can browse Lemmy on my phone again, many thanks to you @Ruud and everyone else who worked on this!
A header file in the C family of programming languages contains the declarations for each function that gets defined in the accompanying code file. Ideally, the header file should only contain import statements, some basic definitions, and function declarations. It should not contain any actual executable code.
A header file basically exists to tell the compiler "hey, these functions exist in this file, don't freak out if it gets called before you see its definition." Without the header file, you'd need to write the declarations at the beginning of the code file (in the header, hence the name).