HN user

fswd

466 karma
Posts0
Comments194
View on HN
No posts found.

this is so bizarre? I use GraphQL with Remix in my loader. It's a great combination. 7ms response from SQL. I can't understand the article. Sorry this person doesn't understand GraphQL nor Remix. might be AI generated

using LangGraph for a month, every single "graph" was the same single solution. The idea is cool, but it isn't solving the right problem.... (and the problem statement shouldn't be generating buzz on twitter. sorry to be harsh).

You could borrow some ideas from DSPy (which borrows from pytorch) their Module: def forward: and chain LM objects this way. LangGraph sounds cool, but is a very fancy and limited version of basic conditional statements like switch/if, already built into languages.

KidPix 2 years ago

like something I'd use on my amiga 500 when I was a kid!

This story is heavily censored on hacker news

https://github.com/vitoplantamura/HackerNewsRemovals?tab=rea... (scroll down to bottom)

39465301 #25 3 points 0 comments -> Google Gemini leaked its woke prompt injection process

39465255 #1 78 points 1 comments -> Google to Pause Gemini Image Generation of People After Issues

39506022 #30 -> Gemini: Who negatively impacted society more, Elon Musk or Hitler?

39508833 #17 30 points 24 comments -> Losing Trust in Google

39516032 #15 8 points 6 comments -> Gemini and Google's Culture

Yes, I have implemented HITL. There's a task queue(psql skiplock). You make a request (insert row). It builds a "workflow graph" of your request and compiles it, a combination between a FSM and graph program. It runs an iteration on the workgraph, and then if successful, submits the next step in the queue as "pending". the user then inspects and accepts the tasks, which then run another iteration of the workgraph. If the user rejects it they can click "playground" and manually do the step.

I solved this problem locally. When uploading a file to the server before going to S3 it is cached in redis. Whenever the codebase needs to use the file, it checks redis, and if it is not there it fetches it and caches it again.