What surprised me is that when I went to look at the Wikipedia page for CF, apparently its latest release was this year! I haven’t heard anybody mention it in a very long time.
Adobe has a whole lineup of enterprise products that people don't really read about. CF is deeply integrated into these products as well as other 3rd party enterprise products.
hopefully I never have to review someone unironically using something similar in production code since I don't think I'll be able to stop myself from dropping a slur or two.
The actual disturbing thing is that given Next‘s track record of questionable security architecture, the author felt compelled to make the joke explicit.
It's superficially tailwind-y, but in fact a sort of stenographic subset of SQL:
db-{table}-{column}-where-{field}-{value}-limit-{n}-orderby-{field}-{asc|desc}
db-users →
SELECT * FROM users
db-users-name →
SELECT name FROM users
db-users-where-id-1 →
SELECT * FROM users WHERE id = 1
db-posts-title-limit-10 →
SELECT title FROM posts LIMIT 10
db-products-orderby-price-desc →
SELECT * FROM products ORDER BY price DESC
Certainly can result in some terribly inefficient access patterns, as there's no obvious syntax for joins. But enough for a toy project, and enough to hit the HN front page %)
36 comments
[ 3.1 ms ] story [ 69.5 ms ] threadhttps://en.wikipedia.org/wiki/Adobe_ColdFusion
What surprised me is that when I went to look at the Wikipedia page for CF, apparently its latest release was this year! I haven’t heard anybody mention it in a very long time.
https://www.adobe.com/products/dreamweaver.html
Definitely a little talked about language, but it does get some use.
Everyday we stray further from the simplicity god.
-Dr. Ian Malcolm
You can't make this up.
MIT - Do whatever you want with it (except deploy to production )
Weird stuff, seems to be vibe-coded using cursor and also the github issues are full of spam.
The same can be applied to jokes. Almost no one recognizes them :)
So authors had to write it at the bottom of the page.
/jk. Cool project even if I wouldn’t touch this with a pole.