Live data from Hacker News

Viewing profile — aptmiguk

aptmiguk

HN member
Joined
Mon, Mar 26, 2018, 8:43 AM UTC
HN karma
53
Public activity
19 items

About aptmiguk

[ my public key: https://keybase.io/aptmiguk; my proof: https://keybase.io/aptmiguk/sigs/tINa4W9Qvo5bNoV9qS_mMru_xktWxgUueOQasnc-Gro ]

Recent public activity

  1. comment
    Comment #28345083

    And on that page is a link to a huge amount of TRS-80 software: https://willus.com/trs80/

  2. comment
    Comment #27640521

    Still checking it out, but in the meanwhile I wish it did automatic http -> https redirecting.

  3. 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.

  4. 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…

  5. comment
    Comment #25186073

    Your pricing link appears to be down: "The requested URL /resources/regulatory/pricing.html was not found on this server."

  6. story
  7. comment
    Comment #24514749

    It's used to digitally sign software, not encrypting.

  8. 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.

  9. story
  10. comment
    Comment #21312117

    Check out https://github.com/cbourke - free Comp Sci books (I, II, and III).

  11. story
  12. story
  13. 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!

  14. 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

  15. story
  16. 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.

  17. 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…

  18. comment
    Comment #18431867

    Thanks! Darn it, I missed that thread.

  19. 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…