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

Nvidia Office Raided by French Authorities

futurism.com
28 points·by thatcherthorn·قبل 3 سنوات·3 comments

[untitled]

1 points·by thatcherthorn·قبل 3 سنوات·0 comments

Oldest Unity Developer Groups Breaks Up

reuters.com
1 points·by thatcherthorn·قبل 3 سنوات·0 comments

JA4: New TLS Fingerprinting Suite from the Creator of JA3

blog.foxio.io
4 points·by thatcherthorn·قبل 3 سنوات·0 comments

Collective letter to unity from game development companies

homagames.com
28 points·by thatcherthorn·قبل 3 سنوات·11 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?