HN user

tuckwat

282 karma
Posts0
Comments16
View on HN
No posts found.

Do you have bias? I'm not saying I don't have some hidden bias but I have no skin in the game. I don't use Bun or Zig or plan to.

My reflection comes after reading Jarred's post yesterday, which I found interesting, and then Andrew's today.

I just pasted this article into an LLM to understand the tone and the summary is:

The overall tone is deeply personal, cathartic, biting, and polemical, with flashes of humor and a deliberate attempt to soften the ending.

This is unprofessional and embarrassing for Zig.

I know very little about Jared but his article yesterday, which I read, seemed appreciative of Zig. I now learn he's donated significant chunks of money to them.

This entire article is publicly and personally attacking him for choosing a different product.

It's insane to me that Andrew thinks this post will somehow exonerate Zig when it really just makes them look childish. Or maybe he doesn't care, and just wants to attack Jarred?

xAI joins SpaceX 6 months ago

I don't follow his promises but have seen first hand how far ahead Tesla FSD is compared to competitors in the consumer space. It's not even close.

This current announcement seems silly, though.

What does using a chat agent have to do with psychosis? I assume this was also the case when people googled their health results, googled their gym advice and googled for research paper summaries?

As long as you're vetting your results just like you would any other piece of information on the internet then it's an evolution of data retrieval.

You no longer need to review the code. Or instruct the model at the level of files or functions. You can test behaviors instead.

Maybe for a personal project but this doesn't work in a multi-dev environment with paying customers. In my experience, paying attention to architecture and the code itself results in a much more pliable application that can be evolved.

I went Arch recently as well for about 6 months but am now back on Windows. I was impressed by the amount of games that "just work" but ultimately went back for the few that didn't. Had issues on BF6 and major performance issues on Borderlands 4.

Kagi News 10 months ago

It actually seems nice. I realize Reddit is not a news source but it used to be a great way to see current events and get level-headed takes on those events. This approach could be a better non-biased* alternative.

* for now

These exist, such as: https://github.com/rjsf-team/react-jsonschema-form

We also built one from scratch and used it in client-facing production applications (Angular + React Native). The biggest hurdle is that JSON schema is great at describing the shape of the form data but not a great job at describing how the form looks. We ended up creating a separate "presentation" schema which handled things like order of the form, rows/columns, widgets to use, and much more.