HackerTrans
TopNewTrendsCommentsPastAskShowJobs

phpdave11

no profile record

comments

phpdave11
·w zeszłym miesiącu·discuss
https://www.dayswithoutgithubincident.com/
phpdave11
·w zeszłym miesiącu·discuss
This is a good point. Another problem with streaming services, specifically for music streaming services, is that they can change the track of a previously released album with no user choice to hear the original. Example: Track 4 of Elephunk by the Black Eyed Peas. It was universally replaced with the “clean” version of the song. I’m not a fan of rewriting history.
phpdave11
·w zeszłym miesiącu·discuss
As long as you embed it with an SRI integrity hash, you're safe, even if the remote server is compromised.
phpdave11
·3 miesiące temu·discuss
I’ve been using Notepad Next on Mac: https://github.com/dail8859/NotepadNext
phpdave11
·3 miesiące temu·discuss
"Before NASA sends astronauts to actually land on the Moon in 2028, they need to be absolutely certain that the Orion spacecraft, the Space Launch System rocket, and all the life-support systems work exactly as intended in the deep space environment where no quick rescue is possible."

They did it 53 years ago. Right? So what’s the problem?
phpdave11
·4 miesiące temu·discuss
This looked interesting but the workaround might have been patched by Apple in newer iOS versions: https://www.reddit.com/r/iphone/comments/1p3e2bf/my_hacked_i...
phpdave11
·4 miesiące temu·discuss
The original iPhone ran OS X: https://youtu.be/x7qPAY9JqE4?t=522
phpdave11
·7 miesięcy temu·discuss
If you just need a simple local s3 server (e.g. for developing and testing), I recommend rclone.

rclone serve s3 path/to/buckets --addr :9000 --auth-key <key-id>,<secret>
phpdave11
·9 miesięcy temu·discuss
It compiles the Go code to WASM, so it can be used browser side.