Earlier quoted context omitted.
I hear you're buying a synthesizer and an arpeggiator and are throwing your computer out the window because you want to make something real. I hear that you and your band have sold your guitars and bought turntables. I hear you rewrote your http endpoints to return JSON because that was REST. I hear that you and your band have sold your turntables and bought guitars. I hear you rewrote your http endpoints to return t…
Is this some kind of metaphor?
Htmx is part of the GitHub Accelerator
451–460 of 520 posts
Re: Htmx is part of the GitHub Accelerator
#452Earlier quoted context omitted.
Awesome work! I love the simplicity of htmx. It’s one of those tools that makes me feel super productive. Will there ever be a “htmx“ for building mobile apps?
there already is! https://hyperview.org/ Adam Stepinski, the creator of Hypreview, built it after his experience with intercooler.js, the predecessor to htmx. It is a very interesting piece of technology and, through the magic of HATEOAS, allows you to update your mobile app instantly for all your users, without dealing with the mobile store! There is an entire section on Hyperview, written by Adam, in part three of…
Re: Htmx is part of the GitHub Accelerator
#453hi there, as many of you know, i am the creator of htmx and I'm happy to answer any questions about it htmx has seen a surge in popularity, triggered by a video by fireship dev ( https://www.youtube.com/watch?v=r-GSGH2RxJs ) and a series of videos by ThePrimeagen, a popular twitch streamer on it hacker news readers might be interested in the essays I have written on htmx & hypermedia in general here: https://htmx.org…
https://twitter.com/foxy4096/status/1691432812870828032?s=20 This is a boon to many django developers. I remember few month ago I was making a post liking system, before htmx, I had to use jQuery to fetch the json api server and update the like count, but with the use of HTMX, oh boy it was like I was just writing plain html along with my django logic. This is one of the greatest thing I've found. Also, handling form…
Re: Htmx is part of the GitHub Accelerator
#454Earlier quoted context omitted.
Hello, Maybe stupid question, but what are the downstream implications for folks like Vercel/Netlify/etc. who bet the farm on complex server rendered JS pipelines?
Fuck those hucksters... https://twitter.com/rauchg/status/1619492334961569792
Re: Htmx is part of the GitHub Accelerator
#455Earlier quoted context omitted.
https://twitter.com/foxy4096/status/1691432812870828032?s=20 This is a boon to many django developers. I remember few month ago I was making a post liking system, before htmx, I had to use jQuery to fetch the json api server and update the like count, but with the use of HTMX, oh boy it was like I was just writing plain html along with my django logic. This is one of the greatest thing I've found. Also, handling form…
Anyone using it with Phoenix and want to share their experience?
Re: Htmx is part of the GitHub Accelerator
#456Earlier quoted context omitted.
Anyone using it with Phoenix and want to share their experience?
I would think in most cases someone using Phoenix would use LiveView for these sorts of dynamic updates instead of htmx.
Re: Htmx is part of the GitHub Accelerator
#457https://github.com/jperla/pebbles
Later when I worked at Facebook I saw that someone later made a similar library internally.
Re: Htmx is part of the GitHub Accelerator
#458Maybe I should give htmx a go without hyperscript or maybe I should give hyperscript more time. But on anything that I'm expecting to be maintaining for years it's just too unfamiliar and I don't want to be stuck with it if I wind up never using it again.
Re: Htmx is part of the GitHub Accelerator
#459I started with Perl in ‘96 and have lived through what feels like everything — PHP, jQuery, Drupal, Backbone, Node, Angular, ClojureScript, React, GraphQL, and NextJS. Htmx feels like a divergence from the trend, and is worth thinking about. Htmx asks us a good question: “does the complexity of your work reside essentially on the server or essentially on the client?” The complexity for the vast majority of websites r…
Re: Htmx is part of the GitHub Accelerator
#460Earlier quoted context omitted.
Or it's because you weren't Facebook. Like angular, react got the huge initial boost in popularity because of the brand behind it.
Absolutely, brand recognition is hugely important in whether something's a success. It can also go the other way, great ideas and tooling simply die because the brand is tainted. Not everything Microsoft has produced is terrible, but for a while there it seemed all developers I knew couldn't see past the brand even if the tooling/products/ideas were solid. I feel it's gotten better since Nadella took the reins, but t…
If Microsoft provided a Developer's Edition of Windows -- without telemetry and ads -- that also came with access to a knowledge-base of best practices for Windows-based software, and why you want to use each major Windows component, for a flat, one-time fee, I'd strongly consider building things for that environment.
I feel like Microsoft's current approach of buying their way under the free software world via GitHub is kinda scummy, and all that code's now under Copilot and other LLMs. If they were a bit more upstanding and had a clean, mutually respectful business model, I might consider buying their products.
In the mean time, I'd rather use something written by a random hacker, because I can at least read their code, or even hit them up and have a conversation about their project.