https://www.dayswithoutgithubincident.com/
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.…
As long as you embed it with an SRI integrity hash, you're safe, even if the remote server is compromised.
I’ve been using Notepad Next on Mac: https://github.com/dail8859/NotepadNext
"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…
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...
The original iPhone ran OS X: https://youtu.be/x7qPAY9JqE4?t=522
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>
It compiles the Go code to WASM, so it can be used browser side.
It shouldn't be too difficult to add support for this. I authored a Go library which adds support for importing PDFs into a new PDF generator (either gofpdf or gopdf). It is around 2,500 lines of code:…
I am using an alternative which doesn't require any additional browser extensions, but it does require that each client installs a custom root certificate. I have a split-DNS setup where I override the DNS entries for…
This was really educational! I love the design of the webpage, and I especially like how you can rotate the 3d diagrams and see each component from every angle.
I wish I could still compile XMMS from ports on FreeBSD. It seems to have been removed because glib12 is obsolete. Thanks for letting me know about QMMP. Looks like it can be built from ports:…
Reading them is also easy. I wrote a library that reads PDFs and imports page(s) from an existing PDF into a new PDF as a Form XObject. https://github.com/phpdave11/gofpdi
It's really not that difficult if you read and understand the PDF specification. As a learning exercise, I created a simple PDF generator library that creates ASCII PDF documents (you can open them in Notepad) and…
I like how the title of the article has a hidden scroll bar (reading on iPhone).
Here's the bash script I use to do the code validation. It's called from within my Dockerfile. https://gist.github.com/phpdave11/412893f8366cab0afa85e81a7a...
PHPStan is a great tool. In addition to PHPStan, I also use phpnsc (name space checker) to check for missing use statements, php-cs-fixer (code style fixer) to ensure the code adheres to my code style, phpcpd (copy…
You can use Mercurial with GitHub by using the hg-git plugin, which lets you push to and pull from a Git server repository from Mercurial. It’s a really nice tool that I’ve been using for several years to push to git…
https://www.dayswithoutgithubincident.com/
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.…
As long as you embed it with an SRI integrity hash, you're safe, even if the remote server is compromised.
I’ve been using Notepad Next on Mac: https://github.com/dail8859/NotepadNext
"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…
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...
The original iPhone ran OS X: https://youtu.be/x7qPAY9JqE4?t=522
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>
It compiles the Go code to WASM, so it can be used browser side.
It shouldn't be too difficult to add support for this. I authored a Go library which adds support for importing PDFs into a new PDF generator (either gofpdf or gopdf). It is around 2,500 lines of code:…
I am using an alternative which doesn't require any additional browser extensions, but it does require that each client installs a custom root certificate. I have a split-DNS setup where I override the DNS entries for…
This was really educational! I love the design of the webpage, and I especially like how you can rotate the 3d diagrams and see each component from every angle.
I wish I could still compile XMMS from ports on FreeBSD. It seems to have been removed because glib12 is obsolete. Thanks for letting me know about QMMP. Looks like it can be built from ports:…
Reading them is also easy. I wrote a library that reads PDFs and imports page(s) from an existing PDF into a new PDF as a Form XObject. https://github.com/phpdave11/gofpdi
It's really not that difficult if you read and understand the PDF specification. As a learning exercise, I created a simple PDF generator library that creates ASCII PDF documents (you can open them in Notepad) and…
I like how the title of the article has a hidden scroll bar (reading on iPhone).
Here's the bash script I use to do the code validation. It's called from within my Dockerfile. https://gist.github.com/phpdave11/412893f8366cab0afa85e81a7a...
PHPStan is a great tool. In addition to PHPStan, I also use phpnsc (name space checker) to check for missing use statements, php-cs-fixer (code style fixer) to ensure the code adheres to my code style, phpcpd (copy…
You can use Mercurial with GitHub by using the hg-git plugin, which lets you push to and pull from a Git server repository from Mercurial. It’s a really nice tool that I’ve been using for several years to push to git…