unfortunately under GDPR, anonymous IDs are personal data as they are used to single out a data subject.
HN user
totaa
Google Vertex
the question is will we experience resource constraints before we get there? what if the step up to post-scarcity is gated by a compute level just out of our reach?
any extensions / third-party tools to visualise this?
surely openvpn being pre-installed on most routers means it's provided to an significant portion?
brainfuck
I implemented a graph database for my agentic project in postgres. Not top-tier query performance but made an MVP work!
can you share your workflow?
more can lead to smarter in the short term.
brute force
Gemma 3n E4B has been crazy good for me - fine tune running on Google Cloud Run via Ollama, completely avoiding token based pricing at the cost of throughput limitations
congrats on the first blog post, been using Go+Templ+HTMX when implementing my first startup
I think at least some of these issues can be avoided with a different UI/UX to avoid passing temporal/unsaved data between screens.
looking forward to the next instalment!
Would love to be able to use this UI, connected to an external source like Linear.
community drama aside, great to see more open source agentic CLIs tools.
other than the focus on tui design, does this have any advantage over Claude Code, Aider, Gemini using the same model?
when I say Task Master[0] I'm referring to specific bit of software that manages task dependencies and ordering.
but I agree, at least the way I use AI tools, it'd be unfeasible to review the code using this method.
according to OpenRouter, Cerebras charges $0.65/$0.85 for 1m input/output tokens for Llama 4 Scout. Google charges $0.25/$0.70; lambda.ai charges $0.08/$0.30 for the same model.
pairing this with Task Master could allow you to draft all of your tasks and effectively have Claude pick something from an endless backlog 24/7...
Currently Cerebras, although faster, is more expensive than the traditional alternatives. Cursor's use case doesn't benefit from instant, users are happy to wait the few seconds (and watching the magic may even be beneficial)
landing page / waitlist / speaking with customers
you shouldn't write code until you know someone is willing to buy
i'd say somewhere between 20 < n < 100 for B2B makes sense, rather than 1000
deadlock actually how do you know? has there been a technical deep dive published?
I think the game Teardown is the golden child of voxel rendering in production video games. beautifully lit, fully destructible, and performant
it reminds me of encore
i feel like simplyifing is great for early stage, but will be a tedious pain to scale out when you need to
if I am not doing dev work, and mostly working around web applications in the day (e.g. notion, linear, etc) - i don't want to go to open the terminal and switch focus to a different application
love this, i always use sketchy websites for simple utils like counting number of words, validating JSON etc.
though this is nothing that can't be done on the CLI (wc, jq, grep etc) - it's obviously easier through a web interface if it's only used sparingly.
What about a comparison to vacuum (https://quobix.com/vacuum/) - the supposed killer of Spectral?
I don't know what brings me more happiness in this career. Building systems with no political constraints, or building something that's functional with severe restraints.
table components are typically the most complex. this is cleaner: https://github.com/ant-design/ant-design/blob/master/compone...
how is an airport able to MITM snapchat messages? I am assuming snapchat does certificate pinning as well...
nor are users forced to use the app platform is side loading or alternative stores like f droid available on IOS?
usually video game servers, need a like-for-like copy of the engine for sync purposes and to make sure the clients aren't lying about physics calculations. up until recently there hasn't been an incentive for game developers to use/work on linux support - so game servers use good old windows.