HackerTrans
TopNewTrendsCommentsPastAskShowJobs

parkcedar

no profile record

Submissions

Anatomy of Trousers [video]

youtube.com
1 points·by parkcedar·năm ngoái·0 comments

Web designs are getting too complicated

websmith.studio
99 points·by parkcedar·năm ngoái·76 comments

Is Michael Scott in Founder Mode? – Hiten Shah [video]

youtube.com
3 points·by parkcedar·2 năm trước·0 comments

comments

parkcedar
·năm ngoái·discuss
> Lightning Fast. Local processing means instant results without internet dependency or delays. > Always Available. Works offline, on flights, in coffee shops, anywhere you write.

Two of your 4 questions were answered in the first content block
parkcedar
·năm ngoái·discuss
> and I don't take 'pseudocode' as an excuse

Weird hill to die on, since neither email_t nor PARSE_ERROR were defined in the sample snippets. How do you know PARSE_ERROR is not email_t?
parkcedar
·năm ngoái·discuss
Another example was High Sierra. They completely swapped out the file system on that release, focusing primarily on under-the-hood changes, and imo was also one of the most stable macOS releases to date.
parkcedar
·2 năm trước·discuss
Jeans were almost invented for this kind of thing. I'll always cringe at the idea of wearing them wet though—

"Looking to provide its sailors with durable clothing that could be worn wet or dry, the navy began in the 16th century to equip sailors with Genoese-produced denim jeans, and in doing so became one of the driving forces behind the adoption of the clothing" https://en.wikipedia.org/wiki/Genoese_navy
parkcedar
·2 năm trước·discuss
https://archive.is/v4CBl
parkcedar
·2 năm trước·discuss
Interested to hear your experience with HUGO- I’ve done a lot of development in Go and keen to give this a crack.
parkcedar
·2 năm trước·discuss
You hardly notice the binaries though, especially since gnu cmd line utils are so similar anyway. You’d expect the c libs to be similar, but they’re not really (about as different as Mac to Linux anyway).
parkcedar
·2 năm trước·discuss
Yes, but since it was initially created I believe a lot of it has been rewritten. Eg, the filesystem. I suspect the memory system is different these days too, since macOS handles compressed memory quite differently (though not sure how that gets implemented under the hood).

FreeBSD is like a great grandparent, related but still very different.
parkcedar
·2 năm trước·discuss
Mac isn’t really BSD, it’s a common misconception. It shares some of the userland code, but it’s a vastly different kernel (derived from the Mach microkernel). The userland has diverged quite significantly now too. Though, I guess it probably is closer to BSD than Linux
parkcedar
·2 năm trước·discuss
Excited to try this out. I recently used lit for a complex SPA (everything from routing through to page templates and smaller components). Overall I found lit just as productive as react, which was unexpected but appreciated.