HN user

gatlin

815 karma

I enjoy intelligent discussion, so I should enjoy visiting this site.

More info: http://www.niltag.net http://LinkedIn.com/in/gatlinjohnson https://github.com/gatlin

[ my public key: https://keybase.io/marcus4realius; my proof: https://keybase.io/marcus4realius/sigs/Uz4CbL-Js7OK6lgaI3BsPigP1taMHIUPkQQ3l-4oiOs ]

Posts5
Comments333
View on HN

I have no influence on what choices you make or in particular whom you choose to ban. This conversation thread is old so of course I won't be stoking it anymore. In the future, though, if I am banned it will not be because I correctly discerned malice and called it out; but rather because someone in power wants to pretend one can be neutral on this topic. Sincerely, have a beautiful day.

I offered an opinion in the previous version of this comment that was unhelpful to the discussion, even if the subject of the opinion was anonymous. Can't see how to delete a comment so I'm editing this instead.

I have a co-worker who does this now. He's very smart, very capable, very experienced and it's clear that he's just a frontend for Claude now. It's tragic.

All this does is require the user to select a non-verified age bracket on first boot.

This is the age verification requirement which you rudely and incorrectly said doesn't exist. Nothing is done with the data (for now) but age is in fact verified on the assumption that the user doesn't lie.

Instead of lengthy condescending missives about the behavior of other users, you should instead write "I'm sorry for being negative and bringing down the quality of discussion."

You seem to have an almost religious devotion to your worldview. Which makes sense: it works for you and you feel compelled to convince others. You also limit yourself to thoughts and practices that align with these views. Imagine for a moment that this is also true of other people for other beliefs.

Qwen3-Coder on 20gb of vram was able to do 90% of this: https://gist.github.com/gatlin/4bee9645b96e8b9e733960453b972...

Problem statement: given a start date and a bible book / chapter, produce a reading schedule for the remainder of the bible assuming one will read 3 chapters every day and 2 extra on Sunday.

So assuming an input of "2025-07-06 Genesis 1," the list would read "Saturday, June 6, 2025: Genesis 1 (3 chapters) \n Sunday, June 7, 2025: Genesis 4 (5 chapters)..." etc.

It created the types, data structures, and utility functions required, and even isolated the schedule generation to a function that used all of them ... and that function was busted. It printed the same book and chapter and date every line.

With a little elbow grease I was able to bring it home. Saved me an hour.