@Spectacle8011@lemmy.comfysnug.space
@Spectacle8011@lemmy.comfysnug.space avatar

Spectacle8011

@Spectacle8011@lemmy.comfysnug.space

I read エロゲ and haunt AO3. I’ve been learning Japanese for far too long. I like GNOME, KDE, and Sway.

This profile is from a federated server and may be incomplete. Browse more on the original instance.

Spectacle8011,
@Spectacle8011@lemmy.comfysnug.space avatar

That would be the logical conclusion, but I believe Debian uses the old version for years after it’s unsupported and might backport security fixes depending on how severe they are. Either way, I personally wouldn’t trust Debian or Ubuntu to properly fix security issues with a program (or in this case, programming language) that they do not actively develop or maintain themselves.

Spectacle8011,
@Spectacle8011@lemmy.comfysnug.space avatar

So you’d think, but why else would Adobe bother developing a web version of Photoshop? Good to know, though.

Obviously it defeats piracy, but that argument doesn’t make sense if Adobe is still shipping a native version of Photoshop.

Spectacle8011,
@Spectacle8011@lemmy.comfysnug.space avatar

Stable or development branch?

Spectacle8011,
@Spectacle8011@lemmy.comfysnug.space avatar

This is good to know. I’m more into rolling releases like Arch, Fedora, and openSUSE anyway, so the latest Ubuntu’s packages tend to be a bit old for me anyway.

Spectacle8011,
@Spectacle8011@lemmy.comfysnug.space avatar

The main package I was thinking of was the kernel. I saw the recent Linux Experiment video by Nick and they were using a kernel version (6.1?) that was no longer supported nor an LTS.

Spectacle8011,
@Spectacle8011@lemmy.comfysnug.space avatar

It was interesting to hear your perspective!

I’m a newbie programmer (and have been for quite a few years), but I’ve recently started trying to build useful programs. They’re small ones (under 1000 lines of code), but they accomplish the general task well enough. I’m also really busy, so as much as I like learning this stuff, I don’t have a lot of time to dedicate to it. The first program, which was 300 lines of code, took me about a week to build. I did it all myself in Python. It was a really good learning experience. I learned everything from how to read technical specifications to how to package the program for others to easily install.

The second program I built was about 500 lines of code, a little smaller in scope, and prototyped entirely in ChatGPT. I needed to get this done in a weekend, and so I got it done in 6 hours. It used SQLite and a lot of database queries that I didn’t know much about before starting the project, which surely would have taken hours to research. I spent about 4 hours fixing the things ChatGPT screwed up myself. I think I still learned a lot from the project, though I obviously would have learned more if I had to do it myself. One thing I asked it to do was to generate a man page, because I don’t know Groff. I was able to improve it afterward by glancing at the Groff docs, and I’m pretty happy with it. I still have yet to write a man page for the first program, despite wanting to do it over a year ago.

I was not particularly concerned about my programs being used as training data because they used a free license anyway. LLMs seem great for doing the work you don’t want to do, or don’t want to do right now. In a completely unrelated example, I sometimes ask ChatGPT to generate names for countries/continents because I really don’t care that much about that stuff in my story. The ones it comes up with are a lot better than any half-assed stuff I could have thought of, which probably says more about me than anything else.

On the other hand, I really don’t like how LLMs seem to be mainly controlled by large corporations. Most don’t even meet the open source definition, but even if they did, they’re not something a much smaller business can run. I almost want to reject LLMs for that reason on principle. I think we’re also likely to see a dramatic increase in pricing and enshittification in the next few years, once the excitement dies down. I want to avoid becoming dependent on this stuff, so I don’t use it much.

I think LLMs would be great for automating a lot of the junk work away, as you say. The problem I see is they aren’t reliable, and reliability is a crucial aspect of automation. You never really know what you’re going to get out of an LLM. Despite that, they’ll probably save you time anyway.

I’m no expert, but neither is most of the workforce (although kernel work is, again, much more in the expert realm).

I think experts are the ones who would benefit from LLMs the most, despite LLMs consistently producing average work in my experience. They know enough to tell when it’s wrong, and they’re not so close to the code that they miss the obvious. For years, translators have been using machine translation tools to speed up their work, basically relegating them to being translation checkers. Of course, you’d probably see a lot of this with companies that contract translators at pitiful rates per word who need to work really hard to get decent pay. Which means the company now expects everyone to perform at that level, which means everyone needs to use machine translation tools to keep up, which means efficiency is prioritized over quality.

This is a very different scenario to kernel work. Translation has kind of been like that for a while from what I know, so LLMs are just the latest thing to exacerbate the issues.

I’m still pretty undecided on where I fall on the issue of LLMs. Ugh, nothing in life can ever be simple. Sorry for jumping all over the place, lol. That’s why I would have been interested in Linus Torvalds’ opinion :)

Made the switch to KDE

I’ve been using Fedora for a couple of months now, and have been loving it. Very soon after I jumped into this community (among other Linux communities) and started laughing at all the people saying “KDE rules, GNOME drools,” and “GNOME is better, KDE is for babies.” But then I thought, “Why not give KDE a try? The...

Spectacle8011,
@Spectacle8011@lemmy.comfysnug.space avatar

GNOME changed the way I used desktops. Dolphin changed the way I used file managers.

I always set Nautilus to use one-click behavior, but it doesn’t have handles like Dolphin does. And Dolphin has a built-in terminal. And other niceties. I like Nautilus too. I think both desktops have some good ideas and I like to bring some KDE ideas over to GNOME and vice versa.

But if there’s one thing I’m sure of, it’s that GNOME is much better designed than macOS.

The Unity Desktop Environment an Underrated Masterpiece (unityd.org)

Why is the unity is underrated when its what i use right now with Ubuntu Unity and its actually really great experience for my 2021 HP Stream 11 Laptop and i hope you all to share your experiences using the unity de in Debain Ubuntu Arch Fedora Gentoo Opensuse Etc thanks for your Amazing community my Wonderful Friends

Spectacle8011,
@Spectacle8011@lemmy.comfysnug.space avatar

Does Unity support Wayland?

Nope. However, UnityX, a prototype desktop environment (which will be available as a variant of Unity once ready), will include Wayland support.

I realize the name was likely chosen for completely unrelated reasons, but I can’t stop laughing about UnityX being the only variant of Unity with Wayland support.

Spectacle8011,
@Spectacle8011@lemmy.comfysnug.space avatar

No idea. It was the first time I ever used Linux. Ubuntu just booted into GRUB rescue mode after a month, and the only thing I can remember doing is installing another desktop environment. On Arch, I’ve had KDE and GNOME installed side-by-side for years now.

Spectacle8011,
@Spectacle8011@lemmy.comfysnug.space avatar

That’s a great explanation! Thank you, I get it now. I always did wonder what exactly IPC was about. Yay for Rust in the kernel.

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