Daily Effects retweetledi
Daily Effects
330 posts

Daily Effects
@daily_effects
✨ Sharing concise code snippets and insights mostly on programming topics, one tweet at a time.
Earth Katılım Ağustos 2023
218 Takip Edilen43 Takipçiler

One of my favorite things about owning a Tesla: The phone integration.
My phone is my key, so I don’t think about keys at all.
I walk up and it unlocks. I walk away, and it locks the doors *and rolls up all the windows!*
This feels so obvious now. I love only carrying a phone.
And the phone app is awesome. I can control:
Heated seats
Heated wheel
Defrost
Climate control
Roll down windows
Lock/unlock
Trunk and frunk, etc.
All via a tap on the app. I can schedule charging and share a virtual key too.
And since the car is connected to the internet, this all works from any distance.
Tesla is a software company and it shows.



English

@devagrawal09 do you wanna play with the king Haji Ali Agariya?
English

@brian_d_vaughn someday I will be there too 🙏 keep us posted with your Japan experience
English

@ryanflorence @mattpocockuk The development of technology can stagnate at this point. What if they are also waiting for you to show them first?
English

@mattpocockuk I think I've got a solution for v3, but still need to see how some other APIs shake out before I can show anything.
English

@anothercohen Let’s discuss this again after a week if it still worths or not 😄
English

I just took out a $650k personal loan at 27% interest rate to put the spendoso.com logo on Las Vegas Sphere for a week.
Even if this bankrupts my family it was well worth it

English

@ThePrimeagen this means 22.87% of people still maintaining a legacy code
English

@shadcn How long usually does it take to apply new command?
English

@_PeterPanduro @Kooraiber @ThePrimeagen Even I get free Netflix as benefit. It would be shame if he does not
English

Let's be real for a moment—Go is for developers who want to remain in their comfort zone, shielded from the complexities of modern computing. Rust, on the other hand, is the language of the future. Go's simplicity? It's just a crutch for those who can't handle the intricacies and raw power of Rust. I mean, garbage collection? C'mon, it's 2023! We Rustaceans have moved beyond such antiquated constructs and embrace the unyielding might of the borrow checker.
English

@ThePrimeagen Most of the times I can’t tell if you are serious or kidding
English

@housecor great! but I believe this should be handled carefully because sometimes useCallback and memo can create DOM update problems.
English

@NanouuSymeon @KeyframeS or, setup tailwind and just add class=“animate-pulse”
English

.pulse-animation {
animation: pulse 2s infinite;
}
@keyframes pulse {
0% { transform: scale(1); }
50% { transform: scale(1.1); }
100% { transform: scale(1); }
}
English














