linux

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

UnaSolaEstrellaLibre, in Wayland/X11 problems with 4K HDMI TV

NVIDIA driver version?

minimalfootprint,

545.29.06 I had the problems for quite some time with different driver versions

Secret300, in PipeWire Camera Support is Coming to OBS Studio for Linux Desktops

What’s the advantage of this?

shreddy_scientist,
@shreddy_scientist@lemmy.ml avatar

It’ll allow for streaming from a camera directly into OBS. Unless I’m truly horrible with OBS, I currently can only get my screen and audio on a recording. I haven’t found an option to also have my camera feed be recorded along with audio, even with my camera as the mic. Meaning there’s no option to have your face in the bottom corner of a screen recording. So this will allow that to be possible.

Secret300,

Ah okay thanks for the explanation

chaorace, in NixOS is better because...
@chaorace@lemmy.sdf.org avatar

You’ll understand when you’re older, son

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

Or maybe I’m already too old for so much tech. But thanks for letting me think that I’m still a young boy ^^ Not helping with my question but pretty self satisfactory.

Telodzrum, (edited ) in I'm Done With Windows, Are you?

I’m done with Windows and YouTube videos that should have been a written post.

Valmond,

I just jumped ship completely (last was dealing with scanner & printer) with windows, where can I find replacements for the 5 people I “follow” on youtube (ukraine war reports & beginner chess)? I mean is there even an alternative?

Telodzrum,

Mastodon for non-traditional journalism and traditional journalism supplemented with blogs and newsletters is what I go with.

Omega_Jimes,

I mean yes, but there’s way better exposure from online videos. Things like this 100% should have an accompanying post though.

stallmer,

Amen! Can we please have more written posts on the internet again? It’s much easier to search and follow along.

GlitchZero,

Nobody has the attention span to read them - as proven by the declining buy-in on YouTube videos longer than a TikTok reel - let alone write them. Written media will continue to rapidly decline.

people_are_cute, (edited )
@people_are_cute@lemmy.sdf.org avatar

Yes indeed, Sir. Your generation was the only Enlightened one, everyone younger than you is just a reel-addicted monkey incapable of reading.

GlitchZero, (edited )

Not sure why you went on the defence, my generation is the reel addicted monkeys that stopped learning anything and instead started spouting off “knowledge” from doomscrolling. We’re the ones that are killing printed media, and we’re the ones either airing or producing worse and worse garbage on TV as well.

We’re killing our own attention span year by year and none of us want to be uncomfortable for a second by admitting it’s a problem.

jimbolauski,

I feel like a I’m an old dinosaur yelling at the clouds because I can’t stand most video content. There’s a time and place for it but an 8 paragraph op-ed would suffice for content like this.

otl,
@otl@lemmy.sdf.org avatar

For me it’s the bloody “video essay” format. Hyper narrated, spoken straight to the camera. Waste of traffic, waste of storage, waste of attention. People think the argument carries more weight, or is just more persuasive, when someone is speaking at you with some vaguely related visual in the background. But really a written piece could be pulled apart so much more quickly.

Unfortunately OpenAI’s Whisper doesn’t do written transcriptions fast enough on my workstation yet for me to use it full time.

bloopernova, in Your favorite linux projects for weekend
@bloopernova@programming.dev avatar

Create a dotfiles repo in git. Gives you a way to track changes to your .bashrc or .zshrc

indigomirage,

That is the next item on my to-do list. I’ve already installed my own gitea container to run at home. Yes, I could use a public repo (set private) but I wanted I learn how to do this and besides, I wanted to cast a wider net for which files to store but not worry about inadvertently publishing something with passwords embedded…

bloopernova,
@bloopernova@programming.dev avatar

With extra bonus: write an installer script that symlinks the files to the correct place. Use Ansible, plain old Bash, or Python depending on your preference.

RanceMcGrew,

rcm

github.com/thoughtbot/rcm

rcm will do symlinking for you and is pretty awesome. Been using it for this purpose for years

Joker,

Or GNU stow.

indigomirage,

I’m waffling between that or just setting up a bare git repo. Am prepping a VM or two to explore the pros/cons of each approach and to dive into the implications.

It’s funny - this project idea seems to free bubbling up everywhere this past week. I’m sure I’m seeing the consequences of search algorithms, but on Lemmy, it’s nice to see what is a definite and pleasant coincidence.

lemmyvore,

When in doubt always do a git init . and a git add, git commit every once in a while. You’ll never regret it.

krash,

I didn’t really see the benefit of this besides having a snapshot or backup of my home folder for my use case (I don’t have that many config/text files that needs tracking), but I can recommend chezmoi for those interested.

Ludrol, (edited ) in Clipboard randomly clearing
@Ludrol@szmer.info avatar

Does your second clipboard work? Select text to copy, paste with middle click.

You coud try to install widget to see your clipboard history.

UnRelatedBurner,

it does, and it haven’t cleared since. Idk what’s going on, hope it was a one off thing.

savvywolf, in NixOS is better because...
@savvywolf@pawb.social avatar

I’m currently working on rebuilding a Debian web server that’s been around for 10 years and accrued configuration over that time in NixOS. It’s nice to have one single easy to understand file that fully defines the server and can be used to rebuild it if needed.

wwwgem,
@wwwgem@lemmy.ml avatar

I can see that from a server maintenance point of view. After having read so many great things about NixOS, I may have exaggerated my expectation and I may be the problem for being a user with too limited needs to get the full benefits of NixOS.

For me this single config file doesn’t save that much additional files and most of them would be files you configure only once during installation. Nonetheless I can see how “easier” it would be to save one file instead of 3 to reproduce your system and I can only imagine how much better it is from a server point of view.

cybersandwich,

You might be selling it a bit short. I am not a Nix user, but like you I’ve played around in a vm. The value proposition I see for “normal” users is when you end up tuning and configuring your system just the way you want it (everyone knows what I’m talking about–it happens over months or even years). In nix, you have to do those changes in the config so you can literally take that one file, plop it somewhere else and it’s your computer.

Likewise, I’ve been on this install of Pop for years and for several upgrade cycles. The amount of cruft; things I’ve installed and don’t use, config changes I made while following a tutorial then forgot about, manual tweaks for things that have been officially patched, etc. it would all be in a nix config for me to just… remove.

So I see that as the benefits of it.

That said, it definitely gives me vim vibes. Where the learning curve is pretty steep but once you master it, it’s close to tech Nirvana. Again, since I don’t use it I can’t say that for sure. Maybe one day I’ll have enough time to devote to it to really dive in. Right now, it’s frustrating to use because everything is harder and there aren’t many guides on how to do basic things like get dash-to-dock plugin working on popshell. Or even install and configure neovim. Ain’t nobody got time for that right now.

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

Great feedback, thanks! I’ve appreciated being able to replicate my system in NixOS within only few hours. I found NixOS actually pretty easy to take a grasp on, though I still didn’t look at flakes in detail. You spot on the reason why I’m using Arch and a bunch of applications you can tweak to perfectly meet your own specific needs (neovim, neomutt, bspwm, rofi…).

I love spending time to config them and to learn new things. This is basically why I’m interested in NixOS as well. Being entirely satisfied with Arch and not being a distro hopper, the fact that I installed NixOS means a lot to me but now I need tangible reasons to fully move to it. Maybe time will help me in my decision.

All the great feedback in response to this post so far confirm how great NixOS is and I had no doubt about that. I may realize what it can bring me after some weeks of serious use. Thanks again for the time spent to write your feedback, very much appreciated

StefanT, in The early days of Linux

Great article. Reminds me of the time when I started using Linux as my main work system, back with kernel 0.99z

AnUnusualRelic,
@AnUnusualRelic@lemmy.world avatar

Heh, same time for me. Ran great on my 486 with a Tseng card.

Secret300, in Fedora 40 Looks To Ship AMD ROCm 6 For End-To-End Open-Source GPU Acceleration

What is “end-to-end GPU Acceleration”? Like for playing back video? Or for rendering stuff like in blender

woelkchen,
@woelkchen@lemmy.world avatar

Any sort of computing done on the GPU. Not sure what they mean by “end-to-end”. Perhaps that users don’t have to mess with installers.

subtext,

I think end-to-end refers to the “open source”, not the GPU acceleration. I know GPUs have always been a black magic to get working and so you often have to use proprietary, closed-source blobs from the manufacturer to get them to work.

The revolution that this is bringing seems to be that all that black magic has been able to be implemented in open-source software.

Could be wrong though, that’s just how I interpreted the article.

AlmightySnoo,
@AlmightySnoo@lemmy.world avatar

Yup, it’s definitely about the “open-source” part. That’s in contrast with Nvidia’s ecosystem: CUDA and the drivers are proprietary, and the drivers’ EULA prohibit you from using your gaming GPU for datacenter uses.

corsicanguppy, in Ubuntu 24.04 LTS To Get 12 Years of Updates

Laughs in Solaris 10

… for 27 years.

bfg9k,
@bfg9k@lemmy.world avatar

Holy shit I had no idea it was still in support lol, that’s wild

Solaris 11 came out in 2012 and is supported until 2035!!

What do you use it for?

SnotFlickerman, (edited ) in Why more PC gaming handhelds should ditch Windows for SteamOS
@SnotFlickerman@lemmy.blahaj.zone avatar

Because Microsoft ain’t gonna make Windows any better for this form factor until it is way late to the game, as usual.

Windows is basically a product for corporations now. Consumer Windows is an afterthought most of the time.

However, I could be wrong with Xbox’s theorized pivot away from hardware.

cm0002,

Consumer Windows is an afterthought most of the time.

Always has been

Windows is an enterprise OS with consumer features and macOS is a consumer OS with enterprise features.

PerogiBoi,
@PerogiBoi@lemmy.ca avatar

And I’m a man with boy-like intellect, just in case anyone was wondering.

Hamartiogonic,
@Hamartiogonic@sopuli.xyz avatar

What about Linux then? A 1337 OS with some noob features sprinkled in for color? Or maybe a server OS with desktop features stapled on the front?

domi,
@domi@lemmy.secnd.me avatar

Or maybe a server OS with desktop features stapled on the front?

That is a very accurate description of Linux considering even X11 and Wayland are display servers. Pipewire and Pulseaudio are also servers.

SkyeStarfall, (edited )

Don’t misunderstand what a server means, however. Just because something is called a server doesn’t mean it’s not made for the desktop. It’s a technical term that doesn’t necessarily relate to networking, it might just relate to stuff like inter-process communication.

However, Wayland is designed for the desktop environment. It’s like the main reason why it replaces X11, which was designed for terminals.

domi,
@domi@lemmy.secnd.me avatar

My comment was mostly meant as a joke. I’m aware most of them use their networking capabilities for IPC and being able to use them remotely is just a cool feature resulting from that (except X11).

cm0002,

Linux is an everything OS with whatever features you want/need. Do you need a hardened enterprise server? Linux got you. Do you need a user friendly OS for even non-technical people? Linux got you. Do you need something that can do a little of everything? Believe it or not, Linux got you.

acockworkorange,

Straight to jail.

SatyrSack,

You underclock your laptop? Linux got you.

You overclock your gaming rig? Believe it or not, Linux got you.

Underclock, overclock.

LeFantome,

I know this is a joke comment but Linux is for sure an enterprise kernel first and foremost. It did not start that way but that is how it has been developed and managed for many years now. Maybe the most incorrect thing anybody has ever said on record in the computer industry is when Linus said Linux was “not going to be anything big and professional”.

Linux distributions, which are conceived and managed totally independently from the kernel are available for every niche. Many of them are desktop and “consumer” oriented. With many Linux distributions, I would say that it is more accurate that they are hobbiest oriented more than what Microsoft would mean be “consumer”.

Dudewitbow,

windows optimized for handhelds is already a work in progress, its just not remotely done

aniki,

Microsoft has never, since inception, been able to ship an embedded Windows that wasn’t a festering pile of dog shit.

oce,
@oce@jlai.lu avatar

Windows phone on Nokia Lumia was pretty good and well polished, and I’m a Linux fan.

Dudewitbow, (edited )

embedded windows in the japanese arcade scene has been working fine so far. for example, most of bandais arcade machines in the past like 7 yaers or so basically run embedded windows.

it was a benefit to non arcade users because a majority of games that were on those machines eventually got pc versions, or a new game on pc for the first time (e.g Tekken 7, Taiko No Tatsujin), where historically, theyve basically never been on PC officially.

aniki, (edited )

So let me get this straight – your defense of Microsoft, in this instance, is Japanese cabinet makers, making arcade machines, where the user doesn’t interact with the operating system in the slightest bit? A Japan that still faxes even in modernity? That’s your defense of MS? I bet they aren’t even using a special build of windows — just the desktop schlock with some shitty 3rd party app on top.

Dudewitbow, (edited )

im not defending mocrosoft at a whole, im just saying windows embedded isnt as bad as you actually think it is, and consumers benefitted from it more than it not

A Japan that still faxes even in modernity?

what a country does has barely anything to do with rhis context. thats like saying the U.S is shit because they didnt have tap to pay until Covid happened, whoch other countries have been usong for a decade before, or having terrible public transportation and internet infrastructure, and in the latter case, basically invented it.

That’s your defense of MS? I bet they aren’t even using a special build of windows — just the desktop schlock with some shitty 3rd party app on top.

that shows how ignorant you are with it because all of the games arent directly ported. look into the efforts required to port Gundam Extreme Versus 2 on teknoparrot. if it was a native game, then they wouldnt have to jump through as many hoops as the game doesnt have a PC port (nor any of its predecessors have ever had one)

Abnorc,

They could even bring back the Zune branding if they finally do it. It’d almost be poetic.

Ottomateeverything, (edited )

I don’t know that Microsoft has any business trying to make Windows support these devices better…

Windows is entirely built around two pillars:

  1. Enterprise support for corporations, and team machine management
  2. Entirely open compatibility so they can run almost any hardware you put into it, plug into it, and backwards compatibility for all that for as long as possible.

Portable game machines are not an enterprise product. Nor do you care about broad hardware support or upgradability. Nor do you care about plugging in your parallel port printer from 1985. Nor do you care about running your ancient vb6 code to run your production machines over some random firewire card.

Windows’ goal is entirely oppositional to portable gaming devices. It makes almost no sense for them to try to support it, as it’d go against their entire model. For things like these, you want a thin, optimized-over-flexible, purpose built OS that does one thing: play games. Linux is already built to solve this problem way better than Windows.

But, Microsoft will probably be stupid enough to try anyway.

BlanK0, in FINALLY! Worlds First Mid-Range Libreboot GAMING PC! GTA V - Max Settings - 1440p (Dell T1650 Mobo)

Congrats bro! Sadly, the nvidia drivers are proprietary but eventually it might not need to be with the progress we are seeing on NVK. Almost 100 percent libre system poggers 😳

Zeon,
deafboy, (edited ) in Fedora 40 Looks To Ship AMD ROCm 6 For End-To-End Open-Source GPU Acceleration
@deafboy@lemmy.world avatar

If it means I won’t have to do a ritual dance under the full moon, facing towards finland, just to get it installed correctly, I welcome my new gentleman overlords.

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

I never understood why AMD themselves don’t work in integration in Debian and Fedora. That way Ubuntu and RHEL would automatically inherit it. At worst it would be in Universe/EPEL.

Bogasse, in Ubuntu 24.04 LTS To Get 12 Years of Updates

So next LTS might have to be resilient to the 2038 bug (32 bit signed timestamps overflow). I wonder how many softwares are vulnerable 🤔

ShortN0te,

Wouldnt 12 years update add up to 2036 and not 2038?

Maruki_Hurakami,

They did say next LTS

yianiris,
@yianiris@kafeneio.social avatar

Suspiciously all current LTS expire on Dec 2026 there is nothing planned ahead of this. And 3y for 6.6 is the shortest of any LTS I remember. My bet is Linus retiring then LF taking over everything.

@Bogasse @ylai

cmnybo,

Ubuntu is already immune to the 2038 bug. The Linux kernel even supports using a 64 bit time_t on 32 bit systems now. Of course some poorly written software could still be affected, but that’s not the fault of the kernel or operating system.

The 2038 bug will certainly cause problems in some embedded systems that still use a 32 bit time_t if they are still running by then.

r00ty,
@r00ty@kbin.life avatar

It's not poorly written software if it's is old. Likewise the y2k bug is often declared as bad programming, but at the time the software with the y2k bug was written memory was measured in kilobytes and a lot of accounting software and banking software was written in a time when 64k was the norm. Oh, and I'll tell you now I know of at least some accounting software that is based on code written for the 8088 and has been wrapped and cross compiled so many times now it's unrecognisable. But I know that 40 year old code is still there.

So 2 digits for year was best practice at the time and at the time software vulnerable to the 2038 bug 32bit epoch dates was the best practice.

Now, software written today doing the same, could of course be considered bad, but it's not a good blanket statement.

ipkpjersi,

I mean, Ghost Recon Wildlands which came out in 2017 for example has save dates written as a 32-bit date so it’s prone to the 2038 bug, I set the date to 2040 and tested a bunch of software and while you can save the date overflows and shows as 1969. I bet there are still people using 32-bit dates even if unintentionally.

r00ty,
@r00ty@kbin.life avatar

I mean, technically you could use unsigned 32bit if you don't need to handle dates before 1970. But yes, the best course of action now is to use 64bits. The cost is pretty much nothing on modern systems.

I'm just cautious of people judging software from a time with different constraints and expectations, with the current yardstick.

I also wonder what the problem will be. People playing ghost recon in 2038 are going to be "retro" gaming it. There should be an expectation of such problems. Would it prevent you loading or saving the file is the question?

ipkpjersi,

Nope, saving and loading works on that game (and pretty much every other game I tested), it’s just you lose the date display in-game so you don’t know when you really last saved.

r00ty,
@r00ty@kbin.life avatar

Yeah, that's my point. It'll be a retro game by 2038 and anyone playing it will know it's "one of those quirks"

The bigger problem is software where the date really matters.

MrPoopyButthole, in Docker team is considering distributing Docker Desktop as a Flatpak and Snap
@MrPoopyButthole@lemmy.world avatar

Docker desktop is so garbage. Why build a client that doesn’t support connections to a remote host by default? It’s so 90s.

PoliticalAgitator, (edited )

That was my initial reaction too. “Have they considered shipping it as not-dogshit?”

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

    Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 21086208 bytes) in /var/www/kbin/kbin/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php on line 171

    Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 10502144 bytes) in /var/www/kbin/kbin/vendor/symfony/error-handler/Resources/views/logs.html.php on line 25