Twits du Jour (Nov 9)
<1 min read
- I'm at Applebee's Neighborhood Grill & Bar in Bellevue, WA swarmapp.com/c/aI29YH6Vqok #
- The fastest cities in the US for LTE have been revealed, and it's not where you think! thauv.in/2jgrEfB #
- I'm at Family History Center in Bellevue, WA swarmapp.com/c/ht3zXA58ldw #
- I'm at McDonald's in Everett, WA swarmapp.com/c/kICaSJmRKSz #
- I'm at WA State Department of Licensing in Everett, WA swarmapp.com/c/ifEiT5JJNdw #
Twits du Jour (Nov 8)
<1 min read
- Pinboard-poster 0.9.3 bas been released. #github github.com/ethauvin/pinbo… #
- Pinboard-poster 0.9.2 bas been released. #github github.com/ethauvin/pinbo… #
- I just entered to win a @RomeSnowboards Mountain Division Board from @SnowboardMag. wn.nr/cw8MCP #
- If juice ads were honest.. youtu.be/BxL8-KTPxAQ #
Pinboard Poster 0.9.3
<1 min read
As it often happens, release a new version and almost immediately realize that it could have been easily improved on.
I've just updated Pinboard Poster to version 0.9.3, adding more ways to initialize:
val poster = PinboardPoster(Paths.get("local.properties")) // uses default PINBOARD_API_TOKEN key
val poster2 = PinboardPoster(Paths.get("my.properties"), "my.api.key")
val p = Properties()
p.setProperty("api.key", "user:TOKEN")
val poster3 = PinboardPoster(p, "api.key")
As usual documentation and source are on GitHub.
Pinboard Poster 0.9.2
<1 min read
I've just released a new version of the Pinboard Poster for Kotlin/Java.
Version 0.9.2 adds the ability to set the Pinboard authentication token using a local property or environment variable.
Local Properties
# local.properties
PINBOARD_API_TOKEN=user:TOKEN
val properties = Properties().apply { FileInputStream("local.properties").use { fis -> load(fis) } }
val poster = PinboardPoster(properties)
Environment Variable
export PINBOARD_API_TOKEN="user:TOKEN"
val poster = PinboardPoster()
As usual documentation and source are on GitHub.
Twits du Jour (Nov 7)
<1 min read
- I'm at Burger King in Everett, WA swarmapp.com/c/54XvwEHoaA8 #
- I'm at Costco Gas Station in Everett, WA swarmapp.com/c/ekwZoZ44E31 #
- I'm at Everett Family History Center, LDS in Everett, WA swarmapp.com/c/7VU5h8wF5QX #
- I'm at McDonald's in Everett, WA swarmapp.com/c/dnhYf1BUduM #
Twits du Jour (Nov 5)
<1 min read
- I'm at Walmart in Everett, WA swarmapp.com/c/kjplkk6e6Km #
- I'm at Tyler's Donut House in Everett, WA swarmapp.com/c/eiCMPrKmO9E #
- Google Pixel 2 XL International Giveaway @AndroidAuth #giveaway wn.nr/59psTw #