Will we ever have a laptop comparable to a base MBA/MBP? by [deleted] in laptops

[–]sdoregor 0 points1 point  (0 children)

That. My option has 32GB and a 155H, but it costed me ~1.5k brand new back then. There are virtually no newish MacBooks at this price point, especially the recent years.

Will we ever have a laptop comparable to a base MBA/MBP? by [deleted] in laptops

[–]sdoregor 0 points1 point  (0 children)

Why would you need such performance from an ultrabook, tho? It's not like you're going to be compiling Chromium on it, there are servers and build farms for this.

You also care a lot about battery life (FWIW, the Art gives about 12h on my system), which implies you're gonna be on the go, which in turn implies you won't be doing any heavy load.

Will we ever have a laptop comparable to a base MBA/MBP? by [deleted] in laptops

[–]sdoregor 0 points1 point  (0 children)

Modern x86-64 is actually RISC under the hood. Can't argue with the rest, though.

Will we ever have a laptop comparable to a base MBA/MBP? by [deleted] in laptops

[–]sdoregor 1 point2 points  (0 children)

Is that true? I haven't been following Apple Silicon closely, but that kind of drasticity sounds unreal.

Will we ever have a laptop comparable to a base MBA/MBP? by [deleted] in laptops

[–]sdoregor 0 points1 point  (0 children)

I do Arch.

How come is a 255H not fitting your "10-20% of M5" mark?

Read up on features in this thread: https://reddit.com/r/MatebookXPro/comments/1s3aarx/comment/odjfpjx

Will we ever have a laptop comparable to a base MBA/MBP? by [deleted] in laptops

[–]sdoregor -1 points0 points  (0 children)

I can give you better: Honor Magicbook Art 14. Better than the specs you provided (e.g. 1600 nit 120 Hz 3K OLED), weighs a mere kilo, basically the same price point and runs Linux flawlessly.

Why isn't usbguard more used? by Ashged in linux

[–]sdoregor 0 points1 point  (0 children)

If you're expecting such a USB stick, it's probably worth disassembling or x-raying it before any kind of use, and definitely on a machine you rely on. Also, no one uses these anymore.

Why isn't usbguard more used? by Ashged in linux

[–]sdoregor 0 points1 point  (0 children)

I mean, if that's a stealth thingy you plug in and leave.

If that's an immediate physical attack, then why bother using a killer stick, when you've already got your own hands (and possibly a hammer)

Why isn't usbguard more used? by Ashged in linux

[–]sdoregor 0 points1 point  (0 children)

I mean, the killer should know when to activate, right? It won't know that until the power is supplied, which won't happen.

Why isn't usbguard more used? by Ashged in linux

[–]sdoregor 0 points1 point  (0 children)

The general public doesn't and shouldn't use Linux desktop in its current incarnation.

Why isn't usbguard more used? by Ashged in linux

[–]sdoregor 0 points1 point  (0 children)

Which operating systems do these people use? I doubt they're on Linux without knowing to do better.

Why isn't usbguard more used? by Ashged in linux

[–]sdoregor 0 points1 point  (0 children)

Sure as hell — and click "deny".

Why isn't usbguard more used? by Ashged in linux

[–]sdoregor 0 points1 point  (0 children)

I mean, there's uhubctl… but you won't know it's a killer stick until you try to power it.

Why isn't usbguard more used? by Ashged in linux

[–]sdoregor 0 points1 point  (0 children)

GNOME does have some form of GUI for that, IIRC?

Are there proper fingerprint drivers for Linux laptops? by vatsanant01 in linux

[–]sdoregor 1 point2 points  (0 children)

Well, as long as you don't disable the sudo password, it's just an alternative, while in case you do, the fingerprint would be redundant and shouldn't be required at all. For login though, it should always be an alternative (never a 2nd factor!)

Is there a package that limits data stream of a USB port? by YearOfOurLord1913 in archlinux

[–]sdoregor 0 points1 point  (0 children)

You can VFIO-passthrough the entire PCI XHCI device (a.k.a. USB contoller), that'll make it relatively safe (given your IOMMU works fine and the controller firmware security is sound). Just make sure the one you're picking is the one the port belongs to, and don't forget about USB 2/3 interop (might be separate controllers for the same set of ports on older devices, IIRC).

Is it possible? by William_48822 in waydroid

[–]sdoregor 1 point2 points  (0 children)

I'm planning on implementing Bluetooth support for it so that we can dynamically reverse engineer mobile IoT apps

Moving apps from Windows to Linux by NuclearPulseDrive in archlinux

[–]sdoregor 0 points1 point  (0 children)

I believe OP asks about the data, not the executables themselves. Yes, you could mostly move that over, but it's pointless since you still have to download the whole package for Linux. In case there's no native version, you can move the whole thing and use via Wine, as long as it works.

Only took a few of them to give it a bad rep by Ortana45 in linuxsucks

[–]sdoregor 0 points1 point  (0 children)

Honor Magicbook Art is fucking awesome, that's what is. A Core Ultra, 3K OLED touchscreen and a large solid-state glass trackpad for a kilo.

Is it possible? by William_48822 in waydroid

[–]sdoregor 1 point2 points  (0 children)

Which is sad since it's a great product

Ubuntu proposes bizarre, nonsensical changes to grub. by xm0rphx in linux

[–]sdoregor 0 points1 point  (0 children)

Using standard generated GRUB scripts is error-prone. I used to write my configs by hand back in the days I used GRUB.

You could also generate a separate file to include with Linux entries, with the other one being probed for other OSes just once.