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

Cooked

Jump
  • Well, if you put it in the picture then it must be a good argument.

    /s

    Just because one side is not 100% perfect doesn’t mean you have to support the side that is 100% bad. If you’re waiting for the perfect candidate who matches your beliefs on all point before voting you’ll never get to vote.

  • E-ink screens aren’t backlit. It’s one of the reasons they are so easy on the eyes. They are front-lit. There are LED’s at the edge of the screen and a light guide on top of the screen that diffuses it onto the e-ink screen. Instead of staring directly into a lightbulb like with LCD the light you see is reflected off the page.

  • Why is it that keyboards have not evolved to have dedicated copy/paste keys left of the main board?

    You mean like on a Sun type 4 keyboard, they had this since the early 90’s at least.

    If you want this, you can try to find a Sun type 7 keyboard which has a USB connector. You should be able to get it to work on Windows with a bit of remapping of the extra keys.

  • The problem is that the billionaires get to decide how the money is spent, instead of ‘we the people’. You are basically giving them control over how that tax money is used.

  • More like billionaires donating ‘charities’ that push a certain agenda, e.g. the NRA, instead paying taxes that can be spent on things likje public schools or libraries.

    Or they just create their own ‘charity’ that supports whatever political goals they have.

  • So.. wtf is the problem? They're donating. Why aren't you happy?

    It’s another way billionaires are taking away power from the common people. They are donating money and reducing their taxes by doing so. What it effectively means is that instead of the democratically elected government deciding on what causes that money is spent on, the billionaires get to decide instead.

  • Ah, never seen those. I don’t think we have anything like that over here in the Netherlands. You just scan the barcodes and put it in your bag. Alternatively you can grab a handheld barcode scanner at the entrance and just scan and put the stuff in your bag as you shop.

  • I’m a Mac guy so I’m a bit out of touch with the state of PCs. I know PCs usually are a few years behind technology wise, but I’m kind of surprised they still don’t have bluetooth as standard. The technology is decades old.

  • I have the 2018 pro. The problem with lack of bitstreaming is that no matter what you adjust, you won’t get 3D audio (i.e. height speakers) out of the LPCM streams. You can do DD+Atmos on streaming services but you miss out on TrueHD+Atmos and DTS:X on bluray backups. That’s not something I want to give up.

  • If only Apple added support for bitstreaming I’d replace my Shield with an AppleTV in a heartbeat.

    Don’t get me wrong, the Shield plays everything you throw at it. The hardware is great but the software is so janky. It’s often slow to respond to input, it needs a reboot every couple of days because it just gets more laggy and choppy over time. Sometimes it just forgets my TV supports Dolby Vision until I reboot it. Support from Nvidia seems to have dried up as well.

  • I don’t know what server you’re running, but I have never had any issues with USB keyboards. They just work, including in the firmware. No drivers needed. Besides, a proper server motherboard will have IPMI so you can just remote into it.

  • rule

    Jump
  • I have a cheap USB to IDE adapter from Aliexpress that uses one of those. The fun part is that you can’t ever replace the cable because they should not be made and no reputable brand will ever sell one.

  • One of the worst pieces of UX is when you turn on subtitles in the phone app. It will pop-up a banner that says something like “Subtitles turned on” that appears on top of the fucking subtitles and stays there for about 3 hours, making it impossible to read the subtitles. Why is there a banner for this in the first place, I know the subtitles are on. First of all I was the one that turned them on. No need to inform me. Second of all I can tell by the fact that there are subtitles on the screen.

    What bloody UX genius came up with that crap?

  • Permanently Deleted

    Jump
  • I never claimed it was evidence of how it currently works, only that it gives some insight into how Reddit was designed. I would be very surprised if they changed this aspect of the design. It makes sense to not delete comments or edits for reasons I mentioned before. Unfortunately we won’t know for sure unless Reddit confirms it.

  • Permanently Deleted

    Jump
  • Reddit used to be open source. There is still a copy of that source available on github. It’s 7 years old so it’s probably significantly different from what they are running now. Still, it gives some insight into the design.

    For example, deleted comments aren’t deleted, it just sets a deleted flag. Example code that shows this.

    I haven’t dug around the code enough to figure out how editing works, it’s Python code so an unreadable mess. The database design also seems very strange. It’s like they built a database system on top of a database.