Earlier quoted context omitted.
Oh yes, I totally forgot, that option has been around forever as well (I only mentioned QT) -- I've only written one non-trivial app in it and it wasn't the worst experience actually (but then again, it was a greenfield project, albeit close to a decade ago now)
JavaFX has been released almost a decade ago, and it's much nicer to work with. There is really no reason to be using Swing anymore.
Ubuntu, SUSE Linux, and Fedora Are All Coming to the Windows Store
91–97 of 97 posts
Re: Ubuntu, SUSE Linux, and Fedora Are All Coming to the Windows Store
#92Earlier quoted context omitted.
On the other hand, we could be entering a phase where an open source developer might say "Why bother porting to Windows? Just target Arch/Ubuntu/SUSE."
tl/dr: Simply put, the cross platform distribution problem is solved (in way more ways than one), but I think the combination electron/nw.js + cross-platform-from-the-get-go languages will win, instead of other options like QT. I think it might be a waste of time to target a distribution and hope it gets ported reasonably to Windows, clouding your codebase in the process. While possibly a highly unpopular opinion, th…
I sure love my data types of `int` to be IEEE 754 floating point numbers!
Re: Ubuntu, SUSE Linux, and Fedora Are All Coming to the Windows Store
#93Earlier quoted context omitted.
I don't resent Windows, in fact I am doing updates now in the Windows OS. But just for performance and workload capacity, I can't give up Ubuntu, when installed in the very same hardware. There's something in Windows that just removes control from the user, and I say this in a very technical way.
Absolutely agreed -- I saw a different HN thread about running Windows 10 on ARM and: - thought to myself "why on earth would anyone want that" - looked at the comments, noted people who were working with legacy software that turned out to be dependent on windows, decided to keep my disparaging commentary to myself - felt sympathy with smidgen of condescension (I'm of the opinion that someone should just rewrite thos…
Re: Ubuntu, SUSE Linux, and Fedora Are All Coming to the Windows Store
#94Earlier quoted context omitted.
This is something that bothers me on my current setup (Xubuntu on Virtualbox): LATENCY while using X. On the tty everything feels snappy but as soon as I use a graphic terminal, it feels choppy and typing feels sluggish. I'm not even using Unity because then it'd be just unusable..
Did you install the guest additions?
I've tried Windows XP etc on VBOX with the guest addition and it feels soo much snappier ;(
Re: Ubuntu, SUSE Linux, and Fedora Are All Coming to the Windows Store
#95While I can see this is an excellent strategy for the Windows platform, and will probably make developers on Windows more productive, I for one will never give up natively installed linux distributions for development. It may be childish, but I resent Windows for every anti-privacy, anti-competitive move they make, despite how much it is within their rights and fitting with their corporate goals. Trying to put linux…
On the other hand, we could be entering a phase where an open source developer might say "Why bother porting to Windows? Just target Arch/Ubuntu/SUSE."
Re: Ubuntu, SUSE Linux, and Fedora Are All Coming to the Windows Store
#96Re: Ubuntu, SUSE Linux, and Fedora Are All Coming to the Windows Store
#97Earlier quoted context omitted.
Wine does work in WSL, so you can install WSL on your Windows box, then use WINE to run a Windows app on the Linux instance on your Windows box.
Are people doing this to play Win9x-era games? I find Wine does a better job being compatible with old Win32 applications than Windows does.