Explore >> Select a destination


You are here

cullmann.io
| | cullmann.dev
0.5 parsecs away

Travel
| | Ignorance is bliss...
| | blog.martinig.ch
7.2 parsecs away

Travel
| | Architecture is an important asset for good programming and the notion of "pattern" is here to help us apply already trusted code architecture solutions to common problems. Jason McDonald has done a wonderful job to group some of them in a document that should be useful to most software developers. Go to his blog to
| | jlelse.blog
14.2 parsecs away

Travel
| | I stumbled over Twemoji by Twitter ?? and a Hugo module for Twemoji and thought it might be a good idea to use Twemoji on my blog (I didn't use the Hugo module, but integrated it directly into my theme - with a few optimizations). In my Flatpak Firefox on Ubuntu most emojis don't have a color and it isn't really fun to use emojis in my blog posts when they don't look great everywhere. Twemoji replaces the Unicode emojis in the browser with SVG images. So if you have JavaScript enabled in your browser, you'll see emojis that look like on Twitter, otherwise you'll see the default Unicode emojis from your operating system. So expect an increased use of emojis here. ????
| | www.byjp.me
125.4 parsecs away

Travel
| I had some time to kill today, so I rewrote the DLC api in Ruby. If you use JDownloader you'll know how useful the DLCs are, essentially they allow you to contain all the links from a variety of online hosting sources in one place with any passwords that might be needed. All this data is also kept encrypted to prevent people from poking around inside and stealing the links! Now, should you wish to create one of these DLCs there's a handy ruby API I've built thats so simple you can even use it from irb! Enjoy.