In the space of that slider you linked to, and audio app would have 5 knobs: https://soundquest.jp/files/uploads/2018/10/massivex-replica... On a more meta level, a whole industry decided after 30 years of iterations…
Except that we are not 400 years ago when money was gold.
> destroy the global economy destroy the *gold mining economy
True, you could write a new Qt control. Then you hit the second requirement: complete bitmap theming, many times of a skeuomorphic kind. This is extremely difficult to do in something like Gtk/Qt.
Funny how there are a few domains where the same problem is solved over and over again. Probably an indication that a good solution is truly missing. A long time ago I wrote a tiny audio synth. And yep, I wrote my own…
Indeed, replacing this with the list of top 100 passwords would be much more effective.
While that might be true, you are not going to switch the world to program in Haskell. We need a solution which also works for most used languages, JS/C++/Java/Python..., which suggests that it should be done at a…
> running all non-I/O dependencies in an entirely separate process from the main program. Maybe that's not such a bad idea. This "strong_password" thing is written in Ruby, a few milliseconds delay is probably not…
We need a sort of capability and permission method for libraries. For example a "strong_password" library should only by given "CPU compute" permissions, no I/O. But even with this, the problem will be like we see on…
> Really hoping there are some important details missing here. The laws of physics dictate that the only way we can have large bandwidth AND large number of simultaneous users is to have tiny cells which cover only a…
The phone will presumably drop to 4G inside or switch to WiFi. You can't have it all.
Using Blend feels to me like using Word to create HTML pages - the resulting output is horrible. CSS layout was indeed a struggle many years ago, but now with flexbox I never failed to put stuff exactly where I wanted,…
I've used WPF extensively 10 years ago. It's nowhere near as easy to create a complex GUI as Vue/HTML/CSS. And that just for functionality. If we talk about looks, WPF is very clunky to theme.
Is anybody working on bringing reactivity to GUI development? After working with Vue/React, doing GUI apps "the old way" feels like writing quick-sort in assembly language.
It's even more impressive when you see that his account is named 'sureaboutthis"
> sold bendy phones that don't really bend Are you talking about Samsung Fold? Because they didn't sold not even 1 of that. You should be careful what you wish for. If companies were fined billions of dollars for faulty…
Good luck doing that in the land of the free, where you can get arrested for not mowing your lawn. https://www.usnews.com/news/articles/2016-07-11/single-mothe... Contrast with Europe, where even in capitals you can…
Clicking on table cell initiates/closes trades. Even if you can't react in 100ms, is useful to see how fast they change (how volatile the market is). 1s is definitely too slow. See an example on how they look:…
I have a table of 100 rows x 10 columns mostly of numbers which change 10 times a second (think trading). The source data sits in an array of objects. On each update, I need to update the table cells with the latest…
In the space of that slider you linked to, and audio app would have 5 knobs: https://soundquest.jp/files/uploads/2018/10/massivex-replica... On a more meta level, a whole industry decided after 30 years of iterations…
Except that we are not 400 years ago when money was gold.
> destroy the global economy destroy the *gold mining economy
True, you could write a new Qt control. Then you hit the second requirement: complete bitmap theming, many times of a skeuomorphic kind. This is extremely difficult to do in something like Gtk/Qt.
Funny how there are a few domains where the same problem is solved over and over again. Probably an indication that a good solution is truly missing. A long time ago I wrote a tiny audio synth. And yep, I wrote my own…
Indeed, replacing this with the list of top 100 passwords would be much more effective.
While that might be true, you are not going to switch the world to program in Haskell. We need a solution which also works for most used languages, JS/C++/Java/Python..., which suggests that it should be done at a…
> running all non-I/O dependencies in an entirely separate process from the main program. Maybe that's not such a bad idea. This "strong_password" thing is written in Ruby, a few milliseconds delay is probably not…
We need a sort of capability and permission method for libraries. For example a "strong_password" library should only by given "CPU compute" permissions, no I/O. But even with this, the problem will be like we see on…
> Really hoping there are some important details missing here. The laws of physics dictate that the only way we can have large bandwidth AND large number of simultaneous users is to have tiny cells which cover only a…
The phone will presumably drop to 4G inside or switch to WiFi. You can't have it all.
Using Blend feels to me like using Word to create HTML pages - the resulting output is horrible. CSS layout was indeed a struggle many years ago, but now with flexbox I never failed to put stuff exactly where I wanted,…
I've used WPF extensively 10 years ago. It's nowhere near as easy to create a complex GUI as Vue/HTML/CSS. And that just for functionality. If we talk about looks, WPF is very clunky to theme.
Is anybody working on bringing reactivity to GUI development? After working with Vue/React, doing GUI apps "the old way" feels like writing quick-sort in assembly language.
It's even more impressive when you see that his account is named 'sureaboutthis"
> sold bendy phones that don't really bend Are you talking about Samsung Fold? Because they didn't sold not even 1 of that. You should be careful what you wish for. If companies were fined billions of dollars for faulty…
Good luck doing that in the land of the free, where you can get arrested for not mowing your lawn. https://www.usnews.com/news/articles/2016-07-11/single-mothe... Contrast with Europe, where even in capitals you can…
Clicking on table cell initiates/closes trades. Even if you can't react in 100ms, is useful to see how fast they change (how volatile the market is). 1s is definitely too slow. See an example on how they look:…
I have a table of 100 rows x 10 columns mostly of numbers which change 10 times a second (think trading). The source data sits in an array of objects. On each update, I need to update the table cells with the latest…