True… but if there is 1 command that makes learning Linux faster, it’s this one.
True… but if there is 1 command that makes learning Linux faster, it’s this one.
Very cool, does it have an iOS client? Or can the official iOS client use that control server?
Edit: yes, wonderful! https://headscale.net/usage/connect/apple/#configuring-the-headscale-url
Not sure I understand either but when I need to tinker with devices from another network through the Internet I usually rely on Tailscale or setup my own dedicated VPN using e.g OpenVPN.
Because it’s a tool by one of the biggest, if not THE biggest, corporation ever made. It’s nothing more than a way to lock-in users deeper in an ecosystem of extortion and learned helplessness.
Through Windows, computer users discover that they have a black box at work and then at home. It is NOT their computer. It is a computer that they are allowed to use a certain way. This then is extended in a myriad of ways, through other tools, e.g mobile phone, and services, e.g Office360, reinforcing that behavior. It becomes a second nature to the point that computer users dare not even imagine HOW they want to use a computer. Instead they buy whatever they are allowed to consume.
I do not care for Windows as an OS, I absolutely do HATE it though as a vehicle for cognitive enslavement. I do so keeping in mind the history of the company that made it. It is not a repeated random process, it’s a strategy. This is what I find disgusting.
If all you need is to grab your groceries etc from the next village, then yes it looks like it could do that.
This is exactly the kind of usages I imagine the market target is. Namely I believe it’s :
but rather, as you suggest, going from one small town to another, say 50km radius or less. It’s while one lives in the country side to go to the farmer market on Thursday. It’s to go from and to work from the suburb, without proper bus, even less tram, to work downtown, etc.
I imagine it’s basically where most people who wouldn’t feel “adventurous” enough to use an electric bike, due to the bad weather or workload, could use something just a big bigger.
So you’re saying they are legal, truly sold, but the volume? weight? autonomy isn’t enough?
Sorry if you specified a criteria rather than an example that I missed. I’m genuinely curious as to understand because it seem you are dismissing it as useless for anyone rather than, like a buggy, something that one potentially useful but only within some context, to go with your example something one wouldn’t use in a city center but works perfectly on a beach.
PS: full disclosure, I don’t have that car, not have any economical link to the company, only trying to understand the position.
I’m not sure what you mean by “serious” here. Are you saying it’s fake in the sense that it won’t be sold? Or that the license plate would not actually legally allow it to on the road in France or Europe? Or some of the criteria, e.g autonomy, power, etc would make it realistically usable for any use case except literally playing in a playground?
I’d be up for a review on new models, e.g https://kilow.com/pages/la-bagnole from France, which claims to be repairable.
Wasn’t exactly security but I used a RPi Zero with a camera to monitor my 3D print. It’s small, low-power, wireless, didn’t have any problem with it. I imagine the result can be recorded, analyzed, etc.
Looks like a USB stick.
Superficial feedback but I can’t read more than 3 lines without syntax highlighting. Here I believe lines short for the text but makes code even harder to read due to new line. Maybe Codeberg allows for HTML embedding.
Now for a comment on the content itself, how is that different from aliases in ~/.bashrc? I personally have a bunch of commands that are basically wrapped or shortcuts around existing ones with my default parameters.
Finally, if the result is visual, like dmenu
which I only use a bit in the PinePhone, then please start by sharing a screenshot of the result.
Anyway, thanks for sharing, always exciting to learn from others how they make THEIR systems theirs!
IMHO the question isn’t as much you as a user of such platforms is “f*cked” because you sound both mindful and technically savvy. So, on that front, you will be OK.
The harder question I would say is how morally bankrupt you will feel by contributing to worsening the privacy of others for profit. Namely that yes by using Facebook/Insta/TikTok/etc you will gain more customers but those customers are gradually losing their privacy while you make those companies bigger by paying them. That means you depend on those companies more while they get more power.
Because of that I would argue that sure, do everything you can to protect yourself but it can’t stop there. I would argue then than the question is rather, where else can you find more clients, and maybe even “better” clients who are more aligned with your own views on privacy, and maybe even more. It’s definitely a challenge, especially seeing the trend of surveillance capitalism, but as you acknowledge yourself by using Lemmy, there are actual alternatives.
fclones https://github.com/pkolaczk/fclones looks great but I didn’t use it so can’t vouch for it.
FWIW just did a quick test with rmlint
and I would definitely not trust an automated tool to remove on my filesystem, as a user. If it’s for a proper data filesystem, basically a database, sure, but otherwise there are plenty of legitimate duplication, e.g ./node_modules
, so the risk of breaking things is relatively high. IMHO it’s better to learn why there are duplicates on case by case basis but again I don’t know your specific use case so maybe it’d fit.
PS: I imagine it’d be good for a content library, e.g ebooks, ROMs, movies, etc.
Neat ,wasn’t aware of it, thanks for sharing
if you use rmlint
as others suggested here is how to check for path of dupes
jq -c '.[] | select(.type == "duplicate_file").path' rmlint.json
I don’t actually know but I bet that’s relatively costly so I would at least try to be mindful of efficiency, e.g
find
to start only with large files, e.g > 1Gb (depends on your own threshold)then after trying a couple of times
and possibly heuristics e.g
Why do I suggest all this rather than a tool? Because I be a lot of decisions have to be manually made.
Well that’s one position, another is to say AI, being developed currently, is :
and other problems and is thus in most cases (say outside of e.g numerical optimization as already done at e.g DoE, so in the “traditional” sense of AI, not the LLM craze) better be entirely ignored.
Edit : what I mean is that the argument of inevitability itself is dangerous, often abused.
FWIW I do have my own page on FLOSS AI, cf https://fabien.benetou.fr/Content/SelfHostingArtificialIntelligence so I do believe it’s at least interesting, even important, to understand what it is.
Still, AFAIK both the electricity https://www.bloomberg.com/graphics/2024-ai-data-centers-power-grids/ and even the potential for correction https://arxiv.org/abs/2404.04125 from intrinsic properties of the dataset and learning but also as its marketed https://link.springer.com/article/10.1007/s10676-024-09775-5 today make me reiterate, AI FLOSS doesn’t not automatically solve all problems of closed source or proprietary AI.
Edit: I know of Petals, I even discussed with some people working on it, and I learned about federated AI or federated learning back then, since at least 2019 (proof) so this isn’t new to me.
Interesting, was searching for anybody who mentioned LFS/Linux From Scratch leading here. Doesn’t seem active anymore though.