Show HN: Infinite Lofi Radio Station Composed Live by Claude Codebeats.softwaresoftware.dev3 points·by thatcherthorn·3개월 전·0 comments
MIT created SOTA, cost effective desalination systemscitechdaily.com1 points·by thatcherthorn·3년 전·0 comments
thatcherthorn·3년 전·discussAs a backend developer who previously used bootstrap, it has been a delight to discover tailwind: https://tailwindcss.com/
thatcherthorn·3년 전·discussThey've reported surpassing GPT4 on several benchmarks. Does anyone know of these are hand picked examples or is this the new SOTA?
thatcherthorn·3년 전·discussComprehensive. Seems surprising that Harvard is sitting at the absolute bottom of the list.
thatcherthorn·3년 전·discussAs 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?