Live data from Hacker News

Show HN: Heynote – A dedicated scratchpad for developers

heynote.com

61–70 of 321 posts

Re: Show HN: Heynote – A dedicated scratchpad for developers

#61

I love this! I typically use a separate text editor for things like this, but the block idea is great and works with how my brain likes to group things. I know this is expanding the scope and complexity and probably opposite to what you're trying to do, but one thing that would be cool is to have different tabs. In my current workflow, I have a notepad for "working memory" which Heynote will easily replace. I also ha…

Maybe try Obsidian for the second use case?

Re: Show HN: Heynote – A dedicated scratchpad for developers

#62
Initial thoughts:

1. It looks beautiful and useful. Very nice work! 2. I love the math sections. 3. I was shocked how large the download was. 4. It's chewing enough memory between the GUI and the (3!) helper processes that I will probably continue to use BBEdit for this kind of thing.

I think it will be useful to a lot of people... I like it and could see myself using it sometimes even if it feels too heavy to keep it running all the time.

Re: Show HN: Heynote – A dedicated scratchpad for developers

#64

A few suggestions: On Macos a menubar item would be nice to pop the app up. Also, expanding the Language set to include bash and a few other common languages would be ace. Finally, if you remove the canvas background or set it to the same as the app background color, it will eliminate the white flicker when you resize the app window. If I get time, I may take a look and put in a PR.

Yes, I'd like to add more languages. It's currently limited to what Lezer (https://lezer.codemirror.net/) supports . However I just found this repo (https://github.com/withfig/lezer-bash) which seems to be Lezer grammar for bash, so I can probably use that for bash syntax support.

> Finally, if you remove the canvas background or set it to the same as the app background color

Will look into that. Thanks!

> On Macos a menubar item would be nice to pop the app up

Hm, not sure what this means, sorry :)?

EDIT: Now I googled "macos menubar" and see what you mean :). I'll look into it!

Re: Show HN: Heynote – A dedicated scratchpad for developers

#65
This is rock solid. I keep a plaintext file with all my daily notes in it, but still find myself formatting code before/after dropping it in. The formatting feature alone is a draw here. The math part is great as well - I use a REPL all the time just to do napkin math.

Re: Show HN: Heynote – A dedicated scratchpad for developers

#66

This is great and I quite enjoy it. I would love the ability to create multiple cursors from a selection (within a block of course). Intelij (and others) have a hotkey like Ctrl+G to add another cursor at the next instance of a word and Ctrl+Cmd+G to select all instances of a word. That's something I do in IDEA's scratch pads constantly but I'd like an ever-running note of what I'm doing divided into blocks. Also it…

> I would love the ability to create multiple cursors from a selection (within a block of course)

Ctrl-D (CMD-D on Mac) does this (currently not limited to the current block though, but that is something I'd like to change).

> Also it would be awesome to have some metadata on each block that is toggle-able (or just inserts as text) so I can have the current date/time added or shown.

Yeah, I've been thinking of adding timestamp (of last edit) as metadata for each block

Re: Show HN: Heynote – A dedicated scratchpad for developers

#67
post #65

This is rock solid. I keep a plaintext file with all my daily notes in it, but still find myself formatting code before/after dropping it in. The formatting feature alone is a draw here. The math part is great as well - I use a REPL all the time just to do napkin math.

"napkin math" - I'll steal that for the website. Thanks :)!

Re: Show HN: Heynote – A dedicated scratchpad for developers

#68

I use Apple Notes for this. It doesn’t do the calculations, or the syntax highlight. But, it mostly just revives whatever I paste into it, and allows me to copy it to wherever when needed. Including images(screenshots), text with links etc. The side benefit from using Apple Notes is that it is constantly and reliably syncing to my phone. So, I can always refer to stuff on the go.

I've recently started migrating from using Sublime Text to Notes for these scenarios too. I downloaded Heynote and am struggling to understand how/where it's better than either of those apps. Clearly I'm missing something, based on the other comments here.

Re: Show HN: Heynote – A dedicated scratchpad for developers

#69

Initial thoughts: 1. It looks beautiful and useful. Very nice work! 2. I love the math sections. 3. I was shocked how large the download was. 4. It's chewing enough memory between the GUI and the (3!) helper processes that I will probably continue to use BBEdit for this kind of thing. I think it will be useful to a lot of people... I like it and could see myself using it sometimes even if it feels too heavy to keep i…

Yeah, large file sizes and some RAM overhead is a drawback that comes with Electron apps.

However, it would never have been possible for me to make Heynote for all of Mac, Windows and Linux, on my spare time and within a reasonable timeframe, without Electron.

Also, the CPU usage overhead for Heynote is minimal. It's one of the apps I use the most, and it's never among the programs that have used the most CPU. Yes, 200+ MB of RAM seems quite excessive in theory, but in practice it's less than 1% of the total RAM memory of my laptop (24 GB).

Post reply on HN