HackerLangs
トップ新着トレンドコメント過去質問紹介求人

phpdave11

no profile record

コメント

phpdave11
·先月·議論
https://www.dayswithoutgithubincident.com/
phpdave11
·先月·議論
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
·先月·議論
As long as you embed it with an SRI integrity hash, you're safe, even if the remote server is compromised.
phpdave11
·3 か月前·議論
I’ve been using Notepad Next on Mac: https://github.com/dail8859/NotepadNext
phpdave11
·3 か月前·議論
"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 か月前·議論
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 か月前·議論
The original iPhone ran OS X: https://youtu.be/x7qPAY9JqE4?t=522
phpdave11
·7 か月前·議論
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 か月前·議論
It compiles the Go code to WASM, so it can be used browser side.