Thursday, February 02, 2023
converted a cli tool to web using htmx, things actually much simpler than a spa, just different mindset. maybe I did the old web so it's quite easy for me to pick up. js part I just use htmx - Events, pretty much covers what I needed
on the other hand, reitit is very painful, I still can't get things connected together
however the new workflow I setup with tools.build is very slick, repl driven is unbeatable
to update a file in a jar:
$ jar -uf /path/to/myapp.jar -C resources config.edn
Wednesday, February 08, 2023
TIL eposh converter, right below the converter there're implemetation for different languages
nowadays I just read short articles on kindle, I used KTool: Send web articles, newsletters and RSS feeds to your Kindle for couple weeks, I really like it and subscribed
when a tool requires sending email, usually I will not bother to do it myself
Sunday, February 12, 2023
TIL jc supports convering git log to json
useful for a tool I'm building
a very cool terminal app: Cvaniak/NoteSH: NoteSH fully functional sticky notes App in your Terminal!
what is more interested me is the framework behind it: Textualize/textual: Textual is a TUI (Text User Interface) framework for Python inspired by modern web development.
some good reads:
- Why does 0.1 + 0.2 = 0.30000000000000004?
- GPT in 60 Lines of NumPy
- Visual design rules you can safely follow every time
- ChatGPT Is a Blurry JPEG of the Web
Thursday, February 23, 2023
I have a datasette docker image, allows csv upload, so that I could skip sqlite-utils conversion
it requires some plugins:
- datasette-auth-passwords:
root
actor is required for upload csv, edit schema etc.., this is the easiest way to getroot
(instead of running--root
and get auth link from docker logs) - datasette-upload-csvs: create a table by uploading a csv, all tables will be under the same database (first writale database), but good enough for me
- datasette-edit-schema: I only use it to delete things (columns and tables)
- datasette-public: allow me to share a table by link
- datasette-vega
- datasette-copyable
- datasette-jq
- datasette-pretty-json
for datasette-jq
, it requires pyjq
, which is quite difficult for docker, will need build tools before install it:
RUN apt-get install -y make libtool
also need to bind to 0.0.0.0
for ingress:
CMD ["datasette", "-h", "0.0.0.0", "/data"]
I tried datasette-upload-dbs, but it's too difficult to set permissions, just upload to one database is much easier, you just need to hide database by only allowing root actor
also it supposed to be ephemeral
another interesting one is datasette-tiddlywiki
but this one I ran it locally instead of docker
Blog Archive
- Older Entries
- 2023 January
- 2022 December
- 2022 November
- 2022 October
- 2022 September
- 2022 August
- 2022 July
- 2022 June
- 2022 May
- 2022 April
- 2022 March
- 2021 December
- 2021 September
- 2021 August
- 2021 June
- 2021 May
- 2021 April
- 2021 March
- 2021 February
- 2021 January
- 2020 December
- 2020 November
- 2020 October
- 2020 September
- 2020 August
- 2019 December
- 2019 November
- 2019 October
- 2019 July
- 2019 May
- 2019 April
- 2019 March
- 2019 February
- 2019 January
- 2018 December
- 2018 November
- 2018 October
- 2018 September
- 2018 August
- 2018 July
- 2018 June
- 2018 May
- 2018 April
- 2018 March
- 2018 February
- 2018 January
- 2017 December
- 2017 November
- 2017 October
- 2017 September
- 2017 August
- 2017 July
- 2017 June
- 2017 May
- 2017 April
- 2017 March
- 2017 February
- 2017 January
- 2016 December
- 2016 November
- 2016 October
- 2016 September
- 2016 August
- 2016 July
- 2016 June
- 2016 May
- 2016 April
- 2016 March
- 2016 February
- 2016 January
- 2015 December
- 2015 November
- 2015 October
- 2015 September
- 2015 August
- 2015 July
- 2015 June
- 2015 May
- 2015 April
- 2015 March
- 2015 February
- 2015 January
- 2014 December
- 2014 November
- 2014 October
- 2014 September
- 2014 August
- 2014 March
- 2014 February
- 2014 January
- 2013 December
- 2013 October
- 2013 July
- 2013 June
- 2013 May
- 2013 March
- 2013 February
- 2013 January
- 2012 December
- 2012 November
- 2012 October
- 2012 September
- 2012 August