HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jefftime

no profile record

comments

jefftime
·3 bulan yang lalu·discuss
The Zig project has also left GitHub relatively recently

https://ziglang.org/news/migrating-from-github-to-codeberg/
jefftime
·2 tahun yang lalu·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 tahun yang lalu·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 tahun yang lalu·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 tahun yang lalu·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 tahun yang lalu·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 tahun yang lalu·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 tahun yang lalu·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 tahun yang lalu·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 tahun yang lalu·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 tahun yang lalu·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?