HN user

tanepiper

1,001 karma

Senior Engineering Leader @ Inter IKEA

Posts48
Comments384
View on HN
tane.dev 21d ago

The Reports of Jim Carrey's Death Are a Failure Mode

tanepiper
2pts1
yusufaytas.com 3mo ago

Trial by Fire Onboarding

tanepiper
11pts0
tane.dev 5mo ago

The Man with No Brains

tanepiper
4pts1
tane.dev 10mo ago

Oh no, not again a meditation on NPM supply chain attacks

tanepiper
3pts0
nltimes.nl 1y ago

Microsoft's ICC email block triggers Dutch concerns over dependence on U.S. tech

tanepiper
8pts2
teskooano.space 1y ago

Whoops! I built a UI framework

tanepiper
2pts3
tanepiper.github.io 1y ago

Show HN: Teskooano – Multi-camera 3D N-Body Simulator

tanepiper
1pts0
thinkingaboutbehavior.substack.com 1y ago

Training dogs prepared me for wrangling LLMs

tanepiper
1pts0
thinkingaboutbehavior.substack.com 1y ago

LLM's "Think" Differently

tanepiper
2pts0
thinkingaboutbehavior.substack.com 1y ago

"It'll be fine" and other lies we tell ourselves

tanepiper
3pts2
www.ikea.com 1y ago

IKEA Introduces Matter Support for the Dirigera Hub

tanepiper
12pts0
github.com 1y ago

ExpressJS 5.0 Released

tanepiper
21pts8
busydoggie.com 1y ago

Reframing ADHD in dogs: a compassionate perspective

tanepiper
1pts0
chat.openai.com 2y ago

A Strange Tape Player

tanepiper
1pts0
www.squarepeginsight.com 2y ago

Dark Side of Behavioural Science Stardom Unpacking Ariely and Gino Controversy

tanepiper
1pts0
tane.dev 2y ago

Slack wants you to know this privacy exploit is fine

tanepiper
5pts0
www.squarepeginsight.com 2y ago

Operant Conditioning for AI-Human Interaction

tanepiper
1pts1
stackblitz.com 3y ago

Displaying Sarcasam and Satire on the Web

tanepiper
1pts1
tane.codes 3y ago

Reddit is undeleting years worth of comments and posts

tanepiper
173pts4
stackblitz.com 3y ago

Show HN: Formula Web Component – Fully Reactive Forms from HTML5 Templates

tanepiper
3pts0
tane.dev 3y ago

I Think I Found a Privacy Exploit in ChatGPT

tanepiper
3pts2
stochasticparrot.lol 3y ago

Stochastic Parrot – Bot that repeats ChatGPT4 hallucinations

tanepiper
1pts1
webserial.app 5y ago

Show HN: Web Serial Controller – Web App for USB Serial Communication

tanepiper
9pts7
tane.dev 5y ago

Using the new Web Serial API to build reactive hardware applications

tanepiper
2pts0
tane.dev 5y ago

Creating Custom RxJS Operators

tanepiper
1pts0
github.com 5y ago

Show HN: A TypeScript library for the web starter kit

tanepiper
1pts1
rxjs.ninja 5y ago

RxJS Ninja

tanepiper
1pts0
tane.dev 6y ago

Polymorphic TypeScript – Function overloading with rest parameters

tanepiper
2pts0
tane.dev 6y ago

Publishing TypeScript NPM Modules Using NX and GitHub Actions

tanepiper
1pts0
tane.dev 6y ago

Validating Data with JSON Schema, Angular and TypeScript

tanepiper
1pts1

On the 29th June 2026 - if you searched for Jim Carrey on Google, you would have been presented with a Knowledge Panel stating that he had died the previous day. The panel included a date of death and a biography written in the past tense.

Working in knowledge engineering I saw a failure mode in action on a global scale.

Hadn't heard of AOP before, but funnily enough for a couple of years now I've been calling working with LLMs "aspective coding" - closer to switching context on different features. Will read up a bit more on AOP as it seems like the prior art on this way of thinking.

One example - I'm building an MCP server at the moment for a database I'm working on. In ChatGPT I want to do dry-run posts first that roll back before committing - both are POST requests with a property - and it loves to trigger the safety layer in the tools (for various reasons, it's hard to debug exact causes)

But I think this would make it better - QUERY before POST means different request types, not just the same with a safety flag.

I was in New York for a conference 4 years ago, I was discussing with someone a previous project I had worked on in the UK that was a tool for companies to forecast certain risk scenarios "...you know like a building flooding or blowing up"

There were suddenly a lot of unhappy faces looking at me. I guess some folks are still a bit sensitive about that...

I actually thought about this a couple of weeks back that for agents - going backwards actually makes sites more capable - WAP would even be more appropriate. The ultimate irony though is that making websites MORE accessible makes them more agent friendly - the last decade of SPAs is what makes things harder.

Claude Opus 4.8 2 months ago

Yep, until 1st June 4.6 is still x1 on Copilot, but will jump up quite a bit in coat - 4.7 was already highly priced, and the output was frankly terrible.

It still seems trying to build general models is mostly cost prohibitive - the frontier model provider and resellers are repricing in such a way the return on investment is dropping as developers and users become more cautious of burning their limits.

I'm still of the opinion that models like 4.6 don't need to be improved on - rather they need to be better integrated with more domain specific models in agentic flows.

Yep, hate it. Also I have a threejs MCP server that starts up when my IDE does.

Can't disable it now in Anti-gravity because the menu has been completely removed.

Reading this, it sounds very like what Ingvar Kamprad did with IKEA - although the structure is slightly different, the intent feels the same.

I work at Inter IKEA, which is actually a franchisor - the structure is a family run foundation sitting at the top, below the group that owns the concept and value chain, then the retailer licence to hold a franchise (https://www.inter.ikea.com/en/this-is-inter-ikea-group/the-i...)

Basically medical science too. My wife was able to diagnose her own anemia that the doctors kept missing, and has since been able to have iron infusions.

The human doctors kept ignoring the signals, kept putting it down to 'diet' and 'exercise' (even though she does plenty of both)

7 years ago we got a Polish Hunting Spaniel, and did our first trip to Poland. Since then we've been back several times, and each time you really see the different - new and upgraded road, city buildings being renovated into new housing and commercial areas - also noticed the costs going up too.

But also you start to notice that definitely a lot of people who left Poland are coming back, and with that skills and new economic opportunities.

I think this is something we'll start to see which is something like a Mandela-Effect, but from LLM results. When we had deterministic search - everyone could see the same result, but now using LLMs knowledge becomes a training and seeding issue. Two people can confidently be given completely different information, so in both cases perceived as true.

I think the risk is this; when non-technical users who've never shipped software in their life can dictate to a machine and get "instant results" it going to bring back managers not understanding that you don't just ship code. Especially these days where one bad dependency can mean downtime or worse.

TypeScript 6.0 RC 5 months ago

FWIW I tried it with the VSCode preview in two monorepos we have - one frontend and one backend GraphQL servers with complex types - absolutely no issues (except one breaking change in tsconfig with baseUrl being removed) and fast compile times.

Yesterday I had a pivotal moment where I realised - I've allowed myself to become lobotomised by relying too much on AI agents. I wrote about it - maybe others are feeling like this too?

In 1999/2000 I worked on my own Thief levels using the dromed editor - it was both really fun to work with, and utterly frustrating - in a time before open source engines - there were so many small annoying bugs in the editor that would cause it to crash, so you SAVED often and even learned to version files as it was easy to screw up.

But the geometry that could be created was stunning - from courtyards to cathedrals, levels allowed clever use of light and shadow.