csmeyer
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Replit Is Trapped (csmeyer.substack.com)
- A tale of two weekend projects (csmeyer.substack.com)
- Originators of Information (csmeyer.substack.com)
- Please Please Please Let Me Code How I Want (csmeyer.substack.com)
- Code Doesn't Happen to You (csmeyer.substack.com)
- Replit's Existential Problem (blog.charliemeyer.co)
- LLMs are the ultimate demoware (blog.charliemeyer.co)
- The Trillion Dollar Chart (blog.charliemeyer.co)
- The GPT-5 Launch Was Concerning (blog.charliemeyer.co)
- Sometimes It's More Fun to Write the Code Yourself (blog.pickcode.io)
- Orchestra Conductors Are Prompt Engineers (blog.charliemeyer.co)
- The FC/FC Chasm: Why Teaching Programming Still Matters (blog.charliemeyer.co)
- Show HN: Chessophone – Generate music from chess games (chessophone.com)
Chessophone takes a PGN string representation of a chess game and generates music - Notes from the C major scale are added for each piece in each row of the board for each move in the game. Games played with the same…
- Show HN: Chessophone – Listen to Chess Games (chessophone.netlify.app)
Chessophone takes a PGN string representation of a chess game and generates music - Notes from the C major scale are added for each piece in each row of the board for each move in the game. Games played with the same…
- Why We Build Simple Software (blog.pickcode.io)
- Show HN: Pickcode – Free online code editor for kids (pickcode.io)
Hi HN! I've posted Pickcode a few times (most recently https://news.ycombinator.com/item?id=38365638), but we've improved things quite a bit so I thought it was worth posting again. This is a bit of 1.0 release after a…
- What youth sports can teach us about teaching coding (blog.pickcode.io)
-
If you have kids, do you try teaching them to code? If so, how? Do you roll your own stuff, go on YouTube, Codecademy, etc? Roblox? I've been collecting anecdotes from friends and family about this, I'm developing a…
-
Base 64 encodes one of 64 values in an 8 bit character. Couldn't we do better? Encoding 256 choices obviously gets problematic with escape characters that you don't want to send over the wire.
- Show HN: Explore what "median" means for 2D points (datadepth.netlify.app)
A recent front page HN post reminded me of this project I made for a computational geometry course back in college. With this mini web app, you can play around with a few definitions of the median of a point set in 2D…
- Teaching Python is good, but what about JavaScript? (blog.pickcode.io)
- Replacing Replit in Schools (blog.pickcode.io)
- The Most Important Button in a Code Editor (blog.pickcode.io)
- A beginner's first code editor shouldn't have AI (blog.charliemeyer.co)
- Sight-Reading a Software Project (blog.charliemeyer.co)