The “it’s more lean on resources” always seemed to me like a strawman people don’t like it came up with to diss on Gentoo.
Wait but isn’t being more lean a good thing? Or am I misunderstanding how they’re using that word?
The “it’s more lean on resources” always seemed to me like a strawman people don’t like it came up with to diss on Gentoo.
Wait but isn’t being more lean a good thing? Or am I misunderstanding how they’re using that word?
It’s pretty nice, especially in combination with slurp
which lets you select a part of the screen.
I have this mapped to my printscreen shortcut: grim -g "$(slurp)" - | wl-copy
, which lets you select a part of the screen to screenshot, and copies the image to the clipboard.
I’m not sure about the others, but I’m pretty sure Hitman isn’t linux native.
As far as I can find on protondb, neither are Deus Ex or Tomb Raider.
I’ve never had any issues running those games through Proton though, so that’s great.
This entire thread:
https://lore.kernel.org/lkml/sctzes5z3s2zoadzldrpw3yfycauc4kpcsbpidjkrew5hkz7yf@eejp6nunfpin/
tl;dr: bcachefs dev sent in a massive pull request, linus thinks it’s too big and touches too much other code for the current state of the release cycle, dev says his filesystem is the future and should just be merged
The views are all just webviews. You can find all of the pages in the app/src/main/assets/pages folder, it’s all html and css.
Their package name is also still com.example, their target sdk doesn’t match their compile sdk, and also neither match with the target sdk in their AppManifest.xml.
So I’m guessing this is just someone who isn’t really familiar with java or native android views or something, so just decided to build it in something they do know instead.
I used to do the same, but recently I’ve found a dustro and window manager that just work for me. The distro is Fedora atomic, and the window manager is sway.
I pretty much just used a floating window manager like a tiling one, almost always snapping them to 1/2 or 1/3 of the screen. Eventually I tried sway, and after learning some of the shortcuts, it seems like the perfect window manager for someone like me.
I know you’re joking, but powershell is actually available on linux lmao
That’s not the only issue, fat32 also has a hard limit on single file size. The largest a single file can be is 4GiB, and afaik you just can’t get around that with fat.
iirc, the way windows deals with this in its media creation tool is that it strips out locales and other things you don’t need, based on the options you selected previously, so the file ends up being small enough to fit.
Wait why was iso not intended to be used like this? As far as I can see, it was always meant as a digital image of a CD, which is how it was used, and pretty much still is right?
iirc there was a reason you should use dd instead of directly copying the data, I think something to do with device block alignment or something?
No, the drive needs a boot partition for the bios to know there is something to be booted on the drive.
Most Linux ISO’s do properly include the partitions in the ISO, so you can clone the iso to a drive and that should work, using dd for example. But just copying the files won’t work.
iirc windows iso’s did use to support just creating a fat32 partition and moving all the files over, not sure how they managed that. But now the international ISO for win 11 has a file that’s more than the max 4Gb allowed by fat32, so you can’t do that anymore either.
Ahh I guess they probably got my subdomains from let’s encrypt then, used them for pretty much all my websites.
Edit: Just checked and yup, all my old subdomains are there from let’s encrypt.
Can’t you just install openbox on any other distro? Looks like it’s available for all the major ones at least.
Sure changing something you own might create a derivative work, but isn’t that totally fine if you don’t try to commercialise that output? Like I can “improve” a painting I own all I want, creating derivative works, but that’s allowed unless I try to sell them afaik.
According to this service, that domain never had any subdomains, so looks like there’s just nothing there at the moment.
Not sure how reliable it is, but it did correctly identify all of my own subdomains for a website that no one ever goes to.
Why does speed even matter this much for a program most people only run once to show off their new builds? Or do these programs have some other purpose than printing system specs?
I have experienced the delayed scrolling, mostly on cheaper phones.
But that’s mostly because i’m used to phones having 120+hz screens now, going back to a 60hz screen does feel a bit sluggish, which is especially noticeable on a phone where you’re physically touching the thing. I think it might also have something to do with the cheaper touch matrixes, which may have a lower polling rate as well.
That one seems to only do remote streaming over network. Droidcam can be used over a USB connection as well, which works much more reliably (than the wireless version of droidcam, at least) in my experience.
Your script uses gh, which I think is the github cli, to clone a repository.
It would be easier for most people to just do a git clone git@github.com:umlaeute/v4l2loopback
(or git clone https://github.com/umlaeute/v4l2loopback
). I don’t really understand why you’d use gh for something as simple as a clone tbh.
Does powershell have sudo? What does that do on windows, show a uac prompt or something?