HackerTrans
TopNewTrendsCommentsPastAskShowJobs

foundzen

no profile record

comments

foundzen
·ano passado·discuss
It is surprising that it works (I haven't tried it). `Content-Length` had one goal - to ensure data integrity by comparing the response size with this header value. I expect http client to deal with this out of the box, whether gzip or not. Is it not the case? If yes, that changes everything, a lot of servers need priority updates.
foundzen
·ano passado·discuss
I read the complete article. It does feel like written by human but only if you don't read it all. So overall, I would have saved time if it was written by AI completely (by choosing to not read after a glance)
foundzen
·ano passado·discuss
Only 20 training samples improved llm performance, that sounds unrealistic! My experience with RLHF for LLM perf differs. Can you be more specific about the case where you achieved this and share technical details about how do you do that?
foundzen
·ano passado·discuss
why everyone ends up using yjs as their choice of CRDT framework. aren't there better alternative or it is just following the popular choice?
foundzen
·ano passado·discuss
the author posted it on HN, marked their task done, and went to sleep. and we are wondering why do we need another project management tool.
foundzen
·ano passado·discuss
What is the architecture/tech-stack used in building this? I didn't find this info neither on github readme, nor on website.

I like the fact that it is written in Go and small enough to skim over the weekend, but after repeatedly burning my time on dozens of llm ecosystem tools, I'm careful in choosing to even explore the code myself without seeing these basic disclosures upfront. I'm sure you'd see more people adopting your tool if you can provide a high-level overview of the project's architecture (ideally in a visual manner)
foundzen
·ano passado·discuss
Love the creativity in the branding but it did not work in my case either. Gibberish raw content and error in answering any question.
foundzen
·ano passado·discuss
I got most of my answers from the README. Well written. I read most of it. Can you share what kind of resources (and how much of them) were required to fine tune Wav2Vec2-BERT?
foundzen
·ano passado·discuss
I taught my parents how to use LLM chat apps. I was pleasantly surprised to see them use it all the time. And even more shocked to see them pasting entire whatsap messages containing passwords, upload income tax files, and a lot more private details with LLMs. They rarely pause to think about privacy/security before sharing info with LLM services. So I'm working on an interface that works as a privacy filter, making sure the private info does not leave the device. It redacts /anonymizes/obfuscates private information from what we share with LLMs via on-device model, and plugs back the output with the private info to make it appear almost similar to the output as before.