Viewing profile — kylebebak
kylebebak
HN member- Joined
- Wed, Dec 09, 2015, 4:07 PM UTC
- HN karma
- 75
- Public activity
- 23 items
- HN profile
- View on Hacker News ↗
About kylebebak
No profile information was provided.
Recent public activity
-
comment
Comment #48357915
npm supports this now as well, with e.g. `min-release-age=7` in `.npmrc`
-
comment
Comment #47417432
There's no such thing (parent likely borrowed this term from the video game industry)
-
comment
Comment #46907536
"For my friends, everything; for my enemies, the law"
-
comment
Comment #46479995
> You think it’s a good idea for foreign countries to overturn domestic elections? I certainly don't, and I don't speak for the person you replied to but I figure most people comme…
-
comment
Comment #45919329
There are terms for the combined effects of drinking alcohol and smoking weed. Cross-faded in English, pachipedo in Spanish. I find these terms and the effects they refer to enjoya…
-
comment
Comment #44249641
Adiós Brian, thanks for the music https://www.youtube.com/watch?v=3wWBV3QCbGE&list=PLhinduWcIK...
-
comment
Comment #44232036
Everybody is a star https://www.youtube.com/watch?v=3-1s2gqDs_U
-
comment
Comment #43695717
In each frame of the simulation there's a small random chance that a fox dies (of starvation), and that a rabbit reproduces. The start positions and velocities of the rabbits and f…
-
comment
Comment #43677486
A long time ago I wrote code to run a visual simulation that combines flocking behavior with Lotka-Volterra dynamics https://www.youtube.com/watch?v=-_JWAh0lP8Q It's a stochastic s…
- story
- story
-
comment
Comment #15245143
Just to clarify: the docs are rustic but complete. The API itself is immensely powerful.
-
comment
Comment #15244356
I love Sublime for writing anything, not just code. MarkdownEditing ( https://github.com/SublimeText-Markdown/MarkdownEditing ), optionally combined with Distraction Free mode, is …
-
comment
Comment #15244323
I've found the docs to be complete but lacking in examples. Examples often say more in 10 lines of code than a page of docs, but I didn't find this to be an issue. To write Request…
-
comment
Comment #15240118
Speed and stability, search, command palette, file navigation, Goto. And the excellent Python plugin API, which has made the plugin ecosystem so vibrant. Here's one I wrote, https:…
-
comment
Comment #15239805
Sublime Text is among the best pieces of software I've used. I bought the license a couple of years ago, and would gladly pay the same amount again. I love its core functionality: …
-
comment
Comment #14991403
Thanks! I built Requester so that its syntax would be identical to Requests' syntax, so I wouldn't have to come up with my own syntax for the plugin. Requests' syntax is _extensive…
- story
- story
-
comment
Comment #14285830
I read about this recently. It's hard to believe these cookies didn't exist until 2016. The biggest problem solved by cookies has always been sessions. samesite is sufficient for m…
-
comment
Comment #14285770
I like to think web browsers take the worse is better approach to security. Security takes a back seat to reproductive fitness of the web as a platform. JS made the web insecure, b…
-
comment
Comment #11045596
This about sums it up
-
comment
Comment #10704525
Agreed... Exhibit A ( https://bitcoin.org/bitcoin.pdf ) This paper, and the technology it proposes, are as eloquent and ingenious as they come. Exhibit B (from one of Wright's blog…