Live data from Hacker News

Viewing profile — memset

memset

HN member
Joined
Tue, Jun 09, 2009, 2:13 AM UTC
HN karma
4,522
Public activity
720 items

About memset

gargoylemusic@gmail.com

http://www.jaygoel.com

https://www.themusiciansnotebook.com

https://www.plainoldrecipe.com

[ my public key: https://keybase.io/jay_hotswap; my proof: https://keybase.io/jay_hotswap/sigs/S0qYU4d6N3b5rdtTlxHyCUP_rLRIgoFO8W9U7HdDaZw ]

loginwithhn.com one-time login token: [V1OnWluHq0]

Recent public activity

  1. comment
    Comment #49235342

    I’m building a tool that lets me organize sheet music, rehearsals, and share with groups I play with. Also building a Golang middleware to record analytics (saved into a local duck…

  2. story
  3. comment
    Comment #48549034

    For composition I use musescore. In my case, I’m not actually arranging or writing music - I’m just taking existing music PDFs, separating pages, and creating new PDFs along with p…

  4. comment
    Comment #48547892

    Everything for typst was generated via LLM. The template itself takes json as input and then uses the typst template language to render. It works very very well.

  5. comment
    Comment #48546478

    This is awesome! I’ve been excited about the new bundle feature for months. I use typst to format sheet music. Given a folder of PDFs, I currently have a script that generates a bo…

  6. comment
    Comment #48530432

    I’m building a little tool to organize my sheet music, let me share it, organize rehearsals, and manage performances.

  7. comment
    Comment #48516649

    This is really cool! I built something very similar only I replicated the AWS sqs protocol instead. https://github.com/poundifdef/smoothmq

  8. comment
    Comment #47746104

    Side project to generate good-looking programs for recitals and concerts: https://concert-programs.projects.jaygoel.com For people who use Fora for travel, a tool that uses AI to c…

  9. comment
    Comment #47727346

    Is there a feasible way to run this in a different language? (Go, in my case?)

  10. story
    Show HN: Create Programs for Recitals

    Just a side project to let you create PDFs for physical programs for music recitals. You can print them out at home or take them to a print shop!

  11. comment
    Comment #47304864

    I just built a little tool that takes a Fora itinerary as input and creates a google calendar (.ics) feed as output. https://itinerary.projects.jaygoel.com/

  12. comment
    Comment #47185123

    What have you done for email?

  13. comment
    Comment #47001304

    In the early 2000s, we had a camera that saved to an internal hard drive. The only way to watch videos was to either copy them to the computer or hook an RCA cable from the camera …

  14. comment
    Comment #47000961

    For testing, consider https://github.com/localstack/localstack

  15. story
  16. comment
    Comment #46612156

    I work at Ramp and have always been on the “luddite” side of AI code tools. I use them but usually I’m not that impressed and a curmudgeon when I see folks ask Claude to debug some…

  17. comment
    Comment #46581306

    In the same vein, here are some goodies: - Jon Skeet facts: https://meta.stackexchange.com/questions/9134/jon-skeet-fact... - Chuck Norris facts: http://www.betterprogramming.com/c…

  18. comment
    Comment #46562873

    I have just now learned about exe.dev and it looks awesome. I really hate that modern development means not having persistent disk. I’m glad there are new options coming out which …

  19. comment
    Comment #46562819

    Could you clarify what this actually is? Would I think of this as an EC2 instance which automatically and quickly scales to zero, with pricing only for resources consumed? (CPU and…

  20. story
  21. comment
    Comment #46478490

    I wrote an article on how to model a ledger with a DB. https://www.jaygoel.com/posts/building-a-scalable-accounting... It addresses how to model dr/cr in a DB with positive and neg…

  22. comment
    Comment #46478485

    It depends on the “normal balance” of the account. For Asset and Expense accounts, yes. For Liabilities, Equity, and Revenue it is the opposite.

  23. comment
    Comment #46409808

    Isn’t this the nature of all software abstractions? They often introduce a less performant way of executing a task at the tradeoff of user convenience?

  24. comment
    Comment #46268134

    I’m building a netsuite competitor (having spent a lot of my career on accounting and erp implementations.) The trick (one trick) is to allow LLMs to provide an audit/accounting/co…

  25. comment
    Comment #46101396

    The source code itself. If an LLM can read the source of the library you’re trying to use - or examples of others using the library in GitHub, or official documentation - then ther…