Viewing profile — Capricorn2481
Capricorn2481
HN member- Joined
- Sun, Jun 26, 2022, 6:46 AM UTC
- HN karma
- 1,895
- Public activity
- 1,391 items
- HN profile
- View on Hacker News ↗
About Capricorn2481
No profile information was provided.
Recent public activity
-
comment
Comment #49112552
Sure, but it's an actual computer I am holding and can use, whereas we are soon to have cloud personal computing.
-
comment
Comment #49110061
I'm fairly confident mine doesn't. There'd be 0 benefit to using an LLM for something we've had near perfect tooling around for decades. LSPs vs LLM Autocomplete are a different st…
-
comment
Comment #49072795
Wouldn't constantly loading new items into a select form be super annoying? Can HTML even keep a select input open when new items are added?
-
comment
Comment #49061794
Am I the only one that exclusively gets attacks with spoofed user agents and rotating TLS signatures? I feel like every post I see about not needing a CDN has tips that could be ov…
-
comment
Comment #49033511
I just don't see how policy makers, media, or the average person would find any utility in calling something "open source" over "free." Maybe an actual legal bill will. But in ever…
-
comment
Comment #49031970
> But I'd argue the average person only really cares about the legal aspects of duplication (and not their ability to modify things) both when it comes to open source software and …
- comment
-
comment
Comment #48942004
> Most of the people responding are probably those with a strong opinion because of what they work on. I can assure you that's not the case on here. The people working in truly low…
-
comment
Comment #48927078
Yeah prediction models and many parentheses are probably not a good combination, but we're not talking about anything exceptionally complicated here. I have had syntax issues in Py…
-
comment
Comment #48926023
I'm not lamenting that they aren't close, I'm saying Qwen will frequently output code that isn't even syntactically correct, even when the syntax is simple. Which makes it unusable…
-
comment
Comment #48924879
HN is closer to Reddit than you think, there's just a little more ceremony to it.
-
comment
Comment #48924821
I tried Qwen3.6-35B-A3B, but it couldn't generate a 50-100 line Clojure file without having broken parens mismatches. I know Clojure isn't super popular, but the syntax is pretty s…
-
comment
Comment #48922914
Could you go in depth on what you mean by Python being like Lisp? This is no the first time I've heard this but I don't understand it. Is it just because it's easy to substitute co…
-
comment
Comment #48918190
> Your resolvers take in an id and return an id.. That sets off a bunch of alarm bells for me. I wouldn't ever do that. There is no good reason to have that, even if the values are…
-
comment
Comment #48910569
On local it's customer, but I renamed it Company for you and forgot to rename it on the bridge. I will call it Customer below. When I say cached result I misspoke, I mean Pathom, r…
-
comment
Comment #48896413
This is an interesting way to tackle it, but in my scenario, the company id is data from the users table. So without fetching the user first, you don't know what their company ID i…
-
comment
Comment #48887841
> Reading the other comments, I realize here query is a DB query and not a EQL query.. so nevermind :) I have been using them interchangeably and it's confusing. I am talking about…
-
comment
Comment #48887658
No, even the most cynical pop music is going to carry more emotional resonance with the average person, because art is a social contract between the Creator and audience. Even if y…
-
comment
Comment #48887470
I have read hundreds of comments on this site alone saying you need to become a prompt engineer now, regardless of your profession, or be left behind. There are a lot of companies …
-
comment
Comment #48887409
> Are they really the best models? Like take anthropic. Without mythos, it's the what? Third best? Everybody is just judging all of this by vibes anyway. Every week, a new model co…
-
comment
Comment #48885476
> Typically you write resolvers with only one level of joins/nesting and then let the query engine do the rest. so e.g. instead of writing a resolver that returns something like `{…
-
comment
Comment #48885132
> intermediate keys are not recalculated if they're used across different resolvers. This means you basically never need to manage caches of precomputed results. So if you're calli…
-
comment
Comment #48881980
> You can go out & buy whatever RAM you want. It just requires willingness to pay more than Nvidia & friends. That's how markets are supposed to work. Ram was a commodity and now i…
-
comment
Comment #48877895
My experience with Pathom, and other graph query libraries, is it feels like a deliberately confusing way to reason about a program. I'd like to know your thoughts on it. From what…
-
comment
Comment #48869413
These are AI models designed to be non deterministic. If upgrading from GPT 5.5 > 5.6 breaks your entire workflow, you shouldn't be using AI to begin with