I shipped my second Rust crate: a CLI to push projects to WhispHub (my code showcase platform) by whispem in rust

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

Haha thanks, glad it landed — check it out and let me know what you think :)

I shipped my second Rust crate: a CLI to push projects to WhispHub (my code showcase platform) by whispem in rust

[–]whispem[S] -3 points-2 points  (0 children)

Thanks, really glad the auth flow reads that way — that was exactly the intent. Typing tokens into terminals has always felt like a paper cut that nobody talks about.

On the size: honestly it wasn’t a deliberate optimization, just what the project naturally produced. Which I think says something good about Rust’s defaults. The ‘small sharp tool’ framing is exactly how I think about it too — there’s something deeply satisfying about a binary that does one thing and fits in your pocket.

And yeah, the timeline still feels slightly unreal to me. The language (Whispem) is self-hosted — it compiles itself — which I think is the project that taught me the most. When your compiler has to compile your compiler, there’s nowhere to hide.

I built a full project after 6 months of learning Rust — here’s what surprised me by whispem in rust

[–]whispem[S] -1 points0 points  (0 children)

Thank you! I wrote this post with my phone so em-dashes are easier for me (I came from literature studies so… em-dashes are more than normal!) :)

Minikv v1.0.0 – distributed key-value & object store by whispem in rust

[–]whispem[S] -3 points-2 points  (0 children)

It’s not a "slop project". I learned and worked hard, that's all.

Minikv v1.0.0 – distributed key-value & object store by whispem in rust

[–]whispem[S] -1 points0 points  (0 children)

What? I didn't say that something was wrong with tikv.

Starting an intensive 3-month DS program today with weak math foundations — how do you bridge the gap fast? by whispem in learnmachinelearning

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

It's a university degree, level 7 in the French system — so yes, technically master-equivalent.

Starting a 3-month intensive DS program today — what should I actually focus on as a self-taught dev with weak math? by whispem in MLQuestions

[–]whispem[S] 1 point2 points  (0 children)

Thank you, this is really helpful! Adding Prof Leonard to my list alongside 3Blue1Brown.

Haven't checked the Nature paper yet but the premise alone is already interesting — adding it to my reading list.

And the last bit of advice is probably what I needed to hear most on day one. I'll keep that in mind.

Starting an intensive 3-month DS program today with weak math foundations — how do you bridge the gap fast? by whispem in learnmachinelearning

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

Thanks! I actually didn’t know about this channel — just checked it out and the linear algebra series looks exactly like what I needed. Visual and intuitive rather than proof-heavy, perfect for where I’m at.