Live data from Hacker News

Viewing profile — pinehqcom

pinehqcom

HN member
Joined
Tue, Nov 12, 2019, 10:27 AM UTC
HN karma
19
Public activity
36 items

About pinehqcom

No profile information was provided.

Recent public activity

  1. comment
    Comment #31892036

    Great question Freemade, we use https://crypto.stanford.edu/sjcl/ for the encryption. It is pretty straighforward. The password (as per my main message) is saved suffixced on the u…

  2. comment
    Comment #31872830

    Thanks Raed, We are changing it to "Messages are encrypted in your browser to ensure they are not even accessible to us" per your suggestion on Monday :)

  3. comment
    Comment #31862116

    Hey ibdf, great suggestions. I think the "If not visited delete after" is lot better wordwise! Ps. what does your name stand for? ibdf?

  4. comment
    Comment #31860710

    That's a good point. I'll find another way to express it. Thank you mtmail

  5. comment
    Comment #31860608

    I considered building something similar OnlineOrNot for many years now since I needed to validation of e.g. json. I'll definitely check it out!

  6. comment
    Comment #31860021

    Hey HN! I am a part of a small IT business and like many of you, we face the constant problem with securely sharing passwords between clients and between coworkers. Of course, ther…

  7. story
  8. story
  9. comment
    Comment #21867352

    I understand the no js/plugins, but why not a static site generator? Static site generators (at least most) are the only "new" technology that seems to make things simpler instead …

  10. comment
    Comment #21843797

    This... I just found a plugin for the static site generator Pelican that is 7 years old that still works. After running Pelican you get plain HTML that can be hosted anywhere. I li…

  11. comment
    Comment #21802810

    Thanks again Jetti!

  12. comment
    Comment #21782601

    Thanks for taking the time to read and go write this super beneficial feedback Jetti! 1.) The reason why I choose httpie over curl is that it is a lot shorter and just show the ess…

  13. comment
    Comment #21759755

    Maybe you are like us, tired of spending hours on complicated APIs with incomprehensible documentation. We decided it was time to fix this. We are trying to make it easier to be a …

  14. story
  15. comment
    Comment #21564887

    I setup this alternative for Medium, https://bun4.com . Make a Pull Request on https://github.com/pinehq/bun4 and it automatically compiles. Stop complaining and start writing ;)

  16. comment
    Comment #21564863

    Many complain about Medium and static site generators and would love just to write technical articles. Now you can get your article on https://bun4.com by just making a PR on https…

  17. story
  18. comment
    Comment #21564824

    I setup this https://bun4.com for you. Make a Pull Request on https://github.com/pinehq/bun4 and it automatically compiles. Stop complaining and start writing ;)

  19. comment
    Comment #21535586

    Thanks :)

  20. comment
    Comment #21535580

    I am not following, could you elaborate a bit more?

  21. comment
    Comment #21535569

    Yep. Right now I just override any message securely. I was thinking of doing something like having all the messages in memory and just wipe the memory there, but the problem with t…

  22. comment
    Comment #21535510

    Thanks bko! You're signing up for newsletter and get's notified when there's a version 2.0 and also get 2 months paid. Great suggestion, I'll rephrase it.

  23. comment
    Comment #21535490

    Didn't know it existed when I made https://instapass.io privnote looks nice and I would definitely use it before I made my own service. I am planning to add more features that hope…

  24. comment
    Comment #21535482

    Exactly. Either a message expires or it get's viewed.

  25. comment
    Comment #21535477

    All the encryption part is javascript and visible in the browser. Go nuts