HackerTrans
TopNewTrendsCommentsPastAskShowJobs

l0gicpath

no profile record

comments

l0gicpath
·2 miesiące temu·discuss
I fail to see how this is specific to a crypto company. You’re drawing a correlation that’s not backed up by any empirical evidence.

The GP post describes a common problem in _most_ workplaces in the market today. It’s not specific to crypto, AI, or anything in between.
l0gicpath
·3 miesiące temu·discuss
Sorry but it’s not really an opinion for you to contest it, it’s a well defined guideline of what makes a Show HN post vs a normal link share. If the OP wants to add commentary to their submission they could use “Tell HN” or simply point at the actual blog post and write a comment.
l0gicpath
·7 miesięcy temu·discuss
It started out as a take-home assignment for a job I’m interviewing for (they asked for about 10% of what I ended up implementing but I wanted to do/show more :). It’s an aggregator for crypto exchange data.

The app reads the public data stream from exchanges, handles the nitty, gritty details of each exchange’s websocket connections, deals with its quirks, cleans up and normalizes the data into a uniform structure (currently only supporting spot trades) then exposes it downstream as an SSE stream.

Uses Go, Templ, and Mithril.js, and is open source

Link: https://metra.sh

Github: https://github.com/hadydotai/metra-sh
l0gicpath
·12 miesięcy temu·discuss
The post links to an Anthropic announcement, on their own website. Not sure what are you expecting from the title?
l0gicpath
·w zeszłym roku·discuss
What’s Cluely? While I can google and find out I just wanted to reflect how irrelevant that name actually is for a large portion of the internet.

Flamewars, internet jerks and online bullying has been around since irc. If not longer.

imo looking at the thread, I see a bunch of people throwing a few strongly worded comments at each other in a typical heated discussion online.

We used to call this flamewars.
l0gicpath
·w zeszłym roku·discuss
There’s a great deal of value in the “fullstack meta-frameworks” model of things. For one, using the same language on the backend and frontend is underrated feature.

But Next.js is not the only option on the market, so I partially echo your sentiment, not around React SPA vs React fullstack, but around Next.js vs a half dozen better alternatives for the React ecosystem.
l0gicpath
·w zeszłym roku·discuss
The takeaway is that most people don’t think this way. A large portion of online recommendations for auth in Nextjs recommends middlewares for it. Knowing this, you’d expect a faster response time from the people maintaining the framework and stand to lose the most.