gushogg-blake
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
A post for projects that benefit society in some way, but either do not fit, or do not receive enough donations from, regular funding sources such as government grants or charity donations. There are many reasons why a…
-
A post for projects that benefit society in some way, but either do not fit, or do not receive enough donations from, regular funding sources such as government grants or charity donations. There are many reasons why a…
-
I may be blinded by the subjective importance of my own mission but I'm wondering if there would be any interest in a "Who's looking for funding" post in the same vein as looking for work/wants to collaborate. Would it…
- The JavaScript for a Patreon button is 303KB uncompressed (c6.patreon.com)
-
I'm working on a project to increase recognition of craniofacial dystrophy and the jaw epidemic. I think this is a major under-addressed health problem and some researchers from Stanford agree:…
- The Jaw Epidemic: Recognition, Origins, Cures, and Prevention (academic.oup.com)
- Paste – Patterns, Algorithms, Solutions, Techniques and Examples (paste.voklen.com)
-
Background: I'm in the UK, my orthodontist is in the US. I pay them $385/month which they take via debit card. Three times now (2 in May and once yesterday) they have tried to take the $385 from my current (checking)…
- I'm Looking for Meaningful Work (gushoggblake.substack.com)
- Another burnout post (gushogg-blake.com)
- Show HN: Tmwuc – print() debugging for any environment (tmwuc.gushogg-blake.com)
Show HN: Tmwuc – print() debugging for any environment
- Local code quality checks should be opt-in (gushogg-blake.com)
-
To download files onto another computer there are multiple options for spinning up a simple web server with indexing. Is there a good option for going the other way, i.e. sending files to the host machine? I'm imagining…
-
Multiplication is the same both ways so it doesn't matter, but for division I'm always wanting a button that says (last result) "into" x. Basically division with the two sides swapped. Instead you have to type x, divide…
- Reporting and Recording with Plaintext and SvelteKit (gushogg-blake.com)
- The time I broke the rules on Chess.com (gushogg-blake.com)
- A prediction about the “radical” changes coming in Svelte 5 (gushogg-blake.com)
- The Next Evolution in Front End Frameworks (gushogg-blake.com)
- Don't Make It Intelligent (gushogg-blake.com)
- USB-driven sensors with libraries for popular langs (yoctopuce.com)
- Over the past 21 months I’ve written a code editor from the ground up (edita.vercel.app)
-
I've been using Edita as my only code editor for over 12 months now, so I thought it was time for an update. Most of the work over the last year has been focused on improving stability, usability, and performance. As…
- Codex – Find and Replace for Code (codex-kappa-dusky.vercel.app)
Most code editors' find & replace features are still very close to the original design intended for text documents, so they become unwieldy when you need to match across newlines and indentation for example, or when a…
- Show HN: Codex – find and replace with multi lines and Tree-sitter queries (codex-kappa-dusky.vercel.app)
Find & replace has always felt a bit kludgy for anything more than a simple rename or regex. Here I propose a simple syntax that combines plain text, regexes, and tree-sitter queries, and treats newlines and indentation…