HackerTrans
トップ新着トレンドコメント過去質問紹介求人

typicalbender

no profile record

コメント

typicalbender
·4 年前·議論
Just a heads up the "Discuss on HN" button links back to the blog post and not HN. Not sure if that was intentional or not.
typicalbender
·5 年前·議論
Easier to multi-task maybe? Its really easy to do other things while listening to a video and then jumping into the parts that sound interesting as compared to reading where its necessarily a very active experience.
typicalbender
·5 年前·議論
Early 30s here. Possibly to your point and completely anecdotally, I generally have a much harder time learning via text than I do from a more kinetic learning environment or watching a video... but I wish it was the other way around. All of the benefits described above for why text is better I totally agree and I get generally frustrated trying to find the relevant part of the video but for whatever reason seeing the thing I am trying to learn visually demonstrated is immensely more powerful that reading it.

I actually have a pet hypothesis that it has something to do with imagination. I'd be curious if anyone has studied the effects of visual media on imagination and how it impacts kids ability to take written content and understanding it versus the same with visual content. I have a suspicion that before the prevalence of visual media it was even more critical to have an active imagination to be able to synthesis written content and that we've lost a bit of that in younger generations as we've moved toward a reliance on visual learning. I have nothing to back any of this up of course just something i've thought about when reflecting on myself.
typicalbender
·5 年前·議論
This is why commit messages are so important. Documentation that is external to the code its referencing will always drift but a commit message is a snapshot in time that is attached to the thing it is referring to. In my experience not enough people take commit messages seriously and just basically give a summary of what changed not why it was changed.
typicalbender
·5 年前·議論
I haven't thought this through at all but are you aware of any package repositories that do something like levenshtein distance between package names maybe combined with a heuristic on common mistyped characters to not allow typosquatting?
typicalbender
·5 年前·議論
Hard truth is you're not worth enough for a spammer to look for that pattern, it's a numbers game and you're just making it harder on yourself.

Also unless you're keeping a lookup table you're losing a great benefit of the wildcard. You can, and I have caught a few places, tell when a company sells your email. If I get an email from company XYZ to my email [email protected] I know exactly who sold my email and to whom.