Viewing profile — illicium
illicium
HN member- Joined
- Tue, Feb 19, 2008, 4:11 PM UTC
- HN karma
- 514
- Public activity
- 260 items
- HN profile
- View on Hacker News ↗
About illicium
No profile information was provided.
Recent public activity
-
comment
Comment #16137274
They're ubiquitous for the same reason as those Apple stickers: bundling, in this case with baby car seats.
- comment
-
comment
Comment #15803691
The better format does not always win, and just like VHS, H.265 already has much deeper market penetration in hardware.
-
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…
-
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
-
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
-
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…
-
comment
Comment #13562597
VSTs draw their own graphics. They're basically separate applications that have an audio/MIDI pipe to the host.
-
comment
Comment #13467030
Past performance is not a guarantee of future returns. :)
-
comment
Comment #13059472
ESP32, the successor to the ESP8266, has both WiFi and Bluetooth, but it's fairly expensive.
-
comment
Comment #13058876
Bluetooth/WiFi doesn't require embedded Linux. The venerable ESP8266 can be easily programmed through the Arduino IDE.
-
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…
-
comment
Comment #12839661
Sounds like Twitter a few years back. These companies are on the same track.
-
comment
Comment #12792886
That is because: powerful = power hungry = requires a large battery != small.
-
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
-
comment
Comment #12457832
Compare the feature set of Endpoints to Edge. There's more to API management than authentication and monitoring.
-
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…
-
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…
-
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…
-
comment
Comment #12198945
Another option is Burp Suite ( https://portswigger.net/burp/ ) -- ubiquitous in the security world.
-
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…
-
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.
-
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.
-
comment
Comment #11963076
https://en.wikipedia.org/wiki/Sixel
-
comment
Comment #11833730
Shout out to Shellcheck ( http://www.shellcheck.net/ ), a linter for shell scripts