Skip Navigation

CallMeAl (Not AI)

@ CallMeAl @piefed.zip

Posts
0
Comments
101
Joined
3 mo. ago

I'm not an AI

  • I heard Postgres was originally created in 1966 by Doug Englebart to store vectors for early mouse designs.

  • Happy to report that the groceries have been acquired.

  • I plan to make ramen tonight for dinner and I'm currently working on motivating myself to go to the grocery store to get the needed ingredients for toppings even though the weather is currently rainy and gross.

  • Tushay!

    I'll see myself out.

  • Do I smell an ignobel in the wind?

  • i just love the look on the cats face in this picture

  • I try to avoid people who say "its not that deep" because they tend to be dumb or very intellectually lazy.

  • LTT is not sincere.

    It's the Pro Wrestling of tech. It's Tech Entertainment. The focus is drama instead of technical accuracy or knowledge sharing. He "lost the match" because he never intended to win.

  • why do stock android fuck up calls so much?

    In 10+ years of using stock android phones I have not had that experience at all.

  • What did you like most about it?

  • Running the inotify script as a service as root would require only one instance. You could trigger it on close_write and then run setfacl to add ACL entries to the new file for all the share users.

    If you can't add a daemon or service to the system then you can skip inotify and just slam a cron job at it every minute to find new files and update their perms if needed. Ugly but effective.

    Another option to consider: You could write a little script that changes umask, copies files, and changes it back. Tell people they must use that "share_cp" script to put files into the share dir.

  • If you are concerned about the new California law it is important to point out that the California law only applies to Operating Systems vendors and providers. It does not apply to end users.

    For example, if you obtain a copy of a Canadian linux distro and install and use it on your computer in California, you aren't breaking any law.

  • Ah, I see. Well its ugly, but you could inotify to trigger a tiny script to update the perms when files are added or copied to the share dir.

  • I'm pretty sure you can do this by adding default user entries to the directory acl which will then be set on files added to that dir.

  • To be clear, I'm not trying to discourage you from posting about your project and I think you should always pursue such personal challenges.

    I also think it helps others better contextualize your project if you include a bit in your post about your motivation (like in your reply).

    To me, it's also very nice to mention alternatives you are aware of and how your project compares to them. "It's doesn't do as much as Handbrake but it's simpler" is a selling point for some people.

  • i hate getting hair in my shirt and must shower and change after a haircut.

  • What makes this better than Handbrake?

  • I can't see any reason to trust this project with my browsing.

  • People are lazy

    Yeah, that tracks. It sounds like Type 1 Laziness: people who don't want to do anything.

    I sense you make this because you are Type 2 Lazy: Happy to learn and make 100 new things to avoid having to do a boring thing more than once. That's something I can both appreciate and relate to.