0 Followers
0 Following
1 Posts
.

[OC] A Teacher's Dream

https://lemmy.world/post/19541497

[OC] A Teacher's Dream - Lemmy.World

I was having a dream In which a plucky young female character Was technically homeless but had three or four safe places to sleep And was still going to high school But still had an income somehow To buy the things she needed And was going to rule the world. But I woke up because I needed to pee And I know that nothing counts unless you write it down And I didn’t want the obnoxiously loud ticking from the second hand of my wristwatch To tick away the seconds for her as well as for me Until I die of lymphoma And I wanted at least one of us to survive So now this poem exists.

How do you pronounce zsh? Sudo? Ssh?

https://lemmy.world/post/18490628

How do you pronounce zsh? Sudo? Ssh? - Lemmy.World

Ok, going for full controversy here. zsh = “zoosh” ssh = “shoosh” sudo = sue-dough Before you achktually me, I know it’s supposed to be “sue-DO”, because the acronym stands for “superuser do”, but for the life of me, when I see those letters together it just seems wrong to pronounce it that way.

Auto translate plugin for Lemmy?

https://lemmy.world/post/18378261

Auto translate plugin for Lemmy? - Lemmy.World

Hey Lemsters, Just wondering if Lemmy has the technical ability to have plugins that can Auto translate non English posts? They’re having way too much fun over at ich_lel and my high school German is a little rusty. I’m currently using the eternity Android app if it makes any difference.

What's your "back pocket" wish?

https://lemmy.world/post/16742112

What's your "back pocket" wish? - Lemmy.World

A few years ago I felt kinda lame whenever I had to “make a wish” blowing out birthday candles or whatnot and the only thing I could think of under pressure was “world peace”. Since then, I’ve kept a wish ready to blurt out if I ever see a falling star or toss a coin into a fountain etc For me, it’s sending my mind, with all my current knowledge and experience, back in time into my body at the moment I graduated high school, so I could re-live my life with more confidence, less anxiety and get straight into doing the cool bits of my life much earlier. What would be your “back pocket wish”?

If your toilet was sentient, would you rather that it begged *for* your poop, or that it begged you to *not* poop in it?

https://lemmy.world/post/15947306

If your toilet was sentient, would you rather that it begged *for* your poop, or that it begged you to *not* poop in it? - Lemmy.World

How old are you, Lemmy?

https://lemmy.world/post/14915758

How old are you? - Lemmy.World

Just curious as to what the average age is on Lemmy. Post your number. Just be honest, please! I’m 41

Using ChatGPT with Linux

https://lemmy.world/post/14267090

Using ChatGPT with Linux - Lemmy.World

Last night I was nearly tearing my hair out trying to get a crappy inkjet printer installed when I turned to ChatGPT for help; 5 minutes later it was done (driver issues). I realised that I use it a lot for all sorts of things but haven’t really seen any posts on here about it, and was wondering if other people do the same. I’ve used it to create bash scripts, write small, niche python programs (eg sort photos into separate folders based on their orientation), and create cron jobs among other things. In particular, I find it useful when I want to use a command line program that has a complicated set of options / syntax, but I might only ever want to use it once, or very infrequently. So I tell it what I want to accomplish, and ask it to give me the correct command to run with the options I specify in plain language. Example: User Give me the correct rsync command to recursively copy all files in /home/user/Documents that are image files of any type but were created more recently than 1/1/2024. The destination is /home/user/foo ChatGPT rsync -avm --include='*/' --include='*.jpg' --include='*.jpeg' --include='*.png' --include='*.gif' --include='*.bmp' --include='*.tiff' --include='*.svg' --exclude='*' --prune-empty-dirs --min-age=$(date -d '2024-01-01' +%s) /home/user/Documents/ /home/user/foo/ User Break down the command and explain each part of it in dot point format. ChatGPT - rsync: Invokes the rsync program, which is used for efficiently transferring and synchronizing files across systems or within a system. - -avm: - -a: Archive mode, which preserves permissions, symlinks, modification times, group, and ownership. Implicitly includes recursion. - -v: Verbose mode, which provides detailed output of what rsync is doing. - -m: Prune empty directory chains from the file-list. - –include=‘/‘: Include directories themselves, which is necessary for recursion. - –include=’.jpg’ --include=‘.jpeg’ --include='.png’ --include=‘.gif’ --include='.bmp’ --include=‘.tiff’ --include='.svg’: Include files that match these image file extensions. - –exclude=‘*’: Exclude all other files that do not match the previously stated include patterns. - –prune-empty-dirs: Exclude empty directories that result from the inclusion/exclusion pattern. - –min-age=$(date -d ‘2024-01-01’ +%s): Exclude files that are older than the timestamp for January 1, 2024. This uses date -dto convert a date string into a timestamp, whichrsyncuses to filter files. -/home/user/Documents/: Source directory from which files are being synchronized. - /home/user/foo/: Destination directory to which files are being synchronized. It’s also really good for explaining concepts / commands in plain language. It’s like having a 24 hour on call Linux expert :) #Things to note: - Get the subscription. ChatGPT 3.5 is pretty useless. ChatGPT4 is fine, but I’m pretty sure you need the subscription to access it. - Give it pre-instructions. I have told mine what distro, what shell I’m using and the make and model of my laptop. If you have a subscription you can add these as permanent pre-instructions, so to speak. That way it will be much more likely to give you correct answers. - It’s not magic In order to get what you want, you have to be able to ask the right questions. It will boost your ability but won’t turn you in to a 1337 haxx0r -Ask questions As always, don’t run any commands that you don’t understand. Ask it to break down any commands it tells you to run if you don’t understand them. -Sometimes it goofs For various reasons, sometimes it will ask you to install a package that no longer exists, or will give you a command that doesn’t work. When that happens, I just feed the error message back into ChatGPT and it usually is able to correct itself. -Ask “Is there a better or easier way to do this?” This is probably the most valuable question I’ve found to ask chatGPT. Sometimes it gets so far in the weeds looking for a solution to a problem that you need to pull back and start fresh.

What would you do if you had six months left to live?

https://lemmy.world/post/12980154

What would you do if you had six months left to live? - Lemmy.World

Assume that you only have the resources and money that you’ve acquired up to this point in your life, and you still have to pay rent, bills etc. You are basically physically capable of everyday activities but extreme feats (eg running marathons, climbing everest) are not realistic.

Dell laptops are the Toyota Corollas of computers

https://lemmy.world/post/12749390

Dell laptops are the Toyota Corollas of computers - Lemmy.World

They have good, basic design. They last forever and are easy to repair. They have everything you need, no extras, but nothing lacking. They’re like the Platonic Ideal of laptops; you open it up and you don’t say “wow”, you say “Well, this sure is a laptop” – but that’s not an insult; that’s what makes them the perfect all purpose general laptop. Curious to hear everyone’s thoughts and opinions :)