HackerTrans
TopNewTrendsCommentsPastAskShowJobs

iamsam123

no profile record

Submissions

The Whispering Earring

gwern.net
6 points·by iamsam123·قبل 5 أشهر·1 comments

Scaling markets with non-human operators

selectfromwhereand.com
2 points·by iamsam123·قبل 5 أشهر·1 comments

comments

iamsam123
·قبل 5 أشهر·discuss
Any popular thing with a dog in it is now a rug pull opportunity!
iamsam123
·قبل 5 أشهر·discuss
Thoughts on how online markets will scale when they aren’t operated by humans. Thoughts on how human participation in markets will be impacted by LLMs.
iamsam123
·قبل سنتين·discuss
Apparently taking outside money can 100X MRR with no trade offs! Awesome!
iamsam123
·قبل سنتين·discuss
Fair, and the number of people that use Excel and understand this sentiment is also remarkably low.
iamsam123
·قبل سنتين·discuss
Interesting how many different offerings they have now outside of just spending the initial ~$1000 on the ipad itself. Purchasing the pencil, usb-c, key board, smart folio, logic pro (subscription), final cut (subscription), etc...

I'd be curious to know the average age of an ipad in circulation is now. I used an ipad for school from 2012-2017, never used the apple pencil, but it always worked great for my needs. My girlfriend got one for med school and uses it with the pencil especially when shes not at home.
iamsam123
·قبل سنتين·discuss
"Everything is Securities Fraud" - Matt Levine
iamsam123
·قبل 3 سنوات·discuss
Does it SELECT * by default if I never define a SELECT below my FROM? ... Continuing to encourage folks by allowing them to SELECT * easier is would not be fun for me... I could be wrong?

Agreed, just parsing out the formatting so its "fewer lines" than traditional SQL soured me.

The expressions example is ridiculous, in Redshift I can do this all day?? SELECT 1 + 2 AS num1 , num1 * 2 AS num2 -- Literally no difference

Just learn SQL...