馃憢 I build simple, low-maintenance programs that reward curiosity about their internals.
馃棧 Followers 19 路 Following 11 路 Logs 56 路 Docked 3 years ago
gemini://akkartik.flounder.online
My notebook app supports some simple computations: https://akkartik.name/images/20240930-notebook-eval.webm (30-second video) Repo: https://git.sr.ht/~akkartik/notebook.love
馃挰 0 Replies 路 1 Thumb 路 1 month ago
A silly little toy for browsing 8 little fractal programs: https://akkartik.name/curio1.love 2-minute video description: https://spectra.video/videos/watch/baab29fc-58fe-4ea2-97ba-70c19c189fe9
馃挰 0 Replies 路 1 Thumb 路 1 month ago
I've been building a new notebook app. Doesn't actually run any code yet, but take a look: https://akkartik.name/post/2024-09-19-devlog No web anything here.
馃挰 0 Replies 路 0 Thumbs 路 2 months ago
Reflecting after doing something difficult: https://merveilles.town/@akkartik/112831781974687588
馃挰 0 Replies 路 0 Thumbs 路 4 months ago
Coming up with a paper notation for kids so they can think about programming without filling up short term memory with irrelevancies like the order to put numbers in. https://merveilles.town/@akkartik/112708494215840560
馃挰 0 Replies 路 0 Thumbs 路 4 months ago
My first app on a new, hopefully convivial platform: https://akkartik.name/post/2024-04-13-devlog
馃挰 0 Replies 路 2 Thumbs 路 7 months ago
All the 1-D cellular automata: https://akkartik.itch.io/carousel/devlog/702311/all-the-1-d-cellular-automata
馃挰 0 Replies 路 2 Thumbs 路 7 months ago
A quick and dirty charting library for your computer or phone: https://akkartik.itch.io/carousel/devlog/686788/lots-of-charts
馃挰 0 Replies 路 3 Thumbs 路 9 months ago
A paper computer implemented in a silicon computer: https://akkartik.itch.io/carousel/devlog/685707/a-little-programming-game
馃挰 0 Replies 路 1 Thumb 路 9 months ago
Dynamically adjusting the ticks on the x- and y-axis of a plot as I pan around and zoom in and out on a mobile device. https://akkartik.itch.io/carousel/devlog/678890/new-version-after-51-days
馃挰 0 Replies 路 1 Thumb 路 9 months ago
This might be the most excellent thing I've read in a while: https://drafts.interfluidity.com/2024/02/02/nimble-nationality-will-define-state-capacity/index.html
馃挰 1 Reply 路 2 Thumbs 路 9 months ago
Pong + Yin-Yang = Pin-Pong https://akkartik.itch.io/carousel/devlog/673935/pong-wars
馃挰 0 Replies 路 0 Thumbs 路 10 months ago
An equation plotter in 90 lines, written on my phone: https://akkartik.itch.io/carousel/devlog/656473/building-an-equation-plotter
馃挰 0 Replies 路 2 Thumbs 路 11 months ago
A voice recorder you can tweak the source code for right on your Android phone: https://akkartik.itch.io/carousel/devlog/652184/a-voice-recorder-in-150-lines-of-code
馃挰 2 Replies 路 1 Thumb 路 11 months ago
Lua Console: create little programs on desktop or mobile devices https://akkartik.itch.io/carousel
馃挰 0 Replies 路 1 Thumb 路 1 year ago
This is the most insightful talk I've watched in recent memory: https://archive.org/details/finding-meaning
馃挰 0 Replies 路 1 Thumb 路 1 year ago
Hands-on with my Freewheeling Apps: https://spectra.video/videos/watch/36f75e1c-4530-4f43-ba32-9a73aa40d0f3 (video; 20 minutes)
馃挰 0 Replies 路 0 Thumbs 路 1 year ago
A talk summarizing my past year: http://akkartik.name/freewheeling
馃挰 0 Replies 路 4 Thumbs 路 2 years ago
A little app to draw graphs: https://git.sr.ht/~akkartik/snap.love I've wanted something like this for a long time. Intended for small graphs where laying things out by hand is not too painful, and it's nice that things don't move around every time I make a change, as happens with graphviz (https://graphviz.org). The file format is also amenable to git; no long lines, and adding new nodes or edges doesn't reorder unrelated nodes and edges.
馃挰 0 Replies 路 4 Thumbs 路 2 years ago
This might be the most mind-bending 20 minutes of my life: https://www.ted.com/talks/donald_hoffman_do_we_see_reality_as_it_is. I wanted more, so I'm watching 1.5 hours at https://www.youtube.com/watch?v=dd6CQCbk2ro
馃挰 0 Replies 路 1 Thumb 路 2 years ago
I just figured out how to add tests in my "code as a map" programming environment: https://merveilles.town/@akkartik/109742488349122478
馃挰 0 Replies 路 0 Thumbs 路 2 years ago
2022 summary: A year of freewheeling apps http://akkartik.name/post/roundup22
馃挰 0 Replies 路 1 Thumb 路 2 years ago
A Lua-based markup language: https://codeberg.org/akkartik/luaML.love
馃挰 0 Replies 路 2 Thumbs 路 2 years ago
Has anyone heard of stack people vs queue people? I don't know where I got it from, but it's been an enduring part of my self-image for a decade now that I'm a stack person. When something new pops up, a queue continues what they were doing. A stack switches. Obviously this is a spectrum, but I find it very easy to rationalize that the new tasks are "quick". Anyway, being a stack is hard with a new project. Every 2 minutes I discover something broken, and now I have to resist working on it.v
馃挰 0 Replies 路 1 Thumb 路 2 years ago
Live-coding using L脰VE: https://spectra.video/w/wkDB5fsjBNBbsqKXGhGzwT (video; 5 minutes)
馃挰 0 Replies 路 0 Thumbs 路 2 years ago
A 4-minute video about my project to replace debuggers with print statements: https://handmade.network/snippet/1561
馃挰 0 Replies 路 0 Thumbs 路 2 years ago
Weird, I just added hyperlinks to my text editor in 35 lines of code: https://codeberg.org/akkartik/lines-and-links/commit/c81bedca8dddv. Some caveats, but still. This feels like a super power.
馃挰 0 Replies 路 2 Thumbs 路 2 years ago
For the Handmade Network Wheel Reinvention Jam last week I tried to come up with some tools to help with debug by print: https://handmade.network/p/283/bifold-text
馃挰 0 Replies 路 0 Thumbs 路 2 years ago
More on my note-taking app, including a command palette and commands for managing a graph of notes: https://merveilles.town/@akkartik/108766067153506592 Still no release. It's still crashing once a day or so. (Never loses data, tho.)
馃挰 0 Replies 路 2 Thumbs 路 2 years ago
I've been building a note-taking app for the past month, and feeling the pressure to show at least a little bit about it even if it's not released yet: https://archive.org/details/akkartik-pensieve-2022-07-27 (video; 5 mins)