Live data from Hacker News

Viewing profile — glennericksen

glennericksen

HN member
Joined
Mon, Feb 20, 2012, 11:34 PM UTC
HN karma
1,048
Public activity
81 items

About glennericksen

CTO & cofounder of FaithStreet

@glennericksen https://www.faithstreet.com

Recent public activity

  1. comment
    Comment #48498685

    I like this rule of thumb: Spend more effort producing the work than it takes for someone else to consume it.

  2. comment
    Comment #45270420

    You can switch to the mentioned "delayed" mode if you're using pnpm. A few days ago, pnpm 10.16 introduced a minimumReleaseAge setting that delays the installation of newly release…

  3. comment
    Comment #43453928

    I don't usually think of Data when grouping values together in Ruby. Seems like I should. Lucian puts forth a good explainer of when and why they are helpful. To summarize, Data be…

  4. comment
    Comment #41001369

    "Business moves at the speed of trust." This is a good post exemplifying this axiom. It is one thing for a leader to be trustworthy. It's a different challenge to cultivate trust w…

  5. comment
    Comment #40840207

    +1 to Typecraft for reworking your Neovim setup. As a longtime Vim user, I adopted Neovim with my Vim .vimrc in order to use Copilot. With Typecrafts guidance, I switched to Lua co…

  6. comment
    Comment #40385316

    "Will not" allows the existence of a bridge but it's not on your route and you say you're not going to go over it. "Cannot" is the absence of a bridge or the ability to cross it.

  7. story
  8. comment
    Comment #37481757

    Rapid ecosystem churn is my gripe with Javascript. I've generally found Rails and popular Ruby gems to be very durable over time.

  9. comment
    Comment #34959855

    There's was a story in Smithsonian magazine a few years ago ( https://www.smithsonianmag.com/science-nature/meet-ecologist... ) about an ecologist who more or less did what this ar…

  10. comment
    Comment #34781057

    A long post, but the final paragraphs sum up both the problem and the ask: "This was the last attempt to keep core-js as a free open-source project with a proper quality and functi…

  11. comment
    Comment #34458675

    “What’s so beautiful about creating products is that saying it in a poetic way, if you have that passion it naturally starts waves and those waves connect people. Then you don’t kn…

  12. story
  13. story
  14. comment
    Comment #32244079

    I was curious enough to look at this story a bit more. Some related, interesting tidbits: In 2004, Niger estimated 50% of farmland was using the farmer managed natural regeneration…

  15. story
  16. story
  17. story
  18. story
  19. comment
    Comment #27464943

    Thanks for sharing this. The lecture format helps draw out some of the implications of the Alexander's work. For example, "a healthy mind in a healthy body–in a healthy environment…

  20. story
  21. comment
    Comment #23890662

    Bluetooth, a union of different communication protocols, after King Harold Bluetooth, 10th century uniter of Danish tribes. https://en.wikipedia.org/wiki/Bluetooth#Name

  22. comment
    Comment #23138499

    I like to work through a process like this: what do I have to work with; whats important right now; what’s the next best step to go forward; do it. Again and again. None of your im…

  23. comment
    Comment #22895088

    Norwegia aka Norway :) "Because Indonesians come from Indonesia, and Russians come from Russia, Norwegians come from Norwegia." - Urban Dictionary

  24. story
  25. comment
    Comment #21991439

    A "when to" should be added to this "how to". This might be cohesive in a smaller code-base, but it is not pleasant as "query objects" multiply. There are other ways of handling co…