HackerTrans
トップ新着トレンドコメント過去質問紹介求人

findjashua

no profile record

コメント

findjashua
·先月·議論
nasdaq & russell, yes. but not s&p - that has a 6-month requirement for eligibility, which ensures stock is past the lock-up period.
findjashua
·先月·議論
almost all 401k plans offer funds based on s&p 500, not nasdaq/russell others. s&p has also halved their trading days requirement from 1 yr to 6 months, but that's still sufficient to be past the post-ipo lock-up period.
findjashua
·2 か月前·議論
It's not even a fair comparison - the effort involved in learning and building stuff from the internet (in the pre-LLM era) is an order of magnitude higher than turning your OAI/Anthropic account into an absolute slop cannon.

I'm primarily backend dev, but want able to prompt my way into building tiny JS web apps for personal use.

Wife always wanted to write animated story books for kids, and was actually able to create a bunch with Gemini (our daughter enjoys these more than the store-bought ones, since they're tailord/personalized for her).
findjashua
·5 か月前·議論
won't this essentially disable prompt caching, that you get from a standard append-only chat history?
findjashua
·5 か月前·議論
failed the car wash test.

i think instead of postiioning as a general purpuse reasoning model, they'd have more success focusing on a specific use case (eg coding agent) and benchmark against the sota open models for the use case (eg qwen3-coder-next)
findjashua
·5 か月前·議論
you need a reviewer agent for every step of the process - review the plan generated by the planner, the update made by the task worker subagent, and a final reviewer once all tasks are done.

this does eat up tokens _very_ quickly though :(
findjashua
·7 か月前·議論
providers' ToS explicitly states whether or not any data provided is used for training purposes. the usual that i've seen is that while they retain the right to use the data on free tiers, it's almost never the case for paid tiers
findjashua
·7 か月前·議論
20-yr CAGR seems to be consistently higher than SP500: https://testfol.io/?s=7boYMdNxqjh
findjashua
·7 か月前·議論
i workshop a detailed outline w it first, and once i'm happy w the plan/outline, i let it run while i go do something else
findjashua
·7 か月前·議論
NME at all - 5.1 codex has been the best by far.
findjashua
·9 か月前·議論
i think the standard recommendation is to do range partitioning on the hash of the key, aka hash range partitioning (i know yugabyte supports this out of the box, i'd be surprised if others don't). this prevents the situation of all recent uuids ending up on the same shard.
findjashua
·9 か月前·議論
RAG != EBR
findjashua
·2 年前·議論
hash based partitioning makes repartitioning very expensive. most distributed DB now use key-range based partitioning. Iirc, Dynamo which introduced this concept has also made the switch
findjashua
·7 年前·議論
now if they can just add a compiler flag for "immutable by default":

https://github.com/microsoft/TypeScript/issues/32758
findjashua
·8 年前·議論
I have been a happy user of Inoreader (no affiliation, just a happy user)
findjashua
·11 年前·議論
so rn makes it easy to create components that may not fit in the platform's UI standards?
findjashua
·11 年前·議論
could you elaborate on what poor decisions rn allows you to make over native ios/android?
findjashua
·11 年前·議論
i see. History links does seem like a useful feature (I've pasted links to SO answers in slack, so same could be applied to when someone answers a q on slack)

Stars also seems like a useful feature, but I'm so used to pasting useful stuff in a google doc, never even thought of it
findjashua
·11 年前·議論
good to know, ty!
findjashua
·11 年前·議論
okay, you're right. The per channel notifications and showing notifications on logging back in are both things I really wanted in Hipchat at the time. I guess now that I'm so used to having them in Slack, I completely forgot about not having them!!