#buildless — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #buildless, aggregated by home.social.
-
Một mẫu blog với ràng buộc cấp tiến: không cần cơ sở hạ tầng. Chỉ cần HTML làm API, không cần phân tích cú pháp Markdown, không bước xây dựng, không Hugo/Eleventy/Astro/Next/Nothing. Nếu trình duyệt có thể đọc được thì nó hợp lệ. Sử dụng AI làm CMS vì cấu trúc phẳng và có thể dự đoán. Gói này có thể nén lại và lưu trên USB. Vẫn sẽ hoạt động vào năm 2045. Không cần node_modules, không API bị hỏng.
📝 #blog #htmlonly #zero_infrastructure #ai_as_cms #simple_blog #buildless #vietnamese #vi #program
-
Dagger.js – A buildless, runtime-only JavaScript micro-framework
#HackerNews #DaggerJS #JavaScript #MicroFramework #Buildless #RuntimeOnly #WebDevelopment
-
Dagger.js – A buildless, runtime-only JavaScript micro-framework
#HackerNews #DaggerJS #JavaScript #MicroFramework #Buildless #RuntimeOnly #WebDevelopment
-
Dagger.js – A buildless, runtime-only JavaScript micro-framework
#HackerNews #DaggerJS #JavaScript #MicroFramework #Buildless #RuntimeOnly #WebDevelopment
-
Dagger.js – A buildless, runtime-only JavaScript micro-framework
#HackerNews #DaggerJS #JavaScript #MicroFramework #Buildless #RuntimeOnly #WebDevelopment
-
Dagger.js – A buildless, runtime-only JavaScript micro-framework
#HackerNews #DaggerJS #JavaScript #MicroFramework #Buildless #RuntimeOnly #WebDevelopment
-
I recently read on HackerNews about a new trend called “#buildless #websites with zero dependencies".
The main takeaway is that your future self will thank you for not having to maintain build chains and fix broken dependencies.... so I guess I did the right thing with plain HTML and (S)FTP for the last ~20 years. 🤣
-
✏️ New post: Remember when the code in your editor was exactly the same code delivered to the browser? Now there's usually a build process in between, and that can get ... complicated.
Do we still need that? Can we do modern web development completely #buildless?
-
Phone reminded that I was at React Finland presenting exactly one year ago.
Currently on my way to WordCamp Finland to present on a similiar subject #usetheplatform
-
There appears to be an assumption that no matter what else we do about #ClimateChange, one absolute, indisputable fact is that we absolutely *must* rapidly build an entire now global energy infrastructure of #RenewableEnergy, #CleanEnergy, #CarbonFreeEnergy.
There is absolutely no evidence that doing so will ever help the collapsing ecosystem.
There is no evidence it can work.
And pretending it's not why emissions are rising now is pretending.
#SlowDown #BuildLess #RejoinLife -
There appears to be an assumption that no matter what else we do about #ClimateChange, one absolute, indisputable fact is that we absolutely *must* rapidly build an entire now global energy infrastructure of #RenewableEnergy, #CleanEnergy, #CarbonFreeEnergy.
There is absolutely no evidence that doing so will ever help the collapsing ecosystem.
There is no evidence it can work.
And pretending it's not why emissions are rising now is pretending.
#SlowDown #BuildLess #RejoinLife -
There appears to be an assumption that no matter what else we do about #ClimateChange, one absolute, indisputable fact is that we absolutely *must* rapidly build an entire now global energy infrastructure of #RenewableEnergy, #CleanEnergy, #CarbonFreeEnergy.
There is absolutely no evidence that doing so will ever help the collapsing ecosystem.
There is no evidence it can work.
And pretending it's not why emissions are rising now is pretending.
#SlowDown #BuildLess #RejoinLife -
There appears to be an assumption that no matter what else we do about #ClimateChange, one absolute, indisputable fact is that we absolutely *must* rapidly build an entire now global energy infrastructure of #RenewableEnergy, #CleanEnergy, #CarbonFreeEnergy.
There is absolutely no evidence that doing so will ever help the collapsing ecosystem.
There is no evidence it can work.
And pretending it's not why emissions are rising now is pretending.
#SlowDown #BuildLess #RejoinLife -
There appears to be an assumption that no matter what else we do about #ClimateChange, one absolute, indisputable fact is that we absolutely *must* rapidly build an entire now global energy infrastructure of #RenewableEnergy, #CleanEnergy, #CarbonFreeEnergy.
There is absolutely no evidence that doing so will ever help the collapsing ecosystem.
There is no evidence it can work.
And pretending it's not why emissions are rising now is pretending.
#SlowDown #BuildLess #RejoinLife -
CW: JavaScript Web Development
I really try to go #serverless and #buildless on new smallish JS browser projects.
Ever since I discovered that you can nowadays
<script type="module">
and then import most packages directly in JS with
import foo from "https://unpkg.com/<packagename>@<version>/<file>?module"
(or import the old-fashioned "require" UMD module with the hack described here: https://stackoverflow.com/a/64721256 )
, I start coding away without having to mess with node/build/bundling crap. 👍😎
-
After some more digging, I found dreaded polyfills to make #ShadowDOM and #buildless understand each other, also ditching #CSSinJS out:
📜 https://github.com/calebdwilliams/construct-style-sheets
📜 https://github.com/guybedford/es-module-shims#css-modules -
One does not simply do #buildless #WebComponents, while employing #ShadowDOM *AND* avoiding #CSSinJS. :blobsweats: I start to sound like insane interop advocate here, can anyone relate? :BlobhajSadReach:
-
The Modern Web Dev folks are doing some really good work: https://modern-web.dev/blog/introducing-modern-web/