Live data from Hacker News

Viewing profile — sunflowerdeath

sunflowerdeath

HN member
Joined
Fri, Oct 17, 2014, 2:13 PM UTC
HN karma
113
Public activity
31 items

About sunflowerdeath

No profile information was provided.

Recent public activity

  1. comment
    Comment #36363080

    Just tried it on some random GoPro footage and was very impressed! First - by the quality of stabilization. It is if not better then at the same level as in Gopro itself (which is …

  2. comment
    Comment #34519695

    I saw arguments against ORMs a lot of times, but what about the opposite - you might not need raw SQL and ORM might work just fine?

  3. comment
    Comment #33203174

    No, I'd rather spend my time doing something useful than looking for replacements for words.

  4. comment
    Comment #31753605

    But wait, OCaml is not just a functional language, even the "O" in its name stands for "Objective".

  5. comment
    Comment #31751613

    For almost as long as I've been programming, I find Ocaml a fantastic language, which just lacked some development tools and improved concurrency. I still believe that under the ri…

  6. comment
    Comment #31416882

    And I want IPad Mini-sized Android tablet, but for some reason all compact tablets have terrible performance, and because of this you have to use a large phone to watch videos or p…

  7. comment
    Comment #30557798

    "You can't dedicate something to the public domain in my country" - that's the whole point of Unlicense. Yes, I can do it, in my country, in your country, in any other country, and…

  8. comment
    Comment #30555120

    In the License section I write this text - "Public domain, see the LICENCE file.", and in the text of the license itself the word "unlicense" is also nowhere used.

  9. comment
    Comment #30554963

    I use it and will continue to use it because it most accurately reflects my intentions for my software. If some organization can't comply with it, it's worse for them. They should …

  10. comment
    Comment #30475693

    Now I regret a little bit that I have switched from linux to a macbook

  11. comment
    Comment #30468987

    People fear being jailed, tortured and having their lives ruined by its own government much more than any consequences of economic sanctions.

  12. comment
    Comment #30468493

    For me it looks like all of those banking / swift sanctions will mostly affect regular russian people and small businesses, who will not be able to work with foreign markets. Russi…

  13. comment
    Comment #30405616

    Same reason there is almost no phones with clean android - manufacturers focus on marketing and follow easiest path, instead of really caring about users needs.

  14. comment
    Comment #28939318

    Also, the 3090 costs almost like the whole macbook

  15. comment
    Comment #27224042

    Obviously, it's great that we get tools that provides such improvements, but somehow I feel that JS should not be that slow. I expect it to be about 3 to 5 times slower than lower-…

  16. comment
    Comment #26973511

    I have tried to use esbuild, and over the past 3 months I had at least a dozen times when it has compiled incorrect code that doesn't work or doesn't do what it's supposed to do. S…

  17. comment
    Comment #26542644

    I think, it is very important, that people started to actually discuss and compare different approaches to safety, instead of just saying that since Rust is safer, we should throw …

  18. comment
    Comment #25204997

    This is not only Apple. All modern mobile ARM processors, ones that are used in Androids, too, they all are far ahead of Intel in TDP to performance ratio, almost by order of magni…

  19. comment
    Comment #24303116

    Revery is fully native and doesn't use parts of web platform. It uses ReasonML, that is dialect of OCaml and has its own implementation of platform and renderer.

  20. comment
    Comment #24303068

    It looks strange to me that it tries to use HTML, because then it should be compatible with Web APIs and should render the same. Then it would be basically a browser, not very diff…

  21. comment
    Comment #22336662

    Actually, webpack does a lot of additional stuff that might be needed for some complex configurations, so it can't be easily replaced with this tool. But also almost 75% of the tim…

  22. comment
    Comment #20778972

    What does git offer that mercurial doesn't? Of course, except a lot of popular hostings. Probably in some parallel universe mercurial could win, and people would ask same questions…

  23. comment
    Comment #20778917

    The interface does not seem fast and simple to me, it's more like primitive and unfinished. Using minimalistic SPA library, like, for example, Preact, adding some feedback for stuf…

  24. comment
    Comment #20161226

    I think in "flat" organizations, there must still be a responsible person, but he should convince people to do what is needed to achieve the goal, not force them.

  25. comment
    Comment #19093656

    You should think about it in is this way - class components do not actually control its state. Using classes is just a convention supported by React that allows components to expre…