

https://en.wikipedia.org/wiki/Skin-walker
Almost every place has its own myths.


https://en.wikipedia.org/wiki/Skin-walker
Almost every place has its own myths.


After the torx bit snaps off in the blueberry, what size EZ-out gets it out the best?


Agree about it being required viewing (and some reading):
Now, forearmed with the knowledge that the human brain can be gamed, and how to defend against it, people have a choice to spread the word and make no moneys, or walk around gaming other people’s brains and make a lot of moneys, you realize a lot of people chose the latter path years and years ago, and that’s why we’re at where we’re at today.


C and C++ are the only exceptions I can think of, off the top of my head; libraries are managed by, and coupled to, the operating system
For C/C++ there’s conan, vcpkg, and whatever Redhat calls their scl system these days. I know there’s more, but those are the ones I can remember off the top of my head. You could argue that podman serves in this capacity to some degree.
Doesn’t have to be in the state:
Some LLM assisted Fermi estimation suggests that those long European style plates would have room for plenty of characters and a QR code if you choose the right character set. As long as the camera resolution is good enough to pick out the QR code it should be good, but since they’re already issuing tickets for distracted driving for cell phones sitting inside the car, it should be good to go.


Install gnome-tweaks. It’ll be under “Accessories” or you can search for it in their activities travesty. There are some gnome-shell-extension-X things to install as well before you head into the tweaks program. They all used to be part of gnome-tweaks and now they’re not. If I recall a helpful web lookup occurs when you’re messing with that stuff and tells you what package to install.
gnome can be rough until you tailor it to your usage or if you’re in an austere environment with no internet. I think all those settings can be changed via editing dconf directly, but I don’t know how, and at this point in my life I don’t really feel like trying to hack a user experience provided to me into usefulness (no root, admin doesn’t want to use linux at all so he sets up the minimal least risky thing he can and won’t change it). gnome’s interpretation of “minimal” is pretty painful.
I use LXQT when I can. I’ll get around to trying modern KDE at some point.
At least until the flock people raise a red flag because they’re too lazy to handle an ampersand in their OCR/database code.


You can customize gnome pretty far. The code to have normal human minimize/maximize/close buttons is all still there, and the window bar is there as well. You just have to know which programs to pull from dnf that know what registry dconf settings to adjust. I have yet to find a use case for nautilus between Dolphin (KDE) and using a terminal.
In the comments you said you get tests run every 4-6 weeks. In my experience old age problems don’t start at 32.
Try some different things in between one of those 4-6 week cycles:
Is it like a brain fog? One that no amount of water seems to touch? Like you’re moving and thinking through a soup that gets thinner and thinner through the day until it finally gets thin enough to seem normal?


Never served; don’t know for sure.
It makes more sense when you consider that the point is to get rid of the psychological blocks that would keep you from being able to do your business as quickly as possible whereever possible under whatever circumstances. That three to a urinal thing is under a short time limit.
Read up on what snipers do.


Debian.
This is the future so Virtual Machines and containers are where most of the stuff will end up anyway. If you need a specific distro it’s minutes away with a VM or container.
If you think there’s a chance you might want some Redhat cert for a job at some point it might be the time to jump to Rocky, and I’ve never used Proxmox so I can’t comment except to say that if I come into two fairly large computers for self hosting, the first one will get Rocky so I can get much more familiar with it, and the second will get Proxmox.
It’s all systemd anyway.


I apologize, I mean how do you navigate all the jargon you see in laws to get the answers.
https://www.usconcealedcarry.com/resources/ccw_reciprocity_map/ne-gun-laws/
The laws across the US are a patchwork of random thoughts that are constantly amended poorly. If you have any questions you should ask a local lawyer (this is a recommendation from a Paul Harrell video from youtube) since none of us will be there to bail you out of jail or pay legal fees in the event something goes wrong.


You could probably get 80% of that process done by learning some python. If you have a string “s”, then replacing double newlines with a single newline is as easy as
re.sub("\n\n", "\n", s)
where “\n” is an LF in many programming languages. A CR is often “\r” in the same vein. Just be aware that regular expressions can be very, very frustrating; and every webpage is going to be a new adventure in how it got formatted. If you use something like spyder it’ll allow you to see what the data looks like inside the python process so you get a chance to iterate.


There is Carriage Return (CR), and also Line Feed (LF, often called New Line). If you think about old mechanical printers with the metal arm sticking out, a CR operation would move the type head to the far left column, and a LF operation would advance the paper by one line. Variously through the years depending on hardware (typewriter, teletype, those early CRTs that you had to refresh the screen, or modern computers) you would get one or both of those if you pressed Return/Enter, and it’s configurable in software, depending on the software. I don’t know what windows does these days with notepad, but at one time the Enter key sent both (CRLF). UNIX style systems tended to use LF, and older Macs as someone else referenced used CR. If you wrote a generic program to handle anything you had to account for all of them. Mostly these days it gets abstracted away which generally works well enough unless a team of people used a random collection of software to edit a text file.
printf "\r\nHexadecimal, like that scene from The Martian.\n" | hexdump -C
00000000 0d 0a 48 65 78 61 64 65 63 69 6d 61 6c 2c 20 6c |..Hexadecimal, l|
00000010 69 6b 65 20 74 68 61 74 20 73 63 65 6e 65 20 66 |ike that scene f|
00000020 72 6f 6d 20 54 68 65 20 4d 61 72 74 69 61 6e 2e |rom The Martian.|
00000030 0a |.|
00000031
The 0a is a Line Feed character, and the 0d is a Carriage Return character. In my terminal without piping it through hexdump you get:
printf "\r\nHexadecimal, like that scene from The Martian.\n"
Hexadecimal, like that scene from The Martian.
The LF at the end of the string makes it so that the prompt at the terminal doesn’t appear on the same line as the output, and the blank line before the text is caused by the LF at the beginning. I don’t know/care/have to worry about what eats the CR.


Ah, sorry.
D-Bus has a similar mechanism to the one that got this hacker arrested. I guess I was expanding upon the previous conversation about how much stuff is considered inside the inner security circle for d-bus.


Long story short: Microsoft just helped pop an alleged hacker using some windows device ID. I linked to a post in the hackernews thread about d-bus:
You’re approaching this with the attitude of a parent who’s already got their future grandkids named.
Happy cake day.
The article just before that about the “missing missing reasons” hits just as hard. That whole site makes for an informative read for someone frustrated with dealing with their parents as an adult.


I, too, try to avoid the water fountains on the common wetwall where the water in the pipes is cycled all the time thanks to the constant use of the bathrooms. I usually shoot for the fountain next to the old eyewash station they were forced to put in when the electronics lab used to be the chemical lab–there’s never anyone using that one.
I haven’t been all over that area, but at night when there’s nearly nobody on the road it does have a feel to it.