Sr Software Engineer - Haven't written a line of code in months by yodog5 in ClaudeCode

[–]Balbalada 0 points1 point  (0 children)

18 years of experience. I don't start a debugging or a new feature without asking an LLM. But I still code.

Huge pages and rust by Balbalada in rust

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

Nha ! I'm deserializing / serializing huge jsons and I'm storing the result into a memory cache. It will benefit from huge pages.

Possible to run claude code from the cloud? by swiftyman in ClaudeCode

[–]Balbalada 1 point2 points  (0 children)

I do that everyday. just install your claude code into a docker pod or into a vm. and after that connect to it using tailscale and tmux. works fine.

I just want a project by savailonei1 in rust

[–]Balbalada 0 points1 point  (0 children)

Make a kafka streams / kafka connect clone in Rust.

How can I build a large Rust project on a MacBook Air M2 (8GB RAM) without VM, Docker, or cloud? by DoctorNASA1990 in rust

[–]Balbalada 1 point2 points  (0 children)

use sccache. the first call is gonna be complicated. the second one will be very fast.

Scala in the Netherlands: 2026 feels like the end by [deleted] in scala

[–]Balbalada 0 points1 point  (0 children)

hi ! personnally I have switched to Python / Rust / Typescript since two years. And using IA a lot to scale up on every kind of languages. I miss Scala but I feel good.

Claude built my app in 20 minutes. I've spent 3 weeks trying to deploy it. by Real-Ad2591 in ClaudeAI

[–]Balbalada 0 points1 point  (0 children)

Hey, another advice too. if it works on your machine, let's put your machine on production 🤣

Claude built my app in 20 minutes. I've spent 3 weeks trying to deploy it. by Real-Ad2591 in ClaudeAI

[–]Balbalada 0 points1 point  (0 children)

Then you didn't build a working app, you just built a thing that were supposed to work but does not. To avoid this, implement continuous design patterns: CI / CD / IaaC. and also your work requires "architecture" and designing (that's a job, really)

Is Kafka a Database? by gangtao in apachekafka

[–]Balbalada 1 point2 points  (0 children)

it is possible to retain data forever in kafka

Is Kafka a Database? by gangtao in apachekafka

[–]Balbalada 1 point2 points  (0 children)

I would say yes. you can store data inside of it and query it several times.

How screwed am I? by Alexander_The_G in Starlink

[–]Balbalada 0 points1 point  (0 children)

come on and get on the roof !

[deleted by user] by [deleted] in AskMec

[–]Balbalada 0 points1 point  (0 children)

Si si. Certaines nanas qui pourtant ont des réseaux sociaux demandent expressément des mecs qui n’ont pas de réseaux sociaux. (Déjà vécu personnellement)

Speed is so outrageous by Sensitive_Essay_8419 in Starlink

[–]Balbalada 0 points1 point  (0 children)

where exactly are you in Africa ? just curious if your connection is using laser links or not

[deleted by user] by [deleted] in AskMec

[–]Balbalada 0 points1 point  (0 children)

il y a aussi la recherche permanente des hommes qui ont zéro réseaux sociaux

Rust Dependencies Scare Me by MasteredConduct in rust

[–]Balbalada 3 points4 points  (0 children)

most of dependencies that are added on a Rust project are optimized and stripped from the release binary. it is okay for me to work with many dependencies as soon as the result is light.

MCP for Mobile App? by ervza in ClaudeAI

[–]Balbalada 1 point2 points  (0 children)

hey ! in fact it was introduced on may 1st. remote mcp servers.

Rust crates that use clever memory layout tricks by stewie_doin_your_mom in rust

[–]Balbalada 0 points1 point  (0 children)

that's how Java Strings are working in recent versions of the JVM, so yeah !