HackerTrans
TopNewTrendsCommentsPastAskShowJobs

thatcherthorn

no profile record

Submissions

Show HN: Infinite Lofi Radio Station Composed Live by Claude Code

beats.softwaresoftware.dev
3 points·by thatcherthorn·3 เดือนที่ผ่านมา·0 comments

MIT created SOTA, cost effective desalination system

scitechdaily.com
1 points·by thatcherthorn·3 ปีที่แล้ว·0 comments

comments

thatcherthorn
·3 ปีที่แล้ว·discuss
As a backend developer who previously used bootstrap, it has been a delight to discover tailwind: https://tailwindcss.com/
thatcherthorn
·3 ปีที่แล้ว·discuss
They've reported surpassing GPT4 on several benchmarks. Does anyone know of these are hand picked examples or is this the new SOTA?
thatcherthorn
·3 ปีที่แล้ว·discuss
Comprehensive. Seems surprising that Harvard is sitting at the absolute bottom of the list.
thatcherthorn
·3 ปีที่แล้ว·discuss
As now f-strings can contain any valid Python expression inside expression components, it is now possible to nest f-strings arbitrarily:

>>> f"{f"{f"{f"{f"{f"{1+1}"}"}"}"}"}"

'2'


Is anyone aware of the change to the interpreter that allows for this?