HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jefftime

no profile record

comments

jefftime
·3 ay önce·discuss
The Zig project has also left GitHub relatively recently

https://ziglang.org/news/migrating-from-github-to-codeberg/
jefftime
·2 yıl önce·discuss
If you haven't already I'd check out Zig. It does what you're describing if I am understanding correctly. There are some choices in that language I find annoying, but maybe you'll still enjoy it
jefftime
·3 yıl önce·discuss
I've gotten into pinball the last year and also love the ones you listed. Some of the newer machines I've had a blast with include Stern's Godzilla, Ghostbusters, and 007 machines
jefftime
·3 yıl önce·discuss
I don't think RTO and "serious about work" are directly proportional. Some people are much more productive away from a noisy and distractive environment. I think it just depends on the person
jefftime
·4 yıl önce·discuss
For me it was pointers. I used C throughout college and I never really grokked the "address to a value" description, but one day it finally just clicked and now I love pointers
jefftime
·4 yıl önce·discuss
I'm not sure why you're being down voted. This is my exact use case as well. For what I do (front end development) it's incredibly nice to have a Linux command line for most things. I'm stuck on Windows due to legacy .NET Framework apps, so when I have to dip back into Windows I can
jefftime
·4 yıl önce·discuss
Most recently I think the spirit of this kind of device has been captured in the Playdate (https://play.date), but you're right that there are no new handhelds from the big companies
jefftime
·4 yıl önce·discuss
I actually loved Helix, but moved from it to Neovim for performance and customizability reasons. Helix becomes unusable with multi thousand line files, but I imagine it's something that will eventually be solved as the project matures. The customizability of Neovim is incredible, and I'm looking forward to trying Helix again when it has a plugin solution
jefftime
·4 yıl önce·discuss
Do you have an example where adding a function to the std library broke existing code? I wasn't aware this was possible
jefftime
·4 yıl önce·discuss
Yeah I could see that. It seems nice and simple at a glance, but I remember some of the lifetime requirements being incredibly strict and hard to work with
jefftime
·4 yıl önce·discuss
I just started looking at `vulkano` this week and have found it pleasant to work with so far. Do you have examples of high level graphics libraries that you consider poor quality?
jefftime
·4 yıl önce·discuss
To piggyback off this, another reason that I think software freedom is valuable is community support. Things like LSPs, syntax highlighters, and that sort of support doesn't have to wait on JetBrains to integrate it into their IDE. I think there is real value to the community being able to hack on a tool and not being at the whim of a single developer's priorities
jefftime
·4 yıl önce·discuss
I strongly agree. I thought I would have this same feeling with Rust way back when I first learned about it, but the more I use Zig and Rust, the more I prefer the former for systems programming