SemVer, HttpStatus & Pinboard Poster

<1 min read

I've just updated a few more libraries:

  • Semantic Version Annotation Processor 1.2.1
    • An annotation processor that automatically generates a class based on a Mustache template and containing the semantic version (major, minor, patch, etc.) that is read from a Properties file or defined in the annotation.

      import net.thauvin.erik.semver.Version;
      
      @Version(major = 2, minor = 1, patch = 1, preRelease = "beta")
      public class A {
          // ...
      }
  • HttpStatus JSP Tag Library 1.1.0
    • A simple JSP Tag Library to display the code, reason, cause and/or message for HTTP status codes in JSP error pages.

      <%@ page isErrorPage="true" %>
      <%@ taglib prefix="hs" uri="http://erik.thauvin.net/taglibs/httpstatus" %>
      <html><head>
      <title><hs:code/> <hs:reason default="Server Error"/></title>
      </head>
      <h1><hs:reason default="Server Error"/></h1>
      Cause: <pre><hs:cause default="Unable to complete your request."/></pre>
      Message: <pre><hs:message default="A server error has occured."/></pre>
      ...
  • Pinboard Poster for Kotlin, Java and Android 1.1.0
    • A small library for posting to Pinboard.

      val poster = PinboardPoster("user:TOKEN")
      
      poster.addPin("https://www.example.com/foo", "This is a test")
      poster.addPin("https://examples.com", "This is a test", tags = arrayOf("foo", "bar"))
      poster.deletePin("https:///www.example.com/bar")

Leave The World Behind

2 min read

A family’s vacation is upended when two strangers arrive at night, seeking refuge from a cyberattack that grows more terrifying by the minute, forcing everyone to come to terms with their places in a collapsing world.

Toots du Jour (Oct 1)

<1 min read

Argylle

3 min read

Elly Conway, the reclusive author of a series of best-selling espionage novels, whose idea of bliss is a night at home with her computer and her cat, Alfie. But when the plots of Elly’s fictional books—which center on secret agent Argylle and his mission to unravel a global spy syndicate—begin to mirror the covert actions of a real-life spy organization, quiet evenings at home become a thing of the past.

Obliterated

2 min read

Even heroes get hangovers.

Toots du Jour (Sep 30)

<1 min read

Toots du Jour (Sep 29)

<1 min read