HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jasonthorsness

no profile record

Submissions

Show HN: Tree Dangler

jasonthorsness.com
1 points·by jasonthorsness·8 bulan yang lalu·0 comments

Meeting or Deleting Constraints

jasonthorsness.com
1 points·by jasonthorsness·9 bulan yang lalu·0 comments

War on Slop

jasonthorsness.com
2 points·by jasonthorsness·9 bulan yang lalu·0 comments

Spleen of a New Machine

jasonthorsness.com
1 points·by jasonthorsness·9 bulan yang lalu·0 comments

comments

jasonthorsness
·6 bulan yang lalu·discuss
Just let me pay to not get ads and for all tiers keep them external to the LLM output
jasonthorsness
·6 bulan yang lalu·discuss
lol can never resist call to plug: read my blog!

https://www.jasonthorsness.com/

My favorite articles to write are on crafts like the below, I just got a Prusa CORE One kit (not put together yet) so next one will probably be something related to that.

https://www.jasonthorsness.com/34

https://www.jasonthorsness.com/16
jasonthorsness
·7 bulan yang lalu·discuss
The descriptions of the problems make it sound a little like algorithmic puzzles but your only tool is Excel instead of some programming language… Excel is pretty amazing in what you can do; I’ve regretted having to use Google Sheets for the last few years.
jasonthorsness
·7 bulan yang lalu·discuss
OpenSCAD is great! I used it to create a bunch of things to cut on a CNC router over the years. Best achievements were a scale model of Mount Rainier and some one-piece picture frames with text cut into them.
jasonthorsness
·7 bulan yang lalu·discuss
Recently I’ve had the best results with Gemini; with this I’ll have to go back to Codex for my next project. It takes time to get a feel for the capabilities of a model it’s sort of tedious having new ones come out so frequently.
jasonthorsness
·7 bulan yang lalu·discuss
C#'s runtime (dotnet runtime) adds overhead compared to Rust with GC and other stuff too. This is true even with single-binary AOT compilation, the runtime is still there (just like Go). So it will never be suitable for some scenarios.

You can definitely implement manual ownership tracking in C#, this is quite common for non-memory resources and does have some language syntactic sugar with the Dispose pattern for example. But you can't truly roll your own memory management/ownership unless you do something with "unsafe" which seems counter-productive in this case :P.
jasonthorsness
·7 bulan yang lalu·discuss
This isn't true at all anymore for years! Microsoft acknowledged Linux won for server-side and since C# is primarily used as a server-side language they made everything work incredibly well on Linux.
jasonthorsness
·7 bulan yang lalu·discuss
This one is an apt pick. I only worry it’s early and the true wave of slop is not yet upon us.
jasonthorsness
·7 bulan yang lalu·discuss
I can’t handle the swipe up to switch apps gesture with reduced motion it becomes too jarring. I set the glass to “tinted” and that’s about it. I wish they had a stronger disablement of just the glass.
jasonthorsness
·7 bulan yang lalu·discuss
This is great! I’m going to try the melting carnauba wax in tung oil one. I tried pure tung but it’s too matte for what I want.
jasonthorsness
·7 bulan yang lalu·discuss
I love unstyled UI components since you get complete visual control but accessibility still works and that's so easy to screw up and not notice it's broken.

I've used Tailwind headless UI (https://headlessui.com/) and it's great, I'll take a look at this one too for future stuff.
jasonthorsness
·7 bulan yang lalu·discuss
I have it now
jasonthorsness
·7 bulan yang lalu·discuss
When a data tree is tightly coupled (like a complex sample of nested data with some arrays from a sensor) and the entire tree is treated like a single thing by writes, the JSON column just keeps things easier. Reads can be accelerated with indexes as demonstrated here.
jasonthorsness
·7 bulan yang lalu·discuss
This is the typical practice for most index types in SingleStore as well except with the Multi-Value Hash Index which is defined over a JSON or BSON path
jasonthorsness
·7 bulan yang lalu·discuss
Does anyone have it yet in ChatGPT? I'm still on 5.1 :(.
jasonthorsness
·7 bulan yang lalu·discuss
I don't and have never gone very often, but it's a lot of fun to see certain films in enormous theaters like IMAX. I will definitely see the Project Hail Mary film that way. And my kids still like to go, and I know people who go a ton on the subscription plans. So, who knows!
jasonthorsness
·7 bulan yang lalu·discuss
And here I am in Washington State still over $4
jasonthorsness
·7 bulan yang lalu·discuss
You can run the compiler with a flag that shows all the escapes with -gcflags “-m” and there’s also support in goland and vscode to show the escapes as inline annotations in the editor. This sort of thing IMO is one of the useful things about IDEs: showing hints from later parts of the tool chain about how things are going to turn out
jasonthorsness
·7 bulan yang lalu·discuss
It is handled on the Unlurker front page (you will see a little note that says “time adjusted for second chance”). The replay doesn’t do any adjustment for it, but I think that makes it reflect the reality of when the comments came in since the adjustments are like a temporary bump
jasonthorsness
·7 bulan yang lalu·discuss
It's fun to read some of these historic comments! A while back I wrote a replay system to better capture how discussions evolved at the time of these historic threads. Here's Karpathy's list from his graded articles, in the replay visualizer:

Swift is Open Source https://hn.unlurker.com/replay?item=10669891

Launch of Figma, a collaborative interface design tool https://hn.unlurker.com/replay?item=10685407

Introducing OpenAI https://hn.unlurker.com/replay?item=10720176

The first person to hack the iPhone is building a self-driving car https://hn.unlurker.com/replay?item=10744206

SpaceX launch webcast: Orbcomm-2 Mission [video] https://hn.unlurker.com/replay?item=10774865

At Theranos, Many Strategies and Snags https://hn.unlurker.com/replay?item=10799261