Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
HenriNext
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
HenriNext
1y ago
Having 4 separate limits that all are opaque and can suddenly interrupt work is not ok. We don't know what the limits are, what conditions change the limits dynamically, and we cannot monitor our usage towards the limits. 1. 5 hour lim
2.
▲
by
HenriNext
1y ago
Claude Code can already show diffs in JetBrains IDEs and VSCode ('/ide' command connects the CLI/TUI to plugin/extension running in the IDE-side). It can also access the IDEs' real-time errors and warnings, not
3.
▲
by
HenriNext
1y ago
- Forking VSCode is very easy; you can do it in 1 hour. - Anthropic doesn't use the inputs for training. - Cursor doesn't have $900M ARR. That was the raise. Their ARR is ~$500m [1]. - Claude Code already support the niceties, inc
4.
▲
by
HenriNext
1y ago
Thanks, one more clarification please. The heading of point #3 seems to mention Google Workspace: "3. Login with Google (for Workspace or Licensed Code Assist users)". But the text content only talks about Code Assist: "For u
5.
▲
by
HenriNext
1y ago
Claude Code was not designed from the ground up to be only an autonomous agent, but it can certainly act as one. - It has non-interactive CLI functionality (with -p "prompt" option) in addition to the default interactive TUI, maki
6.
▲
by
HenriNext
1y ago
It has fine grained permissions configuration file. And every permission question has three answer options: "yes", "yes and don't ask again", "no". And it has option '--dangerously-skip-permissions&#x
7.
▲
by
HenriNext
1y ago
AI Studio uses your API account behind the scenes, and it is subject to normal API limits. When you signup for AI Studio, it creates a Google Cloud free tier project with "gen-lang-client-" prefix behind the scenes. You can link a
8.
▲
by
HenriNext
1y ago
Interesting idea. But LLMs are trained on vast amount of "code as text" and tiny fraction of "code as AST"; wouldn't that significantly hurt the result quality?
9.
▲
by
HenriNext
1y ago
Same experience. Especially the "step" comments about the performed changes are super annoying. Here is my prompt-rule to prevent them: "5. You must never output any comments about the progress or type of changes of your refa
10.
▲
by
HenriNext
1y ago
> I know half a dozen startups that let you pass in some set of keys and "build a multi-agent system" Could you give names of those startups? And yeah, Hugging Face is very much venture funded -- they had a modest 4.5b valuatio
11.
▲
by
HenriNext
1y ago
Thanks. Do you have a source/reference for the venture funding? (Perplexity searched 101 sites and concluded that it didn't find any public information about funding)
12.
▲
by
HenriNext
1y ago
Curious.. which 'bring your own keys' -style competitors have venture funding?
13.
▲
by
HenriNext
6y ago
"The need to direct boot shouldn't really be a concern", says the same man who said that the lack of expansion slots on the trashcan Mac Pro 2013 shouldn't really be a concern because you have a lot of Thunderbolt ports.
14.
▲
by
HenriNext
6y ago
> I despise GIMPs botched, unituitive and cumbersome UI so much Btw there is a new fork of GIMP, called "Glimpse" [1], that tries to improve the UI. Their first release was just a re-branded GIMP, but maybe they'll get som
15.
▲
by
HenriNext
6y ago
Funny that GTK was originally created for GIMP (GTK was acronym of "Gimp ToolKit"), and now they are 10 years behind the latest version of their own toolkit.
16.
▲
by
HenriNext
7y ago
Bundling is not only about performance though. Fetching all resources in a single HTTP request (or all data in a single GraphQL query) avoids a lot of issues and workaround effort caused by non-deterministic completion order of multiple sma
17.
▲
by
HenriNext
7y ago
I've seen at least in two YC videos a very clear mention that the recommendations don't have much weight, basically saying "don't worry about it". Secondly, is YC even that homogenous? It may be skewed towards enter
18.
▲
by
HenriNext
7y ago
Looks really nice, well done. The video was bit too fast for my slow post-christmas brain (plus fast pace doesn't induce feeling of calm and Zen). Otherwise perfect :)
19.
▲
by
HenriNext
7y ago
I'm not exactly against paying subscription fees. What royally pisses me off with Adobe is that I now have pay them monthly to maintain access to my photo catalogue (edits/keywords/etc), but they don't use my moneys to i
20.
▲
by
HenriNext
7y ago
Looks great. I might ditch Lightroom for this and donate the subscription moneys to you instead, as a matter of principle. But everybody is and forever will be comparing Darktable to Lightroom, so how about: - Add to website a clear compari
21.
▲
by
HenriNext
7y ago
Not for me. Check your browser?
22.
▲
by
HenriNext
7y ago
I considered this overnight. I was naive. If the goal is to help as many developers as possible, then being profitable and/or well funded makes achieving that goal easier, through hiring more employees and developing better product fas
23.
▲
by
HenriNext
7y ago
Absolutely. The long term plan is to do separate edition "BugJail for CI/QA/SIT/UAT/PreProd/etc", so that when things-are-not-fine on server, you don't need to repro but just load the capture in BugJa
24.
▲
by
HenriNext
7y ago
The critical problem is not the instrumentation, but the way how BugJail works: it doesn't dumb the raw events to disk, instead it reconstructs relational model of the program execution. This requires resolving raw low level events aga
25.
▲
by
HenriNext
7y ago
My "Fair bit of compression" was massively simplified: there isn't one true canonical "compression", but dozen different places and ways where and how to compress. BugJail does compression around storage layer, but
26.
▲
by
HenriNext
7y ago
BugJail writes its data files in open source format, Apache ORC. You can load the data files directly to Spark, Hive or anything else that reads ORC, and then use Python to query, visualize or get statistics from the captured program execut
27.
▲
by
HenriNext
7y ago
Thanks, appreciated. I get this fixed.
28.
▲
by
HenriNext
7y ago
BugJail doesn't do currently line/statement level debugging, but it already captures all the information required for full "time travel" debugging. So, coming someday. Also, BugJail is designed so that in normal use (web
29.
▲
by
HenriNext
7y ago
Thanks, appreciated!
30.
▲
by
HenriNext
7y ago
There's fair bit of compression already, but actually I haven't done that much industrial spying into time-series databases, good idea, thanks. Also, I've tested dual machine debugging with BugJail, as part of spike towards C
More ›