Just re-enjoying this old chestnut: Falsehoods programmers believe about programming.
Category Archives: Web
Blowfish
I found myself reminiscing about my implementation of Blowfish today. It earned me the great honour of being listed on Bruce Schneier’s web page. My implementation made Blowfish compatible across 32-bit signed ints, 64-bit signed ints, and 64-bit floats. I wrote this code coming up on 12 years ago… how time flies.
Presentations by Bret Victor
I just found him but I’m a big fan of Bret Victor.
AT Protocol
So it turns out when they’re talking about the AT Protocol (the Authenticated Transfer Protocol) they are *not* talking about the Hayes AT command set. Just FYI for any old timers around here. :)
List of most visited websites
Today I found: List of most visited websites. Go DuckDuckGo! :)
Bluesky’s user safety situation
Some interesting discussion about content moderation and user safety: Bluesky’s user safety situation.
OVHcloud
Today I was checking out bare-metal systems available from OVHcloud.
Web programming round up
Some web programming articles from this week:
- Why I don’t use web components
- The Great Divide
- Ask HN: Getting tired of complexity in web development
- Why We’re Breaking Up with CSS-in-JS
- 16 don’ts: when JavaScript code review feels like watching a thriller movie
- The web didn’t change; you did
- Web Standards: The What, The Why, And The How
- What does “falling into the pit of success” mean?
- Maybe Web Components are not the Future?
- Why JavaScript is Eating HTML
- A Unified Styling Language
- Futuristic Tooling for Today’s Applications!
OWASP SCP Quick Reference Guide v2
Had a quick read of this old chestnut: OWASP SCP Quick Reference Guide v2.
Web browser wish list
Apparently Amazon might be making a browser. Some features I would like in a web browser:
- Full text search over everything I’ve ever seen in my browser
- Image preview and browser for all images ever loaded in my browser
- Ability to download streaming media as a file
- Being able to use HTML tables like a spreadsheet (sort, edit/change/reference, row/col/block select, etc.)