Skip Navigation
RIP my photos from 2017 and contacts from 2005
  • There's an old saying, "Unix is user friendly, it's just fussy about it's friends."

  • pooling media libraries - like distributed storage
  • Ceph, GlusterFS, and I suspect SeaweedFS (but I haven't used it) expect high speed, low latency connections to their peers. So they won't work well over the internet.

    There's some info floating around about using IPFS as the backend for Jellyfin, which in theory should allow you to share media between friends, but I haven't tried it.

    https://www.youtube.com/watch?v=PHujBhq4J9A

  • Project idea for learning
  • Another (mostly) retired Unix sysadmin here. I never could make Python work in my brain, but last year discovered Svelte/SvelteKit and really like it. I'd always kinda hated on JS, but actually it's pretty nice these days.

  • What keyboard you recommend for coding?
  • "dammit emacs" ...

  • Gay_WAP
  • OMG I forgot all about WAP gateways ...

  • A lesson in Input Validation
  • $500 a year?!? Hey buddy, thanks for looking after our IT systems, here's an extra $1.50 a week ...

  • I Just Need a Programmer
  • So I'm neither a marketing or sales guy, though I have done a bit of both.

    What I'd say is that if you are trying to create a successful business / product ... you need to be considering marketing/sales before you actually build anything. The classic tech founder mistake is to build something nobody wants. Or that costs more to produce/support than you can sell it for.

    I've got a funny story about a dotcom era business I worked for, where an amazing tech team built this product that was miles better than anything our competitors were doing. We spent 18 months getting it all built out etc. And then the business guy came in and ran the numbers and pointed out to us that our return on investment was longer than the replacement cycle of our hardware. Oops ..

  • I Just Need a Programmer
  • Mostly I mean the assumption that's easy and that you can just "do sales and marketing" after the fact. Sales people are too "sales" to work for free. :-)

  • I Just Need a Programmer
  • I see tech people doing this to sales, marketing, and bizdev people sometimes as well. I've created this thing, it's all done I just need someone to sell/market it ...

  • This should really be standard.
  • I’ve done a lot of tech recruiting. Reference checks are invaluable, especially if you do them over the phone (instead of email/text).

    People are wired to be honest, even about the faults of their friends. Tone of voice, pauses and side comments are often the most useful parts.

    By the time you’re checking references you’re not normally trying to determine if the candidate is psycho or incompetent, you’re trying to figure out the specifics. Are they going to be a good fit for the team? How will they handle the stresses, structures, or freedoms of the role? What kind of support are they likely to need and can the team realistically provide it?

    And to OP, yes. Absolutely, ask to meet with employees. Ask the hard questions, you’ll probably get surprisingly candid responses.

  • which ones do you think I missed?
  • I've worked for several very, very rich men. The pattern I notice is that they always get surrounded by people who make sure that they never, ever hear "no".

    Imagine living in a world where every inane thing that comes out of your mouth, somebody immediately makes it their mission to try and make it happen. You no longer get any kind of useful feedback from the world and your opportunities to learn from feedback are greatly reduced.

    I agree, I think in the end, it does make them crazy.

  • how much backing up would you do of a media server?
  • I’ve lost my music collection twice. Once when I gave away all my cds in a fit of minimalism, once when our house got broken into and they took all our cds.

    It’s farking annoying and takes forever to get all your music again. At the very least make sure you have a list of albums so you can remember what you had.

  • Should I move to Docker?
  • Yeah, so worth it! The first time I moved a service to a new box and realised all I had to do was copy the compose file and docker-compose up -d ... I was sold.

    Now I'm moving everything to Docker Swarm which is a new adventure. :-)

  • *Permanently Deleted*
  • Miniflux?

  • Should I move to Docker?
  • Another old school sysadmin that “retired” in the early 2010s.

    Yes, use docker-compose. It’s utterly worth it.

    I was intensely irritated at first that all of my old troubleshooting tools were harder to use and just generally didn’t trust it for ages, but after 5 years I wouldn’t be without.

  • Self-Hosting Email - Software Recommendations?
  • I'm really liking the look of stalwart, but it's quite new. Mailu seems to be pretty nice, good features and not too resource heavy. Mailcow does everything, but it's a 🐷.

  • Stairs covered in old jeans
  • you win!

  • Linus does not fuck around
  • THIS SO MANY TIMES.

  • She has stitches on her leg. Instead of the cone of shame, she prefers toddler pants with tail hole cut in them.
  • Put the cone on yourself and you’ll know instantly why dogs hate it. :-)

    We did the long sleeved thing four one of our collies and it worked great.

  • Announcement: All-in-one JMAP, IMAP and SMTP server
    github.com GitHub - stalwartlabs/mail-server: Secure & Modern All-in-One Mail Server (IMAP, JMAP, SMTP)

    Secure & Modern All-in-One Mail Server (IMAP, JMAP, SMTP) - GitHub - stalwartlabs/mail-server: Secure & Modern All-in-One Mail Server (IMAP, JMAP, SMTP)

    GitHub - stalwartlabs/mail-server: Secure & Modern All-in-One Mail Server (IMAP, JMAP, SMTP)

    Copied from r/selfhosted as seems interesting enough to share with wider audience.

    > I'm excited to announce the release of Stalwart Mail Server, a single binary solution that combines the Stalwart JMAP, Stalwart IMAP, and Stalwart SMTP servers into one easy-to-install package. > > In response to user feedback, some key enhancements were made. Stalwart Mail Server now supports LDAP and SQL authentication, providing seamless integration with your existing infrastructure. > > For single node setups, RocksDB has been replaced with SQLite with the option of using LiteStream for replication. For larger, distributed setups, support for FoundationDB was added, letting you scale to millions of users without sacrificing performance. Additionally, it is now also possible to store your emails in an S3-compatible storage solution such as MinIO, Amazon S3, or Google Cloud Storage. > > Other notable updates include support for disk quota, subaddressing (or plus addressing) and catch-all addresses. > > Check it out here: https://github.com/stalwartlabs/mail-server > > I look forward to your feedback and questions!

    41
    Atuin: Syncing shell history between servers

    I just discovered this. Sync's your shell history between multiple servers. You can use their free, open source server (your history is encrypted) or run your own server.

    No affiliation with the project, just thought it looked useful!

    > Atuin is a command-line tool that enables you to make better use of your shell, by giving ctrl-r superpowers.

    > Every line you write is stored - ready to be queried and run again at any point, from any machine you wish. Never forget again!

    > Sync your history between all of your machines, and search it from anywhere

    !

    8
    Uptime-kuma & Docker: Timeouts when monitoring services on same host

    Hello.

    Pretty sure I'm doing something stupid, but I can't find it.

    I have Caddy and Uptime-kuma installed as Docker containers. They are on the same Docker bridge network. Both work fine (with the below exception).

    I'm trying to monitor Caddy virtual hosts from Uptime-kuma and getting a timeout.

    If I exec into the Uptime-kuma container, I can ping the host name I want to monitor (and the DNS is resolving correctly to the Docker hosts external IP).

    But I can't reach port 80/443 using telnet or openssl.

    Any suggestions for what I might be doing wrong?

    Thanks!

    9
    Recommendations for JBOD?

    It's time to get some storage for the homelab. I could get a Synology, but I'd quite like to build my own using ZFS.

    However it seems hard (or my Google-fu sucks) to find good, reasonably priced 4 bay JBODs. Most of what I can find either looks very cheap or is almost as expensive as a Synology.

    Any suggestions?

    23
    outcide Outcide @lemmy.world
    Posts 4
    Comments 99