Home
About
SK blog
Rapture in Everything
Posts tagged "open source"
2022 Apr 12
2022 Apr 12
Made a new web template for .Net and Vue
To make Obskurnee, I had to set up a lot of things to get the desired stack. Here it is: feel free to rip off whatever strikes your fancy....
programming
dotnet
open source
2021 Sep 09
2021 Sep 09
Putting Obskurnee behind a proxy
An overview about what tech Obskurnee runs on, and how to configure an nginx reverse proxy for it....
tech
obskurnee - book club
open source
2021 Aug 17
2021 Aug 17
Introducing Obskurnee: A Companion for your Book Club
Obskurnee is a companion for your Book Club that will help you decide on your book club's next read, along with a few other things. It's a web app you can host yourself....
obskurnee - book club
open source
self-hosted
2021 May 19
2021 May 19
Joplin: three years later
I didn't even remember how much time passed since I switched from Evernote to Joplin - I had to check the previous blog entry. Apparently, it's been more or less exactly three years. A lot has changed since then - all of it for the better....
tools
joplin
open source
2020 Apr 18
2020 Apr 18
csv-to-sqlite 2.1 - script support, encodings and brackets
Version 2.1 of csv-to-sqlite was just released. There are a few new things, suggested in GitHub issues: you can now specify that you do not want brackets around your column names, you can specify the encoding your files (the default still is UTF-8) and it's now easier to use csv-to-sqlite in scripts. If you wish to do that, simply install it as a dependency: pip install csv-to-sqliteAs an aside: if you're not using Pipenv yet, take a look at it. It's great.Then import it and call write_csv(). import csv_to_sqlite # all the usual options are supported...
tools
python
csv-to-sqlite
Older