HackerTrans
TopNewTrendsCommentsPastAskShowJobs

rodorgas

no profile record

comments

rodorgas
·last year·discuss
Native EventSource doesn’t let you set headers ([issue](https://github.com/whatwg/html/issues/2177)), so it’s harder to handle authentication.
rodorgas
·2 years ago·discuss
Remember in that time, less web content meant major media outlets dominated news and entertainment on TV and newspapers.
rodorgas
·2 years ago·discuss
Ideally, integration tests should not touch a real database. That would be more of an end-to-end test, that could be actually monitoring.

But mocking things are hard on Rust because of its strong type system, so this project can be useful.
rodorgas
·3 years ago·discuss
Since iOS 11, turning Bluetooth off from the control center only puts Bluetooth on a timeout until the next morning instead of disabling it permanently, as one would expect. Even when it’s off, the antenna stays on, looking for new devices. You can turn it all the way off by digging into the settings menu, but as soon as you turn it on for any reason, the cycle starts again.
rodorgas
·3 years ago·discuss
JQuery would make sense when we didn’t have querySelector and fetch API. I can’t think of any reason to use it today on a new project, there are not advantages over vanilla.