this post was submitted on 05 Jun 2023
5 points (100.0% liked)
Open Source
31129 readers
290 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Compactor is my Windows filesystem compression tool, good for clawing back space wasted by poorly-compressed games without having to faff about with the command line. I have a full rewrite in the pipeline that I'm procrastinating on.
ioztat is basically what
zfs iostat
would be if it existed — an iostat for ZFS datasets, rather than ZFS vdevs. It was born out of a script from Reddit's /r/zfs and in a slightly obsessive period I rewrote and expanded it into a pretty capable tool I'm quite proud of.If you have any experience packaging software for your favourite Linux distribution — well, I'm a FreeBSD user, so please knock yourself out. I'm begging you.
num_threads is a tiny foundational Rust crate, most notably used by
time
in order to determine if it's safe to make certain syscalls. I have implementations for Open, Net, and DragonFlyBSD that I've been procrastinating on merging, because blessingunsafe
code for platforms I don't use is scary. Moral support is welcomed.