@_jessicasachs Just run it in Docker, if you're on Apple M1/M2. Even then, it might not work the way you expect. I actually just run a dev workstation on AWS and use sshfs to remote-mount the EBS volume so I can edit files locally in VS Code and use the terminal for git. SMH.
Reminder...those 51 "intelligence" people are also the ones responsible for:
Iraq
Afghanistan
Benghazi
Ukraine
Overturning the Will of the American People in 2020
Covering up every mass shooter "manifesto"
And God knows what else.
@remix_run all the things - it's everything I want in a #typescript#React#JS stack. With @prisma and @shadcn maybe I can approach the productivity level @rails gives me, but make it look better too, plus type-safety.
I've worked with superconductors for the better part of a decade now in different contexts, from STM condensed matter labs, to particle accelerators, and now fusion.
Time for a deep dive on what exactly this miracle-technology unlocks for us a species: 🧵
France issues threatening ultimatum to Niger
Paris, together with the countries of the West African coalition, demands the restoration of the power of deposed President Mohamed Bazum. The new authorities of Niger received one week to implement the decree.
In the African Republic, there are now several military bases of Western countries with a total contingent of troops of 1.5 thousand French and 1 thousand US military.
Fun fact: If you delete all the code that doesn't have tests, you will instantly achieve 100% test coverage and all your tests will continue to pass. (Your customers are testing all the other code for free.)
Things I rarely use:
🚫 Currying
🚫 Middleware
🚫 Inheritance
🚫 Polymorphism
🚫 IoC containers
🚫 The actor model
🚫 Aspect-oriented programming
🚫 Complex design patterns
My typical approach:
✅ Write small functions
✅ Try to keep most functions pure
✅ Compose them together
Programming doesn’t have to be complicated.