Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
silviogutierrez
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
silviogutierrez
6mo ago
having issues right now. Perfect timing.
2.
▲
by
silviogutierrez
8mo ago
Some people profess guilt to claim credit for the sin
3.
▲
Show HN: Peptide calculators ask the wrong question. I built a better one
(joyapp.com)
4 points
by
silviogutierrez
8mo ago
|
0 comments
4.
▲
by
silviogutierrez
9mo ago
Full disclosure: I run a competing app [1]. I think this is great, especially because it's OSS. But if you want to really outshine Strong and Heavy, I'd look into "auto progression" of exercises. Too often, people just..
5.
▲
by
silviogutierrez
1y ago
Ackchyually… I think this is apocryphal. https://www.snopes.com/fact-check/brothel-laws-sororities/
6.
▲
by
silviogutierrez
1y ago
Was wondering the same thing
7.
▲
by
silviogutierrez
2y ago
I wrote about docker development (and a library that solves this for Django here): https://www.reactivated.io/documentation/why-nix/#native-per...
8.
▲
by
silviogutierrez
2y ago
Check out my project, built exactly for this: https://www.reactivated.io
9.
▲
by
silviogutierrez
2y ago
I think the foundation, sure. But the ecosystem of React, including UI libraries, charting, forms, and so forth, is enormous.
10.
▲
by
silviogutierrez
2y ago
Sure thing. The magic is in vite.mts, render.mts and renderer.py In theory, you could swap in Svelte in there.
11.
▲
by
silviogutierrez
2y ago
Nothing on the python side for templating will ever come close to React or things like that. I built https://www.reactivated.io specifically to let python do what it does best (business logic / backend) and render using Rea
12.
▲
by
silviogutierrez
2y ago
Shameless plug for https://www.reactivated.io It swaps the templating engine for React. But still server side and using all the Django features you know and love. No SPA needed.
13.
▲
by
silviogutierrez
2y ago
Big fan of typing improvements in Python. Any chance you can elaborate on the "if let" pattern in Rust and how it would look in Python now? Not sure I follow how it translates.
14.
▲
by
silviogutierrez
3y ago
What about https://quicktype.io ?
15.
▲
Ask HN: Has 1Password Become Unusable?
2 points
by
silviogutierrez
3y ago
|
2 comments
16.
▲
by
silviogutierrez
4y ago
I'm the creator of Reactivated[1] and fully agree with a lot of the aversion to SPAs [2] and REST [3][4] But to me, writing my markup in JSX (really, TSX with TypeScript) and using scoped CSS solutions was too good to pass up. I just c
17.
▲
by
silviogutierrez
4y ago
Since you like Python and want a turnkey React/Python integration with a Django backend, check out https://www.reactivated.io . It's not drag and drop, but abstracts away all tooling and let's just get to just writ
18.
▲
by
silviogutierrez
4y ago
Theoretically, the Dockerfile should "just work"™ with Render.com as well. Right now I focus on fly.io only because their free tier offers PostgreSQL without time limits. Render, I believe, only does so for a period of time. See h
19.
▲
by
silviogutierrez
4y ago
It's very similar, except hotwire/htmx won't give you server rendering. It's not that big a deal if it's just small snippets. This does make testing a lot easier, as the server response is identical to the hydrate
20.
▲
by
silviogutierrez
4y ago
I would agree that "Django templates are perfectly fine"... until: https://www.reactivated.io/documentation/philosophy-goals/#u... Of course there's many ways around this, but doing them in a declar
21.
▲
by
silviogutierrez
4y ago
Sure: The docs site itself: www.reactivated.io . Notice no JS loaded on the client side. It's purely SSR. The code is in the repo under /website. My personal blog: www.silv.io And my business: www.joyapp.com I don't track oth
22.
▲
by
silviogutierrez
4y ago
If you want a batteries-included, zero-config Django + React framework, check out https://www.reactivated.io . It incorporates most of these best practices, along with React server side rendering in addition to regular Django te
23.
▲
by
silviogutierrez
4y ago
I too found a lack of strong opinions and recommendations for using Django with TypeScript and modern web technologies. So, shameless plug, I built https://www.reactivated.io . Give it a look if you ever work with Django again.
24.
▲
by
silviogutierrez
4y ago
Yea using Django only for DRF APIs always felt limited. I want Django forms and form sets. Reach out if you have any questions! Email is on my GitHub profile.
25.
▲
by
silviogutierrez
4y ago
Shameless plug: If you want seamless SSR with Django logic, but React templates, check out my project at https://www.reactivated.io . It's like HTMX but uses React, and the JS bits are rendered on the server. You can then
26.
▲
by
silviogutierrez
4y ago
https://silv.io Built with Django + React SSR using https://www.reactivated.io
27.
▲
by
silviogutierrez
4y ago
Disclaimer / shameless plug: I have an OSS project in this space, https://www.reactivated.io , and plan to do a Show HN on it tomorrow. With that out of the way, I think having more opinionated Django frameworks is a great t
28.
▲
by
silviogutierrez
4y ago
Thanks! Hopefully not brittle at all. Specially since both React and Django are very stable projects, the latter even more than the former.
29.
▲
by
silviogutierrez
4y ago
It's a hurdle to be able to write Nix stuff, but to consume it is pretty easy. Shameless plug here: https://www.reactivated.io/documentation/why-nix/
30.
▲
by
silviogutierrez
5y ago
Not OP, but I looked into scandit. While excellent, it's quite expensive right?
More ›