Short X 📉
Short X 📉
“Page not found: 404 Error”
Great that Feudal Japan had an excellent grip on HTTP standards
This year is finally the year of Python, I can feel it!
Software Engineers hate this one weird site
Tail recursionTail recursionTail recursion
Ease up mate CSS isn’t easy
I can’t guarantee that you won’t be the exception, but I’m always up for coffee!
Tbf I haven’t met you, so the rule doesn’t apply
The $ symbol in PHP is accurate because every PHP developer I’ve met drives a lambo.
I for one find the way she makes her money disgusting…
More people should think twice before becoming a cop
OP can definitely handle a bigger D
Never understood why people wrongly believe public services need to be profitable.
Best he can do is a thumbs up, no eye contact
Don’t ever be ashamed for asking to know more
Rust compiles to machine code like C.
Just like you can call binaries written in C from Python and return their result, you can also run binaries written in Rust. In fact, there are helper libraries to provide some syntax to do this.
Python and Rust apparently pair nicely
Should have explained my viewpoint. Most startups should not do micro services.
Using linting to prevent coupling between modules can give you some of the benefits of micro services without going all in.
Someone in the thread mentioned that to get the benefits of micro services in a monolith, you can use a linting rule to prevent dependencies across modules
Share data, not state.
In Rust this is a pretty good use-case for channels, which can be used to send messages across threads.
Except that it’s slower than uv and therefore strictly worse for build processes