Viewing profile — jonatanheyman
jonatanheyman
HN member- Joined
- Fri, Aug 17, 2012, 11:04 PM UTC
- HN karma
- 646
- Public activity
- 106 items
- HN profile
- View on Hacker News ↗
About jonatanheyman
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
-
comment
Comment #41664644
The attacker can be on the LAN though.
-
comment
Comment #40446642
Yep, that should work!
-
comment
Comment #40438343
Heynote exists as a web app as well :) https://app.heynote.com/
-
comment
Comment #40438336
Heynote also exists as a web app: https://app.heynote.com/
-
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…
-
comment
Comment #38748527
Here's another web-based one: https://www.turo.io/
-
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…
-
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.
-
comment
Comment #38740166
The Math blocks are powered by Math.js ( https://mathjs.org/ ).
-
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…
-
comment
Comment #38739029
Correct. For the paranoid it should be simple to fork Heynote and disable currencies and auto updates.
-
comment
Comment #38738912
See https://github.com/heyman/heynote/issues/24
-
comment
Comment #38737583
Restoring the zoom level on restart is a good idea. Thanks for the suggestion!
-
comment
Comment #38737218
I agree! This would (will hopefully) be an improvement.
-
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 …
-
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…
-
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…
-
comment
Comment #38736378
It's not possible at the moment.
-
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!
-
comment
Comment #38736319
Yes, I think adding the creation time and last update time of blocks is a good idea.
-
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…
-
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 …
-
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…
-
comment
Comment #38735814
Interesting. It's Math.js that is powering the Math blocks. I'll have to investigate if it can be configured.
-
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…