Did some housekeeping on Nayan’s website — removed jquery and bootstrap, updated fonts to Merriweather, now uses matcha.css, a semantic CSS framework, and a bit of basscss.

Still using Jekyll.

$ rbenv install 3.3.1
$ gem install bundler jekyll
$ gem update --system 3.5.10
 
$ bundle init
$ bundle add jekyll

Programming and Tech

Used ngrok for the first time. It is a very handy product. and an open source alternative - hookdeck (i haven’t tried this one yet). ngrok has a nice localhost web interface, and a cloud based dashboard that is fantastic.

An ode to PostgreSQL, and why it is still time to start over | CedarDB - The All-In-One-Database based on this paper (Neumann & Freitag, 2020) and The Umbra Database System — “Umbra is designed to process data at line-speed under all circumstances. In memory, we process hundreds of gigabytes per second while gracefully falling back to flash-based storage. Using data-centric code generation, parallel execution, and advanced query optimization techniques, Umbra executes the most complex queries with ease.”

Rekindled interest in Roc and Odin programming languages.

wsrv.nl An image cache & resize service. Manipulate images on-the-fly with a worldwide cache.

You pass the image URL and a set of parameters. wsrv.nl will then fetch the image, resize it, cache it and display it. The next time the request comes, it will serve the cached version.

usage: <img src="//wsrv.nl/?url=wsrv.nl/lichtenstein.jpg&w=300&h=300">

Generative AI

Interesting follows

Reading

Continue to read “The courage to be disliked” from last week.


Previous | Next

Dalal, S., & Misra, V. (2024). The Matrix: A Bayesian Learning Model for Llms. https://arxiv.org/abs/2402.03175
Neumann, T., & Freitag, M. J. (2020). Umbra: A Disk-Based System with in-Memory Performance. CIDR, 20, 29. https://db.in.tum.de/%7B%5Ctextasciitilde%7Dfreitag/papers/p29-neumann-cidr20.pdf
Veluri, B., Itani, M., Chen, T., Yoshioka, T., & Gollakota, S. (2024). Look Once to Hear: Target Speech Hearing with Noisy Examples. https://arxiv.org/abs/2405.06289