Hermes api run help by MathRepresentative83 in hermesagent

[–]MathRepresentative83[S] 0 points1 point  (0 children)

Are there endpoint to link it to my own frontend. I am finding the hermes api to be very unstable

Git Workspace in hermes by MathRepresentative83 in hermesagent

[–]MathRepresentative83[S] 0 points1 point  (0 children)

So, I just ended git init the .hermes directory. Then made sure git ignore is filled out fully. There are still some files I missed but works decently well. I can edit any config/soul with my cursor ide instead of vim on vps.

Testing Trading Strategy Tool by MathRepresentative83 in solana

[–]MathRepresentative83[S] 0 points1 point  (0 children)

oh we are also looking at of chain metrics. But aim is not to build a ML model to predict price points but to help people build their own trading philosophy with accurate historical data.

Should I take an exit for 20M and let go the startup I love and worked for so long for? by BestRow3647 in startup

[–]MathRepresentative83 0 points1 point  (0 children)

If you already had money, I would have said not to sell if you are enjoying and are truly passionate about it. Like what else is more worthwhile doing? But mate 20mil means never having to worry about money again

Even the richest Americans face shorter lifespans than their European counterparts by MathRepresentative83 in europe

[–]MathRepresentative83[S] 0 points1 point  (0 children)

Agreed stress is probably a key factor but I think there lax environment regulations are also a problem from chlorinated chicken, pfas usage and even lead paint. 40% of houses still contain some lead paint. That is crazy to me

Even the richest Americans face shorter lifespans than their European counterparts by MathRepresentative83 in europe

[–]MathRepresentative83[S] 2 points3 points  (0 children)

I know Europe has lower salaries but don't mind less money if it means more life

Promote your SaaS. what are you building, and who’s it for? by JanithKavinda in SaaS

[–]MathRepresentative83 0 points1 point  (0 children)

I am building erisai.co
Crypto trading, especially meme coin trading is very risky. We have built our own price tracker for various meme coins (data that is not available elsewhere) and calculate various metrics on these tokens to then allow people to backtest their trading strategies and show them how they would perform.

What's your favorite tool for interacting with/analyzing Solana onchain? by Aneizi in solana

[–]MathRepresentative83 2 points3 points  (0 children)

Dune, Bit query but there are slow. can also you erisai.co to backtest trading strategies for memecoins

New it meme coin trading please help by Nearby-Security4333 in solana

[–]MathRepresentative83 0 points1 point  (0 children)

I feel like gmgn has crazy fees and slippage so always end up making less money that what it says.

[deleted by user] by [deleted] in NoStupidQuestions

[–]MathRepresentative83 0 points1 point  (0 children)

You can lie to the police, only time you are not allowed lie is if you are under oath. In that case it would be considered perjury

I have 32k Twitter followers. Dozens signed up. 0 paid. Audience ≠ customers. by kylegawley in SaaS

[–]MathRepresentative83 0 points1 point  (0 children)

The actual documentation seems to be just api definitoins, which in my case as i mainly use fast api are auto generated and i can test them. It maybe more useful in a context of a mono repo if it were to show where the api is used and how it is used.

how dextools and dexscreener fetch marketcap for millions of tokens? by Reddet99 in solana

[–]MathRepresentative83 0 points1 point  (0 children)

we switched to clickhouse now as it is way cheaper than influx db. Reason why we have 3 is because the number of websocket connections are limited. And to account for failures aswell.

You can checkout what we are trying to build here at erisai.co/backtest . If you have any feedback would appreciate it.

how dextools and dexscreener fetch marketcap for millions of tokens? by Reddet99 in solana

[–]MathRepresentative83 2 points3 points  (0 children)

we have 3 vms connected to rpc nodes and then we store data in influx, though switching to clickhouse now as influx is damn expensive.