sh.itjust.works

voodooattack, to linuxmemes in AMA

Nano or vim?

0x4E4F, (edited )
@0x4E4F@sh.itjust.works avatar
Vytle, to linuxmemes in AMA

Is it pronounced 'Sue-Due" or “Pseudo”?

0x4E4F,
@0x4E4F@sh.itjust.works avatar

It’s pronounced "su-mo”.

pkill, to lemmyshitpost in Bad coding

I mean, correcting a LLM until it spews out something that mostly works is just good old shotgun debugging, prove me wrong

0x4E4F,
@0x4E4F@sh.itjust.works avatar

Hey, it works in RCE 🤷.

bobs_monkey, (edited )

No no, that’s a very valid point. Get an llm to write this article, submit it $techcurrenteventszine and someone pay this man!

Ephera,

Personally, I feel like it has most resemblance with empirical science. So, not really much to do with programming or software engineering…

jaybone,

Is an LLM machine learning? In ML you are usually predicting a value based on values in the training set. That’s not really what an LLM does it seems. Maybe it uses some ML under the hood.

pkill,

LLM is pretty much guessing the next word

Korne127, (edited )
@Korne127@lemmy.world avatar

In ML you are usually predicting a value based on values in the training set

No, that’s just a small part of ML: Supervised learning. There also is unsupervised learning, reinforcement learning and a whole bunch of other things in machine learning; It’s a way bigger field than just that.

And about your question: Yeah, LLMs are a prime example of machine learning. Very simplified, they use a kind of recurrent neural network to take inputs of arbitrary lengths and give outputs. They are trained on huge loads of data (text) to auto-complete the data (so that they get e.g. a sentence as input and give a second sentence that’s likely the next sentence in the data as output). E.g. “Today I went” as input could generate “to school.” as output.

ChatGPT is based on these LLMs like GPT-4 in the way that the start of the input data is commands in human language for the bot how to behave. (E.g. “You are called ChatGPT. You are not allowed to […]. You are helpful and friendly.”), then adding the user input. The LLM then generates what the chatbot described with the given characteristics would give as an output based on the training set and it’s returned as the output by ChatGPT.

loaExMachina, to linuxmemes in AMA

Should we say GNU/Linux instead of Linux if we’re referring to the whole OS ?

cyanarchy,

LiGNUx is a hill I’m entrenched and ready to die on.

0x4E4F, (edited )
@0x4E4F@sh.itjust.works avatar

No, because Linux can work even without GNU. You just have to recompile everything against musl.

loaExMachina,

The mask has fallen.

thecrotch,

Is GNU really just unix in disguise?

laurelraven,

Well, it stands for GNU’s Nearly UNIX, so probably

victorz,

No. Otherwise where’s the limit? GNU/Linux/systemd/Xorg/i3/Firefox/kakoune?

mexicancartel,

What if i call it GNU and put the limit there

victorz,

What if I call it your mom

(jk I luv u)

stoicmaverick,

I’d just like to interject for a moment. What you’re refering to as Linux, is in fact, Systemd/Linux, or as I’ve recently taken to calling it, Systemd plus Linux. Linux is not an operating system unto itself, but rather another free component of a fully functioning EMACS plugin made useful by Systemd.

BustinJiber, to linuxmemes in AMA

Last time I installed Kubuntu I was stopped by an seemingly undealable-with overscan issue, like 20% of the view was outside the screen and NVIDIA control panel sucked. So I had to go back to Windows after like half a week of googling and no dice, it was unacceptable. Thoughts?

EuroNutellaMan,
@EuroNutellaMan@lemmy.world avatar

You should try ball busting

0x4E4F,
@0x4E4F@sh.itjust.works avatar

You need to set the image in the monitor to the left or right (depending which side was being cut off).

BustinJiber, (edited )

Not an option with this TV. And it was all sides. It was easily fixable on Windows, I somehow figured it out on Raspberry PI OS and Kodi. But the Linux NVIDIA configuration had like one slider and I have no idea what is that even suppose to do. Shows how much they care.

0x4E4F, (edited )
@0x4E4F@sh.itjust.works avatar

Please refer to the answer of the question “Why do Linux users hate Nvidia”.

BustinJiber,

I’m not even Linux user and can join that crowd.

bionicjoey, to thefarside in 24 January 2024

This reminds me of the cross-eyed glasses in The Jerk

transmatrix,

Use the Opti-Grab!

jaschen, to linuxmemes in AMA

So someone suggested to me that Linux is amazing for gaming.

I decided to split boot and installed Mint and attempted to play Forza Horizon 5. It literally runs like a potato. Also my Logitech steering wheel doesn’t work and has major input lag.

Since you know so little about Linux, my question is what are you having for dinner?

0x4E4F,
@0x4E4F@sh.itjust.works avatar

Have no idea, still haven’t had breakfast…

AProfessional,

I don’t use a wheel but FH5 does work well here.

jaschen,

I think my Nvidia mobile 3070ti card is being funky. I think I got it to run better after trying some ideas online, but there are lag spikes and the steering wheel still didn’t work. Just deleted Mint and decided against Linux gaming for now

AProfessional,

FWIW i played it on Linux launch week on a 3080, it actually crashed less than on my Windows install. But that’s fair there are a lot of variables that could cause issues.

nogrub,

i gues you use an laptop with that i guess you have an integrated gpu and one for offloading that leads to my question do you use prime-run ?

jaschen,

I was getting Prime-run not found. I forgot what else I did, but finally got it working. The lag spikes made it a bit unplayable esp since this setup is for my dedicated racing simulator.

thegiddystitcher, to lemmy_stitch in ClickStitch v1.1 - Manage inventory and highlight missing skeins for new projects
@thegiddystitcher@lemm.ee avatar

Looks like a really nice addition! I’ll have to play around with it later :D

ClickStitch,

Thanks, let me know how it goes!

Octopus1348, to linuxmemes in AMA
@Octopus1348@lemy.lol avatar

What does sudo rm -rf / --no-preserve-root do? I found it on some sketchy article.

0x4E4F,
@0x4E4F@sh.itjust.works avatar

It removes the root from the apple tree in Eden and saves Eve from making the first sin, humanity being banished from heaven and all that.

PM_ME_VINTAGE_30S, to linuxmemes in AMA
@PM_ME_VINTAGE_30S@lemmy.sdf.org avatar

Which Linux distribution should I run on my Arduino Uno for maximum performance?

0x4E4F,
@0x4E4F@sh.itjust.works avatar

RedStar OS.

uis,
@uis@lemmy.world avatar

LFS

nogrub,

we all know its hannah montana os

latca, to linuxmemes in AMA

What is a bootloader and why would anyone want to load boots?

BleatingZombie,

You load your boots after installing Java in the the morning

0x4E4F,
@0x4E4F@sh.itjust.works avatar

Cuz… where else are you gonna put your load 🤨…

sounddrill,

Ayo? 🤨

0x4E4F,
@0x4E4F@sh.itjust.works avatar

No no no, you have to stir it to become ayo.

callyral, (edited ) to linuxmemes in AMA
@callyral@pawb.social avatar

I’d like you to guess which one of these is fake:

  1. How do I install Hyprland on NixOS using Flakes?
  2. How do I install systemd-dispatcher on Void Linux RC?

Edit:

OP has answered, the answer isthat the second one is fake, the first one is real.

ook_the_librarian,
@ook_the_librarian@lemmy.world avatar

Whichever one is fake could be real tomorrow.

makunamatata,

There is always an alternate reality

AVincentInSpace,

do you have any idea the shitstorm that would go down in the Void Linux forums

thecrotch,

Is it anything like the daily shit storm in every Linux community?

renzev,

Not OP but I know which one is fake because I remember actually doing the other one haha

cyanarchy,

If you didn’t tell me one of these were fake I would never have questioned it.

ook_the_librarian,
@ook_the_librarian@lemmy.world avatar

Honestly, just because one is nonsense, it wouldn’t mean it’s fake. I’ve read help forums.

PoolloverNathan,

…Neither?

unlawfulbooger,

You’re good. I know one of these is definitely real, but the other one is plausible enough to make me think both are real

0x4E4F,
@0x4E4F@sh.itjust.works avatar

They are both fake. Neither of them show up any results on google searches.

Prunebutt, to linuxmemes in AMA

Can you explain network sockets to me?

0x4E4F,
@0x4E4F@sh.itjust.works avatar

They’re just regular sockets that do most of the work… the net thing is just added to complicate things.

Archer,

As a network engineer I can confirm

uis,
@uis@lemmy.world avatar

Now what about network socks?

0x4E4F,
@0x4E4F@sh.itjust.works avatar

You wear them when networking.

half_built_pyramids, to linuxmemes in AMA

Op isn’t answering shit

Just like Linux

Strider,

Return code 0 is good.

0x4E4F,
@0x4E4F@sh.itjust.works avatar

sh.itjust.works was having issues.

ryannathans,

The irony

victorz,

It works like shit

0x4E4F, (edited )
@0x4E4F@sh.itjust.works avatar

It really does 😂.

To be fair, it’s free, so I can’t complain 🤷… and it doesn’t happen often… like once every few hours…

DarkDarkHouse,
@DarkDarkHouse@lemmy.sdf.org avatar

sh.itbarely.works

mexicancartel,

Shit.just.wont.works.most.of.the.time.but.not.every.time

0x4E4F,
@0x4E4F@sh.itjust.works avatar

Exactly!

Hazrod, to linuxmemes in AMA

Why do Linux users hate Nvidia?

0x4E4F,
@0x4E4F@sh.itjust.works avatar

Because Nvidia hates Linux users. They’re just returning the favor.

Tartas1995,

That is surprisingly accurate

VinesNFluff,
@VinesNFluff@pawb.social avatar

That’s literally just correct. Are you sure you don’t know your Linux lore?

0x4E4F,
@0x4E4F@sh.itjust.works avatar

I know nothing!

  • All
  • Subscribed
  • Moderated
  • Favorites
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #

    Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 18878464 bytes) in /var/www/kbin/kbin/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php on line 171

    Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 10502144 bytes) in /var/www/kbin/kbin/vendor/symfony/error-handler/Resources/views/logs.html.php on line 36