laminatedsmore's comments

laminatedsmore | 1 year ago | on: Ask HN: How to Approach Pair Programming?

That's interesting, thanks for sharing. It's got me interested in trying this out for myself, do you happen to have / know of any other writing about workflows for setting up remote dev environments using prox mox?

laminatedsmore | 2 years ago | on: Stable Diffusion 3

"grateful that literacy, the printing press, computers and the internet became normalised before this notion of "harm" and harm prevention was"

Printing Press -> Reformation -> Thirty Years' War -> Millions Dead

I'm sure that there were lots of different opinions at the time about what kind of harm was introduced by the printing press and what to do about it, and attempts to control information by the Catholic church etc.

The current fad for 'safe' 'AI' is corporate and naive. But there's no simple way to navigate a revolutionary change in the way information is accessed / communicated.

laminatedsmore | 3 years ago | on: Sam Altman: OpenAI is not training GPT-5 and "won't for some time"

I'd say that knowledge (stored as weights) is acquired through experience (starting from a mostly blank start, weights are formed through exposure to training data). For me that's a useful mental model which helps me think about what a LLM is and isn't.

'Understanding' has an ambiguous meaning, while thought and senses are certainly not applicable.

But it's a semantic discussion about a novel and not well understood topic so :shrug: :)

laminatedsmore | 3 years ago | on: Sam Altman: OpenAI is not training GPT-5 and "won't for some time"

I had a chat with GPT about this and it came up with the term 'data grounded cognition' to describe an 'intelligence' that is derived purely from (and expressed through) statistical patterns in data.

I quite like the term, and it seems quite unique (perhaps cribbing from 'grounded cognition' though that's an entirely different idea AFAIK)

laminatedsmore | 4 years ago | on: Thinking in Events: From Databases to Distributed Collaboration Software [video]

We try to use a Community of Practice framework, e.g. https://en.m.wikipedia.org/wiki/Community_of_practice. Active members of a CoP might then decide to set up a book club etc.

It's quite easy to draw a line from org principles ("we're always learning" etc) to active participation in a CoP, so helps align incentives on a team level (we can spend time on things outside of our immediate needs) and an individual level (it's an obvious way to get performance review evidence)

laminatedsmore | 5 years ago | on: Ask HN: Why are we still so bad a weather forecasting?

From https://www.ecmwf.int/en/about/media-centre/science-blog/201..., more plain language discussion about low cloud at https://blog.metoffice.gov.uk/2017/04/07/why-is-forecasting-...

"Convection is complex and hard to model because it involves multiple processes, many of which take place at scales smaller than the model’s grid cell, so they need to be parametrized. The assumptions that have to be made when parametrizing convection explain many of the systematic errors in convective precipitation."

(in other words modelling physical interactions on a relatively small scale (1km) is hard)

laminatedsmore | 5 years ago | on: AWS CloudFormation now supports blue/green deployments for Amazon ECS

The list of restrictions in the user guide seems painful - cannot be used in the same template as nested stacks, cannot start a blue green deploy if other infrastructure would be modified at the same time, cannot import properties from other stacks, cannot export output properties. I was interested, but can't imagine using it with these restrictions.
page 1