Viewing profile — aptmiguk
aptmiguk
HN member- Joined
- Mon, Mar 26, 2018, 8:43 AM UTC
- HN karma
- 53
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About aptmiguk
Recent public activity
-
comment
Comment #28345083
And on that page is a link to a huge amount of TRS-80 software: https://willus.com/trs80/
-
comment
Comment #27640521
Still checking it out, but in the meanwhile I wish it did automatic http -> https redirecting.
-
comment
Comment #26456066
If you're interested in this, you may be interested in this as well: https://github.com/evilsocket/opensnitch It has a GUI interface as well.
-
comment
Comment #26447508
Sounds like a great product. But I hope you have a good security POC - won't be long before bad guys are hosting malware on those sharable links. I'm going to sign up, but just wan…
-
comment
Comment #25186073
Your pricing link appears to be down: "The requested URL /resources/regulatory/pricing.html was not found on this server."
- story
-
comment
Comment #24514749
It's used to digitally sign software, not encrypting.
-
comment
Comment #23270033
Search engines. Be it Google, DDG, Quant, or others, I use them so often I usually have at least one tab open just for that purpose.
- story
-
comment
Comment #21312117
Check out https://github.com/cbourke - free Comp Sci books (I, II, and III).
- story
- story
-
comment
Comment #20810260
Love Xfce. I've never been able to get into a decent workflow with Gnome or KDE. Much lighter on resources it seems, too. Congrats to the devs!
-
comment
Comment #20491049
minisign is pretty cool. I've added its signature to my software releases along with md5/sha256. https://github.com/jedisct1/minisign
- story
-
comment
Comment #18913423
Cool, I like the qq-tar-gz-it, but I changed it to this: function qq-tar-gz-it () { tar -zcvf ${1}.tar.gz $1; } Saves a step.
-
comment
Comment #18485868
With xargs (and find), I wish I would've found this sooner: find test -print0 | xargs -0 file "This allows file names that contain newlines or other types of white space to be corr…
-
comment
Comment #18431867
Thanks! Darn it, I missed that thread.
-
comment
Comment #18431736
Also available for Android here: https://blog.cloudflare.com/1-thing-you-can-do-to-make-your-... What's the difference between this and setting your Android phone to using 1dot1dot…