Show HN: Terminal-Style Portfolio on the Internet
Source: Hacker News
Overview
Posted about this last year; since then I’ve learned a lot, made many changes, and can still say it’s the best Terminal‑Style Portfolio website on the Internet.
Source: Hacker News
Posted about this last year; since then I’ve learned a lot, made many changes, and can still say it’s the best Terminal‑Style Portfolio website on the Internet.
Question 1: Type coercion What does the following code output to the console? javascript console.log0 == '0'; console.log0 === '0'; Answer: true, then false Ex...
The caching problem If you've worked on a web app for any length of time, you know the deal with caching. You add a cache, everything's fast, and then someone...
Article URL: https://editor.p5js.org/isohedral/full/vJa5RiZWs Comments URL: https://news.ycombinator.com/item?id=47230704 Points: 21 Comments: 5...
What I built A Chrome extension that sits on claude.ai and shows a live token estimate as you type. It displays: - Token count - Percentage of context used - R...