Readit News logoReadit News
thatcherthorn commented on Shadcn: Components that you can copy-paste into your apps   ui.shadcn.com/... · Posted by u/thunderbong
ch33zer · 2 years ago
These look beautiful, but the react requirement makes it harder for me to want to use them.

As someone whos just built terrible frontends using plain CSS + JS + HTML, what's the currently preferred method for building simple sites that look good? I'm looking for the sweet spot between:

* Gentle learning curve * Powerful * Looks good

I'm currently using Bootstrap because it's what was popular a decade ago the last time I built UIs, but there must have been some advancement since then

thatcherthorn · 2 years ago
As a backend developer who previously used bootstrap, it has been a delight to discover tailwind: https://tailwindcss.com/
thatcherthorn commented on Gemini AI   deepmind.google/technolog... · Posted by u/dmotz
thatcherthorn · 2 years ago
They've reported surpassing GPT4 on several benchmarks. Does anyone know of these are hand picked examples or is this the new SOTA?
thatcherthorn commented on 2024 College Free Speech Rankings   rankings.thefire.org/rank... · Posted by u/oldbbsnickname
thatcherthorn · 2 years ago
Comprehensive. Seems surprising that Harvard is sitting at the absolute bottom of the list.
thatcherthorn commented on Python 3.12   python.org/downloads/rele... · Posted by u/qsort
thatcherthorn · 2 years ago
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?

u/thatcherthorn

KarmaCake day114May 1, 2022View Original