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/)BR
brianorca @lemmy.world
Posts 0
Comments 397
Microsoft points finger at the EU for not being able to lock down Windows
  • It's a third party kernel module, which Microsoft would love to be able to block, but legally can't. It's technically possible to write a virus scanner that runs in user space instead of the kernel, but it's easier to make sure everything gets scanned if it's in the kernel.

  • Why is HD or 3D so impressive on a flat screen, but we walk around in real life with the highest definition possible and the most realistic 3D and it's completely mundane?
  • Because most of what you look at in real life is mundane. But go find a nice sunset or a green forest, and you can appreciate it. When you see a scene in HD or 3D on the screen, there is a heavy selection bias to show you pleasant scenes that most people seldom see in real life. If it was super 4k and 3D, but it was just your same living room you see every day, it would be uninteresting. But the same camera showing a living room in a 10 million dollar house would be interesting. (And the natural views outside even more so, most likely.)

  • A strange "terminal emulator" idea I got, tho I bet this exists
  • This actually exists, but for a different operating system. The AS400 (aka iSeries) had a command line where programs had a standard way to specify parameters, so that pressing a prompt key (F4) would allow you to build the proper command line by filling a form. I do miss that, pity it doesn't exist for Linux.

  • McDonalds removes AI drive-throughs after order errors
  • You can do that kind of imposed structure if it's an internal tool used by employees. But if the public is using it, it has better be able to parse whatever the consumer is saying. Somebody will say "I want a burger and a coke, but hold the mustard. And add some fries. No make it two of each." And it won't fit your predefined syntax.

  • It's easier to remember the IPs of good DNSes, too.
  • Because bits are not expensive anymore, and if we used 64 bits, we might run out faster than the time needed to convert to a new standard. (After all, IPv4 is still around 26 years after IPv6 was drafted.) Also see the other notes about how networks get segmented in non-optimal ways. It's a good thing to not have to worry about address space when designing your network.

  • With GPL, you're programming Freedom. With MIT, you're programming for free.
  • If someone is paying you to write code, they have some say in the contract about how it is licensed. You could be upfront about only doing GPL, and they could be upfront about saying no. But if you try to do it after the fact, that's a violation of the contract.