

Not when you are a developer trying to write code for a critical part of the system. Sucking it up isn’t going to make it magically happen and it will be a mess.
She/They
Not when you are a developer trying to write code for a critical part of the system. Sucking it up isn’t going to make it magically happen and it will be a mess.
I’m sorry. My brain is slow today and this needs to be done while I am fresh. We can go over it tomorrow.
I am too burnt out today.
I can’t focus on that right now.
I am not functional enough for that.
I don’t even make shit up and I am done with corpo speak. If they can’t accept that, then they can get over it. We can discuss this like humans. If I can get you started, great, but if you want this done right, you will wait.
Biggest thing I had to learn is when to withdraw from a class, ask the professor for more time very far in advance, and accept that you sometimes fail and need to retake it.
Ok. Explain the Lubbock joke. I grew up in Odessa, but Lubbock had Orlandos with their delicious rum cake and the science museum. That was really the only reason for me to go over there and deal with driving through fucking Andrews County with all the drunks on the road. The only thing I miss from Texas is the food and sky.
The Casual Vacancy
I forced myself to finish it at the time, but I hated every single moment. They were all bad people and I had zero sympathy for any of the kids or adults, except for the one girl who died at the end. Obligatory Rowling can jump off a cliff too.
I didn’t finish the last couple books, but I did enjoy it fully knowing the subject matter was about Revelations. I mostly read it as a kid and re-read for a bit as an adult. I did not grow up in a religious household. There was a point though where the books went a little too off the rails, and I gave up.
It was the best custard ice cream I ever created. Made the base with a sous vide. Chef Steps has(?) the recipe, but I did some experiments with blueberries that was next level the best shit I ever made that I will unlikely ever be able to duplicate again.
Do you have a KitchenAid stand mixer or anything like that? Best thing I ever learned is making ice cream with dry ice. I just put the base in the mixer, start it with the paddle, and start putting in crushed up dry ice, one spoonful at a time. I managed to get dry ice in the little cubes or pellets, put it in a cloth sack, and then use a hammer or blunt object to break it up into small pieces.
deleted by creator
I think everyone has explained the how and why, but not any real solutions that don’t involve using a completely different application. I don’t have an iPhone in front of me, but with Android you can share as a link to Google Photos instead of sending the picture/video directly. I am pretty sure you can do something similar with iCloud. Have her try the share as iCloud link instead.
Update: I just tested it. I had them open up Photos, go to the image/video, tap the share button, and then if you scroll down a tiny bit there is a share as iCloud link. I was able to view it just fine on my Android phone.
Autistic and neurodivergent people are the only ones I can even begin to relax enough to have a conversation. I have a lot of baggage and being undiagnosed in school was extremely damaging. I love to talk, but I make people uncomfortable. So I usually just sit quietly somewhere, move seats/tables as bigger groups want the space, and eventually leave once the anxiety/torture becomes too overwhelming.
I had a friend do this. It was utter misery for over a year. Most of his teeth were shattered, so he had to wait for a lot of fragments to expel naturally.
Do not discount pain management that involves opioids. Not saying to use them for weeks nor do I know your personality for bad habits, but if it gets bad please don’t suffer for no reason. Getting ibuprofen or acetaminophen with low dose codine may be a good middle ground and is even available over the counter in some countries. Extended pain is mentally exhausting and isn’t worth the hit on your mental health.
f you are struggling taking pills, get liquid ibuprofen. Sometimes you can get a chemist to make a suspension for you, otherwise get childrens. I do that if my throat gets too infected and I am unable to swallow. Honestly, it works far better than the pills and I needed a lot less.
Best thing is to be honest with your doctors, even if you do not want anything stronger. Be sure to communicate any discomfort due to ill fitting dentures. Ask questions if anything unexpected comes up. My friend’s doctor was super shitty and didn’t even tell him about all of the left over fragments that still had to come out on their own.
This reminds me a lot of AMRs (Autonomous Mobile Robot), except the Omron ones I have been working with are super dumb. I wish they would honk or give better indication that they are incapable of parking or going around each other. Those Waymo cars at least seem to be able to figure it out.
Not to say all AMRs are that bad. I have seen some really good systems, but it all comes down to the software and configuration. I know this is Fuck Cars, but the technology that goes into those Waymo is an amazing feat of engineering. I am amused that they didn’t think too hard on the sound pollution and disturbances.
You can cancel 30 seconds after using it and keep your 30 day trial. Most services work this way. Take the trial, immediately cancel, and move on.
I saw the picture first before reading your comment and thought it was from her channel. Bernadette is awesome.
Everything runs 24/7, but now I am thinking about theoretical power saving modes. Besides any built in power saving whatever (a little clueless), you could always throttle the CPU more. Not sure if it would be worth it without testing with a power meter.
Sorry, didn’t make it home until today and not sure if you get notifications on edits. You will need a monitor and keyboard hooked up to your server as you will not have ssh access until the network config is “fixed”. I would do the below with the GPU removed, so you know 100% that your networking config is correct before mucking about further.
Add a /etc/systemd/network/99-default.link
with the below contents.
# SPDX-License-Identifier: MIT-0
#
# This config file is installed as part of systemd.
# It may be freely copied and edited (following the MIT No Attribution license).
#
# To make local modifications, one of the following methods may be used:
# 1. add a drop-in file that extends this file by creating the
# /etc/systemd/network/99-default.link.d/ directory and creating a
# new .conf file there.
# 2. copy this file into /etc/systemd/network or one of the other paths checked
# by systemd-udevd and edit it there.
# This file should not be edited in place, because it'll be overwritten on upgrades.
[Match]
OriginalName=*
[Link]
NamePolicy=mac
MACAddressPolicy=persistent
I forget if you have to reboot, but I am going to assume so. At this point, you can get the new name of your nic card and fix your network config.
ip link
should list all of your nic devices, both real and virtual. Here is how mine looks like for reference, with the MAC obfuscated:1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: enxAABBCCDDEEFF: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether AA:BB:CC:DD:EE:FF brd ff:ff:ff:ff:ff:ff
3: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether AA:BB:CC:DD:EE:FF brd ff:ff:ff:ff:ff:ff
You will need to edit your /etc/network/interfaces
file so the correct card is used.
/etc/network/interfaces
, just in case you mess something up.sudo vim /etc/network/interfaces
(or whatever text editor makes you happy)
It will need to look something like below. I have to have DHCP turned on for mine, so your config likely uses static. Really all you need to do is change wherever it says enp yada yada to the enxAABBCCDDEEFF
you identified above. source /etc/network/interfaces.d/*
auto lo
iface lo inet loopback
iface enxAABBCCDDEEFF inet manual
auto vmbr0
iface vmbr0 inet dhcp
#iface vmbr0 inet static
#address 192.168.5.100/20
#gateway 192.168.0.1
bridge-ports enxAABBCCDDEEFF
bridge-stp off
bridge-fd 0
sudo systemctl restart networking.service
Hopefully at this point you have nework access again. Check the below, do some ping tests, and if it doesn’t work, double check that you edited the interfaces file correctly.
sudo systemctl status networking.service
will show you if anything went wrong and hopefully show that everything is working correctlyip -br addr show
should show that the interface is up now.lo UNKNOWN 127.0.0.1/8 ::1/128
enxAABBCCDDEEFF UP
vmbr0 UP 192.168.5.100/20
At this point, if all is well, I would reboot anyways, just to make sure. If you add any GPUs, sata drives, other PCI device, disable/enable wifi/bt in the BIOS, or anything else that changes the PCI numbering, you don’t have to worry about your NIC changing.
I am not at home, but what I did was change the 99-default.link file. I found this from the two pages below. https://wiki.debian.org/NetworkInterfaceNames#CUSTOM_SCHEMES_USING_.LINK_FILES https://wiki.debian.org/NetworkInterfaceNames
Basically, by doing this, your nic cards will be forcibly named using the mac address:
#/etc/systemd/network/99-default.link
[Match]
OriginalName=*
[Link]
NamePolicy=mac
MACAddressPolicy=persistent
Afterwards, you will need to reboot and then update your network config file to use the correct names. I don’t ever change the network config with the GUI in proxmox as it has wrecked it too many times. I will update this reply again later with some more information on what to do.
Hey, you ok? I am not ok today, but I definitely don’t want to fill my skull with bullets. Go wash your sheets/bedding. For whatever reason, clean sheets are the best.
I deal with this constantly. Profilers are your friend. I keep begging my team to use the database dumps from production to test with, but nope. Don’t feel bad about messing up though. The amount of fuck ups I deal with in prod is exasperating. At least most of the things I break is a quick 5 minute fix and not weeks of rework.
The hardest thing I have explaining to the team is the concept of time. Once you have done controls programming and get to witness how much happens in 50-100ms, it sinks in. Your thing takes 500ms? 1 second? They think this is acceptable on something that is dealing with less than 100 database records. 😭