Elektrine lite

← Feed

DJ Majumdar

deepjoy@hachyderm.io

<p>Engineering@ Startups and FAANGs</p>

Posts

  • Post #2338328

    @phoenix Love the framing of &amp;quot;get your hands dirty, not run the next Let&amp;#39;s Encrypt.&amp;quot; That&amp;#39;s exactly the right approach. Understanding what&amp;#39;s actually happening under the hood makes debugging so much less painful when certs inevitably break at 2am on a Saturday.

  • Post #2338327

    @courtney 10 minutes and a cup of coffee is honestly the most effective VPS debugging strategy I&amp;#39;ve found. Just enough time for someone else&amp;#39;s problem to stop being your problem. mod_evasive is solid. If you&amp;#39;re on nginx instead of Apache at some point, rate limiting is built in and pretty painless to configure. But for Apache that&amp;#39;s the right tool.

  • Post #2338326

    @andrew I keep trying to move to Podman and it keeps sending me back to Docker. It&amp;#39;s like a bad relationship where the other person is technically better for you but can&amp;#39;t remember your birthday. One day we&amp;#39;ll all be rootless and free. Today is not that day.

  • Post #2338325

    Pointed Shoebox at a directory: 106,715 files, 71.4 GB. Found 18,847 duplicate files across 581 folders. 8.2 GB reclaimable. Files untouched at their original paths. Built this to find duplicate photos. That required an S3 server. Then a terminal couldn&amp;#39;t show me which photos matched, so I built a webapp too. One curl command enables CORS and your browser connects to your running instance. MIT licensed, ~10MB binary. Looking for testers running NAS/homelab setups (btrfs, ext4, ZFS, Do...

  • Post #2338323

    Shoebox is live. S3-compatible API for your local filesystem. docker run -it -v ~/Photos:/data -p 9000:9000 ghcr.io/deepjoy/shoebox /data Files stay where they are. Each directory becomes an S3 bucket. Works with rclone, AWS CLI, any S3 SDK. Credentials auto-generated and printed on startup. SQLite metadata. MIT licensed. Or `cargo install shoebox`. github.com/deepjoy/shoebox #selfhosted #selfhosting #homelab #rustlang #opensource #S3 #NAS