linux

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

taanegl, in Gentoo goes Binary (packages)

Wait, didn’t Gentoo have a binary cache? I seem to remember many years ago that I used one…

LogicalDrivel, in Could 2024 be the year of the diagonal linux desktop?
@LogicalDrivel@sopuli.xyz avatar

I’m just going to leave this here …m.wikipedia.org/…/Betteridge's_law_of_headlines

Quazatron, in Gentoo goes Binary (packages)
@Quazatron@lemmy.world avatar

Good, I might try it now.

When you have more life behind you than ahead of you, time suddenly becomes precious.

kerrigan778, in Could 2024 be the year of the diagonal linux desktop?

No.

Chewy7324, in Does Wayland really break everything? (Nate Graham's OG post ref'd in the Phoronix article)

Same topic, original article linked in post description. lemmy.ndlug.org/post/523560

isotope, in I've started building a TUI for Lemmy

Looks good! You might want to join forces with github.com/LunaticHacker/lemmy-terminal-viewer

thecookingsenpai, in Gentoo goes Binary (packages)
@thecookingsenpai@lemmy.world avatar

When Arch switching to brew as one and only package manager

LainOfTheWired, in Gentoo goes Binary (packages)
@LainOfTheWired@lemy.lol avatar

I think it’s a good move. It doesn’t take anything away from people who want to keep compiling everything, but now people on especially old laptops can enjoy the distro too.

Though I will probably continue being a void user this makes me want to use gentoo more then it did before.

_s0me_guy_, in Gentoo goes Binary (packages)

Good for them

MonkderZweite, (edited ) in I've started building a TUI for Lemmy

There’s TIV/FIM/imgfb if you’re looking for ways to render images in terminal. Or convert them to sixel.

MonkderZweite, in I've started building a TUI for Lemmy

One reason more to stop with the silly text-in-image posts. There’s a text-only post option, you know guys? Lemmy is not Instagram.

wiki_me, in Linus Torvalds on the state of Linux today and how AI figures in its future

That said, Torvalds continued, “Rust has not really shown itself as the next great big thing. But I think during next year, we’ll actually be starting to integrate drivers and some even major subsystems that are starting to use it actively. So it’s one of those things that is going to take years before it’s a big part of the kernel. But it’s certainly shaping up to be one of those.”

I don’t know about that, languages which are based on standards (c++ , javascript, c) seem to have much better enduring popularity, i don’t want to see rust becoming less and less popular which will lead to less available developers (like what is happening with ruby).

jaybone,

Yeah… rust in the kernel scares me. Lol they are already worried about not having enough contributors, so…?

onlinepersona,

they = rust or the linux kernel?

The linux kernel doesn’t have enough contributors because it’s really difficult + the entire organisational side of it works on antique tech (IRC and mailinglists). The majority of the project itself is also in C which has a horrible developer experience: linting, documentation, debugging, code completion, and the lack of a proper IDE. The entire development cycle is convoluted. How do you seriously want to attract people to the project if everything looks like it’s still in a development cycle of the 90s?

If I were to discover a one-line bug in the kernel by reading it, actually testing the one-line fix would take me, as a newbie probably a solid week. Getting it into the kernel itself would probably take even longer.

The kernel is also known for Linus’ outbursts and being filled with neckbeard elitists. The project in my eyes has an image problem.

As for rust, if that’s what you meant, I’d be interested in knowing the source for not having enough contributors.

hansl,
0ops,

I assumed that he was talking about the fact the the languages he listed have a lot of syntax in common with each other, and with a few other languages. I could be wrong though

GustavoM,
@GustavoM@lemmy.world avatar

I too can’t wait to compile the kernel (and its modules) on cargo.

ikidd,
@ikidd@lemmy.world avatar

I’ll prep my supercomputer.

TheFriendlyArtificer,

Speaking as a non Rustacean, I’m pretty okay with it becoming more integrated.

It’s safe, performant, and isn’t any more difficult to pick up than C++. C has a weird aura about it that makes it seem intimidating despite the fact that it is the simplest language (macros notwithstanding) that I’ve ever used.

Based on Google’s recent track record of mind-boggling incompetence on all fronts, I want Go kept as far away from core functionality as humanly possible. This leaves either adding more cruft to an already ungainly C++, continuing to use Boost (another Google product) with C, or to pivot to a more modern language.

caseyweederman,

Agreed re: Google.
I dunno what the solution is. The world without Google is going to be a very different place. Do you think it’s even possible for them to turn things around?

TheFriendlyArtificer,

I think it would take a pretty major sea change for them. They technically split up into Alphabet, but I don’t know of a single person that actually uses that when describing them.

Even if they did change things around, and I would wager that the entrenched bureaucracy will make that impossible, their name is toxic to a lot of tech nerds. We may be a minority, but we talk and people listen. Even the non techies in my life know that they can’t maintain a simple messaging app, responded to (rightful!) concerns about data loss by locking the support threads, and has jacked up the price of YouTube on a yearly basis.

They’ve spectacularly failed at video game consoles, social media, banking/credit cards, IOT, messaging, video, and can’t even maintain a semblance of consistency in their office suite. At work I have three different ways to receive instant messages, and it’s a crapshoot as to which one a coworker will use.

And let’s not even get into how absolutely useless their search is now that everything has been gamed by SEO. Duckduckgo has been my default for years, but now it’s consistently returning better results than big G.

If they managed to correct course tomorrow, it would take multiple years for me to even begin to trust them again.

caseyweederman,

Yeah. Extremely unlikely and probably impossible.
It’s incredible how very much they have been able to fail but still continue operating.

samwwwblack, (edited ) in Laptop keyboard unresponsive - I think my (unknown) laptop is affected by the kernel Zen IRQ regressions - how do I work around this?

The 6.5 kernel should have the fix for this included, so you could try using that kernel instead of 6.1?

tsonfeir, (edited ) in Is it possible to flash a new OS onto an old iPad 2?
@tsonfeir@lemm.ee avatar

Nope. You’re hosed. Can’t even put Linux on it. Great piece of hardware still, total trash.

Aatube,
@Aatube@kbin.social avatar

You forgot jailbreaking

tsonfeir,
@tsonfeir@lemm.ee avatar

Nope. Won’t work. It did back in the day, but nothing will run on it anymore because the OS version required won’t install. I have an iPad 2, I’ve tried.

No doubt, the hardware could run Ubuntu Touch, alas Apple are dicks like that.

ElderWendigo, (edited ) in Where can I post questions on how do construct formulas in Onlyoffice/Libreoffice spreadsheets?

A spreadsheet is always going to be a bad fit for a problem like this. You want something like the command line tools sed and awk (maybe combined with some simple regex) to parse a stream of input like this. These tools were literally built to solve this kind of problem. If you are stuck in windows, the Windows Subsystem for Linux will have these tools.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linux@lemmy.ml
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #