HN user

ale_jacques

32 karma
Posts0
Comments67
View on HN
No posts found.

The main point of hypermedia is the browser, not a gaming platform. Not even the mobile platform. HTMX is not purposed nor it advertises that it should be used outside of the browser scope. I use Unpoly that replies on the same principles (HTML over the wire) and both of them are very clear about their intentions.

I use Fastmail for my personal domain. The service is great. They don't have a desktop app. I use macOS Mail (which sucks) and, sometimes, I give Spark Mail a try but they are not there yet.

Fastmail do have web and mobile clients. On web and iOS, both are a "webapp" disguised as an app (my guess Android version is the same).

It always depends on what kind of project you're going to work on. My projects usually falls on the CRUD side.

For that, I keep using Django + Unpoly (check it out) + Bootstrap and I always get a SPA like app that works very fine.

And I keep my stack very lean. I'm also a backend developer so frontend stuff is just an annoyance. New language, new build pipelines, multiple deploys (frontend/backend) etc.

HMTX is also something you should take a look.

Is Jetbrains Fine? 2 years ago

The plugin was created after users complains. Initially the AI feature was embedded in the editor and there was no way to totally disable it.

That lead to a lot of complains about information security and companies compliance.

Jetbrains listened and created a separate plugin so that people/companies that had issues with AI "looking" at their code and using it to train their AI could keep using Jetbrais tools without that feature.

You could use something like the PARA Method.

I don't but I follow another pattern: https://alexandremjacques.com/why-i-dont-use-the-para-system...

I just dump this sctructure inside my Documents folder and iCloud does its sync stuuf. Switch iCloud with your tool of choice and you're good to go.

Another option: https://johnnydecimal.com/

Also, there's a ton of applications that can automate organizing files based on rules. Just look around.

I'm using Unpoly (https://unpoly.com) instead of htmx. One thing that, sometimes, makes me consider pairing it with jQuery are the components built around it.

Stuff like datepickers, autocompletes and whatnot are very consolidated in jQuery world. Sure there are options for vanilla JS but they are not mantained or do not have all the features.

These components are being built for the Reacts and Vues frameworks these days.

I've been using boring tech for that:

* Python/Django framework (Django itself has 17+ years "on the road" - that's forever enough for me) * Postgres as my main database * Bootstrap as main UI (customized via Sass - not too fancy though) * Unpoly (https://unpoly.com) for frontend and the SPA "feeling" of the app - absolutely no JS frameworks (React, Vue, etc.) - my SaaS product will be mainly CRUD operations, no fancy/dynamic stuff.

Change Django for Rails (or any other "magic" framework) and you're good to go.