Viewing profile — Ikryanov
Ikryanov
HN member- Joined
- Mon, Nov 18, 2013, 9:21 PM UTC
- HN karma
- 55
- Public activity
- 50 items
- HN profile
- View on Hacker News ↗
About Ikryanov
Recent public activity
-
comment
Comment #48661357
ClipBook
-
story
Show HN: An open source tool for generating macOS app icons with AI
I’m Vladimir. I’m a software engineer. In our company we often develop desktop apps for internal needs and prototyping. And every time I bump into the same problem: how do I make a…
- story
-
comment
Comment #47923955
[dead]
- story
-
comment
Comment #47766983
[dead]
-
story
Show HN: MōBrowser, a TypeScript-first desktop app framework with typed IPC
Hi HN, For the last ~15 years I've worked on embedding web browsers into Java and .NET desktop apps (JxBrowser, DotNetBrowser). Over time, I watched many teams move from embedding …
-
comment
Comment #47751663
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 w…
- story
-
comment
Comment #47072407
The uncompressed macOS app bundle size for Electrobun's `react-tailwind-vite.app` is ~63MB.
-
comment
Comment #47072389
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. Whe…
-
comment
Comment #47072363
A regular Electron app for macOS (DMG) is ~80MB. Electrobun's DMG is ~16MB.
-
comment
Comment #47072352
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…
-
comment
Comment #44127566
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, bu…
-
comment
Comment #43133056
Wow… that’s nice to see my customer here. Thanks for your support!
-
comment
Comment #43127259
Thank you!
-
story
Show HN: I made my commercial clipboard manager open source because it's right
Hey HN, Clipboard managers handle sensitive data such as passwords, personal notes, API keys, etc. To trust one you need to be sure that it doesn't send your data to third parties …
- story
-
comment
Comment #40726113
Thank you for the feedback. I hope ClipBook will be useful for you.
-
comment
Comment #40726100
Thank you for your feedback. Appreciate that.
-
comment
Comment #40726085
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 …
-
comment
Comment #40726062
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 u…
-
comment
Comment #40726030
Just checked this scenario on macOS 14.4.1 M3 Max. Works well and copy everything.
-
comment
Comment #40674583
Thank you so much!
-
comment
Comment #40674540
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…