Live data from Hacker News

Viewing profile — illicium

illicium

HN member
Joined
Tue, Feb 19, 2008, 4:11 PM UTC
HN karma
514
Public activity
260 items

About illicium

No profile information was provided.

Recent public activity

  1. comment
    Comment #16137274

    They're ubiquitous for the same reason as those Apple stickers: bundling, in this case with baby car seats.

  2. comment
  3. comment
    Comment #15803691

    The better format does not always win, and just like VHS, H.265 already has much deeper market penetration in hardware.

  4. comment
    Comment #15708460

    Check out libcaca[1], a image-to-ASCII library that already available as a mplayer and VLC output. There's also a demoscene competition where entries can only use text-mode art, TM…

  5. comment
    Comment #15494297

    Assuming you have G Suite, create a calendar resource for the room, then add the room to the invite. https://support.google.com/a/answer/1686462?hl=en

  6. comment
    Comment #14242158

    AAC is also higher quality than MP3 at medium bitrates[1], but this is largely irrelevant for high-bitrate iTunes downloads. [1] http://listening-test.coresv.net/results.htm

  7. comment
    Comment #13971317

    There is no chicken-and-egg problem because the OS already does color management to map your source color space (sRGB, mostly) to your target monitor's color space. If it didn't, y…

  8. comment
    Comment #13562597

    VSTs draw their own graphics. They're basically separate applications that have an audio/MIDI pipe to the host.

  9. comment
    Comment #13467030

    Past performance is not a guarantee of future returns. :)

  10. comment
    Comment #13059472

    ESP32, the successor to the ESP8266, has both WiFi and Bluetooth, but it's fairly expensive.

  11. comment
    Comment #13058876

    Bluetooth/WiFi doesn't require embedded Linux. The venerable ESP8266 can be easily programmed through the Arduino IDE.

  12. comment
    Comment #12916332

    Or I can have the candidate code with me for an hour during the interview, and save $100. They get to ask me questions about the problem directly, and I can see where they are stru…

  13. comment
    Comment #12839661

    Sounds like Twitter a few years back. These companies are on the same track.

  14. comment
    Comment #12792886

    That is because: powerful = power hungry = requires a large battery != small.

  15. comment
    Comment #12756820

    See also Trireme [1], an implementation of Node.js 0.10.32 on the JVM, using Rhino. [1] https://github.com/apigee/trireme

  16. comment
    Comment #12457832

    Compare the feature set of Endpoints to Edge. There's more to API management than authentication and monitoring.

  17. comment
    Comment #12403369

    RAD use rANS for their compressors. See ryg's blog [0] for more details, and a bunch more interesting posts about compression and various low-level optimizations. [0] https://fgies…

  18. comment
    Comment #12383219

    I realize that this comment is tongue-in-cheek, but the reality is that Alphabet is a corporation, not a research university. Corporations by definition need to ship and make money…

  19. comment
    Comment #12356422

    It shouldn't be an issue given that HLL is approximate and that relatively few votes are undone. You could also debounce the vote before recording it in the counter, at the cost of…

  20. comment
    Comment #12198945

    Another option is Burp Suite ( https://portswigger.net/burp/ ) -- ubiquitous in the security world.

  21. comment
    Comment #12146526

    Riemann is a generic event processor. You can use it to generate alerts or aggregate metrics, but you still need something like collectd or telegraf to collect system/app stats fro…

  22. comment
    Comment #12083670

    It was always a separate app even after being acquired. That said, Twitter has done pretty much nothing to bridge the two communities.

  23. comment
    Comment #12073648

    Phoenix is filled with macro magic, and just like Rails is the overwhelming reason to use Ruby, is pretty much the main reason why people pick up Elixir.

  24. comment
    Comment #11963076

    https://en.wikipedia.org/wiki/Sixel

  25. comment
    Comment #11833730

    Shout out to Shellcheck ( http://www.shellcheck.net/ ), a linter for shell scripts