Jan-Lukas Else

Thoughts of an IT expert

๐Ÿ”— Links: XXXX-XX-12

This is a collection of links I stumbled across and found worth sharing. Also see the blogroll for links to blogs I regularly read.


wsl-vpnkit: Internet for WSL2 distros behind a VPN

Published on in ๐Ÿ”— Links

Iโ€™m still alive. ๐Ÿ‘‹ Today, at work, I discovered a nice little tool for WSL2. On my work laptop I need to use Cisco AnyConnect to connect to the corporate network. Unfortunately this blocks Internet access in Windows Subsystem for Linux VMs (at least in the Ubuntu VM, I tried to use for some Docker stuff). I tried a lot of different hacks and workarounds, but none worked. Until I found wsl-vpnkit. It just works. ๐Ÿ˜„

View

โ€œFriendlier SQL with DuckDBโ€

Published on in ๐Ÿ”— Links

I come into contact with SQL almost every day, be it at work (Oracle Database) or while developing my blog software (SQLite). I donโ€™t find SQL as bad as some others might, but sometimes SQL could be better.

View

โ€œThe totalitarians of the attention economyโ€

Published on in ๐Ÿ”— Links

I mean. Fuck. Is that really what weโ€™ve been reduced to? A set of eyeballs (or earballs??) to be squeezed until every last tear of attention is drained. The image of human batteries powering the simulation is barely a metaphor at this point.

View

Generics in Go

Published on in ๐Ÿ”— Links

As someone who properly learned to program using Java and still works with Java almost every day, I am used to generics. Flexible parameters whose constraints do not yet have to be set during definition. The fact that there are no generics in Go took some getting used to.

View

Origins of the youtube-dl project

Published on in ๐Ÿ”— Links

Ricardo Garcรญa describes the origins of the youtube-dl project, which was recently banned from GitHub.

View

Minimal Office Suite

Published on in ๐Ÿ”— Links

Thanks to @hacdias, I found this nice project: Awfice - the world smallest office suite.

View

98.css

Published on in ๐Ÿ”— Links

The first Windows I used was Windows 2000 on the computer my parents gave me sometime in primary school. But with 98.css it is now even possible to make websites in the style of Windows 98. Wouldnโ€™t that be an idea for the next homepage redesign?

View

What was TON and why it is over

Published on in ๐Ÿ”— Links

Telegram wanted to launch a cryptocurrency, but now they stopped that experiment because a US court stopped them and the US has too much power they rather didnโ€™t want to feel.

View

Towards a Commenting System

Published on in ๐Ÿ”— Links

Matt Baer from Write.as wrote about his ideas for a comment system for Write.as called Remark.as. I think he thought things out pretty well and instead of just building a comment system as known from other blog systems, he found a good solution that allows human conversations.

View

Pure CSS paintings

Published on in ๐Ÿ”— Links

Ben Evans created amazing pieces of art. He โ€œdrawโ€ a sunset, a still life and a portrait. But instead of images, he created CSS style sheets. All those images are made with just CSS. It is very impressive!

View

Next

Jan-Lukas Else