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/)
Posts
3
Comments
1,455
Joined
2 yr. ago

  • iPhone is a bit different. Rather than just being the object name, they incorporated said object name into their naming style. OpenAI were trying to trademark GPT - the literal name of the technology they were using.

  • It's not whataboutism to point out the fact that barbaric acts have been going both ways for a long fucking time.

    Raping, murdering, taking hostages is never a workable solution to any problem.

    Who is even arguing this?

  • Why don't you learn to read?

    Because I was actually fucking agreeing with you.

    Yes, IMO these parents do need to be, as you put it, evaluated, so that we can tell apart the responsible tutors from the irresponsible asshats like the woman who got charged.

    We have evaluation systems for firearms literally everywhere else in the world. Fuck, in the US, you have evaluation systems for cars but not fucking guns.

  • I can't say I blame the voters all that much. They've been manipulated to fuck by right wing media for decades, not helped by the fact that left wing options were either complete bumblefucks or snake oil salesmen that went back on their word the moment they got into office (libdems).

    I do blame the Tories though, absolutely.

  • I would go even further and say that if anything it is more possible to not only make your own website but your own servers for just about anything. Cloud computing makes it ridiculously easy to host whatever I want. And no, I don't have to go to Amazon or Google for it, there are cloud providers everywhere.

  • You would think you’d already have problems if someone’s managed to compromise one or more of your containers without you knowing though whether they can get the host or not

    True, but the security idea behind being in a containerised environment is that your problems aren't immediately made worse by the fact that your database server is on the same machine as your web application - since they'd both be on separate but networked containers.

    What if anything do people do about anti virus in containers?

    The real threat to containers isn't AV-detectable malware, but Remote Code Execution (RCE) exploits.

    Containers are best used as single purpose installations. With that configuration, it isn't easy to get non-standard executables - including malware - onto a container.

    Most RCE exploits also don't involve the dropping of malware files onto the file system. There are some that do, but that issue is better handled in other ways.

    Why? Well AVs only do something about binaries they know or think to be malware. A well crafted, customised Cobalt Strike beacon (aka: malicious remote control software) will blow through any resistance an AV has to offer.

    So what do we do? Remember what I said that containers are best used as single purpose installations? Therefore you know exactly what executables should be running, making it trivial to set up executable whitelisting. That means that any executable not on the list will not run.

    But even that isn't completely bulletproof. It won't do much against web shells, in which case your best detection mechanism is to look for applications calling /bin/bash or /bin/sh that shouldn't be.

  • The parents are on trial for manslaughter because they gave their kid a gun like you might give your kid an action figure, with zero restrictions or teaching about respect for life whatsoever. There is a right way to handle kid's access to guns and many wrong ways.