Jan-Lukas Else

Tech, life and everything else

XXXX-09


Published on in 💬 Micro

James replied to my programming post.

If I had to describe coding in one word, the word I would choose is “empowering.”

Yes, that’s the right word!

Being able to write a simple Python script can save time, sure. But it can also be incredibly fun. One can make a game with code. Or build a website. Or do a repetitive task that may be tedious.

Sure, after all, programming is a lot of fun, I think. 😁

View

Published on in 💬 Micro

Today we went to the zoo spontaneously. 🐒

🖼️ View

Programming is a really useful skill

Published on in ✍️ Posts

I started programming in elementary school when my parents gave me a programming book aimed at children. Since then, I can’t imagine my life without programming. The days during the year when I don’t program something are very rare.

View

Writing as self-therapy

Published on in ✍️ Posts

My blog has this feature to open a random post. One of over 900 on my English blog alone. I think I’ve mentioned before that I like to use this feature to browse a bit through my thoughts from a few years ago.

View

Today’s web experience

Published on in 🔗 Links
Updated on

Guangyi Li has created a page that demonstrates quite well the current state of the web. You search for something on Google, land on a website and then the click torture starts, until you finally land on the content, but then you have to click again…

View

Published on in 💬 Micro

I found out that Google Translate provides a hidden but freely available Text-To-Speech API and used it to improve the read aloud feature in GoBlog. Just let this post be read aloud right here to see how it looks now. 😉

View

Order from Amazon

Published on in 💭 Thoughts

I’m noticing how I’ve been ordering more and more just from Amazon over the past few months. I should feel bad about supporting such a profit-hungry corporation, but the fast deliveries, easy returns, and wide selection of products are just too tempting.

View

SQLite without Cgo

Published on in 💭 Thoughts

On Saturday morning I experimented a bit. Whenever I used SQLite in a Go application, I used the popular package mattn/go-sqlite3. Not a bad choice, after all it implements the database/sql interface. One drawback, however, is the need for a C compiler, since Cgo is used to run the original SQLite code in the background.

View

Published on in 💬 Micro

GitHub has a new web-based editor based on Visual Studio Code. For me, this fulfills one use case in particular: if you want to browse code to see how certain things were implemented in other projects, this editor now allows you to easily jump to references. This way you don’t have to tediously open many tabs and manually search for files. And it is probably also much easier to look at pull requests this way.

View

Published on in 💬 Micro

View

Jan-Lukas Else