Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)Q
Posts
141
Comments
685
Joined
3 yr. ago

I joined Lemmy back in 2020 and have been using it as @qaz@lemmy.ml until somewhere in 2023 when I switched to lemmy.world. I'm interested in systemd/Linux, FOSS, and Selfhosting.

  • I made a tool for this some time ago. It detects when programs write to your home directory outside the XDG spec and logs the file and the location of the binary that wrote it to an SQLite file.

  • Most people have played Minecraft, they'll know

  • Looks like Tumblr

  • If you want to expose it publically for others to use consider using Cloudflare for easy setup and avoiding exposing your home IP. If you want to use it for yourself you can access it with Tailscale and forward traffic to certain ports based on the subdomain using Nginx Proxy Manager.

  • Or when it ends on a cliffhanger just to get canceled. That really ruins how I feel about a show.

  • It's still AGPL afaik

    EDIT:

    This project is available under GNU AGPL v3 license.

    Still is

  • Monads are just monoids in the category of endofunctors

  • Have you considered that the machine is made by a collection of humans?

  • The metadata showed it was edited in Adobe Premiere and was a combination of several other videos. As AstralPath said, Coffeezilla (a YouTuber primarily known for exposing and investigating crypto scams) has a video about it on his second channel.

  • Yes, but I still don't know why they seem to think it's so important to write a new browser engine instead of improving Gecko or Servo. To me it just seems like people like it because they don't know other things aside from the Chrome, Safari, and Firefox browser engines exist and just chase something new and shiny.

  • The fact that it's aiming to be stable doesn't mean it is. It's still a work in progress unlike other browsers.

  • FYI you can get a numeric xyz domain for 1$ a year

  • ...definitely takes some getting used to when you come from a non-memory safe language...

    I actually think it's more like the opposite. The compiler takes the normal rules you apply to avoid issues with a non-memory safe language like C/C++ and enforces them explicitly where memory safe languages don't have those rules at all. I think lifetimes are much more confusing if you've never dealt with a user after free and usually let GC deal with it.

    Also yes the compiler warnings and errors are amazing, the difference between rustc and gcc is night and day.

  • It will become more complex when you start needing circular references in your datastructures.

  • It's only intended to be used by the program itself. It's purely storage.

  • Why did you share this?

  • Thanks for the advice, but this is just the format of some eyetracking software I had to use not something I develop myself

  • I tend to pick D, the instance that is federated with most other instances so most of the interactions are visible or C.

  • It's used to export tracking data to analyze later on. Something like SQLite seems like a much better choice to me.