Live data from Hacker News

Viewing profile — maxst

maxst

HN member
Joined
Tue, Sep 18, 2012, 2:26 PM UTC
HN karma
277
Public activity
97 items

About maxst

No profile information was provided.

Recent public activity

  1. comment
    Comment #44826213

    In 1998, the idea seemed so ridiculous, TheOnion mocked it: https://theonion.com/new-5-000-multimedia-computer-system-do...

  2. comment
    Comment #40790625

    Dragonfly's landing site is near equator (Selk crater 7°N), but all the lakes coordinates seems to be close to poles, see "Lakes of Titan". Too bad. Would be wonderful to see these…

  3. comment
    Comment #40789730

    It wasn't a big deal in 2012. The popular opinion was "Russia no longer posed the threat" and even can be viewed as "an ally" of the US. See: https://www.politico.com/blogs/burns-h…

  4. comment
    Comment #32056372

    Screaming what? "How dare Iranian people use the same tech we use!" or something like that?

  5. comment
    Comment #31625021

    > That makes no sense. First of all most of the sanctions are not "punishment", they prohibit certain transactions and are not aimed at people Visa and MasterCard suddenly blocked …

  6. comment
    Comment #28073730

    “The New York electorate seems to be inured to corruption, they seem to believe it’s normal and expected behavior" "According to a poll released last week by Quinnipiac University,…

  7. comment
    Comment #27864840

    Will there be simple jobs on Mars base? Someone to sweep the floor, someone to bake a cake, etc? Will they produce enough value to justify enormous resources to keep them alive in …

  8. comment
    Comment #26875120

    That's a big one. Probably hundreds of contributors. But what percentage of FFmpeg code they would actually run?

  9. comment
    Comment #23925917

    There are dozens of 360 cameras on the market, so I think shutters synchronization is not that difficult to implement.

  10. comment
    Comment #23925427

    So many algorithms insist on using "single RGB camera" approach, when it would be much more practical to use 2 cameras.

  11. comment
    Comment #23573767

    And they would know that "maintaining that lie for N years" would prove useless as soon as the powerful cameras in lunar orbit would photograph the landing sites. Who would partici…

  12. comment
    Comment #21368205

    I'm talking about WebP vs GIF. Not about video.

  13. comment
    Comment #21365877

    >I've found that animated WebP can produce files around 10% the size of GIFs. For nicely optimized GIFs like these https://iwdrm.tumblr.com/ then WebP really struggles. Try to conv…

  14. comment
    Comment #20758029

    There is no multiple-pass. libpng only tries to guess the right combination of filters, without doing actual compression. It's not always a good guess, but at least it's fast.

  15. comment
    Comment #20450801

    Near Stonehenge they found a 4000 year olds dagger. Its handle "was decorated with 140,000 tiny gold studs, each almost as fine as a human hair and set into the wood at more than 1…

  16. comment
    Comment #19910477

    Thousand feet is an awkward unit of measurement, isn't it?

  17. comment
    Comment #19389234

    Are the some PI-like constants, but much harder to calculate? Like even a million digits would be hard to calculate?

  18. comment
    Comment #18796157

    > I just checked the Google homepage, and even the New Year's Eve Google Doodle currently being shown is a good ol' GIF, rather than a modern format such as WebP. And this is with …

  19. comment
    Comment #18769109

    If PNG-8 will be "preserved unmodified", then APNG in PNG-8 like this one will probably work: https://tinypng.com/images/apng/panda-waving.png

  20. comment
    Comment #18298658

    Rest in peace, Glenn.

  21. comment
    Comment #16677283

    It was always burning Since the world's been turning

  22. comment
    Comment #16582576

    > APNG's palette mode is much worse than GIF In terms of image quality, it's only slightly worse. But having the same palette for all frames helps to make inter-frame optimization …

  23. comment
    Comment #16582503

    Download a dozen random GIF cinemagraphs, and try gif2webp and gif2apng on them.

  24. comment
    Comment #16576095

    If you convert static GIF to static PNG, 99% of the time you'll get a smaller file. That was the original goal of PNG project, and it succeeded: static GIFs disappeared completely.…

  25. comment
    Comment #16374248

    Yeah, it was a long time ago (2000-2003) but I still clearly remember implementing everything twice as a Junior Developer - first my way, then their way.