glennericksen | 6 months ago | on: Shai-Hulud malware attack: Tinycolor and over 40 NPM packages compromised
glennericksen's comments
glennericksen | 1 year ago | on: How to create value objects in Ruby – the idiomatic way
To summarize, Data became available a few years ago in Ruby 3.2. You can create value objects by subclassing the Data class with Data.define. Data objects are immutable, comparable and easily greppable. They are constrained in ways Struct, Hash and Class are not. The shorthand removes boilerplate and the constraints create the utility.
Measure = Data.define(:amount, :unit) weight = Measure.new(amount: 50, unit: 'kg')
glennericksen | 1 year ago | on: Trust as a bottleneck to growing teams quickly
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 within an organization in the midst of rapid change. Enjoyed reading this account of Anthropic's adventures scaling trust.
glennericksen | 1 year ago | on: My (Neo)Vim workflow
glennericksen | 1 year ago | on: Slack AI Training with Customer Data
glennericksen | 2 years ago | on: My time with Rails is up (2016)
glennericksen | 3 years ago | on: Turn your backyard into a biodiversity hotspot
Tallamy's Suggestions:
1. Shrink your lawn (replace grass with plants that create habitat)
2. Remove invasive plants (native plants support more animal biodiversity)
3. Create no-mow zones around trees (accommodates insect life cycle)
4. Equip outdoor lights with motion sensors (lights can disturb animal behavior)
glennericksen | 3 years ago | on: So what’s next (personal news from developer of popular CoreJS polyfill)
"This was the last attempt to keep core-js as a free open-source project with a proper quality and functionality level. It was the last attempt to convey that there are real people on the other side of open-source with families to feed and problems to solve.
If you or your company use core-js in one way or another and are interested in the quality of your supply chain, support the project."
glennericksen | 3 years ago | on: The founder of Teenage Engineering opens up to his creative space
glennericksen | 3 years ago | on: Australian agronomist Tony Rinaudo is turning African deserts into forests
[1] https://en.wikipedia.org/wiki/Farmer-managed_natural_regener... [2] https://theworld.org/media/2022-04-29/niger-s-unexpected-suc...
glennericksen | 4 years ago | on: A Pattern Language (1977) [pdf]
He also simplifies an explanation of why algorithmic design vs "all at once" may be preferable: an algorithm offers opportunities for discovery beyond intuition and memory. In other words, trust the process.
glennericksen | 5 years ago | on: Things Unexpectedly Named After People
glennericksen | 5 years ago | on: Ask HN: How to stop anxiety from too many choices?
None of your immediate next steps will solve the problem; but maybe it will be step 6 or 8 or 20 that does. But if you are only ever repeating steps 1-3 you are going to run out of time. Change direction if it seems like you won’t be able to capitalize on the current strategy, not if another strategy might work better.
glennericksen | 6 years ago | on: Gilead data suggests coronavirus patients are responding to treatment
"Because Indonesians come from Indonesia, and Russians come from Russia, Norwegians come from Norwegia." - Urban Dictionary
glennericksen | 6 years ago | on: How to use Query Objects to refactor Rails SQL-queries
glennericksen | 6 years ago | on: LED light can damage eyes, French health authority warns
glennericksen | 7 years ago | on: Half of lonely people think no one will notice if something bad happens to them
“People are just as wonderful as sunsets if you let them be. When I look at a sunset, I don't find myself saying, "Soften the orange a bit on the right hand corner." I don't try to control a sunset. I watch with awe as it unfolds.”
glennericksen | 8 years ago | on: Dropbox Drops Photo Galleries
glennericksen | 9 years ago | on: 99 Bottles of OOP
glennericksen | 10 years ago | on: Donald Knuth's Annual Christmas Tree Lecture
https://pnpm.io/blog/releases/10.16