I have no idea. It depends on your locale on mac.
- 2 Posts
- 169 Comments
You probably need to pass the
iocharsetmount option.
bizdelnick@lemmy.mlto
Linux@lemmy.ml•foreach - Bash alias to execute command on each line
2·23 days agoI almost never use
xargs. The most common case for it isfind, but it is easier to use its-execoption. Also, withfindyour example is incorrect. You forgot that file names can contain special characters, the newline character in particular. That’s why you need to pass-print0option tofindand-0option toxargs.
Antivirus wont protect you if you run everything you find in the interhet. You need to be smart enough to avoid cracking. But if you are smart enough, you don’t need an antivirus.
Have you tried NetBSD?
bizdelnick@lemmy.mlto
F-Droid@lemmy.ml•Why there's no good opensource torrent and download manager for android?
21·2 months agoThere are no download managers because it is unlikely you are still on dial-up in 2026. There are no torrent clients because they would consume a lot of traffic and battery (unless they are leech-only that would break the whole torrent ecosystem).
bizdelnick@lemmy.mlto
Open Source@lemmy.ml•Histomat of F/OSS: We should reclaim LLMs, not reject them
1·2 months agoAre there similar cases in the wild?
bizdelnick@lemmy.mlto
Open Source@lemmy.ml•Histomat of F/OSS: We should reclaim LLMs, not reject them
1·2 months agoI live in another country, however the idea is the same as I wrote above: this all is about direct copying.
bizdelnick@lemmy.mlto
Open Source@lemmy.ml•Histomat of F/OSS: We should reclaim LLMs, not reject them
1·2 months agoSo what is the case we are speaking about? “Hey LLM, write the OS kernel that is fully compatible with Linux, designed like Linux, uses the same algorithms as Linux and the same code style as Linux”?
bizdelnick@lemmy.mlto
Open Source@lemmy.ml•Histomat of F/OSS: We should reclaim LLMs, not reject them
1·2 months agoSo, everything depends on how you define substantial similarities. My opinion is that if there are no copy-and-pasted chunks of code (except for trivial), there are no substantial similarities.
bizdelnick@lemmy.mlto
Open Source@lemmy.ml•Histomat of F/OSS: We should reclaim LLMs, not reject them
2·2 months agoIt’s not the topic we discussed, right?
bizdelnick@lemmy.mlto
Open Source@lemmy.ml•Histomat of F/OSS: We should reclaim LLMs, not reject them
1·2 months agoAlso, what if one implement proprietary software that is completely different from open source project they studied? They still may use knowledge they obtained when studying, e. g. by reusing algorithms, patterns or even code formatting. This is a common case for LLM coding assistants.
bizdelnick@lemmy.mlto
Open Source@lemmy.ml•Histomat of F/OSS: We should reclaim LLMs, not reject them
2·2 months agoThere’s no such a word as plagiarism in free licenses nor in copyright laws. One could violate copyrights or patents or not. Copyleft licenses do not forbid what you call plagiarism. If you want to forbid this as well as training LLMs on your code, you need a new type of license. However I’m unsure if such a license could be considered free by FSF or approved by OSI.
bizdelnick@lemmy.mlto
Open Source@lemmy.ml•Histomat of F/OSS: We should reclaim LLMs, not reject them
22·2 months agoOne of the four essential freedoms is the freedom to study the software and modify it. Studying means training your brain on the open source code. Can one use their brain to write proprietary code after they studied some copylefted code?
bizdelnick@lemmy.mlto
Linux@lemmy.ml•Installed Linux for the fist time in Feb, I've now started saving ISO's
81·3 months agoYour family will hate you if you’ll change their distro and DE every time you visit them. Distro hopping is normal for the first couple of years, but do it on your own machine.
Why custom? There’s 6.17 in trixie-backports.
I mean not much difference in hardware support.
Ubuntu is the wrong choice for any server.
In general, I agree. But I don’t want do participate in holy wars.
Don’t expect much difference between Debian and Ubuntu. I guess you just need to install a newer kernel package from backports.

It doesn’t hide what’s under the hood and permits to fix/modify it. Yes, I’m a nerd.