Viewing profile — silviogutierrez
silviogutierrez
HN member- Joined
- Tue, Apr 03, 2012, 2:28 PM UTC
- HN karma
- 704
- Public activity
- 221 items
- HN profile
- View on Hacker News ↗
About silviogutierrez
Business: https://www.joyapp.com
Recent public activity
-
comment
Comment #47366158
having issues right now. Perfect timing.
-
comment
Comment #46879751
Some people profess guilt to claim credit for the sin
-
story
Show HN: Peptide calculators ask the wrong question. I built a better one
Most peptide calculators ask the wrong question. They ask: How much water are you adding? But in practice, what you actually know is your vial size and your target dose . The water…
-
comment
Comment #46371564
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…
-
comment
Comment #45352275
Ackchyually… I think this is apocryphal. https://www.snopes.com/fact-check/brothel-laws-sororities/
-
comment
Comment #43934179
Was wondering the same thing
-
comment
Comment #42721239
I wrote about docker development (and a library that solves this for Django here): https://www.reactivated.io/documentation/why-nix/#native-per...
-
comment
Comment #42619247
Check out my project, built exactly for this: https://www.reactivated.io
-
comment
Comment #42400735
I think the foundation, sure. But the ecosystem of React, including UI libraries, charting, forms, and so forth, is enormous.
-
comment
Comment #42396554
Sure thing. The magic is in vite.mts, render.mts and renderer.py In theory, you could swap in Svelte in there.
-
comment
Comment #42394553
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 (bus…
-
comment
Comment #42394470
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.
-
comment
Comment #41774168
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.
-
comment
Comment #38937209
What about https://quicktype.io ?
-
story
Ask HN: Has 1Password Become Unusable?
Wondering if others have had the same experience. Long-time user of 1Password on iOS and MacOS. It was an example of one of those products that Just Works™. Seamless integration wi…
-
comment
Comment #32159890
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…
-
comment
Comment #32017404
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 tooli…
-
comment
Comment #31867420
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…
-
comment
Comment #31867376
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 res…
-
comment
Comment #31859131
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 doin…
-
comment
Comment #31859117
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 …
-
comment
Comment #31856725
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…
-
comment
Comment #31728698
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 . Giv…
-
comment
Comment #31092482
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.
-
comment
Comment #31091516
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…