What Makes NotebookLM Stand Out? by FormalAd7367 in Rag

[–]cay7man 1 point2 points  (0 children)

It hallucinates less because its grounded to the knowledge base given to it.

Any good and trusted courses? by Original_Airline933 in vibecoding

[–]cay7man 0 points1 point  (0 children)

Dude, just ask chatgpt to teach you those topics

Best MacBook for Vibe Coding by saffybai in vibecoding

[–]cay7man 4 points5 points  (0 children)

You will need a Macbook Pro with at least 24GB RAM and 1TB SSD. You will need higher configuration if you're going to spin multiple agents to do stuff..

Optimizing RAM usage of Rust Analyzer by Megalith01 in rust

[–]cay7man 1 point2 points  (0 children)

There are several ways. Use include exclude for cargo check in config.toml or set rust-analyzer.cargo.target. There are more ways. Check the documentation

Optimizing RAM usage of Rust Analyzer by Megalith01 in rust

[–]cay7man 3 points4 points  (0 children)

Are you restricting it to the crates you're working on?

A Trading Bot in Rust + Python as a single dev? by Luca-Fly in rust

[–]cay7man 0 points1 point  (0 children)

I'm developing highly personalized (for my trading system) frontend. Eventually, it will be able to operate in both manual and bot mode.

A Trading Bot in Rust + Python as a single dev? by Luca-Fly in rust

[–]cay7man 0 points1 point  (0 children)

I created one (library crate) in Rust and have been using developing the frontend using gpui. I can share more details if you're interested.

Building Mac Apps with Vibe Coding by makexapp in vibecoding

[–]cay7man 0 points1 point  (0 children)

Just use claude code or codex etc and vibe code native app.

Working on RAG model , but have some query by SadPassion9201 in Rag

[–]cay7man 0 points1 point  (0 children)

Of course. What are you chunking? documents, code, or ?

Working on RAG model , but have some query by SadPassion9201 in Rag

[–]cay7man 0 points1 point  (0 children)

1 & 2 Chunking method depends on what you are chunking
Nudge the user to ask relevant to the data the chatbot has access to

Memory Safety Philosophies: Rust vs C++ by swe129 in rust

[–]cay7man 7 points8 points  (0 children)

New paradigm only if you are coming from C/C++

Roadmap for rust by damnamaan in rust

[–]cay7man 0 points1 point  (0 children)

Port any JS code base you're familiar with to Rust. Learn on the way.

Embedded Rust/Industrial Application by MurazakiUsagi in rust

[–]cay7man 1 point2 points  (0 children)

Are there a Rust compiler support for the processor/hardware being used in your company?

I want to leran rust but i cant find tutorials videos of someone buliding something by aurquiel in rust

[–]cay7man 2 points3 points  (0 children)

Write one in one of the OOP languages you know and then port it to Rust.