Live data from Hacker News

Viewing profile — jonatanheyman

jonatanheyman

HN member
Joined
Fri, Aug 17, 2012, 11:04 PM UTC
HN karma
646
Public activity
106 items

About jonatanheyman

I'm a developer who like to build stuff, mainly for the web. Here are some of my projects:

Heynote - A dedicated scratchpad for developers: https://heynote.com

Python load testing framework: https://locust.io

Share your current position: https://longitude.me

See the ZIP code of your current : https://www.whatismyzip.com

A collection of the world's boutique hotels: https://boutiquehotel.me

A competitive word game: https://ronigame.com

My website: https://heyman.info

[ my public key: https://keybase.io/heyman; my proof: https://keybase.io/heyman/sigs/oF-monWzSyXzxgs-qJNghjCM96urbkqxHriYMN70e2s ]

Recent public activity

  1. comment
    Comment #41664644

    The attacker can be on the LAN though.

  2. comment
    Comment #40446642

    Yep, that should work!

  3. comment
    Comment #40438343

    Heynote exists as a web app as well :) https://app.heynote.com/

  4. comment
    Comment #40438336

    Heynote also exists as a web app: https://app.heynote.com/

  5. comment
    Comment #38767825

    > It seems like the save delay is a bit too long. This is now fixed by making sure the buffer is flushed on reload / exit. Should be released in a beta version in a couple of minut…

  6. comment
    Comment #38748527

    Here's another web-based one: https://www.turo.io/

  7. comment
    Comment #38747621

    > I don't like software that connects to internet for no good reason. It makes HTTP requests to fetch current exchange rates (for currency conversion) and to check for updates. > I…

  8. comment
    Comment #38747551

    I didn't put too much consideration into picking a license. If someone has compelling arguments for why I should license it differently, I would absolutely consider it.

  9. comment
    Comment #38740166

    The Math blocks are powered by Math.js ( https://mathjs.org/ ).

  10. comment
    Comment #38740057

    Oh good catch. When I added linux support yesterday, I updated the download button, but I forgot to update the Ctrl/Cmd button. Should be fixed now. I'll also fix the "⌥" in the ed…

  11. comment
    Comment #38739029

    Correct. For the paranoid it should be simple to fork Heynote and disable currencies and auto updates.

  12. comment
    Comment #38738912

    See https://github.com/heyman/heynote/issues/24

  13. comment
    Comment #38737583

    Restoring the zoom level on restart is a good idea. Thanks for the suggestion!

  14. comment
    Comment #38737218

    I agree! This would (will hopefully) be an improvement.

  15. comment
    Comment #38737206

    Yeah, I looked at Tauri in the beginning of the project. What made me go with Electron was the maturity and large user base. And it has actually been a bliss to work with Electron …

  16. comment
    Comment #38737129

    Performance is mostly handled by CodeMirror ( https://codemirror.net/ ), the underlying editor that Heynote is built upon. It seems to handle quite large buffers well. Where I have…

  17. comment
    Comment #38736670

    Happy you like it :). I get the idea of the "inverted order". I wonder if it would be enough to make it configurable so that C-Enter inserts a new block before the current one + He…

  18. comment
    Comment #38736378

    It's not possible at the moment.

  19. comment
    Comment #38736361

    I configured the Linux builds yesterday, and I don't personally run Linux on any desktop machine, but I'll look into it!

  20. comment
    Comment #38736319

    Yes, I think adding the creation time and last update time of blocks is a good idea.

  21. comment
    Comment #38736277

    I'm happy you like it :). There's a roadmap in my head and some tickets in my private Trello, but I should probably create Github issues for those. There are a couple of main thing…

  22. comment
    Comment #38736195

    > I do find myself wanting more features, but of course the beauty of this is how simple it is, so you definitely need to strongly resist the urge to add and add as people suggest …

  23. comment
    Comment #38735956

    > would really like the results of the math to be in buffer.txt and in Ctrl+a and copy. Adding the results to lines that are copied from Math blocks should be doable, and I like th…

  24. comment
    Comment #38735814

    Interesting. It's Math.js that is powering the Math blocks. I'll have to investigate if it can be configured.

  25. comment
    Comment #38735754

    Oh, I haven't seen orgmode before, so I don't know what its features are. I'm not planning to add evaluation of code blocks (apart from Math blocks that is) due to the complexity i…