You don't have an offered number of sick days in Germany. If you're sick, your sick. At some points (after 6 weeks) the employer stops paying for it, and the payment switches to the health insurance and drops down to 70% of your usual gross salary (with some more specifics).
HN user
Genmutant
In Germany it's eaten either as a pie - which is usually quite dry and with crumble or meringue on top [0] - or as a compote.
[0] https://de.wikipedia.org/wiki/Rhabarberkuchen#/media/Datei:R...
ChatGpt is finished training and doesn't update itself in any way. The current conversation is fed each time as additional context back when you ask additional questions.
You can use XSLT to XSL-FO if you want that. I haven't found it very nice to use.
The python code also prints the resulting list in the same order. It's a completely different problem to solve. In python I would throw the list in a set and return the size of it / print that.
An use case that comes up quite often is building a List / Map / Set implementation. You want to have it to enforce to (typesafe) take only objects of the same type, and when taking it out again, get the object in the same type back. And you want the compiler to complain, when to try to put a String in a List<int> (a list of strings), or try to asign the object you get out of the list to a boolean.
And obviously you don't want to write a specific List implementation for every Type, like a StringList, DoubleList, IntList,... especially as every method in it would basically work the same.
What happens if you upload copyright protected data in cleartext on a blockchain without having the distribution rights?
In MS SQL Server, with ANSI_NULLS set to OFF, it will select all rows having a NULL value for col. AFAIK not used that often.
Doesn't the Netflix app already do that? Or was that the Prime Video one?
They are great! My bachelor thesis was implementing an algorithm to generate minimal petri nets based from an infinite partial language, described in something like a basic Regex.
All of that is automated at my company using SAP. Could be a nicer interface, but at least everything is online in the portal.
Which one are you the most proud of?
That's why I love Monkey Island so much. You can't do anything wrong so that it becomes impossible to finish the game, and you can't (really) die. Although it is possible to "die" and get the "credits" or a "load old save" screen, you come back to live through some miracle (like the rubber tree).
I don't think gcc or clang can reorder structs, or do they?
We normally use "normal" white flour for many things like cakes and pasta and stuff. But we have maybe more "real" bread which is not made of white flour?
Yes, they do. I think that's the only one which is (normally) fortified.
"In fact, for products like milk and flour, where fortification and enrichment have occurred for so long that they’ve become invisible, it would be almost irresponsible not to add synthetic vitamins."
How come most countries don't do it, then? At least in Germany I have never seen added stuff in milk or flour.
The first one (?:) is not standard but only a GNU extension, so be carefull with that one.
I think your screen is to small for the message window. There is a button below it which dismisses the white window and enables the scanning.
That's how trade schools work in Germany. About two thirds (up to 3/4) of the time you are at work and learn there, the other you are at a normal school. After you graduate (about 3 years) you most of the time stay at the same place to work.
In Germany it's the same. Are there countries except the USA where this method is the normal one?
garage door opener would be translated to Garagentoröffner or Garagentüröffner. (door = Tür or Tor, depending on context, opener = Öffner).
So a meal plan is like an subscription to meals? Why don't they sell it normally? How much is each meal with that plan? In our Mensa at the university we pay between 1.50 and 4€ per meal (exclusive drinks).
What is a dining plan?
You also need a commercial insurance for your car.
So, are they going to comply with the law now, or continue to ignore it?
Almost any language is platform-agnostic if you don't use platform specific things like system calls.
It's not about free support, but the ability to contact them at all.
We have Boskoop apples in our garden, which I love! They are sour and great to cook with. And you can keep forever in your basement.
The compiler understands memset, so that would probably not work.