linux

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

LainOfTheWired, in An open-source, cross-platform terminal for seamless workflows
@LainOfTheWired@lemy.lol avatar

I just finished my perfect st build after switching from kitty. So I’m not really interested in getting something even more bloated then what I used to use.

At least they aren’t going for the new user friendly marketing they were a few weeks back, as they have nothing that would of helped me as a new user a few years ago

JakenVeina, (edited ) in Just about every Windows and Linux device vulnerable to new LogoFAIL firmware attack

Did anyone really think that making UEFI systems the equivalent of a mini OS was a good idea? Or having them be accessible to the proper OS? Was there really no pushback, when UEFI was being standardized, to say “images that an OS can write to are not critical to initializing hardware functionality, don’t include that”? Was that question not asked for every single piece of functionality in the standard?

yum13241,

Yes.

HiddenLayer5, (edited )
@HiddenLayer5@lemmy.ml avatar

It breaks the cardinal rule of executing privileged code: Only code that absolutely needs to be privilaged should be privileged.

If they really wanted to have their logo in the boot screen, why can’t they just provide the image to the OS and request through some API that they display it? The UEFI and OS do a ton of back and fourth communication at boot so why can’t this be apart of that? (It’s not because then the OS and by extension the user can much more easily refuse to display what is essentially an ad for the hardware vendor right? They’d never put “features” in privileged code just to stop the user from doing anything about it… right?)

gerdesj,

Did anyone really think that making UEFI systems the equivalent of a mini OS was a good idea

UEFI and Secure Boot were pushed forcibly by MS. That’s why FAT32 is the ESP filesystem.

If I had to guess, a brief was drafted at MS to improve on BIOS, which is pretty shit, it has to be said. It was probably engineering led and not an embrace, extinguish thing. A budget and dev team and a crack team of lawyers would have been whistled up and given a couple of years to deliver. The other usual suspects (Intel and co) would be strong armed in to take whatever was produced and off we trot. No doubt the best and brightest would have been employed but they only had a couple of years and they were only a few people.

UEFI and its flaws are testament to the sheer arrogance of a huge company that thinks it can put a man on the moon with a Clapham omnibus style budget and approach. Management identify a snag and say “fiat” (let it be). Well it was and is and it has a few problems.

The fundamental problem with UEFI is it was largely designed by one team. The wikipedia page: en.wikipedia.org/wiki/UEFI is hilarious in describing it as open. Yes it is open … per se … provided you decide that FAT32 (patent encumbered) is a suitable file system for the foundations of an open standard.

I love open, me.

evranch,

UEFI is flawed for sure, but there’s no way that any remaining patents on FAT32 haven’t expired by now.

OmnipotentEntity, (edited )
@OmnipotentEntity@beehaw.org avatar

You may be surprised to learn that they didn’t all run out until 2013. UEFI had been around for 7 years by this time, and Microsoft was doing patent enforcement actions against Tom Tom during this time period.

Sure, they’re expired now, but not at the time. It was supposed to be an open standard at the time.

HiddenLayer5, (edited )
@HiddenLayer5@lemmy.ml avatar

Why software patents are a leech on software development: exhibit number 4,294,967,295.

interceder270,

Less is more. I feel we’ve forgotten that so worthless designers can justify their useless existences.

Shareni, (edited )

Yeah, the designers were lobbying to force showing hardware ads during boot…

Less is more.

Listen to your own maxim.

Railison, (edited ) in Darling runs macOS software directly without using a hardware emulator

I do love the https://ss64.com/osx/textutil.html program in MacOS, very powerful and easy to use. Maybe this will run it.

shrugal, (edited ) in Darling runs macOS software directly without using a hardware emulator

Oh come on, we could have lived in a world where the translation layers are called WINE and DINE!

RickyRigatoni,
@RickyRigatoni@lemmy.ml avatar

How petty would it be to make a fork of it just to rename it to DINE?

whostosay,

You’d likely need to write someone complimentary software called KNIFE.

shrugal,

It’s the only logical choice!

GBU_28,

FORK IT

ElBarto,
@ElBarto@sh.itjust.works avatar

The right kind of petty.

ouRKaoS,

I mean, “Wine, Darling?” Is still pretty good

CaptDust, (edited ) in Hardware video acceleration

Noting, this PSA is absolutely useful for older components - especially Intel, but anyone using something newer than Skylake (circa 2015) is probably already set up with intel-media-driver or the nv/amd video driver.

nvtop is a useful tool to monitor GPU activity and the decoder in use when a video plays, if you’re unsure

interceder270, in Manjaro OS

Manjaro is the best.

The longer you spend in these internet communities, the more you’ll realize there’s a substantial amount of losers who can’t form their own opinions. They’ll just repeat whatever is popular in order to fit in.

ardent_abysm, in CentOS Stream for a private KDE Desktop?
@ardent_abysm@lemm.ee avatar

OpenSuse Leap might be closer to what you are looking for.

pastermil,

I love OpenSUSE Leap KDE! Been using it on my living room.

But the question still stand: Any RHEL-based with first-class KDE support?

Strit,
@Strit@lemmy.linuxuserspace.show avatar

I actually thing that Fedora is your best bet here. Especially if you really need Red Hat based.

pastermil,

I personally (and professionally) use Debian/Ubuntu based most of the time. I’ve tried Fedora several times over the last few years, but it just never sit right with me, especially the package manager and how much it sticks to GNOME stuff, even with its KDE spin.

I’ve been trying to get into RHEL based out of curiosity.

Strit,
@Strit@lemmy.linuxuserspace.show avatar

Isn’t the package manager the same on CentOS/RHEL and Fedora? I mean, they are all rpm based distributions. OpenSUSE is also rpm based btw.

pastermil,

That is true, RHEL and Fedora both uses dnf. This is probably why I’m having a hard time getting into RHEL.

Meanwhile, OpenSUSE uses zypper which is different from dnf. In fact some .rpm packages are incompatible between the two.

davemeech, in An open-source, cross-platform terminal for seamless workflows

I’m looking for a terminal like warp that’s Linux compatible and this initially looked promising but the comments on how bloated it is is discouraging.

rwhitisissle, in Darling runs macOS software directly without using a hardware emulator

I don’t really understand the appeal of this. What command line software is there on MacOS that there isn’t an adequate equivalent to on Linux?

sparky,
@sparky@lemmy.federate.cc avatar

Well, none. One assumes the aspiration is to implement Cocoa, to allow GUI apps to run.

sparky,
@sparky@lemmy.federate.cc avatar

Well, none. One assumes the aspiration is to implement Cocoa, to allow GUI apps to run.

lelgenio,
@lelgenio@lemmy.ml avatar

For me the appeal is potentially being able to verify that my code at least compiles and has basic functionality on Darwin. No idea if this can be useful for anyone other than developers.

Pantherina,

Its a first step. And then some day complex software can run, even though I have the feeling that has all shady DRM stuff inside

planish, in Just about every Windows and Linux device vulnerable to new LogoFAIL firmware attack

Hello I am writing the firmware for MotherBoard 2021, a definitely completely different product than MotherBoard 2020, I am going to ship in in 2 weeks for Christmas, and I am going to write an image decoder on top of bare metal, and it is “not” going to let you hack the pants off the computer.

Said no one ever.

Chewy7324, in systemd 255 Released With A "Blue Screen of Death" For Linux Systems

Some Highlights:

  • A new component “systemd-bsod” has been added to show logged error messages full-screen if they have a “LOG_EMERG” log level. This is intended as a tool for displaying emergency log messages full-screen on boot failures. Yes, BSOD in this case short for “Blue Screen of Death”. This was worked on as part of Outreachy 2023. The systemd-bsod will also display a QR code for getting more information on the error causing the boot failure.
  • Hibernation into swap files backed by Btrfs are now supported.
  • Support for split-usr has been removed.
KiranWells,
@KiranWells@pawb.social avatar

Actually looking forward to the btrfs swapfile hibernation; I have tried setting it up on my machine before but the documentation was never clear on whether it would work (or why mine wasn’t).

plasticcheese, in Manjaro OS

I’ll keep it short and sweet.

I’ve been using Manjaro for about 6 years now.

When I had an Nvidia GPU, it would break after quite a few updates and need a rollback.

Then I moved to an AMD card, and I haven’t had any issues at all.

Like…at all.

The End.

nickwitha_k, in An open-source, cross-platform terminal for seamless workflows

I’m unsure that I would find this useful. While I might want a good solution to view web content on the terminal (with a modern, w3c standards rendering engine) so that I can do less outside of the terminal, I don’t think I see the utility of using web tech to power my zsh and vim usage. I am enjoying my balance of utility and perf with kitty.

I hope you have a good experience and share your findings.

mateomaui, in systemd 255 Released With A "Blue Screen of Death" For Linux Systems

Seems like some kind of sacrilege.

Vilian,

i totally understand if they named it bsod just for the meme, it’s funny also they could make an option to change de color :b

mateomaui,

They could have gone with the “Red Screen of Wrath” or something.

Thorned_Rose,
@Thorned_Rose@kbin.social avatar

Back about two decades when I was using Windows and it was till easily customisable, I changed the bsod colour to red for funsies. Windows being Windows crashed and went to my red screen of death - my ex's cousin saw it and thought it was something really really bad, "Wow, a red screen, never seen that before. Must be even worse than blue". No mate, I just customise the shit out of anything I touch 😅

db2,

Mauve Screen of Suffering

EonNShadow,

The thought of someone’s Linux install failing catastrophically, displaying a “MSoS”, then the user switching back to the is MS OS because of it is funny to me.

mateomaui,

That almost sounds soothing.

zero_spelled_with_an_ecks,

Lilac of Log Level 1

verdare,

I’m giving you bonus points for the alliteration.

pastermil,

Tosca Screen of Wailing

kpw, (edited )

Crimson Screen of Grief

0x0,

Fuchsia Screen of Disappointment

snake,

Agreed, bsod is precisely what I’ve been running from with Linux.

julianh,

Correct me if I’m wrong but isn’t this basically just better error reporting? It’s not like it’s gonna crash more often, it will just actually show log info if something catastrophic happens.

ikidd,
@ikidd@lemmy.world avatar

A BSOD that gave you a clue about why it happened would be a welcome change.

Vilian,

that’s the goal, they also gonna implement the QR code, but not like the crappy of QR code on windows(that send you to a suppirt page with a dozen of possible sulution, where nothing work), the qr code is going translate to the kernel panic message, i liked, i can scan the qr code and search the error on my cell

kpw,

No, there is a random crash every six hours now to increase familiarity.

Laser,

Unfortunately this only affects boot messages, not normal system operation, for that you still get core dumps and kernel panics / oops

Chewy7324, in 100 Million Firmware Updates Supplied By The LVFS

FWUPD/LVFS (Linux Vendor Firmware Service) has made it remarkably easy to update a lot of system firmware and device/peripheral firmware under Linux. Prior to widespread LVFS support it was often a daunting chore for Linux users to update device firmware with frequently needing to boot into a Microsoft Windows installation, resorting to FreeDOS for system BIOS updates in the olden days, or go without updating firmware.

www.phoronix.com/news/LVFS-100-Million-Firmware

db2,

My ad blocker turned off at some point and I loaded that link without it… holy shit was that obnoxious. The ads moved things around, blocked the article, autoplayed videos… and that’s what we’re supposed to be appreciative of and turn off our ad blockers for? 🤢

FigMcLargeHuge,

This is what a ton of links end up being. I don’t know how anyone thinks that is an even acceptable user experience. Shit just popping up and covering the actual content. Actual content spread out like you are supposed to search for where the next paragraph is. The current state of most websites is just absolute shit. I end up going in and turning off javascript, since that seems to be the herpes that is behind most of this. I am not sure who or how people are making money off this advertising, but it needs to end (without having to resort to adblockers or disabling javascript). Ads have just absolutely fucked most web browsing and that’s sad.

taladar,

Ads have just absolutely fucked most web browsing and that’s sad.

It is actually much, much worse than that. Ads have pretty much fucked up

  • our privacy since most tracking of your personal life is ad-related (pretty much all besides government surveillance)
  • our health (smoking, alcohol, sugary foods,… are all heavily pushed by advertising)
  • our climate (dito with fossil fuels, cars and other climate killer technologies)
  • our politics (Cambridge Analytica and similar propaganda campaigns as well as closely ad-related propaganda in movies and other types of media)
  • our attention spans and emotional stability (content optimized to keep us watching/clicking/… tends to be super-short and enraging)
  • our freedom of speech (“advertiser friendly” (self-)censorship and demonitization)
  • our news (what gets ad clicks gets reported and in the way to optimize clicks)

There are probably a few things I forgot but this should give you an idea of the scope of the problem.

FigMcLargeHuge, (edited )

I 110% agree with you on all points. I have been complaining and telling people about privacy till I am blue in the face, and it just seems like the general public doesn’t care. They just do not care that every second of their life is under surveillance and the data is sold to the highest bidder.

Dirk,
@Dirk@lemmy.ml avatar
lemann,

Holy moly that is an absolute sh*t ton of ads!

westyvw, (edited )

I said this about 2 weeks ago. I was trying to support Phoronix and was browsing on mobile. The site was unusable. They need to get control of that. I have websites and I refuse to ever run ads. Then again, I am not in it for the money.

On the other hand the number of websites that are using ChatGPT to create content, images, and links solely to push ads for profit is getting larger every day. It does not take any effort either. You can pay a monthly fee to have a service auto update your site and the ads are automatic too.

I am beginning to not trust sites that run ads.

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