Viewing profile — obdev
obdev
HN member- Joined
- Fri, Oct 16, 2020, 12:23 AM UTC
- HN karma
- 409
- Public activity
- 46 items
- HN profile
- View on Hacker News ↗
About obdev
No profile information was provided.
Recent public activity
-
comment
Comment #46471829
Well, we're in the anvil business. Unless someone pulls the cart himself using C++ and MFC, similar amounts of oat will be consumed to get to our destination. Based on my empirical…
-
comment
Comment #46452881
How many browser tabs you have open right now? I find JavaScript and its ecosystem atrocious in many ways, but several browser tabs and Electron/WebView apps running just fine on a…
-
comment
Comment #44571945
Blender 4.5 LTS Release Notes: https://developer.blender.org/docs/release_notes/4.5/
- story
-
comment
Comment #40409416
Not OP, but thank you for the detailed feedback. I've been considering various options, including Swing, for a small desktop tool. May I ask how are the apps made with Electron, Ta…
-
comment
Comment #40400132
JavaFX is alive. Check out what do people work on using JavaFX: https://www.jfx-central.com/links
-
comment
Comment #40330438
Package size advantage of Wails, Tauri and likes; is it worth giving up Chromium's integrity across platforms, thus dealing with Safari/WKWebView and WebKitGTK anomalies?
-
comment
Comment #40263456
Indeed, Johan Vos of Gluon is the leader of the Project Mobile. Swing remains a decent GUI toolkit, but it still requires native dependencies for stuff like OS file dialogs and oth…
-
comment
Comment #40262776
Oracle still maintains JavaFX along with Gluon and others. New features and bug fixes are delivered on each release. Java and JavaFX are being ported to iOS and Android as Project …
-
comment
Comment #40261374
Tauri has a big community. Flutter has a big community. Do you believe Tauri can survive without a direct corporate backing, while Flutter can't? It's not a rhetoric question. I'm …
-
comment
Comment #40255103
Thank you. Your software has indeed a decent feature set. I will definitely try it out as soon as possible. I wish you the best of luck with the business!
-
comment
Comment #40242707
How does Hydraulic Conveyor improve the distribution of cross-platform JavaFX applications, especially compared to the standard jlink/jpackage workflow?
-
comment
Comment #40242625
Java is indeed a great technology. JavaFX, however, seems to have many unfixed bugs, even though it's actively maintained. How do you overcome the obstacles when developing and dep…
-
comment
Comment #40242196
Flutter is cool, but does Dart have a decent library ecosystem for the needs beyond a rich client application?
-
comment
Comment #40242093
How is the Wails project being managed? Does it have a backing company or enough sponsors to ensure its future?
-
comment
Comment #40242033
How is the developer experience when building desktop apps using Tauri? Is there a lot of friction between the Rust core and the TypeScript frontend?
-
comment
Comment #40187240
So your magic ball tells you why did people hit the "flag" button on my post. Thank you for sharing that. For a moment I thought every hint of criticism towards Rust is suppressed …
-
comment
Comment #40178393
I value good tooling as much as the next software engineer. We have good IDEs, build systems, package managers in Java and .NET lands; but we also have a decent environment of esta…
-
comment
Comment #40177969
I mean, if we are allowed to lie in order to promote Rust, why don't we just smear all the C/C++ code bases in the world as security hazard needed to be sorted out ASAP? Unless we …
-
comment
Comment #40173308
Your post is "flagged" to oblivion, just like my earlier post questioning the "inclusive" culture of the Rust community. What is it called when a person or group's actions don't ma…
-
comment
Comment #40167470
> And how exactly would you get punished? You probably missed the news about "protestware" open source software harming their users' computers based on their IP address locations, …
- comment
- story
-
comment
Comment #40112959
Can you please elaborate the "least headaches" part? I know it's Rust's main selling point compared to C++, but is it also favorable for a user of statically-typed GC languages lik…
-
comment
Comment #40112920
Browser engines have good accessibility, good text rendering, and useful Web APIs to play with. These features are not easy to achieve without using the native toolkit for each pla…