HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ry8806

no profile record

Submissions

[untitled]

1 points·by ry8806·3 माह पहले·0 comments

Merge-pdf.app – A free, privacy-first PDF Merging tool

ryansouthgate.com
2 points·by ry8806·6 माह पहले·5 comments

I’ve removed Disqus. It was making my blog worse

ryansouthgate.com
565 points·by ry8806·10 माह पहले·392 comments

Protecting yourself from NPM attacks with Docker

ryansouthgate.com
3 points·by ry8806·10 माह पहले·0 comments

comments

ry8806
·6 माह पहले·discuss
totally understand. I think distribution on the Web is a lot easier than building desktop applications for Linux/Mac/Windows. Also, sometimes I need to merge pdfs when I'm on my Android device, which would be another target to build an application for. Web makes it easy for me across a huge variety of devices
ry8806
·6 माह पहले·discuss
I used to use the other free online services, which send my files to their servers in order to perform the processing.

I moved to using a docker container when I became concerned about privacy (I merge a lot of invoices and financial documents)

So I built my own, free, privacy centric version
ry8806
·10 माह पहले·discuss
I actually posted about my own Docker setup this morning: https://ryansouthgate.com/secure-node-in-docker/

I use this on all my front end projects and it protects my "host" machine from malicious packages, it's not a silver bullet though; other practices, e.g. good secret management, will help harden your dev environment from these attacks