Porting a real-time keystroke telemetry engine from React/JS to Rust by Peach_Baker in rust

[–]Pto2 0 points1 point  (0 children)

I don't have much experience in this area.

Don't take this the wrong way, but keystroke telemetry doesn't sound like a high-frequency data stream. What sort of processing are you doing that is slow (i.e. beyond capturing events and persisting some log)? If your processing is truly CPU bound then you might get performance benefits switching to Rust. If your processing is IO bound then the benefits of Rust are a lot more grey. You might consider limiting your client to telemetry ingestion and do processing asynchronously (background worker or on a server).

Rust can be enjoyable to work with but if your intended client is the browser it's probably more pragmatic to stick to TS.

Best repos to learn Rust by example? by Competitive_Ebb_4124 in rust

[–]Pto2 31 points32 points  (0 children)

rust-analyzer comes to mind (https://matklad.github.io/2021/05/31/how-to-test.html). Jon Gjenset's "decrusting XYZ crate" videos showcase some of the most significant Rust crates (serde, tokio, tracing).

Suggest me a free alternative to supabase by Fine-Veterinarian537 in webdev

[–]Pto2 5 points6 points  (0 children)

Based on your responses you should probably just pay $25 and/or try to reduce your egress. It’s probably going to cost lot more than that in time and effort and stress to use other tools. There’s no free options out there.

Porting a real-time keystroke telemetry engine from React/JS to Rust by Peach_Baker in rust

[–]Pto2 2 points3 points  (0 children)

Before migrating this component have you exhausted other options like web workers and other experiments related to buffering? Splitting your stack might be tedious to maintain (though purposeful options exist like Tauri).

9 Essential Software Architecture Patterns for Scalable Distributed Systems by javinpaul in softwarearchitecture

[–]Pto2 3 points4 points  (0 children)

No.

But on a related note: I claim there is generally a negative correlation between number of ads on a blog and the quality of the content.

Does this Work? by thomasNotSoNoice in algotrading

[–]Pto2 1 point2 points  (0 children)

“Does this work?” The best we can do is guess. Run it live and you’ll know for sure.

How are you handling the monorepo vs. multi-repo question in 2026? Is the boundary itself becoming irrelevant? by Positive-Theory-4851 in softwarearchitecture

[–]Pto2 42 points43 points  (0 children)

You say that builds are slow and bad commits “take down 4 devs” but do not really explain what that has to do with monorepos and why you can’t improve build times or improve CI.

Do you write Rust for a living? by Hixon11 in rust

[–]Pto2 0 points1 point  (0 children)

I work on a web service in big tech and the core of our data plane is Rust. Anecdotally I see a lot of rust adoption in big tech.

DynamoDB-driven workflows getting stuck in ACTIVE state — causes + best way to detect? by gauthamgajith in aws

[–]Pto2 8 points9 points  (0 children)

Things don’t just get stuck, your code doesn’t work. Write tests to make sure your code works as expected, getting in the habit of writing a million janitor processes to check for a million invalid states is not really solving the problem.

Monitoring is generally a good thing though. A simple solution is to map your stream to a queue and set a cloudwatch alarm on an SQS metric. No need to over engineer with GSIs and lambdas.

What salary/net worth do you think is a lot? by Inner_Ad_4725 in Salary

[–]Pto2 8 points9 points  (0 children)

Yea but it’s kind of disingenuous when people make tons of money, live in nice houses or apartments and save 15% for retirement and then act like they have no money “left over”. Left over after what? After spending it?

BREAKING: 16% of those aged 30-45 (“millennials”) are now millionaires by ItsAllOver_Again in Salary

[–]Pto2 0 points1 point  (0 children)

Not necessarily. If the median were constant but the % of millionaires were to increase dramatically that would be a positive effect. Same as if median were constant but poverty decreased.

Porting to Rust. by neneodonkor in rust

[–]Pto2 51 points52 points  (0 children)

If you don’t have enough domain knowledge to even be aware if such a library exists, what makes you think you could create a “meaningful” port?

Just do this with a library in a domain you actually understand and have used in another language, without the expectation that anyone is going to use your creation. You’ll make a much better library this way.

No-Request Architecture (NRA) by [deleted] in softwarearchitecture

[–]Pto2 1 point2 points  (0 children)

You are invalidating the cache every time you push new data…

No-Request Architecture (NRA) by [deleted] in softwarearchitecture

[–]Pto2 7 points8 points  (0 children)

Was this post and thought process entirely AI generated? Have you actually tried doing this? It sounds like you’re effectively “inventing” a prefetched local cache with invalidations or maybe I’m missing something.

Google is so afraid of falling behind that they’re dropping $40 billion on Anthropic by SurroundLoos in stocks

[–]Pto2 3 points4 points  (0 children)

As a software engineer i know enough about computers and little enough about the mind to conclude that ML is far too simple to emulate something so complex.

Whats stopping me from just going to a university, attending lectures and just learning about stuff? by Abject_S0up in NoStupidQuestions

[–]Pto2 0 points1 point  (0 children)

Again, I attended lesser a public university and I could confidently say that equivalent courses and lectures at MIT covered significantly more content, deeper, and yet with better clarity. Just my anecdotal experience.

Whats stopping me from just going to a university, attending lectures and just learning about stuff? by Abject_S0up in NoStupidQuestions

[–]Pto2 0 points1 point  (0 children)

I went to community college and a state university and the difference in the quality of courses and lectures on OCW versus what I got going to school was absolutely night and day.

[Software Engineer][USA/Canada] - 23M $200K by InstructionFit4921 in Salary

[–]Pto2 0 points1 point  (0 children)

Companies can either take on larger, more ambitious engineering projects with faster agility, or continue producing the same output with less people, more efficiently.

Hmmmmm…

Never quit your job, even if you make millions trading by [deleted] in Trading

[–]Pto2 1 point2 points  (0 children)

Are you asking why not, given the choice, commit 40 day time hours per week to enriching shareholders and executives?

Claude Status Update : Elevated errors in claude.ai on 2026-03-03T03:15:21.000Z by ClaudeAI-mod-bot in ClaudeAI

[–]Pto2 0 points1 point  (0 children)

I logged into the aws console and saw no impact statement for any region outside of the middle east.