HackerTrans
TopNewTrendsCommentsPastAskShowJobs

langcss

no profile record

Submissions

A tech firm stole our voices – then cloned and sold them

bbc.com
3 points·by langcss·2 वर्ष पहले·1 comments

Show HN: LangCSS – An AI Assistant for Tailwind

langcss.com
77 points·by langcss·2 वर्ष पहले·59 comments

[untitled]

1 points·by langcss·2 वर्ष पहले·0 comments

The 'genius' singer who was ahead of her time – then disappeared

bbc.com
5 points·by langcss·2 वर्ष पहले·0 comments

LangCSS now has a free forever plan

blog.langcss.com
1 points·by langcss·2 वर्ष पहले·2 comments

Try Llama 3.1 405B on LangCSS (A Tailwind CSS AI)

blog.langcss.com
3 points·by langcss·2 वर्ष पहले·0 comments

Try Llama 3.1 405B on LangCSS (A Tailwind CSS AI)

blog.langcss.com
1 points·by langcss·2 वर्ष पहले·0 comments

Cryptography Is Not Magic

loup-vaillant.fr
2 points·by langcss·2 वर्ष पहले·0 comments

Funky Circle Image Effect with Tailwind CSS

blog.langcss.com
1 points·by langcss·2 वर्ष पहले·0 comments

Apple brings ChatGPT to iPhones in AI overhaul

bbc.com
1 points·by langcss·2 वर्ष पहले·0 comments

comments

langcss
·2 वर्ष पहले·discuss
I'll send you an email.
langcss
·2 वर्ष पहले·discuss
It does thanks. Sounds like "support plus access to future versions when released"

A pricing table might help here.
langcss
·2 वर्ष पहले·discuss
A point of confusion is where it says both:

》Want unlimited launches of the latest launchpads? Need ongoing support? Reach out to (email)

》Reuse your code as many times as you like.

Is the first one a cloud offering and second referring to self hosted?
langcss
·2 वर्ष पहले·discuss
You need a lot more power. I found gpt4o struggles doing basic OCR of printed text by hallucinating alot, while tesseract engine (old skool) gets it perfect. You need the model to be powerful enough to do everything.

You can work around this by the way by sending the output through a checking stage.

So picture -> gpt4o -> out1, picture -> tesseract -> out2, out1,out2 -> llm.

Might work for sound too.
langcss
·2 वर्ष पहले·discuss
The built in DB makes this very interesting to me. Although I would prefer sqlite. The low LOC count is nice to know.

Minimilism is something that is hard to get right on the web. The cliche is people avoid django because it is too complex then hand build all its features anyway over time!

However some jobs are minimal esp. internal dashboards so there is a place for it. You may find fasthtml which is also minimal interesting.

Curious: why Java and not Go? Go seems more in line with being minimal. Especially for deployment.
langcss
·2 वर्ष पहले·discuss
And that day, I was told I passed the Amazon interview and was offered a job as a L4 Software Engineer.
langcss
·2 वर्ष पहले·discuss
I believe LLMs decimating the role of a software engineer requires AGI, which the second that happens decimates all jobs.

What it may do is change the job requrements. Web/JS has decimated (reduced by 90% or more) MFC C++ jobs after all.

The programmer doesnt just write Python. That is the how... not the what.
langcss
·2 वर्ष पहले·discuss
For clarity: do you want to be a software engineer, platform engineer, data scientist, ML expert or something else?
langcss
·2 वर्ष पहले·discuss
I asked it to prove Fermats Last Theorem and it started writing (some nonsense) into the margin. Which was funnny.

Cool project tho
langcss
·2 वर्ष पहले·discuss
If you can design a new encoding scheme, zero bits is enough.
langcss
·2 वर्ष पहले·discuss
Wow. Bike shedding really is expensive.
langcss
·2 वर्ष पहले·discuss
Related-ish: https://en.wikipedia.org/wiki/Nosebleed_section
langcss
·2 वर्ष पहले·discuss
> Most startups fail because they focus on scaling too soon.

You sure about that?

Other than that....Great site by the way :)
langcss
·2 वर्ष पहले·discuss
Next is odd because it gives lots of "high preformance" vibes with static rendering and image optimization. It is fast enough but not as fast as tuning up a classic MVC app which caching, avoiding JS bundles and React or deferring scripts etc. Send out the right cache headers and chuck a CDN in front.

Next is ironically fast if you prerender/static generate AND the client disables JS!
langcss
·2 वर्ष पहले·discuss
There is client state. The URL plus the sum of whatever partial swaps you did since loading the page.
langcss
·2 वर्ष पहले·discuss
Or worlds smallest cloud provider?
langcss
·2 वर्ष पहले·discuss
Im guessing paternal grandfather.
langcss
·2 वर्ष पहले·discuss
Thats odd because I remember people saying "when will Google start ads". Although probably thinking of the Yahoo style slow loading mess.
langcss
·2 वर्ष पहले·discuss
Trains... but they end up at your house.
langcss
·2 वर्ष पहले·discuss
A circle circumference is a line, is 1D?