bytecode.news

Project Falcon: Java implementation of the AT protocol

JohannaWeb's Project Falcon is a Discord-style desktop client built on top of the Bluesky AT Protocol. The concept is: what if Discord's UX wrapped a decentralized social graph instead of a proprietary one? Built by one person, it's an impressive piece of work.

Vite 8.0 is out - tooling has been revamped

Vite 8.0 has been released. Vite is a frontend build tool for JavaScript, and is in the same space as tools like Webpack, Parcel, esbuild, and turbopack. The major change here is in the tooling, with...

Enhanced Local Variable Declarations in Java

For Java, JEP 8357464, Enhanced Local Variable Declarations , is an extension of JEP 441, Pattern Matching for switch . It provides local declarations and value extraction in strongly-typed code. JEP...

ByteCode.news UI design concerns

I've been trying to think about access control and data access patterns for ByteCode.news. One of the initial designs was based around having pluggable UIs. The actual app is a set of REST endpoints...

F-Bounded Polymorphism: Type-Safe Builders in Java

In F-Bounded Polymorphism: Type-Safe Builders in Java , author fbounded addresses what he calls a fundamental inheritance problem in Java's fluent builder pattern. When a base builder class returns...

Why I Chose 21 Matches in Nevet

I chose 21 matches in nevet, the bot that accompanies bytecode.news, deliberately. It's a command, triggered with 21 matches, and it wants you to take between one and three matches every turn; the...

ByteCode.News is changing, getting better

We're starting to get there! The site and bot keep having new issues identified - I'm not tracking issue propagation or distribution, but since the first slightly-broken deployment online a few weeks...