- 1 Post
- 47 Comments
It comes in a legal binder and has my name on it 😁. I’m also supposed to come to the defense of the oil rig if it’s in turmoil; otherwise its just for fun.
Its a quirk in binary math with 8 digits. If you “roll the odometer” past 0, it resets to 255
0000 0011 (3) -0000 0001 (1) =0000 0010 (2) 0000 0000 (0) -0000 0001 (1) =1111 1111 (255)
galarian weezing pretty much proves they already considered it
A coworker started getting used to client dinners, with super nice steaks. He was known to say “I’ll just walk up to a cow and take a bite these days”
thirteene@lemmy.worldto
Explain Like I'm Five@lemmy.world•ELI5: Docker containersEnglish
2·10 months agoOn a very specific note, I don’t run my Plex server in a container. I have a docker compose setup with 20+ apps, but Plex is on the bare metal OS because it’s kinda finicky and doesn’t like nas. You also need to setup the Plex API to claim the server as the container name changes. This is my stock Plex config if it helps
plex: image: lscr.io/linuxserver/plex:latest container_name: plex network_mode: host environment: - PUID=1000 - PGID=1000 - TZ=Etc/GMT - VERSION=docker - PLEX_CLAIM= #optional volumes: - /home/null/docker/plex/:/config - /x:/x - /y:/y - /z:/z restart: unless-stopped
thirteene@lemmy.worldto
Explain Like I'm Five@lemmy.world•ELI5: Docker containersEnglish
23·10 months agoIt’s built on the shipping container parallel. In order to transport objects you obfuscate anything not required for shipping a container.
- What’s inside the container doesn’t matter. The container has everything it needs to run because the ship/host is responsible for the overhead.
- containers move. Containers are setup to run by themselves, so you can move it from one ship to another. This means you can use your container doesn’t care if it’s in the cloud or a shipping vessel
- As soon as you open a container your stuff is there. It’s very easy to onboard.
- Most importantly though, your shipping container isn’t a full boat by itself. It lives in a sandbox and only borrows the resources it needs like the hosts CPU or the boats ability to float. This makes it easier to manage and stack because it’s more flexible
Am I misunderstanding siphon powers? Add invisibility and super speed… Aita?
I attempted to find the article but search engines are terrible. They mentioned that advertising companies often have a book of mail tests; things they attempted to mail to see if they would be permitted. Some of the examples included:
A sock with an address written on it, partial addresses, wet paper, vague addresses like your example, local names like “sues bar”, tom cruises house, a sandwich in a bag, poster board, flags. They get pretty creative and like a record of what might work for pitch meetings. Generally if it looks plausible, they attempt it.
Reposting here: I worked phone support for a few companies for a few years, this is how to Karen: Try to bait the ai, companies are liable for promises made by their hallucinating chatbots. Chat support first, who wants to talk to people? If you do need to call, enter identitng information once, then repeatedly press 0 to get human support. Ask tier 1 support, if they say no then flex that Karen superpower “I’ll need to speak your manager”; those people are individuals just collecting a paycheck. If the floor manager (many have a 3x request policy) can’t see the situation from the human perspective and resolve/waive, they will only care if someone above them gets upset, the ways to do that are threaten legal action. No sovciet bs, but it helps to use contract terminology like “agreed upon terms”, “failure to meet industry standards” and “breach of contract”. If they don’t get jostled immediately, your next escalation is tag the intern on social media with a negative sentiment; or Google the company name followed by email for the office of the president. This is the pr address, CEO assistant or community director which again have the power to step in and resolve. You can also think outside the box and leave negative play store reviews (different intern).
Each conversation should be less then 2 minutes + wait time and if that can’t resolve it, you need to close your account (which might take you to retention!) or potentially move. You can justify 1 more call during a different shift. There is no need to get mad, state that are you upset and are looking for resolutions. Use an I feel statement, and be sure to ask to leave notes on the account regarding your conversation. They have a UI with comment fields in the ticket that are displayed while you are on the phone and it helps sell the situation with comment history.
People really love taco bell. It’s cheap, accessible and is injected with addictive sugar and fats. Their phone app is a privacy nightmare, food is low grade, but people love it so much that they learn what time food gets thrown out to get higher quality. Its practically a cult/religion. One of my friends is a fanboy and orders everything vegi + meat because it’s cheaper than the normal meat versions.
Buzzkill checking in, this means your pets water bowl is empty
The joke is that a person named Hans Duchtelstein was the previous timelines “Hitler” and after being successful Hitler just stepped in because fate is inevitable.
Reverse: we time travel and kill Hitler, come to the present and Hans Duchtelstein takes Hitlers place but does the exact same thing.
Or we just go back to the old way; where a company sells a product and consumers just own it. Why does a static piece of software/video require a license? Updates used to be optional, but then company’s started selling broken stuff and writing out exclusions until we had no other options.
F1.7 1/120 6.9mm 176iso
Fellow 90s kid, my parents were exactly the same. Religious background, fox news constantly, I once didn’t text back within 2 hours and had a neighbor contacted via Facebook knocking on my door in my 30s (to be fair I work on call so it’s atypical). I got lectured at 18 for buying an m rated game in front of them… Police report was a bit much; but I you aren’t alone.
Side note I would recommend this nostalgic song: high fives - 90s kid anthem by Dr awkward
First off, it’s important to understand Responsive Design
and why you shouldn’t be writing your own css these days as a newbie. Bootstrap is a public css doc with a lot of those problems pre-solved, so you might want to look up some of their tooling.As far as a website: you’ll need a domain name, you can get some for free, but they usually have short renewals otherwise this is unavoidable.
You can pay for “shared hosting” at any of the major vendors like blue host or GoDaddy and get apache or aspx file hosting for like you said $X0/year.
You can use an s3 static website for ~free. Creating a DNS hosted zone is $.50. but you can create an s3 bucket (think flash drive in the cloud) store a threshold of free documents, and publish them as a website all within the free tier of AWS. This has some technical background and AWS can get expensive of you make mistakes (although this shouldn’t scale much unless you upload a thousands ton of files repeatedly)
Alternatively you can use GitHub pages . Git is a tool used by developers to share and edit code, they let you publish free HTML as well, but requires learning git or figuring out a tool with a UI like source tree. I don’t think you can use custom domains with this though.
Although if you have any interest in tech, you can also create a free nginx docker container through a lot of services like ecs, but you can also self host in a “sandbox”. Docker creates a mini virtual machine with all of the code required to run self contained. Nginx let’s you create HTML docker containers by mounting a directory. ~
docker start nginx /website/directoryAnd it just runs self contained.

How about corn brownies?


You do not speak for Gavin!