@carlossaraiva

2 Followers
7 Following
238 Posts
Everything happens so much.

RT @GavinSBaker
“AWS doesn’t have enough compute capacity to meet the demand from startups launching AI features. It’s a big barrier to startups getting their products out into the world.”

From @alexeheath “Command Line”

RT @mattrothenberg
Copilot CLI continues to melt my brain 🤯

RT @Baconbrix
Are React Server Components web-only or can they be used anywhere?

What would it look like if @expo added React Server Components for native iOS and Android platforms...

🧵 Find out now ↓

RT @guerrapedro
Hihihi
RT @tsoding
One thing every programmer must have
RT @RustTrending
TheAlgorithms / Rust: All Algorithms implemented in Rust ★14539 https://github.com/TheAlgorithms/Rust
GitHub - TheAlgorithms/Rust: All Algorithms implemented in Rust

All Algorithms implemented in Rust . Contribute to TheAlgorithms/Rust development by creating an account on GitHub.

GitHub

RT @mattpocockuk
So - I shipped it.

ts-reset acts like a CSS reset, smoothing out TypeScript's hard edges and letting you opt-in to exactly which improvements you want.

You can install it right now, and start chucking away those any's.

https://github.com/total-typescript/ts-reset

GitHub - total-typescript/ts-reset: A 'CSS reset' for TypeScript, improving types for common JavaScript API's

A 'CSS reset' for TypeScript, improving types for common JavaScript API's - GitHub - total-typescript/ts-reset: A 'CSS reset' for TypeScript, improving types for common JavaScri...

GitHub

RT @selviano
And now in meme form

H/t @rmondello for the third panel excerpted from this: https://rmondello.com/2023/02/18/twitter-sms-2fa/

Twitter’s Decision to Limit SMS 2FA is Dangerous

Some background on me: I’m a software engineer working in what I call “usable security”. I’m passionate about this field because advancements can tangibly improve people’s lives, making their computing experiences easier and accounts more secure at the same time. This post contains some of my personal thoughts. It does not represent anyone else or [...]

Ricky Mondello
RT @acdlite
We might add a signals-like primitive to React but I don’t think it’s a great way to write UI code. It’s great for performance. But I prefer React’s model where you pretend the whole thing is recreated every time. Our plan is to use a compiler to achieve comparable performance.