Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)BO
Posts
1
Comments
970
Joined
2 yr. ago

Permanently Deleted

Jump
  • You are assuming edits overwrite existing content. Instead of overwriting, they could just store the edited post as a new entry in the database with a higher version number. Then, you only show the latest version of each post to the end users while keeping the older versions available die Reddit’s own use.

    In fact, it is extremely likely they do this. It is basically a necessity if you want to be able to properly moderate a site like Reddit. Otherwise you could simply post spam or unsavory content, and then overwrite it with something benign an hour or so later, before there were enough reports and a moderator would have gotten a chance to review it.

  • $250 for glasses like that is very cheap. I also have bifocals, not the thinnest lenses either, IIRC they were one step up from the standard ones. A light frame but nothing special, the frame was like €100, the entire set of glasses was around €650. The lenses only have a cylinder in them; no prisms or anything like that. If you need more complicated or stronger/thin lenses they can easily go over €1000.

    Even if you have the optional insurance for it, that doesn’t really help you. The amount they cover is basically the same amount you pay for the additional coverage. You’re better off putting the money in a savings account earmarked for your next set of glasses.

    Also, if you need anything but the most basic single focus lenses without any cylinders or prisms, get them at a real optician. The online store can’t properly measure where to place the lenses in the frame (they need to be properly centered in front of your pupils).

  • IIRC it’s because there isn’t really much of a point to add those to insurance. With health insurance some people will need very expensive treatments but lots of people don’t. It works because you spread the risk over many people. The people who don’t need expensive treatments pay more than they would without insurance, the ones that do need those treatments pay a lot less. Since you don’t know which one of those you will be insurance is a good idea.

    With dental and glasses this is not the case. There isn’t too much variation in how much a person will need to spend on those during their lifetime.

    If you get additional insurance for either you’ll see that the maximum payouts are pretty much the same as what you pay extra during the same period. You might as well just put the money in a savings account.

  • huh? Sure she is member of CDU but in the EU is she part of EVP/EEP/PPE?

    CDU is a German party. National political parties usually form coalitions at the EU level. In this case CDU is one or the members of the EPP.

  • 3 mailboxes

    • Work
    • Personal (general use)
    • Personal (Important personal stuff)

    That last email is for things I don’t want to risk reading in public. It’s the one I give to my doctor, financial advisor, insurance, tax authority, etc.

  • Depends on where you live. Unless you explicitly specify something else in the employment contract, the notice period here (the Netherlands) is 1 month for the employee and 2 months for the employer. If you do specify it in the contract, the notice period for the employer has to be at least twice that of the employee.

  • ‘Just hot air’ is a bit of an understatement. Mine goes to 500°C during a cleaning cycle. It physically locks the door so you can’t open it when it does this. My dishwasher I can open at any time.

  • No, the terminology sounds right to me. The term front-end and back-end are used in other contexts than building websites.

    For example, the term is used in compilers, where the front-end takes code in a programming language and translates it to an intermediate representation (IR), and the back-end takes the IR and translates that into machine code for a specific architecture. A compiler like LLVM has many front-ends and back-ends to support different languages and architectures.

    The term applies to many things where there is a multi-layered architecture.