Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Fannon
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
Fannon
11d ago
Very nice, thanks for creating this! > The system we want, where the octave is pure and the fifths are pure and everything closes into a neat loop, does not exist and never has. Every tuning system in history is a different choice about
2.
▲
by
Fannon
15d ago
Maybe a complement. A well designed software ideally makes it easy for developer to contribute and avoid errors. It includes a lot of system / structure and documentation that ensures nothing gets broken or overlooked. In such a contex
3.
▲
by
Fannon
2mo ago
I tried this actually and wasn't so happy with the results. First you search / index twice and that will cost. You'll have to wait for the slower of the two as you don't want to reorder after already showing the user. Yo
4.
▲
by
Fannon
2mo ago
I feel you, I also prefer precise search in most cases. In a private bookmark extension project, I explictly supported both and made it easy to switch them any time: https://github.com/Fannon/search-bookmarks-history-an
5.
▲
AI: Considerations for people who make decisions
(berthub.eu)
7 points
by
Fannon
2mo ago
|
1 comments
6.
▲
by
Fannon
2mo ago
Or this: https://www.youtube.com/watch?v=0L8ugmv3Qns The Captain Pikant videos are really well done aestetically
7.
▲
by
Fannon
2mo ago
If I needed something like this, my first try would be to take a MIDI / DAW controller like Novation Launchpad Mini Mk3 and write a script for it. This would be cheaper, much more versatile and customizable I bet. Many MIDI / DAW
8.
▲
by
Fannon
4mo ago
While I got me a 16GB Macbook Air, I appreciate that Apple continues to make 8GB devices. This indicates for me also a commitment for not bloating up the OS (like Windows did) too much and caring about memory efficiency.
9.
▲
by
Fannon
5mo ago
I'm not surprised if this is true to a wide degree (not fully). What the people that predicted that AI will change productivity drastically in just a year or two imho underestimate: Just because a technology is capable of this in theor
10.
▲
by
Fannon
9mo ago
There's also one for Bitwig: https://github.com/WeModulate/bitwig-mcp-server
11.
▲
by
Fannon
9mo ago
I'd be interested in how you setup those repos for non-coding tasks, thanks for sharing!
12.
▲
by
Fannon
9mo ago
This is nice, but that it goes into its vendor specific .codex/ folder is a bit of a drag. I hope such things will be standardized across vendors. Now that they founded the Agentic AI Foundation (AAIF) and also contributed AGENTS.md, I
13.
▲
by
Fannon
10mo ago
This is interesting. Also "Discover tools on-demand". Are there any stats or estimates how many tools an LLM / agent could handle with this approach vs. loading them all into context as MCP tools?
14.
▲
Jules Tools: A Command Line Companion for Google's Async Coding Agent
(developers.googleblog.com)
5 points
by
Fannon
1y ago
|
0 comments
15.
▲
by
Fannon
1y ago
Let me take the other position in this comment: I also see that how MCP works really helped its quick adoption. Because you could just build a local MCP server as a proxy around existing APIs and functionality, there is no need to touch any
16.
▲
by
Fannon
1y ago
What bothers me about MCP is that there is not even a standard way to describe an entire MCP server in a single JSON file. Like OpenAPI for REST. This makes exchanging metadata and building catalogs unnecessarily unstandardized. The article
17.
▲
by
Fannon
1y ago
Nice and simple, very responsive! I did something similar a long time back, but not really focused on something that tiles up: https://svg-generator.netlify.app/
18.
▲
by
Fannon
1y ago
It would have replied the same if you claimed of existing books that they don't exist :)
19.
▲
by
Fannon
1y ago
Thanks for posting the reddit comment, it nicely explains the line of thinking and the current adoption of MCP seems to confirm this. Still, I think it should only be an option, not a necessity to create an MCP API around existing APIs. Sur
20.
▲
by
Fannon
2y ago
What bothers me is that some programmers think that writing the code more dense is already better. But I would argue it's not the characters / less lines of code which creates the complexity, but how many logical concepts (?) you
21.
▲
by
Fannon
2y ago
Here to recommend this article, really helped me to understand inheritance better. Liskov Substitution is just one aspect / type of it and may conflict with others. https://www.sicpers.info/2018/03/why-inherit
22.
▲
by
Fannon
2y ago
Yes, our brain is good at this - but it still takes some capacity in processing to do this. I guess the point is: if you have a simple, high-contrast background - your brain needs less capacity to process it.
23.
▲
by
Fannon
2y ago
Yes, it's not really MIDI 2.0 related, but with the update they will also add multi-client support for MIDI 1.0, so I can record and still use the MIDI input as input to a virtual instrument. See announcement here: https://d
24.
▲
by
Fannon
2y ago
Looks really great! If I had a standalone keyboard I'd be considering this! Your project got me thinking - here's one idea: Windows should get MIDI 2.0 support soon, incl. non-blocking MIDI reading if I understood correctly. That
25.
▲
by
Fannon
2y ago
The MIDI keyboards I know will always output the pedal as part of the overall MIDI out. The pedal is connected to the keyboard via jack cables - or do you have a pedal that has its own MIDI output?
26.
▲
by
Fannon
2y ago
Thanks for writing this up! Sounds like you really dig deeply in to this. Not entirely sure what you mean with canonical representation (I've heard this in the context of JSON-LD before, though). Can you explain what you mean here? Whe
27.
▲
by
Fannon
2y ago
The main advantages of XML (or any standard) is adoption and a wide ecosystem. Unfortunately that beats any "better" standards by a wide margin. One thing that is also really important is the ability to define a schema and be able
28.
▲
by
Fannon
2y ago
At least Node.js has added experimental support that seems to do that: https://github.com/nodejs/node/pull/53725 But this is just an on-the-fly transpile(natively supported). It would be much better if JavaSc
29.
▲
by
Fannon
2y ago
If you're also interested in Software Architecture (at least the high-level), then I can also recommend https://architectelevator.com/book/ by Gregor Hohpe (who also wrote another long-time classic: Enterprise Int
30.
▲
by
Fannon
2y ago
I know its a third party extension, but I created an open-source browser extension that helps me with a lot of that (I also use my bookmarks extensively for this): https://github.com/Fannon/search-bookmarks-history-and-
More ›