linux

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

dino, in Just install EndeavorOS lol

This is so ooooold. :D

mortalic,

Sometimes people need reminders because they forget how much work they put in.

vzq, in Will Linux on Itanium be saved? Absolutely not

And good riddance. They were technological marvels, but the continuously slipping release dates made them obsolete the day they were released.

rotopenguin,
@rotopenguin@infosec.pub avatar

Were they marvels, though? Itanium made good business sense in that it would cut AMD out of the market, but it was shit technology. Itanium would have also done a good job of cutting GCC out of the compiler market, which is great news for ICC. If everybody had to buy Intel compilers, boy that would have changed the software market.

You shouldn’t be making the compiler guess at conditions-on-the-ground that the CPU should be inferring itself, such as “which data dependencies are in cache and could be running OOO right now?”. You shouldn’t be making the compiler spend instructions and memory bandwidth describing this stuff. You shouldn’t be making code that works well on exactly one generation of CPU, one pipeline design, and is trash on the next generation. Once upon a time, MIPS saved a few gates by making three “delay slots” part of the ISA, and that became an albatross as soon as they weren’t a three stage pipeline. Itanium is all about making that kind of design decision everywhere. Itanium is the Microsoft Word of ISAs, where the spec is “whatever my implementation does is the correct thing”

The immediate failure of the Itanium was the promise that “you are buying a new, more expensive system that runs your current x86 code worse”, and the expectation was that every generation of Itanium would go like that. Just as your software starts getting good, here comes the new chip that will someday make stuff faster, but you will never see that until just about the end of that product cycle.

vzq,

Honestly, that fits my experience working at an itanium customer.

falsem,

AMD64 completely stole their thunder.

aard,
@aard@kyu.de avatar

They were interesting, but only good for a very narrow purpose - not really a good thing when the trend back then was going away from special purpose machines toward general purpose.

intel didn’t plan it to be just a special purpose CPU - but it just ended up that way. That they gave their first customers free Alpha workstations for crosscompiling code as that was faster than native compilation should tell you everything you need to know about suitability of itanic as general purpose system.

al177,

I never used Itanium, but I’m guessing that the Alpha workstations also ran x86 code faster than the Itaniums. fx!32 was one of DEC’s marvels that they completely forgot to market.

aard, (edited )
@aard@kyu.de avatar

Yeah, but x86 was relatively cheap. Alpha and Itanium were in a similar price range.

At that time Alpha belonged to Compaq - and they stopped Alpha development (and canned quite a few good designs which were pretty much ready to go), expecting they’ll be able to replace it with Itanium.

Chewy7324, in Wlroots 0.17.0 released
  • wp-fractional-scale-v1 to allow clients to submit buffers with a non-integer scale factor matching the output.

This hopefully means Sway and similar will support real fractional scaling for applications, not just the compositor fractional scaling we already have.

But I don’t know much about application support. Qt and Electron might support it; GTK 4 does not, possibly in a future version).

wayland.app/protocols/fractional-scale-v1

  • tearing-control to allow clients to opt-in for tearing page-flips.

That’s great for those who need it. Anyone with a modern display should probably just use variable refresh rate (vrr), but even today some devices don’t support it. E.g. there’s been 240Hz laptops without vrr.

wayland.app/protocols/tearing-control-v1

Atemu,
@Atemu@lemmy.ml avatar

GTK 4 does not, possibly in a future version

That would be news to me. Has GTK finally managed to switch away from using actual real hardware pixels as its base unit for measurement?

Chewy7324,

I was sure I read that GTK wants to support true fractional scaling in GTK 5, but I can’t find a source to it. So it was probably just speculation. As far as I understand it, it would require big changes to GTK because everything is build with integer scaling in mind.

At least GTK 4 already has support for this fractional scaling protocol.

www.phoronix.com/news/GTK-4.11.1

independantiste,
@independantiste@sh.itjust.works avatar

At least it does not look blurry with fractional scaling enabled, which is the biggest issue IMO. The current hacky way is not ideal I agree but at least it is functional

chunkyhairball, in Will Linux on Itanium be saved? Absolutely not

I’m far sadder to see the various MIPS machines starting to lose support than I am for Itanic.

tastysnacks,

I thought MIPS was making a come back

al177,

Nah. The current license holder for MIPS announced its death a couple of years ago.

RISC-V is the new hotness.

tastysnacks,

Wait I thought MIPS and RISC-V was the same ISA?

al177,

Similar, but not the same. The biggest difference of course is that the MIPS ISA is still commercially licensed while RISC-V’s ISA is open.

h3ndrik, in I have a Windows PC connected to a company AD. Is there a way to access the shared company resources from within a Linux environment?

I think you can mount network shares with the Kerberos token you got from AD. Sometimes just the user credentials suffice. At least that’s how it used to be when I last tried something like that years ago.

imgel, in Just install EndeavorOS lol

Only people with time to lose use Arch.

Aradia,
@Aradia@lemmy.ml avatar

Once you learn about Linux, you go faster than any other noob. And that is very useful for programming/hacking jobs, faster than all those noobs with 0 knowledge about what is what.

lemmyvore, (edited )

Normally I have the valet bring the PC around but I let him go early today 'cause it’s his birthday.

Aatube,
@Aatube@kbin.social avatar

i disagree, aur save big time

FaeDrifter,

Once you have distrobox set up with an arch container, you have access to the aur no matter what distro ypu’re running.

Aatube, (edited )
@Aatube@kbin.social avatar

"i use <some other distro>"
sets up arch inside some other distro just for aur
run aur program inside arch
"i use <some other distro>"

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

And guess what? It won’t break like your over-complex Arch desktop because it doesn’t need to be.

Aatube,
@Aatube@kbin.social avatar

who said arch desktops were complex?

magikmw, in [Fedora] Kinoite Nightly images with Plasma 6

TIL about kinoite, might be easier to jump from Fedora KDE than to NixOS I’ve been lazily testing.

Chewy7324,

For me most of my needs would be met by Fedora Kinoite and nix for cli tools in addition to distrobox. Auto updates and rollbacks work flawlessly.

The following nix installer has support for immutable distros like Kinoite (rpm-ostree) and SteamOS. [1]

[1] github.com/DeterminateSystems/nix-installer

Also, uBlue is based on Fedora rpm-ostree and allows for customizing the image with Containerfiles. [2]

[2] universal-blue.org

coolmojo, in Spending a few days with Hyprland made me realize how awesome Gnome is

Have look at nwg github.com/nwg-piotr/nwg-shellI believe it has what you are looking for. Panel, app drawer, dock, settings. It is a shell for sway and Hyperland.

wfh,

Oh nice, I like it. Although a few minutes with it and it’s starting to look suspiciously like my Gnome setup :D

Also, the tray doesn’t seem to work on my machine, probably some missing dependency.

soundingcock, in Based KDE 🗿
MentalEdge,
@MentalEdge@sopuli.xyz avatar

offensive spam account, please ban forever

Engywuck,

Ah, yes, the good old goatse, among other amenities.

Reported for spam, btw.

dino, in OpenSUSE Leap 15.5 -> Tumbleweed conversion

Tumbleweed for over 10 years, if you know how to roll back with snapper there is nothing to lose.

soundingcock, in But Windows 11 is so good!!11!1!
Denvil, (edited )

Bot spamming this link, does have gore, so click at your own risk

MentalEdge,
@MentalEdge@sopuli.xyz avatar

offensive spam account, please ban forever

M500, in What are people daily driving these days?

Accidentally wipes out Mint last week, but have been meaning to try out Fedora 39 Plasma. So far, I love it. I have been really busy recently, but it has been a great system so far. My SteamDeck really made me fall in love with Plasma.

Kecessa, in But Windows 11 is so good!!11!1!

I mean, if it was accidental then… Just turn it off and boot back into Linux? You realise you can just turn it off while it’s downloading updates, right? Heck, you can even pause updates long term if you want! 😱 Crazy!

emly_sh_,
@emly_sh_@sh.itjust.works avatar

As someone who has turned windows off while it’s updating, don’t do it. You might be lucky enough to only have some files deleted

turbowafflz,

I did that once, the registry stopped working. Turns out it can’t boot without that

Kecessa,

I never said to do it while it’s in the middle of changing stuff, but if you just booted you can turn it off and nothing will happen because worst case it will just be downloading without installing, as someone else mentioned, once updates are installed you can even turn off without applying updates if you want and you can also tell it to only download and not install unless you tell it to or not download at all.

Aatube,
@Aatube@kbin.social avatar

If you're going that way, Windows is not going to suddenly start updating when you simply boot it. You have to willingly click "Update and Shutdown/Restart" instead of "Shutdown/Restart", assuming your computer even finished downloading the update.

sir_reginald,
@sir_reginald@lemmy.world avatar

I have a Windows 10 partition on a second machine. I have disabled automatic updates in the options and I never click “Update at restart” or anything. Yet, whenever I need to boot into Windows it decides to automatically start updating itself.

I guess that I use it infrequently so there are always updates available, but it shouldn’t force them on me when I’ve specifically disabled them.

Ghoelian,

Also, when you choose either of the update or restart/shutdown options, it actually tries to restart, (for me) always boots back into linux because that’s my default. When I’d eventually boot back into Windows, it just continues installing the update I’d long forgotten about.

Pretty happy to be rid of that mess entirely now.

RandomVideos, in But Windows 11 is so good!!11!1!

One time i opened windows to change a setting on my mouse that had windows only software

The app didnt boot so i tried to restary windows. It decided to update, froze in the middle of the update, and broke

After then everytime i tried to open windows it would send me back to the gnu grub screen

bingbong,

After then everytime i tried to open windows it would send me back to the gnu grub screen

Sounds like it did you a favor

turbowafflz,

I had the opposite problem, I had my mouse all nicely configured just how I wanted it using Piper on linux, then booted windows to test something unrelated (which if I remember correctly didn’t even have the logitech software installed) and it somehow instantly reset my mouse to factory defaults. I decided whatever I was trying to do wasn’t worth the effort and have not had windows installed on my main computer since

Pheonixtail, in I have a Windows PC connected to a company AD. Is there a way to access the shared company resources from within a Linux environment?

My understanding is that there are modules you can install to AD join a linux machine, i don’t know much about it unfortunatly because it’s not something i’ve ever had to do. I’m also unclear whether there is a different process per distro type.

I would speak to your company IT about it tbh.

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