Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ale_jacques
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
ale_jacques
4mo ago
I tend to use env variables instead of env files (12 Factor Apps - https://12factor.net/ ). Safer, not safest. As @late_night_fix mentioned, there has to be a balance.
2.
▲
by
ale_jacques
7mo ago
I've installed once via CentOS package manager and upgrading is just a command line away. Setting up is also a straight forward command line. I rarely have to worry about it. As you said, pretty much fire-and-forget.
3.
▲
by
ale_jacques
7mo ago
Gitlab CI with some remote runners on a VPS that I already have (so I can keep myself on the free tier). Works perfectly.
4.
▲
by
ale_jacques
7mo ago
That's a Tuesday morning in consulting companies.
5.
▲
by
ale_jacques
8mo ago
Yes. It already does.
6.
▲
by
ale_jacques
9mo ago
Microsoft Teams eats RAM. Period.
7.
▲
by
ale_jacques
11mo ago
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 (
8.
▲
by
ale_jacques
1y ago
What kind of shortcuts you're looking for? Spark has a lot (almost all primary functions has one) of keyboard shortcuts.
9.
▲
by
ale_jacques
1y ago
https://noteplan.co , if you're on a macOS/iOS device.
10.
▲
by
ale_jacques
1y ago
I don't know about navigating, but you can find more details here: https://www.liquid-glass.org/
11.
▲
by
ale_jacques
1y ago
https://raindrop.io/
12.
▲
by
ale_jacques
1y ago
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
13.
▲
by
ale_jacques
1y ago
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
14.
▲
by
ale_jacques
2y ago
I'm still using Bootstrap 5. Not that "modern" but it gets the job done fast.
15.
▲
by
ale_jacques
2y ago
I'm using NotePlan ( https://noteplan.co ) and loving it. It's a macOS/iOS app (there's a somewhat limited Web version). IMO, the best balance between PKM and task manager/calendar management. I've al
16.
▲
by
ale_jacques
2y ago
I'm also a Raycast user. It has an extension: https://github.com/raycast/extensions/tree/main/extensions/n...
17.
▲
by
ale_jacques
2y ago
I've been using NotePlan ( https://noteplan.co ) with the Projects + Reviews plugin. It's been a game changer for me. The (almost) perfect combination of tasks + notes. I also manage my personal stuff with it. It's
18.
▲
by
ale_jacques
2y ago
Django + Unpoly + Bootstrap + Postgres
19.
▲
by
ale_jacques
2y 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 lis
20.
▲
by
ale_jacques
2y ago
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
21.
▲
by
ale_jacques
2y ago
I use Unpoly instead of HTMX and vanilla js for the rest.
22.
▲
by
ale_jacques
2y ago
Yeah. I love the productivity that comes with this stack.
23.
▲
by
ale_jacques
2y ago
Django + Postgres + Redis (only when necessary) + Unpoly + Bootstrap
24.
▲
by
ale_jacques
2y ago
https://techcrunch.com/2024/04/29/google-lays-off-staff-from...
25.
▲
by
ale_jacques
2y ago
You can have, sort of: System Settings -> Keyboard -> Text Replacements I have some mostly used shortcuts for my fullname, first and last name, mother's name, father's name, id number etc.
26.
▲
by
ale_jacques
2y ago
Zola comes to mind: https://www.getzola.org/
27.
▲
by
ale_jacques
2y ago
NotePlan has a plugin that does that. I'm new to it but it has a very interesting approach to things. Check out this video (3:25s): https://www.dropbox.com/s/wokcvoc6cwps9bb/noteplan%20daily%2...
28.
▲
by
ale_jacques
3y ago
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 conso
29.
▲
by
ale_jacques
3y ago
Ono approach could be using branches for development flow and tags for the releases. That way you can keep your branches "separated" from the deployed releases (deploying those commit tags).
30.
▲
by
ale_jacques
3y ago
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 -
More ›