Email or username:

Password:

Forgot your password?
235 posts total
꓀ɔᴉʇɐʇS

@nixCraft I installed arch once just to see if I could and I could without much trouble.

well... on my SECOND go, on the first one I forgot to install the network drivers so I had no internet access at all and couldn't do anything anymore haha

Robert

@nixCraft

OMG. I did i with a tutorial πŸ˜‚

yay -S network-manager-applet
yay -S networkmanager
sudo systemctl enable NetworkManager
sudo systemctl disable system-resolved
sudo systemctl disable systemd-networkd
sudo systemctl start NetworkManager

and added "exec-once = nm-applet --indicator" to my hyprland .conf

nixCraft 🐧

Nothing unites Linux users like a heated debate (or as I call it 'holy war') about systemd or the merits of their favorite distro. It's a love-hate relationship that keeps the community passionate and the flame wars burning bright every day. πŸ˜‚ #linux #opensource

funbaker #AssangeIsNotGuilty

@nixCraft systemd is good, main developers attitude is shit.

#wontfix this post

nixCraft 🐧

Microsoft has confirmed that Windows 11 users will not be able to uninstall the controversial β€œRecall” feature, despite earlier reports suggesting otherwise. Recall, part of the Copilot+ suite announced in May, automatically captures screenshots of user activity on the operating system including sensitive information such as passwords or financial data digitalmarketreports.com/news/ Do yourself a favor and get rid of Windows from your lifeβ€”enough of these greedy companies. #privacy #security

Microsoft has confirmed that Windows 11 users will not be able to uninstall the controversial β€œRecall” feature, despite earlier reports suggesting otherwise. Recall, part of the Copilot+ suite announced in May, automatically captures screenshots of user activity on the operating system including sensitive information such as passwords or financial data digitalmarketreports.com/news/ Do yourself a favor and get rid of Windows...

Show previous comments
Zephod Beeblebrox

@nixCraft Windows just keeps getting ever worse because nobody screams - "Stop. This is bad". I dumped Windows back when XP was still around. There has been no version of Windows that hasn't been bad in some way or another. I went from XP to OSX to Linux. I've used Linux exclusively for most of the past 10 years.

:blobcatlaptop: gravitos :blobcatcomfsip:​

@nixCraft and that, my friends, is the event that starts the year of the Linux desktop.

nixCraft 🐧

01. #Linux users open your terminal (you must have ffmpeg package installed).

02. Type the following bash command

for i in {100..1000..100}; do ffplay -f lavfi -i "sine=frequency=${i}:duration=0.1" -autoexit -nodisp -loglevel quiet; done

03. Enjoy!

Show previous comments
MeaTLoTioN

@nixCraft I see your tune and raise you a hearing test;

#!/bin/bash
m=10; M=12000; s=100
p() { ffplay -nodisp -autoexit -loglevel quiet -f lavfi -i "sine=frequency=$1:duration=1" > /dev/null 2>&1; }
a() { read -p "Can you hear $1 Hz? (y/n): " r; [[ $r == [Yy]* ]]; }

while p $M && ! a $M; do ((M-=s)); [[ $M -le $m ]] && break; done
while p $m && ! a $m; do ((m+=$((s/10)))); [[ $m -ge $M ]] && break; done

echo "Your hearing range is approximately between $m Hz and $M Hz."

@nixCraft I see your tune and raise you a hearing test;

#!/bin/bash
m=10; M=12000; s=100
p() { ffplay -nodisp -autoexit -loglevel quiet -f lavfi -i "sine=frequency=$1:duration=1" > /dev/null 2>&1; }
a() { read -p "Can you hear $1 Hz? (y/n): " r; [[ $r == [Yy]* ]]; }

while p $M && ! a $M; do ((M-=s)); [[ $M -le $m ]] && break; done
while p $m && ! a $m; do ((m+=$((s/10)))); [[ $m -ge $M ]] && break; done

lemgandi

@nixCraft Dang it. A long time ago I gave a talk on the wonders of sox(1). I had a shell script that would use it to play happy birthday, but I can't find it now.

Show previous comments
markymarrow

@nixCraft 1980 for me was a lot closer to 1Mhz/1Kb where did they get all that ram from? Even Bill Gates didn’t need more than 640K

Tyrion πŸ§πŸ΄β€β˜ οΈ

@nixCraft

For me it greatly depends on how much I care about what I'm doing.

If I don't care too much, I prefer GUI.

If I care, I prefer CLI.

Martin Uecker

@nixCraft It is because the command line is stable and does not change all the time. GUIs also generally lack consistency and modularity. It could be different in theory. i don't know why GUIs arre so bad and need to be change all time.

nixCraft 🐧

Friend: what languages do you know?

Me: perl, Python, bash, c, asm, cobol and java

Friend:

Me:

Friend:

me: you meant like speaking???!

Show previous comments
Splinux :mastodon:

@nixCraft No, I think he meant natural languages. I can speak C anytime.

Aravind I M (AIM)

@nixCraft I've always felt that the number of programming languages doesn't count, it's the depth of knowledge in them that counts. The person who knows one language perfectly well is more powerful than the one who knows the surface level knowledge of them all. The jack of all trades should be atleast master of one. Took me several language hops to realise it.

enoch_exe_inc

@nixCraft I can also speak in formal languages; that is, predicate, first-order, and second-order logic-and by speak, I mean read like how an archaeologist would read Egyptian hieroglyphics or Old Chinese.

nixCraft 🐧

I hate programming
I hate programming
…
Wait, it works
I love programming
….

nixCraft 🐧

Senior developer from elite uni vs self taught developer (pink shirt)

Show previous comments
Sibshops

@nixCraft Other way around? The youngins have their fancy IDE's and I'm just plugging away with emacs in a text editor.

jhayes

@nixCraft I wonder if he has a dominant eye, sighting with both open is wild to me, a person with terrible eyesight

Charlie

I know if I’m shooting offhand , cross your free arm on your chest, more stable.

nixCraft 🐧

kids who would run dos defrag utility and sit and look at the little squares change colors are either {developers, sysadmin, devops} now or retired farmers

nixCraft 🐧

The CrowdStrike IT outage is a good reminder that if you don't have a disaster recovery (DR) plan in place, there will be consequences. There will be many meetings and discussions about the need for DR, but by the end of the year, it will likely be forgotten amidst the usual job cuts, new priorities, and questions about IT budgets. This cycle will continue until another IT outage strikes. I speak the truth and nothing else. If I'm wrong, correct me below. #sysadmin #IT

Show previous comments
gunstick

@nixCraft I only know about the band Disaster Area.
What kind of music does Disaster Recovery play?

((( Geekosaurus )))

@nixCraft Disaster recovery? That's for the flood that wipes out your DC.

Software issues are not the subject of DR plans, because the best DR plans include replicating software updates to the recovery site!

nixCraft 🐧

|οΏ£οΏ£οΏ£οΏ£οΏ£οΏ£οΏ£οΏ£οΏ£οΏ£οΏ£οΏ£οΏ£οΏ£οΏ£οΏ£οΏ£|
| Don't Push To Production On Friday |
|οΌΏοΌΏοΌΏοΌΏοΌΏοΌΏοΌΏοΌΏοΌΏοΌΏοΌΏοΌΏοΌΏοΌΏοΌΏοΌΏοΌΏ|
\ (β€’β—‘β€’) /
\ /
β€”β€”
| |
|_ |_

Show previous comments
DELETED

@nixCraft `git push origin <your_branch_name> --force -m "Yolo"`

Zalasur 🐡

@nixCraft I was just telling my coworkers this 🀣

Enia Titova

@nixCraft @Jackiemauro esp for a company whose engineering team sits in Israel and is literally not allowed to work for the next 24 hours.

nixCraft 🐧

Guys, I started working at the cybersecurity firm Crowdstrike. Today is my first day. Four hours ago, I pushed major code to production. I am so proud of myself πŸ§‘πŸ»β€πŸ’»πŸ‘πŸ₯°

Show previous comments
rockpick

@nixCraft you are very special. Dont let anybody tell you otherwise xD

Peter Jakobs β›΅

@nixCraft after all, the code was vetted by the upstream community, right?
Wait, you do have an upstream community, right?
What do you mean proprietary code?
There were no external eyes on this code? Ever?

bl00dy :archlinux:

@nixCraft you did great. x000 windows systems less :D

nixCraft 🐧

Red Hat is working on a new scheme to replace the GRUB bootloader with a fast, secure, Linux-based, user-space solution: nmbl (for no more boot loader). You can just use #Linux kernel to boot pretalx.com/devconf-cz-2024/ta

John Maxwell

@nixCraft - My first linux machine booted the kernel directly from floppy.
(0.12.6 IIRC, but that was a long time ago)

nixCraft 🐧

#Linux distros: the gateway drug to a world of terminal commands, endless customization, and questionable desktop environments or apps. Enter at your own risk. But one thing is clear: you will not return to the old OS once you start installing Linux willingly on your Thinkpad.

nixCraft 🐧

This is a better version:

ThinkPad + Linux Distro = πŸ’” for Your Old OS

Once you go penguin on your ThinkPad, there's no turning back. Say goodbye to the boring default world and hello to a universe of terminal sorcery, personalized perfection, and the occasional desktop environment that makes you question your life choices. 🐧✨ #LinuxLove

nixCraft 🐧

sudo would be a great name for a dog

sudo fetch ball
sudo shake hand
sudo sit
sudo sleep
sudo watch baby
sudo killall intruders

Tombies :meowcoffeespitting:

@nixCraft@mastodon.social but what about password prompt? Dog looks curious till you shout this complex 24 digit password with special characters. Now he fetches.

SirWumpus

@nixCraft And for a bitch dog, call it su.

su git cat
su sleep now
su kill ai
su me

nixCraft 🐧

#Mastodon doesn't directly support quoting toot like the bird app. Support (Literally) Quoting Public Toots github.com/mastodon/mastodon/i is still open. I hope they release support for this. This is killer feature.

πŸ’‘πš‚π—†π–Ίπ—‹π—π—†π–Ίπ—‡ π™°π—‰π—‰π—ŒπŸ“±

@nixCraft
Yes, they have it on the roadmap - not sure how far away they are from delivering. They only have 1 full-time developer (so donate money so they can employ more for faster delivery of new features).

Andrea Lazzarotto

@nixCraft IIRC, unfortunately the lead developer of Mastodon has repeatedly stated he is against the feature for... reasons. πŸ€·β€β™‚οΈ

I would not hold my breath.

Adnan πŸ¦™

@nixCraft Resourceful clients like Ice Cubes and Phanpy already will show the quoted Mastodon post if they recognise the URL to be a Mastodon post. I think people who wanted this feature already have it.

Go Up