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
140
Joined
2 yr. ago
  • I don't mean to sound like a dick but do they have proof or anything linking the data centers as the cause to the high water stress? This seems like a very short article claiming they use a lot of water (which they likely do) but don't present anything other than "Ai consumes in mense amounts of water to cool...". You'd think they don't require as much water due to the fact they are being built in already stressed out areas.

  • If your using docker and the ports are bound you can just use the network mode host so the container gets it's own ip. It's how I have adguard running on my unraid server

    edit: Sorry I mixed up the details as @[email protected] pointed out. It's a macvlan configuration. My intention was to point out it's possible. Here's some documentation https://docs.docker.com/engine/network/drivers/macvlan/

  • Calendy is a bit different in that you set your free time. And users request meetings with you and get booked. Cuts down on the guessing game of are they free or not. Just send someone your link and have them pick a date/time. Done.

  • Permanently Deleted

  • I don't know why but reading this is hilarious to me, picturing the high schoolers log into chat gpt and ask it "how many unknown objects are there in space" and presenting the response as their result.

  • I've always been a bit uneasy about encrypted email because I feel like it's only as good as you handle it. As soon as it's sent, the recipient can do whatever they want.

    To be clear, I'm a total idiot when it comes to understanding how this works.

  • I have two servers/mini lab / whatever you want to call em. Ones running unraid and is my main server Frankensteined from an old mini itx mobo off of ebay with an Intel quicksync capable cpu. And the others a $80 Lenovo m93p that I just installed Ubuntu server + casa os to mess around with it.

  • I see it has a pricing section for their hosted version, do you get all features if you self host? I'm currently running Trillium-Next but the lack of mobile app is making me want to check out something like this or Siyuan.

  • Not sure how popular of an opinion this is these days, but unraid is dead simple to use. It's not free, and I think they changed their licensing since I got it, but damn is it nice. Just go to the app store, pick out what you want, fill out a form for ports and such and ban, docker containers spin up with everything you need.

  • Permanently Deleted

  • A few years ago I'd say hell no but windows 10/11 has become a nightmare to use. Shady telemetry collection aside it runs hot as all fuck and drains my laptops battery too fast.

    I never thought id say this but between the two I'd just get an m2 or newer Mac.

  • 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.

  • Web Development @programming.dev
    PoopMonster @lemmy.world

    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 s