HackerTrans
TopNewTrendsCommentsPastAskShowJobs

iamsam123

no profile record

Submissions

The Whispering Earring

gwern.net
6 points·by iamsam123·hace 5 meses·1 comments

Scaling markets with non-human operators

selectfromwhereand.com
2 points·by iamsam123·hace 5 meses·1 comments

comments

iamsam123
·hace 5 meses·discuss
Any popular thing with a dog in it is now a rug pull opportunity!
iamsam123
·hace 5 meses·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
·hace 2 años·discuss
Apparently taking outside money can 100X MRR with no trade offs! Awesome!
iamsam123
·hace 2 años·discuss
Fair, and the number of people that use Excel and understand this sentiment is also remarkably low.
iamsam123
·hace 2 años·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
·hace 2 años·discuss
"Everything is Securities Fraud" - Matt Levine
iamsam123
·hace 3 años·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...