schemescape
- Karma
- 2,222
- Created
- February 16, 2020 (6y ago)
- Submissions
- 0
Subleq game: https://github.com/jaredkrinke/sic1
- Getting Off of the Search Train(wreck) (chronicles.mad-scientist.club)
- Autumn Lisp Game Jam 2023 (Oct 19 – 29) (itch.io)
- Keyword Syntax in Scheme Dialects (docs.scheme.org)
- Some Impressions About Go (2020) (elmord.org)
- Show HN: Single-Instruction (Subleq) Programming Game (jaredkrinke.itch.io)
-
Let’s say I have a web app that runs in the browser and can be served over HTTP from a VPS. What’s the easiest way to secure that app so that only I can access it from my computer and phone, even when away from home?…
- Show HN: Multiplayer Word Scramble in Browser, Using Common Lisp (jaredkrinke.itch.io)
Thirteen Letters is a web-based, competitive word scramble game I made for Lisp Game Jam (Spring 2023) [0]. The gameplay isn't novel, but it's a multiplayer browser game that's written in 100% Common Lisp (cf. the…
- Client-side countdown timers via URL query string (whenis.day)
-
As far as I understand, Common Lisp's condition system and various dynamic features enable "breakloops" where you can interactively handle an error, including modifying code and re-running it without any restarts (see…
- Red Otter: self-contained WebGL Flexbox layout engine (red-otter.dev)
-
Is anyone aware of a "universal command palette" for the Linux terminal? I've seen terminal multiplexers (e.g. screen, tmux, Zellij), and I've seen keyboard macro tools (e.g. AutoKey), but what I'm looking for is…
-
Edge just showed me a (huge) ad within the browser UI (between the address bar and web view): > Take your AI-powered copilot for the web on the go! Download Microsoft Edge on your mobile device to sign-up and get ready…
- Alles Mesh Synthesizer (notes.variogram.com)
- A minimal development environment (part 1) (leadingagile.com)
-
For mostly command line tools, but ideally with some GUI support, what’s the smallest (and easiest to deploy) language runtime? Rationale: I often write little tools, and often I need to run them in the future…
- Rotation with three shears (cohost.org)
- Show HN: Single-Instruction (Subleq) Programming Game (jaredkrinke.itch.io)
This is a "zachlike" programming game revolving around a fictional 8-bit, single-instruction (subleq) computer [0]. If you're familiar with TIS-100, it's like that, but using a subleq-based assembly language (and only…
-
Books often have dedications. Why not one-person open source software projects? Larger projects might involve a time commitment similar to writing a book and are often a labor of love. If you have any examples of…
- Why Zachtronics is shutting down for good this time (gamesindustry.biz)
-
Every time I do a search on Bing today, the search engine results page shows unrelated videos in a sidebar (that quickly collapses itself--presumably because I dismissed it earlier today and that setting is saved). Is…
- Show HN: Md2blog – A zero-config static site generator for dev blogs (jaredkrinke.github.io)
- x86 emulator that runs natively and in browser (nepx.github.io)