Commit Briefs

Omar Polo

+i wrote a music player


Omar Polo

sync gempkg


Omar Polo

for fun


Omar Polo

add the easter egg


Omar Polo

fmt


Omar Polo

add bins script


Omar Polo

update fediverse handle


Omar Polo

add intro and mastodon link


Omar Polo

went online by accident



Omar Polo

new post


Omar Polo

use com.omarpolo/gemini

I've released a gemini library (based on the deleted Request.java) so use it.


Omar Polo

build java with make



Omar Polo

switch URL -> URI

URL throws an exception about an unknown scheme "gemini". I don't intend to write a URLConnectionHandler class for gemini, I'm happy with my Response class, so switch to a URI that doesn't have that trouble. After all, that constructor is there only because it's handy to do new Response("gemini://localhost/index.gmi")