Stalker ~ Stalker gamma but those storms are a little more than a thunderstorm…
Just a humble squid that over produces slime. Buy my slime, its a medical wonder, cures halitosis, weird eye syndrome, bolding.
Stalker ~ Stalker gamma but those storms are a little more than a thunderstorm…
Dot files on github, an HHD for storing photos, downloads, documents as well as my not in use games. I also sync keepass files across all network devices.
I hate that commercials are manipulative, they exploit us with clever tricks.
Withnail and I.
It lost its charm after sims 3.
Lol that picture is good but the little girl has a baby hand. That’s very nice of you but I won’t deprive you of your coins, another time maybe
So entry cost is the kicker, like for myself I don’t have any crypto, or at least crypto I can access (lost my monero keys) so for me to use nano I would still need to face conversion fees.
Tbh I hear about speeds but I’ve not had issues of slow transfers when it comes to fiat.
Sure, is it comparable to open AIs chatgpt?
True but these companies are gate keeper that also work with fiet to crypto so its just moving the issue. If I want to convert my British pounds I will be charged even if I sent it physically. How do you buy nano coin?
So if I made a confident AI and hosted it on a website you could visit, you buy my tokens $5 for 5 tokens, responses priced at .01 tokens. Essentially its very cheap.
Would you be as likely to use this service?
NanoGPT? What’s special about it? Is mining the nano coin used to create the AIs responses or is it just a crypto skin on top. If the latter we can self host AI.
But beyond that many dislike crypto for gas cost and same for AI so strapping them together is way less palatable.
Syncthing, its not a recent discovery.
du -sh /too/bar
to get size of files/folders. sudo !!
inserts sudo into previous command when forgotten. yay
for full system update if yay is installed. cat
reads files.
Most commands soon followed by sudo !!
Jami, a p2p zoom replacement I am looking to use.
this sounds very involved initially but hands off after the fact.
#!/bin/bash
cd ~/ || exit
LATEST_KERNEL=$(curl -s https://www.kernel.org | grep -Po 'linux-\d+\.\d+\.\d+\.tar\.xz' | head -1)
echo "Latest Kernel: $LATEST_KERNEL"
KERNEL_URL="https://cdn.kernel.org/pub/linux/kernel/v6.x/$LATEST_KERNEL"
echo "Kernel URL: $KERNEL_URL"
DIR_NAME=$(echo $LATEST_KERNEL | sed 's/\.tar\.xz//')
mkdir -p ./$DIR_NAME
wget -O ./$DIR_NAME/$LATEST_KERNEL "$KERNEL_URL" || exit
tar -xf ./$DIR_NAME/$LATEST_KERNEL -C ./$DIR_NAME || exit
EXTRACTED_DIR=$(tar -tf ./$DIR_NAME/$LATEST_KERNEL | head -1 | cut -f1 -d"/")
cd ./$DIR_NAME/$EXTRACTED_DIR || exit
zcat /proc/config.gz > .config
echo "Kernel config copied."
if [ -f "drivers/gpu/drm/amd/display/dc/link/link_dpms.c" ] && [ -f "drivers/gpu/drm/amd/display/dc/link/protocols/link_dp_training.c" ]; then
echo "Files found, proceeding with modifications..."
sed -i 's/#define LINK_TRAINING_RETRY_DELAY 50 \/\* ms \*\//#include <linux\/module.h>\nstatic int link_training_retry_delay = 50;\nmodule_param(link_training_retry_delay, int, 0644);\nMODULE_PARM_DESC(link_training_retry_delay, "Delay between link training retries (ms)");\n#define LINK_TRAINING_RETRY_DELAY link_training_retry_delay/' drivers/gpu/drm/amd/display/dc/link/protocols/link_dp_training.c
sed -i 's/#define LINK_TRAINING_ATTEMPTS 4/#include <linux\/module.h>\nstatic int link_training_attempts = 4;\nmodule_param(link_training_attempts, int, 0644);\nMODULE_PARM_DESC(link_training_attempts, "Number of link training attempts");\n#define LINK_TRAINING_ATTEMPTS link_training_attempts/' drivers/gpu/drm/amd/display/dc/link/link_dpms.c
else
echo "One or both files not found in the kernel source directory."
fi
echo "Kernel modifications complete."
make olddefconfig || exit
#make || exit
echo "Compiling the kernel..."
make -j16 || exit
echo "Building modules..."
sudo make modules_install || exit
echo "Installing the kernel..."
sudo make install || exit
echo "Backing up existing kernel files..."
sudo cp /boot/vmlinuz-linux /boot/vmlinuz-linux.bak
sudo cp /boot/initramfs-linux.img /boot/initramfs-linux.img.bak
echo "Moving new kernel files to /boot..."
sudo cp ./arch/x86/boot/bzImage /boot/vmlinuz-fix
sudo mkinitcpio -k $(make kernelrelease) -c /etc/mkinitcpio.conf -g /boot/initramfs-fix.img
if [ -f /boot/vmlinuz-fix ] && [ -f /boot/initramfs-fix.img ]; then
echo "Kernel and initramfs moved to /boot successfully."
else
echo "Failed to move kernel or initramfs files to /boot."
exit 1
fi
echo "Kernel compilation, installation, and file replacement completed successfully."
thank you and no dejection taken. you’re actually very helpful :D
I followed your advice, Github my edit link_dpms.c, - Github my edit link_dp_training.c how do i submit as RFC. total noob with github lol.
A few, 7yo appendicitis which ruptured in surgery. 15yo Fell from 3 story high scaffolding and landed on my back. 11yo an adult repeatedly slammed my head onto a wooden floor: maybe not a near death but I had thought that that was the end. 18yo big hill at night friends figgered we would ghost it, brakes off keys out of the ignition, find break don’t work and scrabbling to put keys in ignition… I was drunk so I don’t remember much else but we all survived car had a dent on the bumper.