gushogg-blake

↗ HN profile [ 83.0 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. 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…

  2. 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…

  3. 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…

  4. 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:…

  5. 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)…

  6. I'm Looking for Meaningful Work (gushoggblake.substack.com)
  7. Another burnout post (gushogg-blake.com)
  8. Show HN: Tmwuc – print() debugging for any environment

  9. 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…

  10. 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…

  11. Don't Make It Intelligent (gushogg-blake.com)
  12. 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…

  13. 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…

  14. 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…