apoisel

joined 2 years ago
MODERATOR OF
[–] apoisel@discuss.tchncs.de 1 points 2 months ago

IMHO you should use OCaml for web projects. Dream is great for small websites and RESTful servers. Ocsigen is ... astonishing. I would definitely recommend taking a look at it.

[–] apoisel@discuss.tchncs.de 4 points 5 months ago

After over 25 years of using Vim exclusively I'm completely unable to work on a computer without it.

[–] apoisel@discuss.tchncs.de 1 points 5 months ago

OCaml is a horse...

[–] apoisel@discuss.tchncs.de 21 points 10 months ago (11 children)
[–] apoisel@discuss.tchncs.de 29 points 1 year ago

Can't confirm that. In the 90s encodings were a nightmare. ISO-8859-1, ISO-8859-15, CP1252, IBM850, ... If you tried to build a website with an upload form, you'd get the most bizarre encodings and there was no way to reliably distinguish them. I'm not an English native, my world is full of umlauts and s-z ligatures. Things got A LOT better in the last years, thanks to Unicode encodings.

[–] apoisel@discuss.tchncs.de 123 points 1 year ago (8 children)

These errors were much more common before Unicode encodings were in broad use. Unicode pretty much solved this.

[–] apoisel@discuss.tchncs.de 1 points 2 years ago

You are welcome. I started using remind in 2005 and it has been my dependable and powerful companion ever since. This software is a piece of art. The same is true for wyrd, which is rock solid and blazing fast.

[–] apoisel@discuss.tchncs.de 2 points 2 years ago

I just wrote down simplified versions of my scripts. Then I clicked the wrong button to exit the markdown preview and now it's all gone. I'll have to drink a beer now, sorry. If you have any specific questions, I'll answer them gladly.

[–] apoisel@discuss.tchncs.de 7 points 2 years ago (3 children)

I use RSS to watch YouTube videos. I collect the ULRs of the videos I want to watch in a text file using my feed reader (Newsboat). In the evening a script transfers the file to my TV computer and fetches the videos with yt-dlp.

To play the videos I use another script, which plays and then trashes the video files in a loop.

Pros: no ads, no buffering videos during playback, plays videos without interaction (like TV), can collect video URLs over day, don't have to bother with YouTube's user interface, cookies etc.

view more: next ›