Viewing profile — guggle
guggle
HN member- Joined
- Wed, Jul 25, 2018, 6:38 PM UTC
- HN karma
- 473
- Public activity
- 274 items
- HN profile
- View on Hacker News ↗
About guggle
No profile information was provided.
Recent public activity
-
comment
Comment #37838392
ON ERROR RESUME NEXT !
-
comment
Comment #37676027
That's what I do too. At the end of the day, all I want is for my patch to be included so I don't have the problem anymore. I code for a living and I don't have to sell myself to r…
-
comment
Comment #37569856
> I guess with newer apis such as the File System one Electron is slowly becoming unnecessary Last time I tried, it was still a pain point. For one, the API felt... alien. Also, th…
-
comment
Comment #37452199
Stuck for a while in python 2.x world with its "always backward compatible" pledge... then it lost attention I guess. Also, questionable technical choices. Now py 3.5+ compatible, …
-
comment
Comment #37452129
Bottle was decent before Flask. Couldn't we use that instead ?
-
comment
Comment #37147228
> my favorite after htmx That's interesting. I discovered Unpoly after HTMX (which I like) and decided to stay with Unpoly for a few reasons. Do you think hypermedia libraries will…
-
comment
Comment #37145654
> “I need to update other content on the screen. How do I do this?” This is a complete non-issue in unpoly as you can have multiple targets: Read post https://unpoly.com/targeting-…
-
comment
Comment #37134833
> we're in an season of backend development that favors separation (vs bundling) of concerns I work in a small team (5 developers), on multiple projects that span from 3 months to …
-
comment
Comment #37126610
There are plenty of Flask equivalent in Go IMO. Django... not so much.
-
comment
Comment #37067798
Where did I say it was you ?
-
comment
Comment #37041866
Funny how some people have this mindset only about jquery and not unecessary fonts, icons, image backgrounds, etc.
-
comment
Comment #37040356
I never undertood the fuss with bandwidth and jquery either... it's only 30k once behind mod_deflate. To put it in perspective, vue.global.js is 463k or 104k once gzipped. There ar…
-
comment
Comment #37018522
gemtext ? https://gemini.circumlunar.space/docs/gemtext.gmi
-
comment
Comment #36997021
There’s plenty of literature (and debate !) about mvc/mvt (and its numerous variants and interpretations) in the context of web apps. It’s interesting that you challenge the consen…
-
comment
Comment #36995697
Also Gunicorn…
-
comment
Comment #36995685
And https://unpoly.com/
-
comment
Comment #36995625
I actually like htmx (I find Unpoly superior so that’s what I use, but it’s the same general idea) and the example given makes sense, but one should not extend locality of behaviou…
-
comment
Comment #36982235
I almost have ptsd from these dark days, I won’t go into details ;-) but there’s plenty of literature about separation of concerns. Having the templates doing the data access takes…
-
comment
Comment #36969982
Anyone tried to use a phone as a low power web server ?
-
comment
Comment #36968086
I also like htmx. But one day someone pointed me to unpoly, which I find better. So I’ll spread the word here: https://unpoly.com/
-
comment
Comment #36968071
This… {{range .Query `SELECT id,name FROM contacts`}} {{.name}} {{end}} …reminds me of what we used to do in php3 days. That was convenient, performant and… unmaintainable. Am I mi…
-
comment
Comment #36785596
https://www.youtube.com/watch?v=5E0r-ssYI94
-
comment
Comment #36516215
Convincing my colleagues to use type hints in Python has been very easy. The benefits are obvious and immediate. To the point where I wonder why there was even a time when it was a…
-
comment
Comment #36466090
Indeed, I only had "simple" cases in mind. But hey... shouldn't the complex config files paths be specified through env vars ? ;)
-
comment
Comment #36466013
All the software I write is configured through env vars... why use anything else ?