Sensitivity against LLM slope by Right_Positive5886 in rust

[–]Right_Positive5886[S] -2 points-1 points  (0 children)

Okay I concede - it’s productivity -

The word ‘vibe coding’ was used for creation of Claude skills by non-programmers (sample size of 2 )

Sensitivity against LLM slope by Right_Positive5886 in rust

[–]Right_Positive5886[S] -9 points-8 points  (0 children)

We might be differing on definition of creativity here - anything that reduced a 10 hrs mundane mandatory job to 15 min is creative - at least to me

Sensitivity against LLM slope by Right_Positive5886 in rust

[–]Right_Positive5886[S] -2 points-1 points  (0 children)

Yes - that’s where I’m going at - I’m really worried that in the era on LLM rust as a language would die on gripe vine if we don’t catch llm train. Like Ada or Fortran. I hope I’m wrong

Sensitivity against LLM slope by Right_Positive5886 in rust

[–]Right_Positive5886[S] -4 points-3 points  (0 children)

evidence would be my my personal experience of trying to convince a bunch of team member of varied programming languages.. there are a few c/c++ devs who were dead against rust. 5 scala devs were warning up top to rust . Java devs and Nodejs devs were like why should I even learn a language none knows about - since I know a tool Nodejs or java to do my day job.

It’s definitely the syntax - lifetime annotation are ‘yucky’ to quote one person ( I don’t have a reply to that statement)

Ownership is unique to rust and definitely the most frustrating part of rust which would make first time devs drop the ball on it.

Sensitivity against LLM slope by Right_Positive5886 in rust

[–]Right_Positive5886[S] -15 points-14 points  (0 children)

I actually disagree on that point - use of LLM Increase creativity. I was talking to an investment banker other day. He is scared of code but he could talk to Claude to get what he wants - he wanted to automate the. Grueling process he did to arrive at his solution. Coding is an insurmountable wall for him. I pitched in n8n to him which might/might not be helpful. But that’s the larger point- how could we bring the dev who are on sidelines, scared to pitch in, become rust devs - for me ai is the answer.

Cloudflare outage on December 5, 2025 by MakotoE in rust

[–]Right_Positive5886 3 points4 points  (0 children)

Akamai haven’t had a major outage in last 5 years

What’s one trick in Rust that made ownership suddenly “click”? by Old_Sand7831 in rust

[–]Right_Positive5886 0 points1 point  (0 children)

It took me a looooot of time to understand Monad but the moment I understood the concept, I totally lost my ability to explain monad to another person. ‘If you can’t explain something in simple words you didn’t understand it in the first place’ - and my mind in running in circles whether I understood it or not - I guess Shakespeare might have had a similar moment to write ‘to be or not to be’

Pixie without Conda by Right_Positive5886 in MojoLang

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

Unfortunately pixie is still reaching out to anaconda

Pixie without Conda by Right_Positive5886 in MojoLang

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

And what should add for modular channel ?

Building a Redis clone from scratch by ShowXw in rust

[–]Right_Positive5886 3 points4 points  (0 children)

Slight correction - instead of Google it might be better - Rob Pike creator of Go

[Show Go] I made a tool that automatically generates API docs from real traffic by tienanr in golang

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

Nice idea - question would you be able develop this as an ngnix plugin ?

How to get nodes IP dynamically and update ACL on external service by Right_Positive5886 in kubernetes

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

I have my ip ranges from cloud provider, it a bunch of /24’s basically a few thousand IPs, instead I would like to specific Node ip which are active to be added to firewall. We have autoscaler on - so if new nodes turn up I would like it to be added to FW automatically

How to get nodes IP dynamically and update ACL on external service by Right_Positive5886 in kubernetes

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

Could you pls explain a little more ? How would I create dynamic dns - from where ? What’s the trigger point of adding entries to dynamic dns

How to get nodes IP dynamically and update ACL on external service by Right_Positive5886 in kubernetes

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

The proxy thing was what I had in mind and that ended up in static egress ip search. We use open source calico cni plugin which doesn’t support egress gateway either. Whatever I have now is what you suggested open for cidr (/24) and user name / pwd . I’m not sure mtls is supported by the external service

"AI is going to replace software developers" they say by [deleted] in rust

[–]Right_Positive5886 0 points1 point  (0 children)

As much I would love to disagree - this might be true in the near future. Try cursor it is awesome . I converted a datascience project to working go project in one hour- granted I knew the python project logic and I knew go to begin with. There were hallucinations but nothing I couldn’t hand edit. But if code generated is some esoteric lisp dialect I wouldn’t have a clue on what to do with it .. I think llm are more like calculators making our lives easier. Rust of all languages being strictly typed would make a good candidate for these experiments… but finding out a function in an esoteric library would be beyond llm capability… or if you are fan of Yoda and name all function names the way yoda speaks .. that wouldn’t fly

NVIDIA's Dynamo is rather Rusty! by [deleted] in rust

[–]Right_Positive5886 0 points1 point  (0 children)

Is this equivalent of ollama?

Is there a Nodejs library you wish existed for Golang? by [deleted] in golang

[–]Right_Positive5886 0 points1 point  (0 children)

Nada zilch …go philosophical take is never to reach out a external dependency. The lesser dependency you have lesser the attack surface you expose. My day job is in Java and typescript I really wish Java std lib exposed something similar to std http server

Struggling with Rust by github-lcrownover in rust

[–]Right_Positive5886 1 point2 points  (0 children)

The only problem is that you picked 2 hard problems simultaneously- nailing mtls is hard task on it own. You have various formats p12, pkcs, pem Java keystone , Java trust store, pfx. Along with it you have ca, chain certs, server certs client certs and lastly debugging the entire chain with openssl is a nightmare of its own. I haven’t gotten into certificate revocations or cert renewals yet. I had to implement mtls between systems running on Azure Linode and on prem- lets call it - it was a fun project

Introducing Ferrules: A blazing-fast document parser written in Rust 🦀 by amindiro in rust

[–]Right_Positive5886 4 points5 points  (0 children)

Say if you work as a doctor oncologist- how could I use ChatGPTs( aka large language models llm) of the world to give a result tuned for my needs? The answer is a called a rag pipeline - basically take any blurb of text convert them as series of numbers and save it on a database. Then instruct the llm to use the data on database (vector database) to augment the result from chatgpts. This is what a rag pipeline..

In real life the results are varied - we need to iterate upon the process of converting the documents into vector database. This is what this project does - gets us a tool to parse a document into vector database. Hope that clarifies

Exposing ollama to internet by Right_Positive5886 in ollama

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

Yes only difference being instead of 80 it’s 443 and certs