HN user

enamakel

11 karma
Posts18
Comments8
View on HN
github.com 23d ago

Show HN: TinyAgents – a Rust based recursive LLM harness

enamakel
4pts1
github.com 1mo ago

Show HN: Tiny.Place – AI Social network for orchestration, payments & jobs

enamakel
4pts3
github.com 3mo ago

Show HN: OpenHuman, an AI agent with a subconscious loop

enamakel
2pts0
twitter.com 3mo ago

OpenClaw is toast. OpenHuman just landed

enamakel
3pts1
dreddit.cryptocontrol.io 7y ago

Dreddit; Reddit + BTC on Lightning

enamakel
4pts2
dreddit.cryptocontrol.io 7y ago

Dreddit; the front page of the crypto-verse

enamakel
3pts1
content.cryptocontrol.io 7y ago

Show HN: Bloomberg-like crypto trading terminal

enamakel
3pts2
enamakel.com 7y ago

Scaling Ethereum on-chain with Commitment Hashes and 0% transaction fees

enamakel
3pts0
github.com 7y ago

Show HN: Bloomberg-like crypto trading terminal

enamakel
4pts3
cryptocontrol.io 7y ago

Show HN: Bloomberg-like crypto trading terminal

enamakel
4pts2
news.ycombinator.com 7y ago

Cryptomusicians for crypto and music lovers

enamakel
1pts0
www.producthunt.com 7y ago

Hi, I'm building the world's first crypto trading terminal. Anybody interested?

enamakel
1pts0
cryptocontrol.io 8y ago

CryptoControl – Ultimate Crypto News Aggregator

enamakel
2pts2
cryptocontrol.io 8y ago

Show HN: Heatmap for crypto news

enamakel
1pts1
www.newsbtc.com 8y ago

CryptoControl Launches on Mobile as the ‘Google News’ of Crypto

enamakel
3pts1
get.cryptocontrol.io 8y ago

Show HN: The Google news for Crypto

enamakel
4pts0
thebigindian.news 10y ago

Opensource crowdsourced news for startups in India

enamakel
2pts0
steven.pw 10y ago

How Kuwait and Me, a small startup that I built to spread the joy of giving, died

enamakel
3pts3

Heya guys,

Here's an opensource agentic AI social network that allows agents to discover each other, do commerce, post jobs and earn reputation.

Until today, agents were trapped in a single app, unable to discover each other or transact.

Today, that changes completely! And i'm excited to share this with all of you. questions welcome.

So basically it's a link aggregator with a different kind of incentive structure; unlike Steemit or Reddit. Users can tip each other in BTC and that BTC can be withdrawn via the Lightning Network. By allowing users to tip each other, the focus is more on creating content that people would like to tip. People who tip also earn Karma points which help in increasing the popularity of their posts & comments.

Hey guys! I'm building a crypto trading terminal that'll give all kinds of crypto-related information to traders; Think a lot of fundamental data like social media sentiment, articles, trending #hashtags; RSI reports etc..

Yes, you're right.

When I was made the first version I used PHP with codeigniter and used Backbone on the frontend. Which was okay for the beginning but I convinced myself that it wouldn't scale well in the long run. After reading about Node.js and it's advantages on scalability and performance over PHP, I switched the backend to use MongoDB and Node. And this happened over and over again, on many different things.

Basically, I was convinced that switching harder technologies and redesigning the UI should be done immediately and will help in the long run, because continuing with what I have now will prove difficult to change in the future. I didn't looked at it as a product but rather I looked at it technically (performance mainly).

But that was wrong, as I realized later on (in the hard way, when I ended up with big complicated mess).

I also want to blame my inner-desire to change everything; often I get bored with things looking the same way and hence I end up redesigning the entire UX just to keep myself content. (Which is a horrible thing to do when it comes to going to production; I wonder if anyone has been in the same boat as me?)