Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
memset
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Show HN: Plainoldanalytics: Analytics Middlware for Go
(github.com)
1 points
by
memset
4d ago
|
0 comments
2.
▲
by
memset
1mo ago
Thank you for the write up! Question: do you notice that you’re getting spam from unrelated companies after signing up for an alias? (Like, you sign up for a grocery store loyalty program and somehow end up getting pharmacy spam?)
3.
▲
by
memset
1mo ago
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 duckdb)
4.
▲
How to Measure the ROI of FDE
(jaygoel.com)
3 points
by
memset
3mo ago
|
0 comments
5.
▲
by
memset
3mo ago
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 page numbers and table of contents. The use case is to have a
6.
▲
by
memset
3mo ago
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.
7.
▲
by
memset
3mo ago
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 booklet of music for each person in the ensemble. Hopefully no
8.
▲
by
memset
3mo ago
I’m building a little tool to organize my sheet music, let me share it, organize rehearsals, and manage performances.
9.
▲
by
memset
3mo ago
This is really cool! I built something very similar only I replicated the AWS sqs protocol instead. https://github.com/poundifdef/smoothmq
10.
▲
by
memset
5mo ago
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 create google calendar events from travel itinera
11.
▲
by
memset
5mo ago
Is there a feasible way to run this in a different language? (Go, in my case?)
12.
▲
Show HN: Create Programs for Recitals
(bandmanager.projects.jaygoel.com)
1 points
by
memset
6mo ago
|
0 comments
13.
▲
by
memset
6mo ago
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/
14.
▲
by
memset
7mo ago
What have you done for email?
15.
▲
by
memset
7mo ago
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 to the TV. You could also go from VGA to RCA with the right
16.
▲
by
memset
7mo ago
For testing, consider https://github.com/localstack/localstack
17.
▲
European Alternatives for Digital Products
(european-alternatives.eu)
3 points
by
memset
8mo ago
|
0 comments
18.
▲
by
memset
8mo ago
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 something instead of just reading the code. I’m just an old(er)
19.
▲
by
memset
8mo ago
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/chuck-norris-progr
20.
▲
by
memset
8mo ago
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 let you do this in and easier way than managing my own EC2 i
21.
▲
by
memset
8mo ago
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 RAM when up, and disk all the time?)
22.
▲
Building an Accounting Ledger with a DB
(jaygoel.com)
5 points
by
memset
9mo ago
|
1 comments
23.
▲
by
memset
9mo ago
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 negative numbers, but still produce
24.
▲
by
memset
9mo ago
It depends on the “normal balance” of the account. For Asset and Expense accounts, yes. For Liabilities, Equity, and Revenue it is the opposite.
25.
▲
by
memset
9mo ago
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?
26.
▲
by
memset
9mo ago
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/compliance playbook, along with customizations, base
27.
▲
by
memset
10mo ago
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 there is less of a need for a fellow SOer to put the pieces toge
28.
▲
by
memset
10mo ago
How do you use these in practice? Both Python and Go don’t make it easy to link a different variation of SQLite with one of these plugins compiled in. How do you make it work?
29.
▲
by
memset
10mo ago
Nice! Some feedback from my wife, who is into all manner of word games: she found it a little bit brute-forcey: needing to try all different combinations in order to get the right configuration of the word. In contrast to a crossword where
30.
▲
by
memset
1y ago
I'm trying to build a next gen quickbooks competitor. Something that doesn't nickle and dime you, very cheap (perhaps even open source), has all of the extensibility of a modern ERP, a great UI, and handles complex use cases (rev
More ›