Live data from Hacker News

Viewing profile — Ikryanov

Ikryanov

HN member
Joined
Mon, Nov 18, 2013, 9:21 PM UTC
HN karma
55
Public activity
50 items

About Ikryanov

https://github.com/vladimir-ikryanov

Recent public activity

  1. comment
  2. 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…

  3. story
  4. comment
  5. story
  6. comment
  7. 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 …

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

  9. story
  10. comment
    Comment #47072407

    The uncompressed macOS app bundle size for Electrobun's `react-tailwind-vite.app` is ~63MB.

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

  12. comment
    Comment #47072363

    A regular Electron app for macOS (DMG) is ~80MB. Electrobun's DMG is ~16MB.

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

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

  15. comment
    Comment #43133056

    Wow… that’s nice to see my customer here. Thanks for your support!

  16. comment
    Comment #43127259

    Thank you!

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

  18. story
  19. comment
    Comment #40726113

    Thank you for the feedback. I hope ClipBook will be useful for you.

  20. comment
    Comment #40726100

    Thank you for your feedback. Appreciate that.

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

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

  23. comment
    Comment #40726030

    Just checked this scenario on macOS 14.4.1 M3 Max. Works well and copy everything.

  24. comment
    Comment #40674583

    Thank you so much!

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