How does one balance the humors in their blood, when blood itself is one of the humors?
Leeches? Leeches.
How does one balance the humors in their blood, when blood itself is one of the humors?
Leeches? Leeches.
An oil company which had an MS access DB and a form configured for it with no checks for formatting that would insert the fields of the form directly into the database, and then if they wanted to make a change, they would export the entire database as csv, open it in excel, make changes and use that to overwrite the entire database.
This had been going on since some time in the 1990’s. They finally wanted to move to a modernized databasing/operations solution which is what my company does.
I successfully cleaned 75% of that data, however it took 37 regular expressions and a script that was about 800 lines to account for every possible mis-entry, incorrect format, and merging fields if they were empty from newest records to oldest records until the fields were no longer empty where possible (essentially collapsing the records together to get as much data on each unique object which may have had N records over time through the database).
It is UN-BELIEVABLE what actual businesses get away with.
Haha, I have an ok amount of data tucked away on disks as well, but I have a huge appreciation for people who do collect data as a hobby. In the contemporary, I fully believe that having people who take it upon themselves to do this is more important than ever, even thought it is often a thankless thing to do.
So in this case, I would throw a thank you your way for doing that!
They will pick whatever group they think will suddenly put as many idiots as possible under their control when they say “GROUP A IS BAD”.
Most of them don’t care they are trans, they only care that they can take advantage of the oppression of a minority group in order to consolidate control over people so that they can oppress more people.
When everyone alive and dead is either oppressed or under your control, you become god. This is the goal, but they don’t care about the process to get there.
I can’t share it all here for reasons I can’t detail.
I may do a second write up at some point for public distribution and if so, I will share it with you here.
I am trying to get people I know personally to stop posting and reading and instead begin to focus on the very basics of actual organization, in the form of simply being able to communicate effectively and securely.
I have collected and written up information for them with the consideration that they are non-technical, pertaining to secure and private communications primarily, but also many more potentially useful emergency-scenario information and data which I will not speak about here.
The package I have started giving to my friends contains information such as:
I firmly believe that the majority of Americans will not do anything until someone is actually showing up at their door, coming after them in the street, or destroying the regularities of their personal day to day life, so my intention is to distribute materials which they can turn to when the fear sets into them well enough that they are scared to talk about such things openly.
It is clear to me that most of my American friends at least, at this point, still only feel superficial fear and outrage. The other day I asked them “If you had to vandalize a public space with a piece of art, what would you draw or paint? Let’s say it is the side of a bank”.
One said “tits”, one said “flowers”, one said “a fox”.
Even in a fantasy, they would not express fear or outrage in a public setting.
It will differ by distro, but generally for debian, you begin uninstalling systemd by installing something else like SysV init
:
apt install sysvinit-core sysvinit-utils
cp /usr/share/sysvinit/inittab /etc/inittab
Then you will need to configure grub by editing /etc/default/grub
changing:
GRUB_CMDLINE_LINUX_DEFAULT="init=/bin/systemd console=hvc0 console=ttyS0"
to
GRUB_CMDLINE_LINUX_DEFAULT="init=/lib/sysvinit/init console=hvc0 console=ttyS0"
and then executing update-grub
as root.
Then you can reboot so that the system boots off of sysvinit instead and then purge systemd with apt-get remove --purge --auto-remove systemd
. This also removes packages that depend on systemd.
Then you pin systemd packages to prevent apt from installing systemd or systemd-like packages in the future.
echo -e 'Package: systemd\nPin: release *\nPin-Priority: -1' > /etc/apt/preferences.d/systemd
echo -e '\n\nPackage: *systemd*\nPin: release *\nPin-Priority: -1' >> /etc/apt/preferences.d/systemd
Depending on if the distro is multiarch, you might also need:
echo -e '\nPackage: systemd:amd64\nPin: release *\nPin-Priority: -1' >> /etc/apt/preferences.d/systemd
echo -e '\nPackage: systemd:i386\nPin: release *\nPin-Priority: -1' >> /etc/apt/preferences.d/systemd
This information was sourced from this wiki dedicated specifically to removing systemd on multiple distributions and replacing it with something else:
Off only the top of my head.
-Potentially faster installation
-Free
-More control
-Many distributions from LinuxFromScratch to Mint, making it meet the interests of nearly every demographic
-Wonderful sense of community
-No spying
-No bloatware depending on distro
-No ads
-Many window managers supporting different workflows
-Incredible command line power
-Easy installation of software with package managers
-Less malware
-Fully customizeable ux/ui
-Can uninstall anything you don’t want
-Will help you learn how a computer works at a deeper level if you want to
Nothing, I never said any such thing. In your case your answer to my question would be “I would not have to wish, because I already downloaded everything I want”. This makes you wise.
I am indecisive when it comes to wallpapers so I have a script somewhere which accepts tag-words as arguments and then scrapes wallhaven.cc for those words at the resolution of my setup and picks one that contains those words at random before downloading it to my wallpapers folder and setting it as my wallpaper image.
So for example, you could just know you want something blue so you would run wallpaper blue
and it just grabs one and sets it. You could get a wallpaper of the sky, of a blue car, of the ocean, whatever happens to be a wallpaper that met the criteria of the word/s supplied.
Indeed, and welcome to you.