[-] utopiah@lemmy.ml 5 points 1 day ago

That was posted 3hours ago. By now you could have installed at least 1 "normal" distribution (i.e. pretty much anything that allow you to download packages for your architecture, not LFS) and have some of your work files either copied on /home or better mounted as a directory that is safely on another partition or even disk.

Don't like whatever you installed? Explain us WHY then we can better help you narrow down what you need.

Overall software availability and performances are pretty much NOT distribution specific.

It is rare that a specific feature is not available as driver that can not be installed somehow, same for state of the art software, e.g. something coming right of the repository rather than a built package.

[-] utopiah@lemmy.ml 1 points 2 days ago* (last edited 2 days ago)

Why? I have a hard time imagine a use case where restoring the OS itself would be appropriate.

I can imagine restoring data, obviously, and services running with their personalization ... but the OS is something generic that should be discarded at whim IMHO. You probably chance few basic configuration of some services and most likely that's stored in /etc but even then 99% is default.

You can identify what you modified via shell history, e.g. history | grep /etc and potentially save them or you can also use find /etc -type f -newerXY with a date later than the OS installation and you should find what you modified. That's probably just a few files.

If you do back up anything beyond /home (which should be on another partition or even disk than the OS anyway) you'll most likely save garbage like /dev that might actually hinder your ability to restore.

So... sure, image the OS if you actually have a good reason for it but unless you work on archiving and restoring legacy hardware for a museum then I doubt you do need that.

[-] utopiah@lemmy.ml 1 points 3 days ago* (last edited 3 days ago)

Check using e.g. top for your CPU (nvidia-smi or amd-smi for your GPU) or System Monitor on KDE if any of your resource is being maxed out. If so then most likely you found the culprit.

Regarding what the actual codec is being used you can use ffprobe but anyway what matters if resource bottleneck and thus if you can have hardware acceleration for it.

It's probably worth investigating so that you don't keep on getting video files too big for your computer to handle. I imagine it's something very high resolution with very recent compression. If so, look for something less demanding, e.g. x265 720p and if that's still leading to performance hiccups the older x264 720p or even 480p.

It's rare that the media player itself, e.g. VLC or mpv, actually is the bottleneck.

[-] utopiah@lemmy.ml 6 points 3 days ago* (last edited 3 days ago)

I'm using fWallet for Eurostar, plane tickets, etc anything with PkPass. Very minimalist, just does the job.

[-] utopiah@lemmy.ml 11 points 3 days ago* (last edited 3 days ago)

Most answers here are opinions which are perfectly valid, even important, but also irrelevant regarding the actual law.

I'm not a regulator or a lawyer so instead of providing another opinion or false information I recommend checking dedicated structures, e.g. AccessNow https://www.accessnow.org/tag/augmented-reality/ or EFF https://www.eff.org/issues/xr while being mindful both of those are from the US and thus if you are not looking for EU specific article, they are basically irrelevant too. You can also check legal research e.g. https://edpl.lexxion.eu/article/EDPL/2024/2/8 which would be useful to get a better understanding of the current legal situation regardless of suggestions.

FWIW this is me speaking for 3min at he European Commission just few weeks ago https://video.benetou.fr/w/65FQnvrncexbJ1jFNKkMrV on providing and using an open stack for smart glasses, more broadly XR, but again this is JUST my perspective, not the actual law. Overall my rule of thumb is now legal situation comes from nothing, so relying on what has existed before, e.g. seeing smart glasses recording as wearable smartphones is at least a starting point.

[-] utopiah@lemmy.ml 1 points 4 days ago

knowing my software is up to date

Wouldn't that be solved with random notifications saying software X has been updated to version Y.Z even though it might not be true?

[-] utopiah@lemmy.ml 2 points 4 days ago

The excitement of features from the cutting edge

I don't understand how Debian limits that. You can use Debian for your distribution BUT for whatever you want to be cutting edge, use whatever alternative method you want. It can be alternative package managers, e.g. am but if you want the absolute bleeding edge, go on the repository of the project, get a specific branch, build, install, use. That's absolutely no problem with even Debian stable.

I'm genuinely confused at comments implying that have a stable distribution means having outdated software.

[-] utopiah@lemmy.ml 3 points 5 days ago

I guess it depends what you mean by "chip production".

AFAICT mostly via Chip War (2022) and reading a bit on the topic there are few bottlenecks, e.g chip design IP like ARM (UK) or lithography machines like ASML (NL) or high efficiency chip production like TSMC (Taiwan) but overall the grip from the US is mostly on democratization and scale with AMD, NVIDIA, Broadcom or even Intel, namely making a LOT of chips, not necessarily high end (some are) or mobile (also some), for a relatively low price. What I mean is that China is already claiming that they are producing about on-par IPS with e.g. Loongson.

So yes there are for sure incumbents based in the US that do not want RISCV and overall open architectures to make significant progress but is it fair to call them "the US" I'm not sure. Are they heavily leaning on US lawmakers to get their positions strengthened? Maybe. Maybe they do not yet do so simply because they don't believe it's a threat yet, nor it might be ever be.

I believe that in chip production you can lock production via innovation but also, like in other sectors, solely with the supply chain. ASML is powerful because they basically own their markets but also because who would contract with newcomers versus a very well established company that can provide all the insurances imaginable that they will indeed deliver on time a specific amount? Why risk it when you are already contracting with the leader?

Sure there is a potential innovator dilemma but what could prevent e.g. NVIDIA or Intel to switch to RISC-V if somehow they can dominate there too thanks to both their existing expertise but also supply chain stronghold?

[-] utopiah@lemmy.ml 9 points 5 days ago

If you like working in slow motion, yes, sure.

Source : I have a Banana-Pi SBC https://www.banana-pi.org/en/banana-pi-sbcs/175.html and... it works, running Linux proper, with a desktop environment, which is in itself pretty cool IMHO but damn, you have to be patient. That being said "just" already being at that stage on economically affordable hardware is amazing. We are probably not far, say few years at most, with usable RISC-V chips for mundane tasks, e.g. text authoring, coding, Web browsing, but don't expect compilation of a browser, Blender, or gaming on this for few more years. IMHO it will go fast because it's catching up so the path is rather well laid down, which is much harder than innovating and pushing the envelope.

[-] utopiah@lemmy.ml 1 points 5 days ago

What's nuts is that what made Anubis' author go down that path was Amazon Bot (I remember precisely because they are the bot that also blew up my logs and thus forced me to take action against LLM scrappers) and... a significant share of the Web is hosted on AWS. So... Amazon is actually probably MAKING money by scrapping, no matter how inefficiently. I already hated Amazon but this is even worst than I imagined. It's probably not by design, to be fair, but it's also probably not something they'll invest into "fixing" as it's making them money. What an absolute human centipede situation.

[-] utopiah@lemmy.ml 9 points 5 days ago

Nice, that'll help people deGoogle I hope.

[-] utopiah@lemmy.ml 1 points 5 days ago

I won't enter the arguments about Debian itself (did that often enough, feel free to check my history or ignore entirely) rather my point is to have a default suggestion rather than "pick any" for newcomers which precisely are scared by the plethora of choices, as this very post suggests.

106
submitted 1 month ago* (last edited 1 month ago) by utopiah@lemmy.ml to c/privacy@lemmy.ml

This is for pedagogical purposes. Please do not cypher actually important messages with this.

Anyway I think it can bring with little ones, and adults alike, interesting conversations around :

  • secrecy
  • privacy
  • cryptography as counter-power
  • mathematics, starting with modulo
  • the duration a message can stay undecipherable and thus the kind of message to share
  • computational complexity, how many permutations are available

... and a lot more!

30
submitted 10 months ago by utopiah@lemmy.ml to c/technology@lemmy.ml

"Venture capital finance has dried up amid political and economic pressures, prompting a dramatic fall in new company formation"

Posted in technology as most of the funded companies are into technology. The most shocking piece is arguably the number of funded company pear year with a clear peak in 2018 which is 50x (!) more than last year, 2023.

view more: next ›

utopiah

joined 3 years ago