undreren | 3 years ago | on: LaMDA is not sentient
undreren's comments
undreren | 4 years ago | on: A small guide for naming stuff in front-end code
“If you remove or rename this class, the code will break.”
undreren | 4 years ago | on: Paul Osman on long-term strategies, open telemetry, and boring systems
undreren | 4 years ago | on: If-then-else had to be invented
f n | odd n = 3 * n + 1
| otherwise = n \\ 2undreren | 4 years ago | on: We need to talk about testing
As you hint at, it is called continuous delivery, not continuous deployment.
The best strategy IMO is to mob with testers, and clarify how a thing will be tested before implementing it. It saves you a lot of headaches.
undreren | 4 years ago | on: Agile at 20: The Failed Rebellion
undreren | 4 years ago | on: Agile at 20: The Failed Rebellion
Delivering sooner, not faster.
To do this, decision makers must be close to the team, and ideally a part of the team. Either managers are part of the team, or the team a given the authority to make product decisions.
Full time managers lose power and influence either way, and I think this is the real reason Big Corp never really bought into it except on paper.
undreren | 4 years ago | on: Why do we use R rather than Excel?
Empty cells are interpreted as zero, which can be downright catastrophic, if the data is just missing.
undreren | 4 years ago | on: Reversals in Psychology (2020)
Reversals through replication failure is scientific progress. Your “better” question is nothing of the sort, just lazy contrarianism.
undreren | 4 years ago | on: Handling errors with grace (and sometimes without it)
undreren | 4 years ago | on: Ontology Is Overrated: Categories, Links, and Tags (2005)
Regardless, I thought it was an interesting read, and it put to words things I've observed but couldn't communicate.
Though I have to wonder, if tagging isn't in fact already becoming a dominant strategy for associations? Hashtags and web page sharing on social media posts are both technically and practically tagging systems with wide adoption in what now consititute the majority of the web for many people. There are of course hard categories within these systems, but those are more like a subset of the wider association graph model, not the whole thing.
undreren | 4 years ago | on: Opinion-Driven Design
undreren | 4 years ago | on: Internal competition can often be the most dangerous kind
Let the team measure themselves, bit give them a clear mandate and shared purpose.
When teams are incomparable, no such rivalry can make sense.
undreren | 4 years ago | on: Tool can make photos undetectable to facial recognition without ruining them
undreren | 4 years ago | on: Tool can make photos undetectable to facial recognition without ruining them
By making almost invisible (to humans) distortions to a picture, a previously well-trained algorithm is now facing a completely unknown problem.
undreren | 5 years ago | on: The Economic Consequences of Increasing Sleep Among the Urban Poor
undreren | 5 years ago | on: The architecture behind a one-person tech startup
Not to mention “resume driven development”. Recruiters love cloud experience.
undreren | 5 years ago | on: The architecture behind a one-person tech startup
undreren | 5 years ago | on: On Cache Invalidation: Why Is It Hard? (2018)
Actors can have their own cache, and since they queue messages and handle them in order, one at a time, the cache will never be out of sync.
It does come at several other costs though.
undreren | 5 years ago | on: The Lasting Lessons of John Conway’s Game of Life (2020)
But is it all that we do? And how do you know?
It seems too simplistic to be taken at face value that statistics, randomness and pattern matching would be the only ingredients necessary for intelligence and sentience.