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/)PO
Posts 1
Comments 136
Is Mac Mini suitable for self-hosted server?
  • If you're hosting plex or jellyfin I'd recommend an old Intel processor with quicksync. I paid like 200 for my pc on ebay gutted it and put it in a bigger case for more hard drives. Runs 4k videos like a champ with no GPU installed.

  • Garuda Linux
    Small VPN Access Device?
  • Probably one of the higher end models?

    To be honest, I'll be forever dubious of new products that seem to be in every other YouTube video. I returned this one after a day or two of troubleshooting. It also didn't support openwrt if I recall correctly.

  • Your TV set has become a digital billboard. And it’s only getting worse.
  • My best purchase in the last couple of years was a 4k Sceptre TV from Walmart. Super cheap, good enough video quality and is dumb, just turns on to 4hdmi ports. That way I can just plug in whatever I want, or get a $30 roku and replace it whenever they update it to the point where it lags on basic menu navigation like my previous tvs.

    Fuck all that bloatware, ad infested crap.

  • I need some clarification on ul li vs divs

    Hello,

    I'm a Sr Dev who mostly has done back-end work but I'm "dangerous enough" in front end frameworks to get things done in my job.

    I have another Sr Dev on my team who is ADAMANT on using ul/ol's everywhere. And I mean EVERYWHERE.

    Navigation menu items will get done as a list.

    Say I have a list of key value pairs or tags describing an item on a page, that's a list. If there are two sections on a page that's also a list. Even forms are built as lists of inputs and buttons. To the point where I'm positive if I told them to recreate the google front page I'm 100% they'd make a ul and a li for the image, another for the box and a separate li for the buttons.

    My frustration is that every piece of documentation regarding ordered lists and unordered lists are for literally listings out items as numbered or bulleted lists, not logically grouping things on a page. Also our code is littered with extra css to strip out the bullet points and numbers on a basic li item.

    I've worked on several projects and this is the first time I've ever seen lists so overused. Is this normal on some projects? It feels wrong but I don't know the exact terminology to use to explain why, given my inexperience in front end development.

    12