*checks pinned posts*

752 points · 143 comments · view on lemmy.world

143 Comments

state_electrician@discuss.tchncs.de · 122 pts · 12d (11 replies)

I first installed Linux in 1995, before I had a second computer where I could look for help. Compared to that experience today's situation is paradise. So you won't hear me complain.

homes@piefed.world · 38 pts · 12d

Oh, I remember that. Red hat 2.0. Where you had to download the source code for all of the floppy discs, compile them, and then write all of the floppies. I remember it was 7 or 9 floppy discs, 13 if you wanted printer drivers.

It wasn’t until Red Hat 2.5 that they had pre-compiled floppy images you could download.

joeljoelle@piefed.blahaj.zone · 21 pts · 12d

I went to one of my BBS friends houses in the early 90s and he had a giant book on how to compile and install Slackware

comador@lemmy.world · 9 pts · 12d (1 reply)

Similarly, I ordered floppies for Slackware from Walmut Creek. Spent weeks screaming at my system for not being able to get a 256k Tulip VLB ISA video card to init into X before I found my first Linux BBS on I think DalNET... times were... different.

Bluewing@lemmy.world · 2 pts · 11d

But the sheer joy you felt when finally you got it to work made you really feel like you were a real haxzor.

I do not miss that.

RickyRigatoni@piefed.zip · 7 pts · 12d (5 replies)

Today's linux situation is paradise compared to gaming on windows any time before 2015. I still remember having to keep multiple different nvidia driver installers ready for launching just to match what game I wanted to play.

Alexstarfire@lemmy.world · 5 pts · 12d (3 replies)

I've never had to do that and I've used plenty of Nvidia cards, assuming we're talking Windows.

SlimTim10@sh.itjust.works · 2 pts · 11d

Same here. I don't know wtf that dude had going on.

RickyRigatoni@piefed.zip · 1 pts · 11d (1 reply)

This man has never played crysis.

Alexstarfire@lemmy.world · 1 pts · 11d

I played the first one when it came out. Never finished though. Didn't hold my interest.

Bluewing@lemmy.world · 2 pts · 11d

There was a SoundBlaster Gold card I spent a whole month reading man pages and trying to get it to compile into the kernel.

Those were the days, I tell you. Never again. I'm trying to forget as much as possible.

kevincox@lemmy.ml · 5 pts · 12d

I've definitely ran into the situation where I fucked something up half-way though installing a new distro, then had to wipe it to go back to an old distro so that I could access the internet and find out what I did wrong so that I could start from scratch.

I hate doing debugging on my phone, but man sometimes is it better than the alternative.

Pudutr0n@lemmy.world · 69 pts · 12d (23 replies)

works on

cannedtuna@lemmy.world · 54 pts · 12d (21 replies)

I feel like someone tired of hearing “it works on my computer” is how NixOS came about

DasFaultier@sh.itjust.works · 28 pts · 12d (7 replies)

Also Docker and OVA.

cannedtuna@lemmy.world · 34 pts · 12d (6 replies)

Docker’s like “well why don’t we just ship the client your computer then?”

mic_check_one_two@lemmy.dbzer0.com · 46 pts · 12d (5 replies)

Valmond@lemmy.dbzer0.com · 7 pts · 12d (4 replies)

Dude, we got two machines shipped to us because the other team wasn't able to make the installers function. It was electromagnetic microscope simulators, so the team wasn't noobs. Got 2 fat pcs.

Worked!

skarn@discuss.tchncs.de · 5 pts · 12d (3 replies)

What's an electromagnetic microscope simulator? For reference, I work in electron optics.

Ludicrous0251@piefed.zip · 8 pts · 12d

I use SEMs, BTW.

Valmond@lemmy.dbzer0.com · 2 pts · 11d

I worked on the visualisation and processing software for the Volume Scope EM ( I could only find a link to the successor here ) and the 2 PCs had the control and acquisition software.

A quite nice SEM, multi acquisition (you could designate several regions), multi energy (so scanning several depths by focusing the electron beam per layer) and of course the diamond knife 😁 to cut each layer!

captcha_incorrect@lemmy.world · 7 pts · 12d (2 replies)

I tried NixOS after many years on Debian. I cannot go back, at least not on my server.

cannedtuna@lemmy.world · 1 pts · 12d (1 reply)

Why’s that?

captcha_incorrect@lemmy.world · 7 pts · 12d

Debian is great, I love it. But the ease of which I can repair my system when I break it is the main reason to stay. I made an error in my hardware config and I just had to use the previous generation to get back to a working state. After that, I could take my time to fix the issue without the server being down.

This whole everything is in config files is also very appealing, even though there is a lot to learn to get to the same level of knowledge (https://nix.dev/ helps there).

ImgurRefugee114@reddthat.com · 6 pts · 12d

As a daily-driver of nixos: basically yes.

Pudutr0n@lemmy.world · 6 pts · 12d

plausible

BCsven@lemmy.ca · 5 pts · 12d

I know people hate hearing that line, but when I have done technical support it is highly useful to know if it works properly on other machines.

Preferably identical hardware is a good starting point, but if a solution is working fine on one machine but not another it can steer you toward other client issues.

Some user complaints of " it doesnt work on my machine" have been resolved to:

  • user modified, or didn't input, the correct environment variable.
  • user is running a version of app not certified for that hardware config.
  • user actually has no clue how computers work and didn't realize the app looking for shared network locations only works if you are on the network. Or app needing a license server can't work if it can't find the server
  • user isn't understanding the requirements for the app output, so not providing the necessary input can't achieve proper output results.
valter@lemmy.world · 3 pts · 12d

This is actually why I installed Bazzite on my desktop and suggested it to all my friends and family who were interested in Linux.

If anyone has a problem, I'm already familiar with the distro and I can be reasonably certain that the software situation is pretty close.

makefile@programming.dev · 3 pts · 12d (4 replies)

Can you explain the nixOS part?

TwilightKiddy@programming.dev · 7 pts · 12d

The party trick of NixOS is declaring your whole system in a huge config file. If you want someone to get the same system, you just throw your config at them and it works*.

cannedtuna@lemmy.world · 6 pts · 12d (2 replies)

The ethos of NixOS is if a program runs on one computer using Nix it will run on any computer running Nix.

makefile@programming.dev · 6 pts · 12d (1 reply)

Okay but like that's almost every other distro as of 2021

cannedtuna@lemmy.world · 3 pts · 12d

It’s called Atomic Updates. The idea is every installed program is complete with no missing dependencies by ensuing each package maintains its own. Additionally an image of each program is kept so if an update goes poorly and something breaks rolling back is simple

Object@sh.itjust.works · 2 pts · 12d

Chances are they have wildly different setup to the point that it's useful for reference at best

viertesauge@feddit.org · 15 pts · 12d

"this specific issue wouldnt happen if you had just installed distro youve never heard of before"

null@piefed.nullspace.lol · 56 pts · 12d (8 replies)

Whatever distro you're using is literally the worst one.

Agent641@lemmy.world · 36 pts · 12d (2 replies)

Not only is it the absolute worst, but you're also using it wrong

ADTJ@feddit.uk · 8 pts · 11d (1 reply)

also you shouldn't use that desktop environment that you prefer

Vincentmario@feddit.uk · 6 pts · 11d

And actually you shouldn't use a desktop environment in the first place as you should be editing all config files manually as well as running your own compositor

Bluewing@lemmy.world · 3 pts · 11d (4 replies)

I know. I purposely chose Kinonite because once installed, I don't do anything but install a few flatpacks, and then I never need to do anything more. I will never learn anything, nor will I ever need to look at a man page.

The bomb is atomic

null@piefed.nullspace.lol · 4 pts · 11d (3 replies)

Using flatpaks is using Linux wrong

Bluewing@lemmy.world · 4 pts · 11d

Of course it is! That's why I use them! Well, layering is using atomic distros wrong.

motogo@feddit.dk · -3 pts · 11d (1 reply)

What a weird comment. That's like saying using the window wipers is using the car wrong. Sure you can go without but when your shit crashes because you thought you were cool not using them you learn they serve an important purpose even though it may not be what seems to be the primary goal.

null@piefed.nullspace.lol · 5 pts · 11d

Satire in my satire thread?

It's more likely than you think.

panda_abyss@lemmy.ca · 48 pts · 12d (1 reply)

Is there a golden retriever labelled “random person on IRC with answers to all questions, writes a driver for you so you do t have to enter that house”

Bluewing@lemmy.world · 1 pts · 11d

Is that you TexStar?

slothrop@lemmy.ca · 40 pts · 12d (6 replies)

$ man man

notabot@piefed.social · 23 pts · 12d (2 replies)

Back in the dim and distant past, when I first studied CS, we were literally told to run that as one of the first commands we tried. It's an excellent place to start if you have the time to learn unix/linux thoroughly.

rumschlumpel@feddit.org · 7 pts · 12d (1 reply)

I should probably read that. TBH I've been piping longer manpages into a text editor, and I definitely don't want to do that when I haven't installed my text editor of choice for whatever reason (I hear sometimes you just don't have sudo rights when you're working on someone else's system).

ayyy@sh.itjust.works · 4 pts · 12d

man by default uses readline controls which are basically the same as vim controls.

ddssazsa@piefed.social · 3 pts · 11d (1 reply)

Man

EponymousBosh@feddit.online · 2 pts · 10d

A miserable little pile of documentation.

BCsven@lemmy.ca · 2 pts · 12d

Easy there Eddie Vedder

JoMiran@lemmy.ml · 25 pts · 12d (12 replies)

I find this to be one of those memes that's not actually based on facts but on feelings. If you ask a question that could have been answered by a quick search, or asked a very vague question, then sure. Otherwise, I find that the linux and FOSS community as a whole tends to be extremely helpful and patient. Yes, there are assholes, but overall the community is full of people willing to help.

IrateAnteater@sh.itjust.works · 13 pts · 12d (8 replies)

The people might be great if you're chatting on discord or something, but if you're just trying to Google the answer, results tend to get a lot of variations of these answers.

mic_check_one_two@lemmy.dbzer0.com · 20 pts · 12d (2 replies)

Yup, there are a lot of old forum posts that basically boil down to:

Lost user (0 comments/1 posts): Hey, I’m having a weird error and haven’t been able to find anything about it. Sorry if this is a newbie question, but I’ve already tried searching for it and have come up empty-handed:
{Detailed error description}
{Detailed instructions to recreate error}
{Debug level logs showing the error}

Forum mod (1,234,567 comments/65,535 posts): {Insert any/all of the following: RTFM/This could be fixed with a simple command (without posting what the command is)/It works on my machine/Just run sudo rm -rf --no-preserve-root / and go back to Windows, Skill issue, Duplicate post (without linking to the post that has an answer), etc…} Closing this post.

ilinamorato@lemmy.world · 9 pts · 12d (1 reply)

I guess I'm just really lucky, because I almost never run into those. Sometimes I find the good ol' xkcd DenverCoder9 problem:

Lost user: (Random Monday Five Years Ago, 7:00 pm) Hey, here's your exact problem, down to the specific language on the error message even.

Lost user: (Random Monday Five Years Ago, 8:30 pm) nvm figured it out

But even more often than that I actually get frustrated in the other direction:

Lost user: Hey, I'm having a problem with totally-not-grombl.

Experienced user: Oh yeah, I've seen that. Just run sudo grombl reload -skqq --xbs-juju '2793' and then restart your desktop environment.

Lost user: Oh thanks, that totally worked!

Meanwhile I'm like...but why did that work?! It was a completely different package and there's no indication why the two would even be related...? And sure, it did work, but I've learned nothing now.

Broadfern@lemmy.world · 8 pts · 12d

Dependencies. It’s always frickin’ dependencies.

Or systemd.

JoMiran@lemmy.ml · 1 pts · 12d (1 reply)

Well, yes. There are many different answers to any specific question because there are many ways to accomplish the same task. That doesn't mean that one way is correct and the rest are wrong. It is up to you, the end user, to decide which of the correct answers suits you best. If you don't know, pick one and move on until you have to revisit the solution.

IrateAnteater@sh.itjust.works · 10 pts · 12d

Except none of the answers in the meme are right or viable options to solve whatever problem, especially not for people trying to search up the answer later. Somebody might have given a useful answer once, but that one useful result gets drowned by these non-answers.

OwOarchist@pawb.social · -6 pts · 12d (2 replies)

if you’re just trying to Google the answer, results tend to get a lot of variations of these answers.

Skill issue, then.

Your search skills suck. I usually get very helpful and relevant results when I search for a problem ... because I know how to search for it specifically and precisely.

Hawke@lemmy.world · 5 pts · 12d

I used to, before the Internet went shit. Now it’s all AI spam shit telling you how to do everything you’ve already tried.

IrateAnteater@sh.itjust.works · 3 pts · 12d

Or all your problems are actually easy to figure out, and therefore quick and easy to post about.

oeuf@slrpnk.net · 9 pts · 12d (2 replies)

Yeah, I've found everyone to be kind, patient and helpful to me since day 1 - not a single bitchy reply that I can remember. Been using Linux for about 3 years now.

Bluescluestoothpaste@sh.itjust.works · 1 pts · 12d (1 reply)

Yeah i like to think if you're smart and ask good questions people are happy to help

Bluewing@lemmy.world · 1 pts · 11d

That is the problem. If I knew what the right question to ask was, I would just goggler it myself. Most people aren't even sure what system information they need to present to get good help. Plus few people are willing to spend the time to lead and teach the poor newb how to get there. If it takes more than typing a couple of sentences, forget it.

KindaABigDyl@programming.dev · 22 pts · 12d (9 replies)

Tbf, those are sometimes valid responses, the new user just doesn't realize what they're asking is dumb, and it's exhausting to deal with when a bit of reading would solve the problem or show them what they're asking is impossible.

ilinamorato@lemmy.world · 36 pts · 12d (2 replies)

I used to be a mod on a forum for a fairly popular free program, and we generally treated even that like an information availability problem. Yes, we had an FAQ (and yes, sometimes even still people wouldn't read it), but when there were a ton of similar questions that were all answered in the FAQ, we figured that meant that the FAQ needed a rewrite for better SEO.

mirshafie@europe.pub · 30 pts · 12d (1 reply)

Ultra-rare sane person randomly appears on the internet

ilinamorato@lemmy.world · 19 pts · 12d

I'm not even joking, that's literally the best compliment I've received all month. Thank you.

fork@feddit.online · 18 pts · 12d (1 reply)

This. I had an issue a couple months ago. I posted on the distro's form with a much info as I could provide and some real smart people gave me a ton of help really quickly.

Knowing how to ask and not being abrasive is really helpful.

YellowParenti@lemmy.wtf · 12 pts · 12d

Lol, posting what you read, tried, error codes, and what's installed and your hardware gives you a very high chance on getting a civil reply. It shows you're trying.

Goodeye8@piefed.social · 12 pts · 12d

With the poor quality of the search engine results and the fact that information expires I very much disagree with this line of thought. Bit of reading solves the problem when you know what to read and understand what was written. It's very easy to spend hours reading all sorts of things (because you don't know exactly what you're looking for) and then discover half of what you read is now 3-5 years old information and no longer relevant.

I know how easy it is because I spent days troubleshooting why my USB wifi stick wouldn't work. Most of the information I found was from when you needed to manually add the driver and was no longer relevant. What relevant information I did find, nothing matched the issue I was having. In the end I didn't care to bother anyone with a 5 year old wifi dongle because I'd probably run into people like you who'd tell me to RTFM before even bothering to understand the actual problem. Instead I solved the problem by buying a new dongle, one that I knew had been tested and worked. But someone else might have a far more expensive piece of hardware that they can't just replace on a whim.

Let people ask their questions and if it really takes just a bit of reading why not take that 5 minutes to point them to the right place? How many days do they have to waste of their own before they're allowed to ask their stupid question that you could answer in 5 minutes?

Bluewing@lemmy.world · 0 pts · 11d (2 replies)

One should always expect new users to ask dumb questions, after all, they are new at this. They haven't yet learned how to speak the language properly to know how to ask the smart questions. Teaching involves answering the same "simple" questions over and over. Somebody did it for you back in the day. And somebody did it for me.

Not being able to teach and guide a newbie is a skill issue on your part just as much as their not knowing how to ask smart questions is.

KindaABigDyl@programming.dev · 3 pts · 11d (1 reply)

I'm not really talking about teaching and guiding though.

If you look at the meme, one of the responses is something like "PRs welcome."

I think that's appropriate in certain circumstances.

You are correct, there is nothing wrong with a lack of knowledge or dumb questions. I'm referring more to how they ask their dumb questions.

Some newbies come with hostility, pride, and entitlement, not ignorance.

They request new features, say something sucks bc of blah blah blah, and then get mad at people responding rudely back. But what else should we respond with in this kind of situation? They aren't looking to learn. They are looking to degrade projects, users, and maintainers.

They aren't looking for answers; they're looking to be mad about something and confirm their opinion that "Linux sucks" or some other such bias.

So yeah, when someone comes humbly even with bad assumptions, absolutely correct and guide, but there's no point guiding people who don't actually want guidance, ya know? Pearls before swine

So sometimes these aren't bad responses

Bluewing@lemmy.world · 1 pts · 10d

Imagine if I had taught math to school kids with that attitude. They ALL had attitudes about math and learning in general.

Gork@sopuli.xyz · 21 pts · 12d (5 replies)

But I have Hannah Montana Linux. What do?

palordrolap@fedia.io · 7 pts · 12d (4 replies)

Edit: So apparently it's risen from the dead and I missed the memo.

Uhh. Install something more recent. I'm sure there's a way to port over all the assets and themes. Not necessarily an easy way, but there has to be one.

Dookieman12@piefed.social · 11 pts · 12d (3 replies)

I think HML was recently updated to be usable now

palordrolap@fedia.io · 14 pts · 12d (2 replies)

Consider my gob smacked.

PlasticExistence@lemmy.world · 5 pts · 12d

That’s my fetish

ilinamorato@lemmy.world · 4 pts · 12d

In public?!

starchylemming@lemmy.world · 19 pts · 11d (2 replies)

manual? website? all information is on a badly organised slightly hostile discord server

AnimalsDream@slrpnk.net · 4 pts · 11d (1 reply)

Not even close, Linux users have been creating documentation long before Discord existed, and will continue to do so long after Discord dies. In my experience one of the most consistently great places to learn how to perform various tasks is the Arch Linux Wiki. It's extremely helpful and relevant even if you're not using Arch.

If I were trying to get info about Linux on Discord, I'd probably find myself getting upset too. It's almost like Discord just sucks or something.

starchylemming@lemmy.world · 1 pts · 11d

my personal experience with nobara was like this. i couldnt find info when looking for something

disclaimer: i might just have been to stupid

1rre@discuss.tchncs.de · 14 pts · 12d

PR are welcome

Frankly if more software was like that we'd have these issues so much better. So many maintainers are so protective that they won't even read a bug fix PR and just close it.

Reznik@lemmy.zip · 14 pts · 12d (6 replies)

"Works on my system" and that's why we have flatpak. 😉

corsicanguppy@lemmy.ca · 8 pts · 12d (4 replies)

Flatpak addressed one problem, but at tremendous cost.

sudoMakeUser@sh.itjust.works · 8 pts · 12d (2 replies)

I installed Mint the other day and for fun I went to the software store. I needed Qbittorrent so I hit download and got a prompt to download 4 gigabytes to install it. The .deb is 8 megabytes. In what world is that an acceptable solution?

chunes@lemmy.world · 3 pts · 11d (1 reply)

Yikes, that seems like an extreme case.

I understand qbittorent is a complicated piece of software, but does it really need 4 gigs of dynamic libraries or did flatpak really fuck up here?

sudoMakeUser@sh.itjust.works · 4 pts · 11d

I think a lot of it is a one time installation for a lot of the core flatpak libraries. So if I were to install a second flatpak, the download sizes would be a lot smaller. But the first package has a really big download.

MML@sh.itjust.works · 3 pts · 12d

Mostly solved, I cannot install dolphin mpn flatpak due to dependency errors, maybe it's not flatpaks fault but it kinda is

mic_check_one_two@lemmy.dbzer0.com · 7 pts · 12d

And Docker. There are a number of ways of packaging complete self-contained images with all of their dependencies included. In the olden days, managing dependencies on a stack of services was basically a full time job, especially when you had multiple services that all needed different versions of the same dependency.

Of course, the downside is that it potentially leads to bloat when you have multiple containers running. If you have three different images that are packaged with the same dependency version, you’re effectively running that dependency three times. Compared to simply running it once, and having all three services access it.

It’s really just a trade-off between convenience and efficiency, and most modern hardware is probably capable of handling a little bit of container bloat. Containers effectively take the modern AAA game dev approach of “we don’t need to make it ultra efficient or worry too much about compressing file sizes, because modern hardware will be able to handle it even if it’s inefficient. If users can’t boot it, we can just tell them to use better hardware.”

red_tomato@lemmy.world · 12 pts · 12d

”Why do you want to do that?”

ZombieCyborgFromOuterSpace@piefed.ca · 10 pts · 12d

I use Arch, btw. You should have installed Arch too. It crashes sometimes and I got malware a couple of times, but most of the time, if I troubleshoot it just right, it'll show me my desktop. But, hey at least it's at the latest version and has the latest features so I can brag about it. But you should just use Arch, bro. It's the best, bro.

bizarroland@lemmy.world · 10 pts · 12d (2 replies)

Those same people when you use an LLM to solve your problem:

What the fuck did you just fucking say about LLMs you little bitch? I'll have you know I graduated top of my class in the Navy Seals, and I've been involved in numerous secret raids on Al-Quaeda, and I have over 300 confirmed kills. I am trained in gorilla warfare and I'm the top sniper in the entire US armed forces. You are nothing to me but just another target. I will wipe you the fuck out with precision the likes of which has never been seen before on this Earth, mark my fucking words. You think you can get away with saying that shit to me over the Internet? Think again, fucker. As we speak I am contacting my secret network of spies across the USA and your IP is being traced right now so you better prepare for the storm, maggot. The storm that wipes out the pathetic little thing you call your life. You're fucking dead, kid. I can be anywhere, anytime, and I can kill you in over seven hundred ways, and that's just with my bare hands. Not only am I extensively trained in unarmed combat, but I have access to the entire arsenal of the United States Marine Corps and I will use it to its full extent to wipe your miserable ass off the face of the continent, you little shit. If only you could have known what unholy retribution your little "clever" comment was about to bring down upon you, maybe you would have held your fucking tongue. But you couldn't, you didn't, and now you're paying the price, you goddamn idiot. I will shit fury all over you and you will drown in it. You're fucking dead, kiddo.

dharmacurious@slrpnk.net · 9 pts · 12d

The only inaccurate part of this is thinking a Marine is using Linux. Been around service members my whole life. Marines use windows, air Force folks use Mac, and army soldiers end up on Linux. Lol

ExperimentalGuy@programming.dev · 7 pts · 12d

Holy fuck I forgot about this copypasta

khanh@lemmy.zip · 9 pts · 11d (5 replies)

i'd rather die than read a man page

iocase@lemmy.zip · 2 pts · 10d

Tldr is zoomer man pages and I love them

irelephant@lemmy.dbzer0.com · 1 pts · 11d (3 replies)

There are some useful manual pages I like to use, and there's some that exist just so there's a manual pages

khanh@lemmy.zip · 2 pts · 11d (2 replies)

i get that man pages can be useful sometimes but what in the world is that layout, maybe it's just me not getting used to them but why write them in such a hard to understand way?

iocase@lemmy.zip · 2 pts · 10d

It's a vestigial structure from Bell Lab's Unix documentation which prioritizes brevity and precision. It's like mathematics on Wikipedia. It's always written by some math nerd in terms that only fellow math graduate students will understand at a minimum.

I guess in the case of Linux it also came about because the people using it and developing it were fluent in it, so man pages can follow a rigid structure with extreme amounts of jargon. It also made it easier to compress and transfer in the early internet days as a side effect?

LodeMike@lemmy.today · 1 pts · 10d

At a time it was barely reasonable to assume anyone reading them would understand the undefined syntax they use.

Thorry@feddit.org · 9 pts · 12d (1 reply)

Did you read the last commit on the source? It would have told you exactly what you needed to know instead of wasting all of our time. It's called common courtesy...

ilinamorato@lemmy.world · 4 pts · 12d

What do you mean you didn't learn assembly and compile your own kernel? Did you not read the forum rules?

realitaetsverlust@piefed.zip · 7 pts · 12d (7 replies)

Me trying to get LLM tools to work.

I swear to god those things are fucking HORRIBLE. They all feel fucking vibecoded and untested. Customer wanted some generative AI thing working, hired me, well pays the bills so I gotta do it, and the pip install ALONE already resulted in dependency problems and when I somehow resolved those, turns out that multiple packages are just missing. And when you ask someone, it's like: "Uh it works for me" well thank you.

Just testing your fucking application before you toss it out in the wild is the least I expect from vibecoding retards.

Hawke@lemmy.world · 11 pts · 12d (4 replies)

Me trying to get LLM tools to work.

Well there’s your first problem.

realitaetsverlust@piefed.zip · 4 pts · 12d (2 replies)

If customers want it, I gotta do it. Can't force my beliefs and ethics on them or I'm not getting paid lmao.

Hawke@lemmy.world · 2 pts · 12d (1 reply)
realitaetsverlust@piefed.zip · 3 pts · 12d

"I might be homeless and starved to death, but at least I didn't work with LLMs!"

UninterestingVoid@reddthat.com · 1 pts · 12d
[ removed ]
lemmyvore@feddit.nl · 1 pts · 11d

I think the problem is, ironically, trying to use programmers for this. Not only are most of them opposed to vibe-coding out of principle; they work in ivory towers of pure math and can't seem to wrap their heads around the real world and real users being random; they also have surprisingly little respect for deterministic behavior, statistics, reproducibility, controlled environments, ACID, CAP theorem, you name it, they just don't give a shit as long as they can play with code.

Should use QA people instead. Their entire work revolves around getting reproducible results; they don't mind what tools they use to get there; they're not burdened by preconcieved dellusions of grandeur about knowing how to program; and they understand that the real world can be unpredictable.

MonkderVierte@lemmy.zip · 1 pts · 11d
[ removed ]
kureta@lemmy.ml · 6 pts · 11d (1 reply)

I have been using Linux for a very long time. My desktop, laptop, and server all have Linux installed. I haven't even seen a Windows system. in almost 10 years. Everyone around me uses Mac. But boy I hate man pages. I hated man pages for so long. I am. sure it's a skill issue but I don't care :)

tetris11@feddit.uk · 6 pts · 11d

Great for LLM's though. If someone invents a tldr utility that feeds man pages into a wood chipper LLM that can spit out examples for my exact usage then I will get down on all fours and blow that LLM until it spews out hot white gasoline all down my face and throat and someone tells me to run but I just look at them steadily, holding the LLM's shaft in one hand tightly whilst flicking open a lighter with another, and then grin

gjoel@programming.dev · 6 pts · 12d

This worked for me [sudo force delete root]!

[fork bomb] is a cryptic but easy solution.

melsaskca@lemmy.ca · 5 pts · 11d

Did Mom stab herself!? She must represent Microsoft.

snoons@piefed.ca · 5 pts · 11d (2 replies)

Okay, but what the hell is the original lmao

filcuk@feddit.uk · 2 pts · 11d

A cover to 'A 3 step guide to starting a new life'

LodeMike@lemmy.today · 2 pts · 11d

No captions.

ramenshaman@lemmy.world · 4 pts · 11d

$ man kill

$ man wtf

amoogus@lemmy.ml · 3 pts · 12d
[ removed ]
Zen_Shinobi@lemmy.world · 3 pts · 12d (17 replies)

I just get annoyed with questions that a simple 5 minute search will solve.

"What distro is best for gaming?"

"Will linux run on my (insert random PC specs)?"

"Why does (insert Windows/MacOS program) not work on the linux? Linux is crap then!"

"Recommend me a free antivirus software for linux"

"Why does Arch not work on my PC from the early 2000's?"

JoMiran@lemmy.ml · 20 pts · 12d (1 reply)

Why does Arch not work on my PC from the early 2000's?

It probably does though.

iknewitwhenisawit@fedinsfw.app · 6 pts · 12d

For real. "Which step in the install guide didn't work for you?"

Steve@startrek.website · 13 pts · 12d (1 reply)

First page of results:

  • “Try google, loser. -leetfurry1 jan 7 2013”
  • 19 ads for random products.
Zen_Shinobi@lemmy.world · 5 pts · 12d

Redirects to dead YT links

TabbsTheBat@pawb.social · 12 pts · 12d (8 replies)

I actually blocked someone over something like this =w=

An ex friend that kept bothering me for linux help, and would refuse to look at or read any source. Literally got so annoyed of them asking something, me telling them what to do, telling them the tools that can do it, and even linking sources that explain the tools, and they still message me with some rudimentary thing that's literally in the first paragraph of the step by step guide breaking down each argument etc.

Some people just don't want to try or be competent, they just want to shout "I don't know computers" and make you read out the same steps you just sent them

Dookieman12@piefed.social · 14 pts · 12d (1 reply)

There's a phenomenon called "learned helplessness" where people simply don't realize they're capable of doing such things for themselves. They hit the limits of their knowledge and instinctively look to another human for answers, failing to realize they're capable of taking the very same steps as the person they're asking.

I'm not making excuses for them, just telling you so you know what to research to understand it better. It's one of those things, once you know what it is, you start to notice it everywhere.

TabbsTheBat@pawb.social · 9 pts · 12d

Im very aware =w= I just got tired of putting on with it, especially with the way they were treating me like on call tech support expecting me to forego my plans or use my free time to assist with whatever, whenever

At some point even if you know why someone acts they way they do, you just have to throw in the towel and look out for your own health

OwOarchist@pawb.social · 6 pts · 12d (1 reply)

I bet that person is best friends with ChatGPT now.

TabbsTheBat@pawb.social · 8 pts · 12d

That person was in fact an LLM user. And I do believe it was specifically chatGPT =w=

panda_abyss@lemmy.ca · 3 pts · 12d (3 replies)

What source do/should you ever have to read though?

There’s probably an easier distro and solution for them

TabbsTheBat@pawb.social · 6 pts · 12d (2 replies)

They were on mint lol. They just wanted to do a bunch of random specific stuff like transferring their entire setup from one drive to another, and then transfer the windows to a drive their linux was on, or installing windows apps that require pretty specific setups (which usually had install scripts made for them, but even reading the guide to how to run those was something they were struggling to do) etc.

I mean, I did mention a lot of alternative solutions and all that, but they weren't always accepted

panda_abyss@lemmy.ca · 3 pts · 12d (1 reply)

Sounds like they should migrate to NixOS, they’ll get exactly that, but then they’ll message you every time they want to change anything.

TabbsTheBat@pawb.social · 2 pts · 12d

If I ever meet them in the wild I'll suggest they try nixOS x3

rumschlumpel@feddit.org · 9 pts · 12d

Most of the time, the golden move is to not engage at all when you aren't motivated to help. It's either that or newbies asking LLMs instead, and right now LLMs are probably winning.

ilinamorato@lemmy.world · 9 pts · 12d

Just in case the search algorithm points people here:

"What distro is best for gaming?"

Most of them are fine these days. Bazzite, CachyOS, SteamOS, and Nobara are the ones everyone seems to be talking about, and the differences between them all are probably going to come down to which games you want to play and your specific hardware.

"Will linux run on my (insert random PC specs)?"

Almost certainly yes. I don't care what the specs are, and you might have to try more than one distro for it to nail down the most performant one, but if Windows runs on it, some flavor of Linux almost certainly will too. Even Nvidia isn't a dealbreaker these days.

"Why does (insert Windows/MacOS program) not work on the linux? Linux is crap then!"

It probably does, and you just need a good installation guide. The only applications I've heard of that reliably fail to usably run on Linux with some combination of Wine tricks have been Adobe Creative Cloud and online multiplayer games that use kernel-level anticheat. You may be able to get away with using some other FOSS software replacement, or using a virtual machine to emulate Windows and run it in there, or you might find dual-booting Windows a reasonable compromise. But in any case, those applications don't work on Linux because the developers explicitly chose to make them incompatible with Linux, and continue to patch the application so that community workarounds are broken. Adobe decided you couldn't use their software on Linux, this isn't a failure of the open-source community.

"Recommend me a free antivirus software for linux"

Linux. You're probably fine; not because "nobody writes viruses for linux" (as some jokes online suggest) but because the way Linux is set up is at odds with the idea of computer viruses. Linux has a much more robust permissions system enabled by default which will prevent random programs from running without your consent. Of course you still need to be careful not to install shady packages, but that's true on Windows too.

Hundreds of millions of websites run on Linux servers. The community is very invested in making sure that they can't be exposed to viruses.

"Why does Arch not work on my PC from the early 2000's?"

Have you tried plugging your computer in?

DarrinBrunner@lemmy.world · 2 pts · 12d (1 reply)

I just get annoyed with questions...

Oh, no! That's terrible.

Zen_Shinobi@lemmy.world · 3 pts · 12d

Context

kalkulat@lemmy.world · 2 pts · 10d

Next time, install Cinnamon Mint !

ZILtoid1991@lemmy.world · 2 pts · 11d

Where's the "guy, who can't shut up about Neovim"?

lemmyvore@feddit.nl · 1 pts · 11d

A santoku, really?

quakki@discuss.tchncs.de · 1 pts · 11d

If you're a 'new linux user' then your only usecase is opening a browser and thats pretty much it. No PR needed for that lol.