PoopMonster

joined 2 years ago
[–] [email protected] 46 points 3 weeks ago

Oh no... Anyways.

[–] [email protected] 1 points 3 weeks ago

2016 made me go out and buy a ps5 because I couldn't wait for a pc release. After that my ps5 collected dust until I decided to give rdr2 a shot, another amazing game.

[–] [email protected] 25 points 1 month ago (7 children)

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.

[–] [email protected] 2 points 1 month ago

Thanks for the clarification I had mixed up the details and went to check my containers. You sir are correct. I added some documentation to my post regarding macvlan network creation.

[–] [email protected] 21 points 1 month ago* (last edited 1 month ago) (3 children)

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/

[–] [email protected] 2 points 1 month ago (1 children)

I'm relatively new to Linux and flatpaks seem convinient to me, what's the downside?

[–] [email protected] 9 points 1 month ago

Hey man, no kink shaming!

[–] [email protected] 6 points 2 months ago

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.

[–] [email protected] 10 points 2 months ago

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.

[–] [email protected] 1 points 2 months ago (2 children)

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.

[–] [email protected] 1 points 2 months ago

We will be playing Gta8 before skywind releases 😔

[–] [email protected] 15 points 2 months ago (3 children)

I felt this way after playing God of War 2018 and ragnarok. Everything else just felt pretty boring for a while. Currently enjoying my first play through of Red Dead Redemption 2.

 

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.

view more: next ›