Viewing profile — darkbatman
darkbatman
HN member- Joined
- Sat, Jun 01, 2019, 3:33 PM UTC
- HN karma
- 33
- Public activity
- 45 items
- HN profile
- View on Hacker News ↗
About darkbatman
Recent public activity
-
comment
Comment #48939826
also its pretty big model inference costs are high even with margins running a 2.8T model costs a lot. if they release oss may be it goes down to $10-12 per million tokens.
- story
-
comment
Comment #48468520
This is crazy and would be frustrating, I probably would just be using another model as authority and keep fable as reviewer only in this case.
-
comment
Comment #47479458
I built https://meow.gs as a side project. It gives you a cloud shell via SSH, authenticated with Face ID / Touch ID instead of SSH keys. ssh meow.gs from any terminal iPad, iPhone…
- story
- story
-
comment
Comment #47328333
codex/gpt is a stubborn model, doubt it would accept claude reviews or counter it. have seen cases where claude is more willing to comply if shared feedback though its just sycopha…
- comment
-
comment
Comment #45674842
By looking at the paper, memory needed per layer seems to be higher than transformer architecture. Pretty sure that would be blowing up the vram of gpu at scale.
-
comment
Comment #45442636
Its so useful to use Cerebras api for other tasks too not just coding with qwen coder but even simpler things like lets say analysing with gpt-120 oss or llama. Just plug it in wit…
-
comment
Comment #45349733
We kinda use https://github.com/googleapis/genai-toolbox but for databases looking forward if klavis provide more or general solution. Ideally when we are writing agents we need mc…
-
comment
Comment #45323477
true, I was using Cline/Roocode from almost an year and it always made sure to read things from memory-bank which i really liked. Claude has gone downhill from August mid for me an…
-
comment
Comment #45323435
Mostly agree with article, though what happens in few years when juniors will eventually become senior. Personally seeing trend juniors are relying so much on AI that they can't ev…
-
comment
Comment #45075119
With already https://agentcommunicationprotocol.dev (ACP) same name seems confusing now. even though differences are there in both.
-
comment
Comment #44675790
Would be nice to see some benchmarks. Also from my experience you need more power to get some significant result. Mostly fine tuning would work if base model is very close to what …
-
comment
Comment #43955426
Are there any load test results available, we would like to use this at zenskar but at high scale really need it to work. System merges and final are definitely unpredictable so ni…
-
comment
Comment #43641966
Is it similar to rethinkdb, I remember using RethinkDB for similar use case for live queries running directly on database layer back in 2016.
-
comment
Comment #42880024
Not the temporal you are thinking of. its Date replacement in JS.
-
comment
Comment #42086082
We do quite similar but through Debezium/Kafka CDC pipeline to clickhouse. This way primary database is protected. Directly querying from files from postgres might get slower event…
-
comment
Comment #41717177
Hi Do you support visa transfer or visa requests?
-
story
Ask HN: Any good open-source Metabase alternative for customer-facing analytics?
I'm using Metabase for embedding analytics, but the per-user pricing is too high, even if users are viewing the same dashboards or reports. Are there any other open-source alternat…
-
comment
Comment #41416928
I tried google.com. It says invalid url. looks half baked. can you not force to write protocol.
-
story
Ask HN: Finding ideas for tech startup
Currently, so many folks are doing AI startups and it's widely becoming the norm to create one with the application of LLM etc. How to find ideas exclusively for tech startup exclu…
-
comment
Comment #39234722
Thanks these config are helpful
-
comment
Comment #39189267
we are actually trying something similar but possible kinesis + clickhouse or kafka + clickhouse. Currently kinesis seems easier to deal with but not a good intergration or sink co…