HackerTrans
TopNewTrendsCommentsPastAskShowJobs

humdaanm

no profile record

Submissions

MacBooks Don't Scratch

humdaan.com
6 points·by humdaanm·9 ay önce·0 comments

[untitled]

2 points·by humdaanm·geçen yıl·0 comments

Imperfection will make its comeback

humdaan.com
2 points·by humdaanm·geçen yıl·0 comments

The Chapter 3 Roadblock

humdaan.com
2 points·by humdaanm·geçen yıl·0 comments

Material Energy Densities

en.wikipedia.org
3 points·by humdaanm·2 yıl önce·0 comments

comments

humdaanm
·5 ay önce·discuss
To satisfy the "disk" condition, would a vinyl record suit your needs?
humdaanm
·6 ay önce·discuss
The study states no conflict of interest, but found it a bit ironic that the next link on HN was https://news.ycombinator.com/item?id=46682534 , stating that "Nearly a third of social media research has undisclosed ties to industry"
humdaanm
·10 ay önce·discuss
the issue of having multiple inputs able to be indexable by ints, is exactly why i prefer that type hints remain exactly as "hints" and not as mandated checks. my philosophy for type hints is that they are meant to make codebases easier to understand without getting into a debugger. their functional equivalence should be that of comments. it's a cleaner more concise way of describing a variable instead of using a full on docstring.

though maybe there's a path forward to give a variable a sort of "de-hint" in that in can be everything BUT this type(i.e. an argument can be any indexable type, except a string)
humdaanm
·geçen yıl·discuss
I don't think it's fair to just right off Grok as Musk's puppet, when there are millions of DAUs. Musk's inability to keep his hands off of fine-tuning the system prompt of Grok is concerning at the very least, but that dismisses the fact that there real people are indeed using Grok, and real people do indeed call upon it for truth-seeking. Just like real people used Google, CNN, NYTimes, ChatGPT.

fwiw: I think it's wrong that Grok responses are prepended with "What would Elon say". still doesn't change the truth that people are and will be continuing to use it
humdaanm
·geçen yıl·discuss
X/Twitter has almost 600 million active monthly users, I wouldn't call this an exactly small bubble. Maybe I should clarify my previous statement to say I don't mean this to be true for the internet as a whole, but a good majority of it. Information flow on X doesn't strictly follow the boundaries of "X users"
humdaanm
·geçen yıl·discuss
I believe the internet's search for a truth-seeking authority is about to come to a close, and the clear winner is GrokAI. There is a clear indication that a major populace of the internet's(read: X fka twitter) default action is to post a "@grok is this true" when faced with an uncertainty. I don't believe this will get any less pervasive. While I don't think this is a necessarily bad outcome, I don't know if I would like to call this a good one, just yet
humdaanm
·2 yıl önce·discuss
I was working on reading the comments on this post, and got tired of scrolling with the mousepad. I had not used any of the LLMs in a few weeks now and wanted to see how they fared for writing a web extension to let me browse hacker news via arrow keys and the "prev" and "next" comment buttons. My goal was to write 0 lines of code myself and rely solely on copy-pasting(successful in my eyes). ChatGPT 4o disappointed me on getting a final product, but Claude Sonnet blew me away enough to push me to pull out my credit card to subscribe to a pro plan.

All that to say I "worked" on a chrome extension to let you browse a hacker news post via arrow keys: https://github.com/humishum/hacker_news_keys.

(While typing this I found that the arrow key actions are still active while in the textbox, time for claude to provide me a fix!)