HackerTrans
TopNewTrendsCommentsPastAskShowJobs

puilp0502

no profile record

comments

puilp0502
·قبل شهرين·discuss
> Turns out AI is terrible at guessing whats faster or allocates less

s/AI/a human being/ would work equally well, lol.

Jokes aside, I do like the approach of letting the AI build something deterministic and make decisions based on that.
puilp0502
·قبل شهرين·discuss
Looking forward to it!
puilp0502
·قبل شهرين·discuss
I think you're describing Mixture-of-Experts.
puilp0502
·قبل شهرين·discuss
I love this. This was always an idea I had in my head, because spinning up MuseScore just to write down some beats was so annoying. Glad someone already came up with the solution! Do you plan to release the compiler(uh, rasterizer/renderer)?
puilp0502
·قبل شهرين·discuss
> Google defines certification requirements for Android which includes forcing bundling Google Chrome, etc.

Isn't this a textbook case of an antitrust lawsuit? Y'know, with the whole ordeal with Windows/IE, I assume the court would find this as blatantly anticompetitive behavior.
puilp0502
·قبل شهرين·discuss
> Ignored people I knew from class instead of saying hi because I didn’t know for sure if they remembered me even though the class had only 10 people in it

This hit painfully hard. I feel spied on.
puilp0502
·قبل شهرين·discuss
I guess their point was to demonstrate that it's possible to bake a decently-sized model to a silicon? As with anything related to HW, I guess the lead time will be considerably larger than the software counterparts, so I guess in 1-2 years timeframe we might see something like Gemma 4 baked onto a silicon.
puilp0502
·قبل 6 أشهر·discuss
The author wanted people to be able to just "ssh mygame", no? In that sense, ssh was a design requirement.
puilp0502
·قبل 6 أشهر·discuss
I think the parent is talking about the people who post to LinkedIn that "SWE as a profession is dead" non-stop. I fully agree with you that it massively lowered the cost to create, but I'd argue that the people who's saying that SWE is dead wouldn't be able to go past the complexity barrier that most of us are accustomed to handling. I think the real winners would be the ones with domain expertise but didn't have the capacity to code (just like OP and you).
puilp0502
·قبل 7 أشهر·discuss
Few questions:

* How do you manage the key for encrypting IDs? Injected to app environment via envvar? Just embedded in source code? I ask this because I'm curious as to how much "care" I should be putting in into managing the secret material if I were to adopt this scheme.

* Is the ID encrypted using AEAD scheme (e.g. AES-GCM)? Or does the plain AES suffice? I assume that the size of IDs would never exceed the block size of AES, but again, I'm not a cryptographer so not sure if it's safe to do so.
puilp0502
·قبل 7 أشهر·discuss
But it's much easier to say "orthogonal" than "linearly independent", no? As you mentioned, I think the word "orthogonal" has already lost its meaning of "dot product equals zero", and bears the meaning of "linearly independent" (i.e. dim(N) > 1) in casual speech.
puilp0502
·قبل 8 أشهر·discuss
Guilty until proven innocent.
puilp0502
·قبل 8 أشهر·discuss
Is there a word for a feeling that there's gotta be a German word for this niche feeling?
puilp0502
·قبل 8 أشهر·discuss
I would. Heck, I bet half of HN would be interested in what kind of insanity lies under those behemoths.
puilp0502
·قبل 10 أشهر·discuss
I see. So if I'm understanding correctly, then this policy serves as a kind of "legal ground" from which the maintainers can take action against perpetrators, right?

To add a bit more context, when I was writing the original comment, I was mainly thinking of first-time contributors that don't have any track records, and how the policy would work against them.
puilp0502
·قبل 10 أشهر·discuss
Every time I encounter these kinds of policy, I can't help but wonder how these policies would be enforced: The people who are considerate enough to abide by these policies, are the ones who would have "cared" about the code qualities and stuff like that, so the policy is a moot point for these kinds of people. OTOH, the people who recklessly spam "contributions" generated from LLMs, by their very nature, would not respect these policies in very high likelihood. For me it's like telling bullies to don't bully.

By the way, I'm in no way against these kinds of policy: I've seen what happened to curl, and I think it's fully in their rights to outright ban any usage of LLMs. I'm just concerned about the enforceability of these policies.
puilp0502
·قبل 10 أشهر·discuss
Isn't that what APIs are for?
puilp0502
·قبل 10 أشهر·discuss
It's going to be interesting if ChatGPT actually hooks up with SSPs and dumps a whole "user preference" embedding vector to the ad networks.
puilp0502
·قبل 10 أشهر·discuss
Can you elaborate on the "bad customer service"? I've never engaged in Claude's support team, but curious to know what you've experienced.
puilp0502
·قبل 10 أشهر·discuss
What kind of benefit does Multi-Token Prediction bring to the inference side? Is it only relevant in pretraining efficiency?