Live data from Hacker News

Show HN: Heynote – A dedicated scratchpad for developers

heynote.com

181–190 of 321 posts

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

#181
I’ve been using iA Writer for this exact purpose. A place to quickly dump text I don’t want to lose or quickly create drafts I don’t want to accidentally send.

I’m not sure whether blocks would be better than just separate files, which can be created quickly using Cmd+N.

However, the lack of syntax highlighting in iA writer has been less than ideal, so I’m definitely trying this out!

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

#183
ah a fellow electron app publisher! qq - have you figured out automatic updates yet? i tried to do that in my app (https://github.com/smol-ai/GodMode) but everyone just complains about a blank white screen whenever i push an update, if they even receive it at all. feels very flimsy. what do uou recommend for update push best practice?

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

#184

I’ve been using iA Writer for this exact purpose. A place to quickly dump text I don’t want to lose or quickly create drafts I don’t want to accidentally send. I’m not sure whether blocks would be better than just separate files, which can be created quickly using Cmd+N. However, the lack of syntax highlighting in iA writer has been less than ideal, so I’m definitely trying this out!

First impressions:

- resizing the window creates white borders when the content of the window hasn’t been updated yet to reflect the new window size. these are a bit jarring / look non-native.

- I try to keep electron apps to a minimum, as I’ve had only bad experiences with them so far (Discord, Warp, Unity Hub) and they take up a lot of resources.

- While writing code, it does not keep indentation when entering a closing bracket.

These are more nitpicks, but I love the concept :) Great work!

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

#185

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, 2…

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

I'm confused - browsers already do this for you - From what I can tell you aren't using any specific APIs necessitating electron?

You also could easily have a live demo since it's a client side app.

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

You should consider that people would be adding this to their workflow. So it's not not 200MB/Total RAM but instead it's 200MB/Remaining memory

Mine has 32GB Total total but less then 2GB free (and the only reason it's free is because it was swapped), which would make this ~10% of my free memory. This means when I run webpack or other things like that it swaps even worse.

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

#186
post #134

I love this! Simple and solid execution. I've been wanting to build something similar for some time now, might fork and play around with it. Thank you for open sourcing it! I've started using Obsidian with a new note for each day and separating "blocks" with a Markdown horizontal rule (`---`) to achieve something similar, but this is much cleaner. The strength of such an approach is making capture extremely easy -- n…

It's not open source, as it uses the Commons Clause which severely limits what can be done with it (the name is misleading).

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

#187
This looks super nice! I have been using either a plain text file, or telegram's saved messages, or the clipboard history for basically the same purpose, and it never really occured to me that there would be such an elegant solution. Looking forward to trying this out when I get back tonight.

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

#189
post #3

I just downloaded and installed and I am really impressed. I liked the concept of math blocks though it took me a few seconds to figure out how to change a new block into a math block. This note at the top wasn't clear to me: ⌘ + L Change block language The phrase block language didn't trigger my "change the type of block" thinking. I might slightly rephrase like: ⌘ + L Change block language (Math, Markdown, etc.) Ot…

Good suggestion, I'll change that!

"Change block type" makes more sense then "Change block language". "Language" sounds like it could mean English, French, etc. whereas "block type" is unambiguous.
Post reply on HN