submitted by /u/deraser [link] [comments]

submitted by /u/deraser [link] [comments]

Article URL: https://github.com/angeldevmobile/Seam Comments URL: https://news.ycombinator.com/item?id=49578375 Points: 1 # Comments: 0
What filesystem are you running on your NAS/Backups, and why? And if you're using multiple disks/devices, how do you manage them (filesystem's RAID, mdadm or other software solutions, hardware RAID)?

Your screenshots folder, but the filenames make sense. Comments URL: https://news.ycombinator.com/item?id=49577267 Points: 1 # Comments: 0
I enjoy the constraints of retro development. While building games in PICO-8, I took a interest in the way it packs data into the virtual cartridge. I dug into steganography and started thinking: could I apply the same logic to a content management system? Do we really need all the bloat just to host a micro blog? Minilith is a database free CMS where the entire state (posts, pages, and settings) are compressed and stored directly in the pixels of a 256xd256 PNG file. Minilith has zero dependencies. There is no Node, no bundlers, and no external DBs. It relies entirely on browser APIs to compβ¦
I love photography and I've been struggling with finding a tool to import photos from memory card with customizable file naming rules and copy verification. So I built the tool I wanted: Photo Batch Importer, renames with EXIF properties and auto-incremental sequence number, then SHA-256-verifies every file copy. Open sourced on Github and free on macOS App Store: https://apps.apple.com/us/app/photo-batch-importer/id6776498... Comments URL: https://news.ycombinator.com/item?id=49573610 Points: 2 # Comments: 0