Viewing profile — chris_nielsen
chris_nielsen
HN member- Joined
- Fri, Apr 08, 2016, 12:51 PM UTC
- HN karma
- 269
- Public activity
- 45 items
- HN profile
- View on Hacker News ↗
About chris_nielsen
No profile information was provided.
Recent public activity
-
comment
Comment #47100004
Yeah exactly. I noticed Claude start doing exactly this a month ago too. It recursively breaks problems down while allowing you to either change direction at each level or keep goi…
- story
-
comment
Comment #42924739
Orica | Australia | Full-Time | REMOTE (AUSTRALIA ONLY) Our team is building blast design and simulation software. Our tech stack is 100% pure rust. We have a pile of interesting p…
-
comment
Comment #42327099
Yeah LLMs ingest all 4 and can conversationally give you all 4. I suppose it’s orthogonal.
-
comment
Comment #42326753
Where would ChatGPT fit?
-
comment
Comment #41611408
Applied Mathematical Programming https://web.mit.edu/15.053/www/AMP.htm
- story
-
comment
Comment #41013590
Yeah “how this logic flaw occurred” is the wrong question. How a common bug was rolled out globally with no controls, testing, or rollback strategy is the right question
-
comment
Comment #39407685
Page wont load for me. BUT, this title is the first sensible thing I’ve heard someone say about Agile in 10 years. I just don’t use the word Agile. Too many people like it for the …
-
comment
Comment #39101224
I feel like there are some very precise ways to think about these things. For example, a backlog is a priority queue. A priority queue can only be long if work is added more freque…
-
comment
Comment #38977778
That's awesome, ok I'm going to go check it out. Great work!
-
comment
Comment #38976776
I love this, but Im using DataSpell from JetBrains at the moment because it has 2 killer features: 1. Variable viewer so I can see the current value of all variables in scope. 2. I…
- story
-
comment
Comment #38012136
This looks super useful, can’t wait to try it at work tomorrow!
-
comment
Comment #37465639
Not trying to be cheeky, but why not c#? Has pts 2, 3 and 4. For pt 1, what in Rusts type system are you looking for?
-
comment
Comment #34285053
I think the whole chart was made in a drawing program like MS paint or Visio. The spacing between the columns isn’t quite even as would be the case with any software charting libra…
-
comment
Comment #33787386
This feels like the wrong way to think about tailwind. Every other UI framework or library that I’ve used felt like leaky abstractions. You always have to learn both how the librar…
-
comment
Comment #33390047
When I read it, I see a devastating critique of SAFe from every big name I trust in the Agile space. I would never recommend SAFe. But no-one is asking me… How would a potential cu…
-
comment
Comment #32885982
This is a tough tough situation. There are no easy answers or quick wins here. So before we even think about code, let's ask some questions... 1) You said you can't manage this tea…
- story
- story
-
comment
Comment #31395802
This falling sand game runs a particle simulation in rust compiled to web assembly and WebGL for fluid simulation calculated on the GPU (hope I remembered those technical details r…
-
comment
Comment #31245666
Hello, author here. Congrats on having such a successful app. Funnily enough, I actually wrote this post because if you had asked me about cross platform web apps 6 months ago I wo…
-
comment
Comment #31245546
Author here, just wanted to say thanks for making Capacitor. It's been an absolute pleasure to use. Something about the plugin architecture just really clicked for me. I hope I was…
-
comment
Comment #31244689
Hi, author here. Yeah that's a great point. With Capacitor when the browser crashes you just get this white screen and it wouldn't get picked up as an exception by iOS and reported…