Saturday, October 07, 2023
my fav conf, sad that it ends
Thursday, October 12, 2023
couple talks that I like:
"Can a Programming Language Reason About Systems?" by Marianne Bellotti
"Concatenative programming and stack-based languages" by Douglas Creager
may try these libraries:
- there're some examples in this talk: How we test at Nubank with Lucas Cavalcanti
remote repl setup for morse
(require '[clojure.data.alpha.replicant.server.prepl :as replicant])
(replicant/start {:host "hostname", :name "rds", :port 5555})
(replicant/stop "rds")
clj -Ttools install-latest :lib io.github.nubank/morse :as morse
clj -Tmorse morse :host '"hostname"' :port 5555
Sunday, October 15, 2023
when browsing an old book Clojure Cookbook, found couple interesting recipes:
first is async zeromq with lynaghk/zmq-async
another one is running an application as a daemon using org.apache.commons/commons-daemon
some libraries to try:
- TMD 7.0 - Higher Performance Functional Data Science (by Chris Nuernberger)
- techascent/tech.ml.dataset: A Clojure high performance data processing system
- HumbleUI/HumbleUI: Clojure Desktop UI framework
- dainiusjocas/lucene-grep: Grep-like utility based on Lucene Monitor compiled with GraalVM native-image
Thursday, October 26, 2023
what a fantastic article!: Embeddings: What they are and why they matter
thing that I like about Simon is he always put the concept into a workable demo, and compose those ideas together to become something useful but easy to understand
the vibes-based search is exactly what I wanted for my notebook/slipbox, definitely something I must figure out
update: couple days after this article, Jina AI Launches World's First Open-Source 8K Text Embedding, Rivaling OpenAI
Simon also has an update: simonw/llm-embed-jina: Embedding models from Jina AI
Web Components Will Outlive Your JavaScript Framework
been working on my notebook project for the last couple months, really enjoy htmx and web components
for shadow root it may need something like jsx to allow us to create html elements easily, but a component is usually small and isolated, so far not a big issue for me
trying a new diff tool: Wilfred/difftastic: a structural diff that understands syntax
just install it with brew:
$ brew install difftastic
and follow their guide to setup git: Git - Difftastic Manual
but I'm lazy, I just switched to it:
[diff]
external = difft
I discovered something very useful recently: AppleScript
mainly to resize / arrange windows and do hot reloads like:
$ fswatch --event Updated . | xargs -n1 -I{} osascript "..."
the script is find the target tab in chrome and reload
it, so simple
it's painful to write though, the syntax seems so free, I just asked chatgpt to write it for me
Saturday, October 28, 2023
Generate images in one second on your Mac using a latent consistency model
it's quite easy to setup:
$ git clone https://github.com/replicate/latent-consistency-model.git
(activate virtualenv)
$ pip install -r requirements.txt
python main.py \
"a realistic photo of a german shepard riding a motorcycle through Tokyo at night" \
--steps 4 --width 512 --height 512
genreate larger than 512x512 is very slow
Blog Archive
- Older Entries
- 2023 September
- 2023 August
- 2023 July
- 2023 April
- 2023 March
- 2023 February
- 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