linux

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

HubertManne, in [Old 1997 story] The Greatest OS That (N)ever Was
@HubertManne@kbin.social avatar

I honestly thought this was going to be about os2

rhythmisaprancer,
@rhythmisaprancer@kbin.social avatar

Gosh my dad ran that in the early 90s. Was that Linux? He was then and still is a Microsoft person.

s38b35M5, (edited )
@s38b35M5@lemmy.world avatar

I think it was an IBM/MS OS. Forget if it was desktop, server or “other” though.

Edit: that’s right, it was IBM hoping to privatize the OS on a hard-to-clone PC (PS/2) when they saw their market share eroding quickly. arstechnica.com/…/half-an-operating-system-the-tr…

rhythmisaprancer,
@rhythmisaprancer@kbin.social avatar

Wow, big memory trip! It was os/2 warp, I saw that package and knew it!

Dad worked for IBM in the 70s, no surprise. I also remember him having an OS box with a penguin on it but I don't believe he ever installed it. ~95ish.

GenderNeutralBro,

I was expecting Copland (what would have been Mac OS 8, had the project survived).

thayer, in Am I going off the deep end by considering Fedora Silverblue or Kinoite?

Longtime Debian and Arch veteran here. I moved most of my workstations to Silverblue earlier this year (maybe 8 months ago now), and I’ve been very happy overall.

There is a bit of a learning curve if you aren’t familiar with Flatpak or container-based workflows, assuming you wish to embrace those elements, but the curve is nowhere near as steep or unconventional as NixOS.

I love the automated updates. The flexibility to rebase or rollback the core OS on the fly, without any extra work, is great too. For example, it’s very easy to test out beta releases, remixes, and preconfigured software bundles like uBlue.

I still use Arch for 99% of my command line tasks, inside a container managed by distrobox.

I strongly believe that Flatpak is the future of Linux software deployment, and although the format still has its kinks, it is already quite mature and will only get better as more and more upstream developers adopts its use.

lemann, in I am trying to edit a game save with an Hex editor but it doesn't allow me to change anything, it's frustrating

Is the hex file not saving with those editors, or is the game just not showing the new value once it’s loaded?

zShxck,

Nono, i cannot input any values, that’s the problem. Anyhow, I tried ImHex and with it I am able to change values now… I don’t know why

MartinXYZ, in What devices run with free firmware?

Is the deer the Libreboot logo? Mine has a rabbit (Coreboot). I flashed Coreboot on my old Chromebook a couple of years ago and it’s been running different flavours of linux since without any fuss.

MazonnaCara89,
@MazonnaCara89@lemmy.ml avatar
TheMadnessKing, in This week in KDE: Plasma 6 Alpha approaches

Plasma 6 has been shaping up to real nice. Excited to try it when it launches in Feb.

Kudos to the entire team for doing so much of the leg work.

Kidplayer_666, in This week in KDE: Plasma 6 Alpha approaches

I’m so stocked with it! Cant wait for fedora 40 to ship it

beejjorgensen, in LibreOffice 7.5.8 Is Here as the Last Update in the Series, Upgrade to LibreOffice 7.6 Now
@beejjorgensen@lemmy.sdf.org avatar

Some comedian, I don’t recall who, talking about his “job interview”:

“Are you good with the Microsoft Office suite?”

“I excel at it.”

“…Did you just make an Office pun?”

“Word.”

I’ve been using LibreOffice for ages. It’s been excellent–a most impressive project.

Hubi, in Just learned about AppImageLauncher

This app is great, I’ve used it for a few months. I used to hate dealing with appimages, now I don’t even think about them.

VelociCatTurd, in [SOLVED] Can't access drive on linux/windows dual boot

Do you have hibernation and fast boot disabled?

wulf,

This was my problem, it’s enabled by default, so double check that

Jorgelino, (edited )

Yes, that’s the first thing i tried.

Edit: I guess i didn’t, since shift+shutdown worked. Or at least i did, but windows said: “I’m going to ignore that”

skullgiver, in A Nautilus Sucks Donkeyballs Linux Rant
@skullgiver@popplesburger.hilciferous.nl avatar

deleted_by_author

  • Loading...
  • ParanoidFactoid,
    @ParanoidFactoid@beehaw.org avatar
    skullgiver,
    @skullgiver@popplesburger.hilciferous.nl avatar

    deleted_by_author

  • Loading...
  • ParanoidFactoid, (edited )
    @ParanoidFactoid@beehaw.org avatar

    That view bug has been sitting around since 2009, from what I can gather. But a file manager giving false filesystem state to a user is a showstopper. It violates the main purpose of the program. And risks data loss. Users may make errors based on false information.

    Batch renaming I use regularly by ingesting media from cameras, though typically at the command line.

    hunter2, in Gamedev and linux

    Interesting take. I wonder if the amount of platform dependent bugs is generally that low for games. I’m a developer, but not a game developer. I would assume that platform dependent stuff comes into play a lot more, when using shiny new tech like direct storage, which is probably used more by AAA titles and less by indie games?

    Elderos,

    I made games primarily for Windows which we also compiled for Linux. It is mostly input/output stuff, aka hardware issues. That is, audio issues, input issues, storage issues, dependency issues. Modern game engine mostly handle the rest. It wasn’t such a big deal to fix, but most gamedev lacked experience with Linux, and most projects are already over budget and late, so fixing Linux for an extra 2-5% of sales didn’t make much sense at small scale. Proton kind off fixed all of this tho.

    ugo,

    In my somewhat limited but relevant experience, the amount of platform specific bugs is indeed that low. I mean, there’s of course a layer of platform-specific low level stuff which is highly subject to platform specific issues, but once you go above that layer and into game code proper, most bugs are just bugs.

    I didn’t fix 400 “Linux-only” bugs, but I did fix dozens of “seems Linux specific” and “only happened when at least one Linux client was connected” bugs, and a grand total of 2 were caused by platform differences. And of those two, zero were Linux specific. The platform difference in this case was about how different compilers optimise non-crashy types of UB.

    Of course, we don’t want UB at all so the fix is to remove it.

    skullgiver, (edited )
    @skullgiver@popplesburger.hilciferous.nl avatar

    deleted_by_author

  • Loading...
  • teawrecks,

    The difference is money. Vulkan is an incredibly terse spec compared to dx12. You’d think that would make it much more consistent to work with, but really, it’s all it can do to keep up with msft and IHVs who pour money into coaxing AAA devs to use dx12. Then, even when the app gets something wrong and causes issues for end users, the IHV just makes a special case in the driver to correct it, because having a big important dx12 title run correctly on their hw is important to sell units.

    Meanwhile, the same IHVs barely bother to support anything beyond the basic vulkan requirements, because it doesn’t gain them anything to do more. If a vulkan game experiences issues, IHVs don’t care because it won’t sell well anyway.

    skullgiver, (edited )
    @skullgiver@popplesburger.hilciferous.nl avatar

    deleted_by_author

  • Loading...
  • lukas,
    @lukas@lemmy.haigner.me avatar

    dxvk async ftw

    teawrecks,

    Yes, and the primary reason any of gaming on Linux is viable (steam deck, proton, etc) is due to Valve dumping money into it. AMD probably didn’t care about the miniscule number of chips they sold to Valve for the deck, valve just wanted a vendor who had the performance, and had decent Linux support.

    But Valve is the one eating all the vulkan costs that msft normally eats on the dx side. To be clear, it’s never out of the kindness of their hearts, it’s purely because a msft dominated gaming ecosystem on PC is steam’s biggest weakness. They don’t want steam on windows to reach the point of EGS on the apple store.

    1984, in Nautilus File Manager Gets More Features Ahead of the GNOME 46 Release - 9to5Linux
    @1984@lemmy.today avatar

    It’s really slow progress on these things. Someone should make a better file browser with features like Dolphin for Gnome.

    leopold, (edited )

    Nemo? Thunar?

    1984,
    @1984@lemmy.today avatar

    No. :) Those are even less full featured than nautilus.

    mlg,
    @mlg@lemmy.world avatar

    My dude nautilus didn’t even have its own open in terminal button until 2022.

    dukatos,

    Thunar is a way, way better…

    abuttandahalf, in Fully featured tilling window managers (like DEs) for lazy people

    For me this is Gnome with the pop shell extension. It’s so much better than plain i3 in usability and just as good with tiling. Using i3 for years made me appreciate the value of a proper modern desktop environment.

    savvywolf, in is there a foss project to automatically sort files
    @savvywolf@pawb.social avatar

    Does this “obviously” have to use AI? I can see a tool that sorts files into folders based on file extensions, modification dates and/or metadata could get the work done.

    And if organising files by content (e.g. “my zoo trip”, “meetings with Xenia”) is that important, doing it manually seems like a better idea because accuracy is presumably important.

    I don’t really see the distro hopping argument either. Even if you don’t share your home directory between installs, presumably you copy over your files as directories rather than individually pouring them into one super folder?

    haui_lemmy,

    I think a lot of folks with very limited IT knowledge think AI will solve things that have been solved for decades.

    The issue is availability and elitism. A noob user doesnt know how to find this stuff, google is so rotten that its not help anymore and pros often just shit on them instead of making a comprehensive wiki.

    Discover5164, in Fully featured tilling window managers (like DEs) for lazy people

    i’ve used kde with bismuth for a long time. now it’s dying… polonium is it’s successor but still a long way ahead.

    i have high hopes for cosmic

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