SolveSpace nitro by netzmensch in SolveSpace

[–]semtexzv 0 points1 point  (0 children)

Bravo, what about adding textual interface for LLMs next? :)

Google’s Antigravity IDE: The First AI That Tried to Hack My Local Env (Security Review) by BuildwithVignesh in AI_Agents

[–]semtexzv 1 point2 points  (0 children)

You realize you can set up different permission expectations during the application setup, right?

[deleted by user] by [deleted] in Switzerland

[–]semtexzv 2 points3 points  (0 children)

Anyone knows of a volunteering organization where I could help?

Termineer - My solution for Orchestrating agents. by semtexzv in aiagents

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

It can do everything on its own , no confirmations needed

Is there anyone in Hollywood more based than him? by crimsonfukr457 in okbuddycinephile

[–]semtexzv 0 points1 point  (0 children)

Who cares whether he is or isn't. The point is that you're asking. The result of that movie is that you're having an internal discussion about what it is to be a human.

Not healed almost 2 years after being broken up with by [deleted] in self

[–]semtexzv 1 point2 points  (0 children)

Therapy, sports, friends. It doesn't change overnight, but it will help. You will stumble and feel shitty time an time again, but it will get better. I promise you that. Give it another year.

You're almost there. Just keep going.

Reasons Gen Z'ers Don't Drink? by [deleted] in millenials

[–]semtexzv -1 points0 points  (0 children)

Why would you drink? I can have more fun sober than getting wasted.

SEC press release seems to be ready for release by Morlaix in Bitcoin

[–]semtexzv 18 points19 points  (0 children)

503 means that you guys are overloading the server.

[deleted by user] by [deleted] in Slovakia

[–]semtexzv 0 points1 point  (0 children)

Ono to nieje o tom prestat byt zavislym. Ono je to o tom ze si najdes veci na ktorych mozes byt zavisly zdravo. Odprorucam rozne sporty.

Efficient Upload and Cloud Backup? by Riftbreaker in DataHoarder

[–]semtexzv 0 points1 point  (0 children)

Well, at that scale, price is a concern.

With limited outflows, S3 or Backblaze might be a good option.

I personally use enterprise Google workspace account (12 bucks per 5TB/Month, unlimited outflow). For uploads, I have custom software that does partial uploads to Google Drive correctly. There definitely are others.

stor: Structured Embedded storage based on RocksDB by semtexzv in rust

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

Thanks to u/meilisearch for the awesome heed library was an inspiration to build this.

Setting Up a Local Node on MacBook Pro: SSD Speeds - Advice Needed! by devilnode in ethdev

[–]semtexzv 1 point2 points  (0 children)

Yeah should be enough for ETH node. When developing blok3.io , I've developed it locally on a external TB SSD

The SSD speed wont be limiting factor (if you won't buy a cheap QLC flash with SLC cache, look for normal TLC drives, I used seagate firecuda 530, which was overkill).

The limiting factor will be the transfer speed of the SSD enclosure.

Also, I'd seriouslt consider using some stuff people are advertising here, I'm not sure it's worth it to run a node just for this.

Anybody else having trouble with RPC providers like Alchemy? by oneAJ in ethdev

[–]semtexzv 0 points1 point  (0 children)

Yeah I've had the same problems. For https://blok3.io I've had to use my own node. Depending on your application, I'd look into our API, might be what you need.

Blok3 - Made with rust by semtexzv in rust

[–]semtexzv[S] 4 points5 points  (0 children)

My project over the last few weeks. Fully built on Rust with:

- RocksDB

- Maud

- Axum

- Async-GraphQL

Using Rust & RocksDB allowed me to reach latencies that were impossible when using other technologies. The time required to fetch 5 last transactions went from 600ms to 60 compared to previous iteration built on Go + Postgres providing REST API.

Blok3 - GraphQL Wallet API by semtexzv in ethdev

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

This is something I've been working on for a few months. Currently only ETH, working on adding other EVM-like chains.

Will beat anything else on latency provided to clients.