HackerTrans
TopNewTrendsCommentsPastAskShowJobs

nnnnico

no profile record

Submissions

Realtime 3D fractal Explorer in browser

gmt-152535429025.us-west1.run.app
1 points·by nnnnico·7 miesięcy temu·1 comments

PowerSync: SQLite based local-first sync engine

powersync.com
3 points·by nnnnico·7 miesięcy temu·0 comments

comments

nnnnico
·17 dni temu·discuss
^ clearly something an LLM would ask
nnnnico
·26 dni temu·discuss
totally, I wrongly assummed ill intent as I thought it was fabiens work for a good while and then came back here frustrated
nnnnico
·26 dni temu·discuss
this looks like a copy of fabien's site, plus the topic is very related and likely trampolining on his brand :/
nnnnico
·27 dni temu·discuss
You add variance to the sim parameters with the hope that the model learns to adapt to changes in environment
nnnnico
·w zeszłym miesiącu·discuss
whatever you delegated in the past probably also required planning by the engineer that went down and got it done, most planning done by agents is at this same level, agent explores the codebase, understands where to touch, tradeoffs, code-level architecture, and ask the user for more context or balance with assumptions and other patterns already present in code
nnnnico
·2 miesiące temu·discuss
Hey this context is more importante than the prompt itself, make it more clear in the post! As this hints to a way to reproduce the output and likely estimate if it's an hallucination or not
nnnnico
·2 miesiące temu·discuss
This is just slop, it's baffling that it reaches the top
nnnnico
·5 miesięcy temu·discuss
Cool project. Could You expand on what is the use case for something like it compares to e.g. a python library? Maybe an example of more complex workflows or open ended loops/agents that can showcase the pros of using such a language compared to other solutions. Are these pipelines durable for example or how do they execute?
nnnnico
·5 miesięcy temu·discuss
More likely to be related to the E Files than the X ones
nnnnico
·5 miesięcy temu·discuss
Looks Nice, but not sure if it should be a show hn post honestly. maybe expand on the tech, otherwise it's just a product launch
nnnnico
·6 miesięcy temu·discuss
> I code daily, with 80/90% of my work AI-assisted, and never had to clean one emoji.

do you read this code? I find it hard to believe unless you have llm instructions in your codebase that you are not aware of
nnnnico
·7 miesięcy temu·discuss
Amazing work by u/No-Weather-1692

https://www.reddit.com/r/generative/comments/1pw4v2r/realtim...
nnnnico
·7 miesięcy temu·discuss
What is the approach used? It seems everything gets done in context by plain text searches with some agent like Claude code or is there RAG involved? (was the article written by AI? it has that LinkedIn-groove all over the place)
nnnnico
·7 miesięcy temu·discuss
This is awesome, thanks for your work! Could this work with the file system api in the bowser to write to user disk instead of indexeddb? I'm interested in easy ways for syncing fot local-first single user stuff <3 thanks again
nnnnico
·8 miesięcy temu·discuss
I tried this too! Where every button on the page triggered a get or post request, but the consistency between views was non existent lol, every refresh showed a different UI Definitely fixable with memory for the views and stuff though but keeping it pure like this is a very cool experiment. Since yours is using a actual storage maybe You could try also persisting page code or making the server stateful and running eval() on generated code. Love this