The sun with a photon takes a shot at me It runs across the atmosphere Evading dust and wings of birds It penetrates the double-paned window And ricochets off crystals falling in threads Losing its way on the lenses steamed opaque I take them off, trading fog for a blur Bare-eyed, I’m still bulletproof.
I don’t have a costume this year, so here’s a painting of mine of a pumpkin. A watercolor painting of a pumpkin sitting in a field of grass.
Recently, I’ve noticed that I don’t have hard decoding enabled in Firefox (my machine uses openSUSE Tumbleweed, and proprietary driver 570 for GTX 2080 video card).
TL;DR: I put the following lines into my .tmux.conf: # Edit current pane in neovim bind e run 'tmux capture-pane -S 0 -p -J > /tmp/tmux-edit && tmux new-window 'nvim /tmp/tmux-edit'' bind E run 'tmux capture-pane -S - -p -J > /tmp/tmux-edit && tmux new-window 'nvim /tmp/tmux-edit'' Navigation in Neovim ## tmux and neovim are essential parts of my workflow, both of which are very good at being…
Debugging an Erratic WIFI Connection ## Recently, I had a problem with the WIFI connection on my Linux workstation: sometimes, the latency fluctuates quite badly, occasionally to the point of going offline completely.
After some serious attempts to equip my terminal emulator with the ability rendering images, I’ve given up on it. My experience is that in 2024, it’s still not quite a practical endeavor, at least on my machine with all the CLI tools that I’m using, specifically tmux and neovim.
The Problem ## KDE Plasma is my favorite Linux DE, and it has its quirks and warts. The support for multiple monitors, for example, is fairly buggy at times, especially when monitors are turned on and off.
Today I learned that HTML has a <time> tag which supplements a written date and time with a machine-readable format.1 Supposedly, this helps with parsability, and in turn, good for accessibility.
Nathan Cole talking about shifting the balance to the pinky during one of his master classes.[^nathan] During one of his masterclasses, Nathan Cole was helping a student with landing the a soft note after a series of spiccato.
Standing opposed to OpenAI’s DALL-E and Midjourney, is the open sourced model Stable Diffusion1. Some of the images it painted are genuinely impressive, coherent, and free of artifacts (at least at first glance).
I’m excited to publish my new project, Score In URL, a simple, privacy-friendly, sheet music sharing service, where the entire content is encoded in the URL itself as a query parameter.
Preludio (Prelude in some version) is one of Bach’s best violin pieces. From measure 17 to 28, a bariolage among three strings brings us a sublime polyphonic experience, with only single notes played detaché.
Summary ## A short, inspirational book about how to be a productive artist. The first few chapters are about imitation, the necessity of it, and how to evolve from there.
Cooking for Engineers ## I bumped into a site called Cooking for Engineers today, and at the bottom of some recipes, they have this succinct table that summarizes the procedure in a refreshingly simple manner:
Summary # The book was the execution of ten people, carried out on an isolated island. Ten people of very different backgrounds were invited, by various ruses, to come on to the island.
Summary of Pride and Prejudice ## A young intelligent woman, Elizabeth, had a tendency to judge people quickly. Based on impressions and gossips, she deemed Mr.
An example: Transpose for i in rows for j in cols b[i][j] = a[j][i]However, it might be the case that we do not know the size at compilation time, so we cannot statically declare this 2D array.
Fractal # naming: fractional dimension Definition: ## self-similar $$\to$ when zoomed in, look the same Types: ## Exactly self-similar Statistically self-similar Exactly Self-similar ## If zoomed in, there is no way to tell that we have zoomed in.
Generating Sentences ## sentence vs. sentential sentence all symbols belongs to terminals (a valid element of the language) sentential may contain non-terminals, an intermediate form during sentence production Example: #### For a language where $V_N = {P, Q} \land V_T = {a, b, c, d}$, a valid sentential would be $aP$; a valid sentence would be $ac$.
Generative Grammar ## There are several views of defining a language. The computer science and formal linguistics perspective: terms definition Language a set of sentences Sentence a sequence of symbols Alphabet a set of all symbols The semantics - meaning - of a sentence is described by its tokens cooperating with its structure.