45/style updates to konakanirecipes

Monday, 2024-05-27 to Sunday, 2024-06-02

Created: by Pradeep GowdaUpdated:May 27, 2024Tagged: weekly .

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, Thomas, and Michael J Freitag. “Umbra: A disk-based system with in-memory performance.” 2020. https://db.in.tum.de/{\textasciitilde}freitag/papers/p29-neumann-cidr20.pdf. 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