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

hunterirving

no profile record

投稿

Biota · a Personal Catalog of Life

hunterirving.com
2 ポイント·投稿者 hunterirving·5 か月前·1 コメント

コメント

hunterirving
·5 か月前·議論
Pretty slick! And I really enjoyed the interactive, destructible house at the top :-)
hunterirving
·5 か月前·議論
Here's a personal website I built to catalog the various lifeforms I've encountered on my adventures. It's kind of like a Pokédex, but for real life.

- Lifeforms are categorized by Kingdom → Phylum → Class → Order → Family → Genus → species, and you can click to expand each nested category.

- As you click around, the species you've viewed are added to the browser cache. This updates the "New!" indicators, so you can see at a glance if anything new has been posted since your last visit.

- Image dithering is done client-side using a slightly modified version of Andrew Stephens' as-dithered-image[0]. My main addition was the ability to dither with 3 colors instead of 2.

I've found that since I started cataloging lifeforms, I've noticed a lot more of them while out and about. Maybe I'll catch 'em all one day.

[0] - https://github.com/andrewstephens75/as-dithered-image
hunterirving
·6 か月前·議論
Really slick, thanks for sharing! I haven't dug deep into the menus yet, but I would love a way to increase the text speed.
hunterirving
·9 か月前·議論
I've been dealing with the same issue for the last week or so, but just found a solution!

Install the GitHub CLI ("brew install gh" or similar), authenticate with your GitHub credentials ("gh auth login"), then run the following:

gh api --method PUT -H "Accept: application/vnd.github+json" /notifications -F read=true

Blue dot gone! :-) This marks all notifications as read, which clears the phantom notification from the deleted account.