HackerTrans
TopNewTrendsCommentsPastAskShowJobs

tylerscott

no profile record

comments

tylerscott
·3 yıl önce·discuss
I do as well and I also cherry pick a lot specifically with —no-commit to pull together disparate ideas from various sources. I am always fascinated when git usage comes up in threads because there are so many ways people use it that differ from my own and we all seem to find value in it!
tylerscott
·3 yıl önce·discuss
I can confirm it is not just you. I’ve had similar experiences in other subreddits. Eventually I just stopped trying because it’s super demoralizing trying to navigate the myriad of rules in each subreddit.
tylerscott
·3 yıl önce·discuss
IIRC the mascot is a lizard so here the comment is portraying a Zig enthusiast keen on promoting the ease of learning Zig as a lizard. That was my take.
tylerscott
·3 yıl önce·discuss
This is great advice. I also try to make incremental gains in projects as it is the one way I’ve experienced consistent progress. This includes things like learning handstands as a project. A little bit of forward progress is better than no progress. I’ve heard it said it’s like putting pennies (or similar currency) into a savings account. It never seems like much but over time it adds up. The hardest thing for me was recognizing the value in those pennies. Ego, insecurity, etc want the big cathartic jump in progress.
tylerscott
·3 yıl önce·discuss
Thanks for sharing this perspective. We have a 9yo and it's already the case some of her classmates have devices that are connected to social media. Very handy advice!
tylerscott
·4 yıl önce·discuss
Is it me or does this article seem “off”. The verbatim repetition of the thesis multiple times makes me think this wasn’t written by a person.
tylerscott
·4 yıl önce·discuss
I wish I could upvote more than once. Thanks for this perspective!
tylerscott
·4 yıl önce·discuss
Seconding Sublime Merge. I've been using it since it was launched and it has been a solid tool.
tylerscott
·4 yıl önce·discuss
I second this. I would include The Go Programming Language as well. I will buy any book the Kernighan has had a hand in writing.
tylerscott
·4 yıl önce·discuss
If for no other reason than simplified debugging I find there is value. Maybe I’m old but if you have more than one UUID involved in the debugging I’m more likely to trip up than just integers.
tylerscott
·4 yıl önce·discuss
Just seconding this as a sane way to use UUIDs IME. Basically the sequential integer PK is the “internal ID”. IIRC in SQLite regardless of type or existence of PK there is a private sequential integer. Super handy pattern to use.
tylerscott
·4 yıl önce·discuss
Seconding this recommendation. Bob (author) did such an amazing job of that book. I proudly display it in my office. The illustrations alone are worth the cost.
tylerscott
·4 yıl önce·discuss
I second your opinion that learning to write an interpreter is a great idea at some point in a career. It definitely helped me gain a new level of understanding and, well, confidence in my knowledge of how pretty much any language “works”. It makes everything more interesting, too!
tylerscott
·4 yıl önce·discuss
I second this. It is amazing the level of thought that went into the game design.