Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
quintu5
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
quintu5
21d ago
Early stage hands-on involvement in shaping the code base’s architecture is still important if you want to build a product that can scale cleanly as you add more features.
2.
▲
by
quintu5
1mo ago
The UX around asking and answering so many questions is awkward. To work around this, I had claude code build me a questionnaire skill that takes a json file with a flexible schema as input and it then serves up a simple questionnaire web p
3.
▲
by
quintu5
1mo ago
This is why I never use max effort! I’ll stick with my suspenders, thank you.
4.
▲
by
quintu5
1mo ago
"We need the source code." No, you want the source code. You want software someone else put their time, effort, and judgement into to be available for you to do whatever you'd like with it without any recompense. The sense of
5.
▲
by
quintu5
3mo ago
I've been deep in the IntelliJ plugin rabbit hole. My primary project is Mermaid Studio, an IDE grade Mermaid diagram authoring experience for both humans and agents built for JetBrains IDEs. Semantic highlighting, refactoring, 120+ in
6.
▲
by
quintu5
3mo ago
Too many to count. Most recently, an Alfred workflow for opening my IntelliJ projects either in an an IDE or terminal that also comes with an integrated build task runner, so I can quickly discover and run build tasks even when I don’t have
7.
▲
by
quintu5
4mo ago
You're the first person I've seen call out 10 as going downhill. What were your complaints about 10? I migrated to macOS for development years ago and going back to Windows for development always felt gross, but I never had any is
8.
▲
by
quintu5
6mo ago
This is one of the issues I’ve attempted to tackle with the Mermaid Studio plugin for IntelliJ. It provides both syntax guides and syntax/semantic analysis as MCP Tools, so you can have an agent iteratively refine diagrams with good co
9.
▲
by
quintu5
7mo ago
This has been my exact experience with agents using gradle and it’s beyond frustrating to watch. I’ve been meaning to set up my own low-noise wrapper script. This post just inspired me to tackle this once and for all today.
10.
▲
by
quintu5
7mo ago
Yeah, AI generated diagrams can be pretty hit or miss. The lack of good quality examples in training data and minimal documentation for these tools can make it difficult for models to even get basic syntax correct for more complex diagrams.
11.
▲
by
quintu5
8mo ago
It’s all available in their GitHub repo.
12.
▲
by
quintu5
8mo ago
One major downside of native rendering is the lack of layout consistency if you’re editing natively and then sharing anywhere else where the diagram will be rendered by mermaid.js.
13.
▲
by
quintu5
8mo ago
You'll get no argument from me on that interpretation.
14.
▲
by
quintu5
8mo ago
Markdown viewing is one of the core use-cases I had in mind when building the Tachi Code browser extension ( https://tachicode.com/ ). Open a raw .md file in your browser and it'll automatically open in a side-by-side ed
15.
▲
by
quintu5
9mo ago
Well you see he ran it through in through an LLM, but LLMs are lossy, so who can say if the output was a direct result of the copyrighted code or if the model focused on his unique prompting words and conjured the output from its own latent
16.
▲
by
quintu5
9mo ago
Maybe it's time to start dusting off the ol' Jenkins-fu? Charging per minute for self-hosted runners seems absolutely bananas!
17.
▲
by
quintu5
11mo ago
I’ve used this library on a couple of projects with great results. One, a drag-and-drop IaC builder and the other a GitHub Actions-like task execution graph viewer.
18.
▲
by
quintu5
11mo ago
There’s a pattern to emoji use in docs, especially when combined with one or more other common LLM-generated documentation patterns, that makes it plainly obvious that you’re about to read slop. Even when I create the first draft of a proje
19.
▲
by
quintu5
11mo ago
It sometimes does it on its own, but to get it to do so consistently, it needs to be told. Doubly so if you want it to split off more than one sub-agent. This works great for refactors that touch a large number of files. You can knock out a
20.
▲
by
quintu5
11mo ago
For larger tasks that I know are parallelizable, I just tell Claude to figure out which steps can be parallelized and then have it go nuts with sub-agents. I’ve had pretty good success with that.
21.
▲
by
quintu5
11mo ago
More like they can better react to user input within their context window. With older models, the value of that additional user input would have been much more limited.
22.
▲
by
quintu5
11mo ago
Having never owned a tablet, finding out now that iPad didn’t have a native calculator until 2024 is shocking!
23.
▲
by
quintu5
11mo ago
When this was first posted a couple of weeks ago by the spec's author, I took it as an opportunity to see how quickly I could spin up an IntelliJ language plugin since the last time I worked on a language plugin was pre-GPT (Klotho Ann
24.
▲
by
quintu5
1y ago
I’m glad you got it working. If you don’t mind, could you post the url(s) that got blocked? The only calls to non-extension urls should be GitHub.
25.
▲
by
quintu5
1y ago
Thanks for trying it out! Loading that gist works for me on both Firefox and Chrome. You can submit a bug report on GitHub with more environment details, screenshots, and console logs (if available) and I might be able to take a closer look
26.
▲
by
quintu5
1y ago
My favorite is when you ask Claude to implement two requirements and it implements the first, gets confused by the the second, removes the implementation for the first to “focus” on the second, and then finishes by having implemented nothin
27.
▲
by
quintu5
1y ago
I think if I was going to look into code execution in Tachi Code, it’d probably as part of a transformation into some sort of remote development experience rather than pursue wasm and all its complexities.
28.
▲
by
quintu5
1y ago
That's pretty slick! I've avoided digging into project management and code execution so far in order to keep the scope manageable. What does the process for adding support for additional wasm-capable languages look like?
29.
▲
Show HN: A code editor that integrates into the browser
(tachicode.dev)
45 points
by
quintu5
1y ago
|
10 comments
30.
▲
by
quintu5
1y ago
cries in Python asyncio
More ›