Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Ikryanov
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
Ikryanov
20d ago
I don't think that it's a common thing. There are many alternatives like MoBrowser, Electrobun, Wails. The choice depends on the project requirements.
2.
▲
by
Ikryanov
3mo ago
ClipBook
3.
▲
Show HN: An open source tool for generating macOS app icons with AI
(github.com)
1 points
by
Ikryanov
4mo ago
|
0 comments
4.
▲
Source code protection in JavaScript desktop apps
(teamdev.com)
1 points
by
Ikryanov
5mo ago
|
0 comments
5.
▲
Show HN: MōBrowser, a TypeScript-first desktop app framework with typed IPC
(teamdev.com)
7 points
by
Ikryanov
5mo ago
|
0 comments
6.
▲
What's wrong with Electron IPC and how it could be improved
(teamdev.com)
4 points
by
Ikryanov
5mo ago
|
1 comments
7.
▲
by
Ikryanov
5mo ago
I've been working with Electron for a while, and one thing that keeps bothering me is how IPC is designed. I mean, it's pretty good if you write a simple "Hello, world!" app, but when you write something more complex wit
8.
▲
by
Ikryanov
7mo ago
The uncompressed macOS app bundle size for Electrobun's `react-tailwind-vite.app` is ~63MB.
9.
▲
by
Ikryanov
7mo ago
The business logic of your app is running in the Main process using Bun runtime. The website you load or the app's frontend is running in a separate sandboxed Renderer process. When I run Electrobun app on macOS, I see that it launches
10.
▲
by
Ikryanov
7mo ago
A regular Electron app for macOS (DMG) is ~80MB. Electrobun's DMG is ~16MB.
11.
▲
by
Ikryanov
7mo ago
A Tauri app built on CEF (Chromium) is very similar to Electron (which also uses Chromium). The key difference is that Tauri uses Rust for the application’s business logic, whereas Electron uses JavaScript. In this case I don't know wh
12.
▲
by
Ikryanov
1y ago
You could have just write the performance critical part of your Electron app using C++ and native node module and achieve the same performance improvements. You actually did it, but using Rust instead of C++.
13.
▲
by
Ikryanov
2y ago
Wow… that’s nice to see my customer here. Thanks for your support!
14.
▲
by
Ikryanov
2y ago
Thank you!
15.
▲
Show HN: I made my commercial clipboard manager open source because it's right
6 points
by
Ikryanov
2y ago
|
5 comments
16.
▲
by
Ikryanov
2y ago
Thank you for the feedback. I hope ClipBook will be useful for you.
17.
▲
by
Ikryanov
2y ago
Thank you for your feedback. Appreciate that.
18.
▲
by
Ikryanov
2y ago
Thanks for your feedback. I love the dark mode too. ClipBook is written using Molybden SDK. It allows building UI using modern web frontend frameworks like React, Vue, Angular and write business logic using C++. In case of ClipBook: UI — Re
19.
▲
by
Ikryanov
2y ago
This size comes from the SDK I use to build the app — Molybden SDK. It's like Electron, but for C++ developers. This SDK allows me to create UI using React and the business logic using C++. As for access to the source code — I see that
20.
▲
by
Ikryanov
2y ago
Just checked this scenario on macOS 14.4.1 M3 Max. Works well and copy everything.
21.
▲
by
Ikryanov
2y ago
Thank you so much!
22.
▲
by
Ikryanov
2y ago
Maybe I wasn't clear. I was talking about the preview panel. Sometimes I copy content of a source code (*.cpp) file, and I need to quickly look at what I have copied in the preview panel. I have to scroll a lot to look at the source co
23.
▲
by
Ikryanov
2y ago
It doesn't support images yet. I work mostly with text, so in the first versions I added support of the text content only, but support of images and files on the product roadmap. Will add it later. Thanks for your note. Appreciate that
24.
▲
by
Ikryanov
2y ago
I didn't enable support for images. It's on the product roadmap. I would like to add support for files too. As for quick edits — I do the same trick too. I will add the quick edit functionality. I miss it too. I'm not plannin
25.
▲
by
Ikryanov
2y ago
Thank you for your feedback. If you have any questions, please let me know.
26.
▲
by
Ikryanov
2y ago
You can resize the window using mouse. Like any other regular window. I didn't implement the resizing feature using keyboard shortcuts yet. As for repositioning window, you can drag the window by dragging the panel with the keyboard sh
27.
▲
by
Ikryanov
2y ago
I think I can add this feature, so you can open the clipboard window on the screen with the currently focused window. I think a screen with the currently focused window should be treated as active. It's because I can keep my mouse curs
28.
▲
by
Ikryanov
2y ago
I will make it open source. It's not a problem at all. Thank you for your comment.
29.
▲
by
Ikryanov
2y ago
Last year I answered on SO about the difference between Electron and CEF and which one to chose: https://stackoverflow.com/questions/70620182/whats-the-diffr... I actually use an Electron-like framework to make Cl
30.
▲
by
Ikryanov
2y ago
There are three downloads: for Mac Apple Silicon, Intel, and Universal. You see the 600MB binary, because it's probably Universal (Apple Silicon + Intel) DMG. To have a smaller size it's better to download DMG for your Mac CPU arc
More ›