you can embed grub in coreboot cbfs and load straight into it, skipping the bios/uefi stage.
Why would someone do that? *keeps reading*
boot times become really quick
Now I almost want to try it out.
So flashing the firmware would "solve" the issue? As in, it should rewrite the variables missing (and everything else), making the hardware usable again?
- When "git fetch $remote" notices that refs/remotes/$remote/HEAD is missing and discovers what branch the other side points with its HEAD, refs/remotes/$remote/HEAD is updated to point to it.
That is nice.
Don't have SD but I use xpad neo on popos on laptop, solved the problem for me. Might be worth checking out.
How about running the OS from a USB stick? Put all images you want on it and mount NAS drives at boot.
Unless it's not and redo is ctrl+shift+z and ctrl+y is cut line and all editing history is lost. 😭
I assume the paying is to compensate for not taking your data. No reason to stay with the platform otherwise.
I read it as snark/sarcasm. Like they are adding something that already should be.
Are we though? My RPI uses a SD card and is labels it as sd
and the same is true for virtual machines.
A bit of a hyperbole, but for the sake of this discussion, let's say there is a house and no one can afford it but me. If I don't buy it and rent it, no one can live in it. What would be the right thing to do?
I find LLM's great for creating shorter snippets of code. It can also be great as a starting point or to get started with something that you are not familiar with.
That's my problem with Apple. They hide all files, treating is as a magic box with an incredible search function. But it prevents the user from understanding, and thus learning.
Yeah, okey. That makes sense. I would be difficult to hide the intrusion if you can't move the zippers.
It's in the video how he closes it again to remove the evidence. https://youtu.be/wpIJVWXsBBI?t=93
Does it support ALL addons? I thought i was only those with the marker, like this one.
My bad. Iäm not saying that lemmy.ml is acting in bad faith, their Rule 2 looks very much like a catch-all for anything they do not like. But the user in question could have used better wording.
20 community bans is indeed not warranted.
It does not say that this addon is available for android.
From Talk:Donald Trump over at Wikipedia. https://en.wikipedia.org/wiki/Talk:Donald_Trump#c-Darknipples-20241008035000-Freespeech2024-20241008034500
Using uBlock Origin, you can add your own filter. This filter will block any post with the text "Elon Musk" (not case sensitive), modify as needed.
lemmy.world##div.post-listing:has(span:has-text("/elon musk/i"))
div.post-listing
is the element to block\
:has(args)
returns elements where args evaluate to true\
span
is the element with the title text\
:has-text(needle)
returns the element if it has the next needle, supports regex with \needle\
and remove case sensitivity with i
Read more here: https://github.com/gorhill/uBlock/wiki/Procedural-cosmetic-filters
I just found out about AppImageLauncher, a package handler for AppImages. It organizes them, creates desktop files for you and handles updates and removal.
> Integrate AppImages to your application launcher with one click, and manage, update and remove them from there. Double-click AppImages to open them, without having to make them executable first.
Much better than having to create all the desktop files myself, and having to figure out what to put in them for it to work correctly (I'm looking at you, qBittorrent and magnet links).