Commits


for fun


add the easter egg


fmt


add bins script


update fediverse handle


add intro and mastodon link


went online by accident


edit: emms-volume-sndioctl was upstreamed


new post


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


build java with make


rename the response class to request


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")


add constructor


rework the Gemini API