This is a Federal prison that holds this kind of prisoner. It holds prisoners in solitary confinement. Solitary confinement is torture and is a human rights violation.
If you believe in the rule of law you would want the potential war crimes investigated long before you would imprison the journalist that exposed them.
Not really. It is perfectly compatible that (1) the UK has an extradition treaty with the US that requires that the US respects human rights for extraditions to actually happen, (2) the US does not respect human rights of prisoners, (3) therefore the UK never actually extradites anyone until 2 changes.
Actually Norwegian parental leave is not that generous by the standards of similar countries. There is one year total of leave shared between mother and father (or other mother).
Germany has a much more restrictive system though. 65% and a cap that pretty much anyone with a college degree will hit. So in reality you look at 30-50% for most people. Still nice, especially given the job guarantee, but very restrictive in who can take it if you have bills to pay.
In my experience the Elterngeld usually replaces one income in a double income family. Of course one will "loose" money if the cap hits, but hey its 1800 EUR per month for up to 14 months just for being a parent. I think it is awesome even if it is just 30% of your regular salary.
The problem just is that it's often infeasible to replace the higher income. And since women in their early 30s are (unfortunately) often paid worse on average than men (due to many factors), women stay out longer and lose out even more.
On the other hand, in Norway you can get 100% up to a quite large maximum. As opposed to 80% capped at 1000SEK per day in Sweden.
Edit: Living in Norway is more expensive though. So a family of low income might not have been able to sustain themselves if the compensation was lower.
1. The two weeks at birth aren't legally full pay (most employers pay you anyway).
2. Yes if the mother doesn't qualify the father doesn't qualify. I think that there has been a court case that found that this is not legal. But the law has not yet been updated.
I can confirm this. I'm an American living in Norway and I have had two children. My wife is also American, and we moved to Norway while she was pregnant with our first child. Because my wife had not been working we were not entitled to the normal benefits. Time has passed, and my wife got a job in her career field. We are now expecting a third, and because of covid-19 my wife has been unable to work the required minimum during her pregnancy. So we are looking at having a third child without the normal benefits! From the American perspective this is still great. We get "free" healthcare and a nice lump-sum grant, but I (the father) don't qualify for paternity leave and the lump sum grant is not huge in comparison. The grant is like 1/6th of the amount that most families get with their leave.
You probably did this already, but make sure to double check that your wife really did not work enough under any possible requirements.
I know someone who had only substitute positions for shorter periods in the ten months before birth. But after several rounds of back and forth with NAV (even after birth), she got her benefits. She had to argue that staying at home would cause her to loose income (showed that she had to say no to some substitute work because of birth), and give them detailed lists of all hours she worked. Somehow it amounted to "enough".
The OP won't have seen much of their child's first 3 months either. Their time with their child probably started when the child was 8 months old and lasted until the child was about 12 months old...
why do you assume that? With my second child I took 4 months of parental leave (2 of which simultaneously with my wife) & divided between ages 0-2 & 10-12 months old.
I can't speak for other countries, but both parents cannot take parental leave at the same time in Norway. Some choose to use vacation days while the other parent has parental leave, but it's a fair assumption to make that one of the parents were working while the other was on parental leave.
Also they just finished their pappaperm which they said was 133 days over the summer and that means their child likely started in nursery in August or September as is the child's legal entitlement if they were born before August last year or in September last year...
I get that you did something different but the OP's case really does sound like they did what most Norwegian fathers do... (I'm not knocking it because that time was truly special for me.)
Fair enough I didn't know Norway disallowed parallel leave. The way we did it is normal in Germany at least among my social circle.
But I also think that aside from not sleeping at night (which depending on if the mother breastfeeds the father may not be able to help much with anyway) the first few months before the kid starts crawling are actually easier than the subsequent few years. For us it was mostly about spending that special time together as a family.
I'm confused. Drivers are kernel level right? All the distros use the same underlying kernel code (plus patches and binary blobs). But basically if a driver works for RHEL it will work for Ubuntu. Even better once the driver is mainlined in the kernel it will be supported going forward.
The problem for hardware manufacturers is that they think their drivers are valuable trade secrets and don't want to mainline them into the kernel...
The problem isn't distros, but different kernel versions. Linux has no stable driver ABI by design, so unless you open source all your code and get it in the mainline, you have to rewrite it for potentially every single kernel release.
Again, this is by design to try and force manufactures to open their driver code. To me, that seems like a lost cause now thanks to the proliferation of binary blobs required for hardware anyway.
> So, if you have a Linux kernel driver that is not in the main kernel tree, what are you, a developer, supposed to do? [...] Simple, get your kernel driver into the main kernel tree (remember we are talking about drivers released under a GPL-compatible license here, if your code doesn't fall under this category, good luck, you are on your own here, you leech).
In order for a driver to be in-tree, it has to be open.
Incidentally, this document is full of the kinds of arrogant and user-hostile arguments that the Linux community is known for, for example: "You think you want a stable kernel interface, but you really do not, and you don't even know it."