I know that a lot of what Nix does is working around its break from FHS, but I can imagine there are still things that seep through. Are there any unsolvable problems due to this?...
Because the nix package manager places all system packages under /nix/store/uniquehash-packagename-version/
Where the unique hash is obtained via a Merkel tree of all the inputs. So in particular, binaries and libraries exist underneath those directories, not in the places you would expect from FHS.
In order to make the system actually work, environment variables are set up and executables are patched to refer to specific paths within the Nix Store.
The word “incel” colloquially covers quite a bit more territory than its acronym expansion implies, much like MAGA means quite a bit more than just a collective of individuals who want to see America succeed. But of course you know this, so why exactly are you asking?
I’ve been here a week ago already asking if Arch would be fine for a laptop used for university, as stability is a notable factor in that and I’m already using EndeavourOS at home, but now I’m curious about something else too - what about Arch vs NixOS?...
no matter what i do, the image goes fuzzy when i put an audio on it. anyone know how to make either shotcut or kdenlive output losslessly and in a 1:1 ratio. sorry i know this sounds dumb but im trying
Nix is also working on reproducible builds. In fact, the minimal installation CD for NixOS last release was reproducible. discourse.nixos.org/t/…/34756/
I got an external hard drive enclosure for the purpose of recovering some of the files from my old laptops hard drive. The hard drive and all of it’s partitions show up in both disks and gparted but it wont mount. When I tried to mount it manually, it gave the error message stating that it can’t read the superblock. I’ve...
If the disc is corrupted it may be failing, recommending ddrescue over dd is probably a better call not knowing anything else about this situation. Essentially, no reason not to use it.
I have a Python-package that calls Inkscape as part of a conversion process. I have it installed, but through Flatpak. This means that calling inkscape does not work in the terminal, but rather flatpak run org.inkscape.Inkscape. I need the package to be able to call it as inkscape....
<span style="color:#323232;">flatpak run org.inkscape.Inkscape "$@"
</span>
To forward all of the arguments to the script. Note that this might be a bashism, so you might need to change your hash bang to /bin/bash as well. Double check though.
(An easy way to check if something is working as you assume is just prepend the line with echo.)
Put a shell script in your PATH named inkscape with the following content:
<span style="color:#323232;">#!/bin/sh
</span><span style="color:#323232;">
</span><span style="color:#323232;">flatpak run org.inkscape.Inkscape
</span>
Note that you can use a local folder in your home directory to house small executables and scripts like this, so you don’t have to touch your system config. I generally recommend using something like ~/.local/bin and add it to your PATH via your Shell’s RC file.
However it throws hundreds of people through the equally discriminatory criminal justice system, and allows car insurance companies to jack up rates. Functioning even more effectively as a tax on being different than regular cops do. It also creates a financial incentive for the government not to fix the underlying cause of the problem of speeding.
Wishing and hoping for people to be better than they are isn’t a solution. Just because traffic calming is more expensive, that’s not a reason to not do it. It is something that needs to be done if you want to break car dependency.
Traffic calming is a “substitution” of the hazard. It, like unexpected construction, forces drivers to slow down due to the road not being psychologically safe to drive fast on.
Speed limits are an “administrative control” on the other hand.
People will drive as fast as they (possibly incorrectly) feel is safe, and a lot goes into that, of which speeding fines are only one very small part. If you really want safe streets for pedestrians and motorists, it is just not as effective an option.
Additionally, I’m level certain that Tory austerity is not really a viable excuse here, because I’m sure that there are ongoing efforts to “alleviate the traffic problem” by adding capacity. It’s not that the money doesn’t exist, it’s that the money doesn’t exist for this. Because elected officials aren’t interested in this, because they’re more interested in fine revenue and keeping car people happy.
“Speed trap” cameras are an entirely apt name. The solution to speeding isn’t cameras, or patrols, or administrative controls, it’s traffic calming, and that reduces capacity, so it’s not considered. The trap is driving on the road at speeds they seem to be designed for, with speed limits significantly lower.
Fuck cars, but fuck cops more. We don’t need to live in a panopticon. These cameras are a step in the wrong direction, and while I don’t think the person who cut them down is doing the right thing for the right reasons, they are doing the right thing.
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.
Hello, apparently hanging out in Lemmy inadvertently makes you thinking about using Linux. I am planning to install Linux Mint cinnamon on an older laptop, which I want to bring to LAN Parties. From what I read I can just format my C:\ windows disk, install Linux via bootable drive and from what I understand, proton is basically...
Just make sure you back up any important data before wiping your own hard drive. And yeah, Steam handles a lot of the weirdness of running windows only games pretty well automatically.
Honest question, not being catty or anything. Why is this news, exactly? This is a nearly every winter occurrence to get below -50C in Yakutsk, the average winter day is -42C. (It also gets up into the 90s during the summer, Yakutsk is a wild place.)
This would be roughly equivalent to a news article saying Detroit is down to 10F today, i.e. colder than normal, sure, but not really beyond the pale for a December day.
Honestly asking because I’m just wondering if this is the start of the “there can’t be global warming because it’s cold somewhere” coverage for this winter season, or if this is intended to be a fun TIL article for the lucky 10000.
Hey at least we got the CEO of a Saudi oil company heading up the climate talks. I’m sure that he’s perfectly willing to set aside his own personal interests and take one for the team and reduce his profits by leaving Saudi oil in the ground, and encouraging (or even requiring???) everyone else to do the same, right? Right?
is a hot dog a sandwich (lemmy.ml)
Does Nix's break from FHS cause problems?
I know that a lot of what Nix does is working around its break from FHS, but I can imagine there are still things that seep through. Are there any unsolvable problems due to this?...
Economic Theory is Fun tho. (lemmy.ml)
The root of the matter (lemmy.ml)
Arch or NixOS?
I’ve been here a week ago already asking if Arch would be fine for a laptop used for university, as stability is a notable factor in that and I’m already using EndeavourOS at home, but now I’m curious about something else too - what about Arch vs NixOS?...
is there any way to attach an audio to an image without re-encoding either
no matter what i do, the image goes fuzzy when i put an audio on it. anyone know how to make either shotcut or kdenlive output losslessly and in a 1:1 ratio. sorry i know this sounds dumb but im trying
What are your opinions of Guix?
Reposting because it looks like federation failed....
Ronald McDonald's spraying democracy and freedom 🥰 (lemmus.org)
What would be the best way for me to recover data from my old laptop's hard drive, which seems to have a bad superblock?
I got an external hard drive enclosure for the purpose of recovering some of the files from my old laptops hard drive. The hard drive and all of it’s partitions show up in both disks and gparted but it wont mount. When I tried to mount it manually, it gave the error message stating that it can’t read the superblock. I’ve...
Make Inkscape installed through Flatpak callable in the terminal as 'inkscape'?
I have a Python-package that calls Inkscape as part of a conversion process. I have it installed, but through Flatpak. This means that calling inkscape does not work in the terminal, but rather flatpak run org.inkscape.Inkscape. I need the package to be able to call it as inkscape....
What's with all these hip filesystems and how are they different?
You know, ZFS, ButterFS (btrfs…its actually “better” right?), and I’m sure more....
Intel Core Ultra performance in Linux is 15% higher than in Windows (gadgettendency.com)
ELI5 the whole Wayland vs X11 going on.
Title
Speed camera cut down for second time in Cornwall (www.bbc.com)
It’s insane the lengths that some people will go to save a few seconds on their commute, while also endangering others.
Just about every Windows and Linux device vulnerable to new LogoFAIL firmware attack (arstechnica.com)
short question by an aspiring user
Hello, apparently hanging out in Lemmy inadvertently makes you thinking about using Linux. I am planning to install Linux Mint cinnamon on an older laptop, which I want to bring to LAN Parties. From what I read I can just format my C:\ windows disk, install Linux via bootable drive and from what I understand, proton is basically...
Wasabi, beloved on sushi, linked to "really substantial" boost in memory, Japanese study finds (www.cbsnews.com)
Swathes of Siberia freeze in temperatures below -58 Celsius (www.reuters.com)
World facing ‘hellish’ 3C of climate heating, UN warns before Cop28 (www.theguardian.com)