Live data from Hacker News

Viewing profile — fasterdom

fasterdom

HN member
Joined
Tue, Jul 02, 2019, 3:53 PM UTC
HN karma
78
Public activity
23 items

About fasterdom

No profile information was provided.

Recent public activity

  1. comment
    Comment #20390516

    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 …

  2. comment
    Comment #20386249

    Except that we are not 400 years ago when money was gold.

  3. comment
    Comment #20386235

    > destroy the global economy destroy the *gold mining economy

  4. comment
    Comment #20384522

    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 someth…

  5. comment
    Comment #20384397

    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…

  6. comment
    Comment #20378374

    Indeed, replacing this with the list of top 100 passwords would be much more effective.

  7. comment
    Comment #20378350

    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 sug…

  8. comment
    Comment #20378310

    > 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 m…

  9. comment
    Comment #20377988

    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…

  10. comment
    Comment #20377917

    > 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 t…

  11. comment
    Comment #20377787

    The phone will presumably drop to 4G inside or switch to WiFi. You can't have it all.

  12. comment
    Comment #20369676

    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 faile…

  13. comment
    Comment #20369452

    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 clun…

  14. comment
    Comment #20369265

    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.

  15. comment
    Comment #20366017

    This is well known. Why do you think the strongest of the strong bacteria are found in hospitals? Because they do a lot of cleaning and disinfecting. The weak are purged, the few w…

  16. comment
    Comment #20362020

    It's even more impressive when you see that his account is named 'sureaboutthis"

  17. comment
  18. comment
  19. comment
  20. comment
    Comment #20356140

    > 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 we…

  21. comment
    Comment #20345623

    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 Eur…

  22. comment
    Comment #20339533

    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…

  23. comment
    Comment #20336342

    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 upd…