lucidstack | 6 years ago | on: Yap: An ephemeral, Real-Time chat room with up to six participants
lucidstack's comments
lucidstack | 6 years ago | on: Merry Christmas HN
lucidstack | 6 years ago | on: Roar (1981 Film)
lucidstack | 6 years ago | on: CRDT: Conflict-free replicated data type
lucidstack | 6 years ago | on: Police Shut Down a 3k-Person Game of Hide-and-Seek at IKEA
lucidstack | 6 years ago | on: Demon Core
lucidstack | 6 years ago | on: The Shield of Achilles (1952)
lucidstack | 7 years ago | on: Show HN: Open source balloon simulation with Three.js
lucidstack | 7 years ago | on: Ruby in Twenty Minutes (2006)
Please don’t.
lucidstack | 7 years ago | on: Every new web app at PayPal starts with TypeScript
- John Ousterhout
lucidstack | 7 years ago | on: A Tiny Austrian Town Has the Coolest Bus Shelters (2014)
lucidstack | 7 years ago | on: Colin O’Brady Completes Crossing of Antarctica with Final 32-Hour Push
lucidstack | 8 years ago | on: Vim after 15 Years
Perhaps it's a setting you have enabled/disabled, or unrelated to vim?
lucidstack | 9 years ago | on: Before the Flood [video]
lucidstack | 9 years ago | on: Virtual Forest
lucidstack | 9 years ago | on: Karabiner – Easy Keyboard Remapping for OS X
It's mostly definitely due to the recent update to Sierra. If you do use Sierra, have you managed to make it work?
lucidstack | 9 years ago | on: Rosetta catches dusty organics
lucidstack | 9 years ago | on: Announcing GenStage
Perhaps more exciting than the first part of the post is the second bit about the future. It's fantastic to see such a clear path forward for concurrency in Elixir. Definitely looking forward to GenStage.Flow
lucidstack | 9 years ago | on: Phoenix 1.2
Another thanks to the teams behind all these amazing releases, and particularly (for this news) Phoenix.Presence and Phoenix.PubSub, for the wide range of new exciting applications they'll have.
lucidstack | 9 years ago
I just discovered about HiPE as well, and I just gave it a try with a simple fibonacci module. Running fibonacci(40) went from 3.9s BEAM to 0.7s HiPE.
I know it's a silly test, but it's pretty sweet to witness such a massive difference out of the box. :)