HN user

mtharrison

96 karma
Posts21
Comments31
View on HN
matt-harrison.com 4mo ago

Loupe: Lightweight dev tracing for LLM apps

mtharrison
1pts0
news.ycombinator.com 5mo ago

Claude Opus 4.6 visible on list models endpoint

mtharrison
2pts0
www.usda.gov 9mo ago

USDA website blames "Radical Left Democrats" for shutdown

mtharrison
30pts23
www.promptscaper.com 2y ago

Show HN: PromptScaper – Prototype AI agents with no code

mtharrison
1pts0
github.com 2y ago

Show HN: PromptScape – prototyping AI agents without writing code

mtharrison
2pts0
github.com 3y ago

Show HN: Thoughtcoach Open-Sourced. AI Therapist

mtharrison
3pts2
thoughtcoach.app 3y ago

Show HN: ThoughtCoach: Helping to improve mental health with AI

mtharrison
18pts17
matt-harrison.com 3y ago

Stay Ahead of Scammers: A GPT-4 SMS Bot to Keep You Safe from Phishing Texts

mtharrison
2pts2
www.bbc.com 5y ago

Thailand authorities move to ban Telegram

mtharrison
2pts0
matt-harrison.com 6y ago

Getting Started with GitHub Actions

mtharrison
1pts0
matt-harrison.com 7y ago

Ray Tracing: WebAssembly vs. JavaScript

mtharrison
4pts0
mtharrison.github.io 8y ago

WasmBooth: Rust and WebAssembly video effects

mtharrison
2pts0
www.manning.com 10y ago

Hapi.js in Action (book)

mtharrison
3pts0
matt-harrison.com 10y ago

Solving Towers of Hanoi with TLA+

mtharrison
4pts1
venturebeat.com 11y ago

Node lead TJ Fontaine is stepping down and leaving Joyent, too

mtharrison
3pts0
matt-harrison.com 11y ago

Using hapi.js with Socket.io

mtharrison
6pts1
github.com 11y ago

Show HN: Hacker News in your terminal

mtharrison
15pts10
matt-harrison.com 11y ago

BSprites: Combined web assets using Typed Arrays and Data URIs

mtharrison
1pts0
matt-harrison.com 11y ago

Express to Hapi.js

mtharrison
5pts0
matt-harrison.com 12y ago

Building a complex web component with React

mtharrison
1pts0
www.pluralsight.com 12y ago

Pluralsight.com has expired, site down

mtharrison
1pts0

Small refinement: the underlying model isn’t stochastic at all. The forward pass is a deterministic function of the weights and input, it just produces a probability distribution over the next token. The stochasticity is an optional sampling step layered on top, not something inherent to LLMs. Greedy/argmax decoding (or temperature 0) makes the whole thing deterministic.

So “purely stochastic” overstates it a bit: the distribution is computed deterministically, and you choose whether to sample from it or not.

Maybe dumb question but how do I just take a sat image and create the scene? The scripts in the repo are all about training which I assume requires you to have the 3d data too.

These sort of projects always look cool but I think the real "wow factor" would be a file upload where you can see the result on your image. I assume there are reasons why this isn't done.

Thanks for this! It means a lot. It can be a little discouraging to hear criticisms when you've put a lot of thought and time into something that you hope can help people.

But I fully understand and appreciate the comments made by other posters.

I have put it back online with a disclaimer that must be acknowledged, and pointed out this is a research app not a substitute for therapy.

I hope that does enough to mitigate some of the risks, whilst allowing me to continue to work at making this a safer and more valuable resource. Whenever that may be, or not :)

Thanks so much for your thoughts. I tried my app with a friend and it took a good amount of digging deeper to actually get to their root thoughts about their difficult event.

So to be successful with such a tool, a good level of self-awareness is required.

Yes a tool as an adjunct to regular therapy is a good opportunity. I discussed this actually with my own therapist and he thought it was a good idea, with the NHS being so overwhelmed here in the UK to be able to have a first-line resource-cheap option is appealing.

I suppose the thing to figure out is how this is best done in a safe and useful manner.

It can be hard to find a therapist who you gel with. I've been through a few in my time. The real work is done by oneself ultimately. Be it with CBT homework or mindfulness between sessions. Obviously it's very individualised though.

Robert Burns (of CBT fame) is currently involved in an app which incorporates AI so I'm interested to see how they've dealt with the sensitive issues.

Regex Puzzle 9 years ago

Will your tool work on this puzzle though? I don't think so because it has backreferences.

It should open up the URL in a browser when you choose a post, it looks like the 'open' command which I'm using is Mac only. What platform are you on? I'll look into fixing it.