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
Nvidia Office Raided by French Authoritiesfuturism.com28 points·by thatcherthorn·قبل 3 سنوات·3 comments
JA4: New TLS Fingerprinting Suite from the Creator of JA3blog.foxio.io4 points·by thatcherthorn·قبل 3 سنوات·0 comments
Collective letter to unity from game development companieshomagames.com28 points·by thatcherthorn·قبل 3 سنوات·11 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?