waldfee
- 0 Posts
- 4 Comments
Joined 1 month ago
Cake day: July 29th, 2025
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
waldfee@feddit.orgto linuxmemes@lemmy.world•Me, when my new job forces macos for development14·27 days agomy workaround for awk, sed, and grep has been to create symlinks in my $Path that point to gawk, gsed, and ggrep, which you can install through brew. Nix has also been useful to keep my sanity intact, tho it’s a learning curve too, and when Macos updates happen you will need to fix/reinstall it. Can I ask what terminal you are using?
waldfee@feddit.orgto linuxmemes@lemmy.world•What's it like being a user hearing about developer drama.3·27 days agoit seems to have the reputation of not being the most reliable FS out there, apparently even causing data loss in some instances. In my experience tho it’s been great, it’s snapshot feature has saved me whenever a new kernel would break my broadcom wifi chip
crystal is another language that’s apparently quite similar to ruby, with the difference of being compiled and staticly type-checked, and I just love it’s ruby like syntax. I believe the equivalent code for this in crystal would be
Time.local - 10.years