Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
guggle
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
guggle
3y ago
ON ERROR RESUME NEXT !
2.
▲
by
guggle
3y ago
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 recruiters in my field. But I fully understand
3.
▲
by
guggle
3y ago
> 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, the performance was not good. I'm not sure why, maybe
4.
▲
by
guggle
3y ago
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, but no compelling reason to use it.
5.
▲
by
guggle
3y ago
Bottle was decent before Flask. Couldn't we use that instead ?
6.
▲
by
guggle
3y ago
> 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 converge or do you think there is space for differe
7.
▲
by
guggle
3y ago
> “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: <a href="/posts/5" up-target=".content, .unread-count">
8.
▲
by
guggle
3y ago
> 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 1 year of work. While I like some of Go qualities (l
9.
▲
by
guggle
3y ago
There are plenty of Flask equivalent in Go IMO. Django... not so much.
10.
▲
by
guggle
3y ago
Where did I say it was you ?
11.
▲
by
guggle
3y ago
Funny how some people have this mindset only about jquery and not unecessary fonts, icons, image backgrounds, etc.
12.
▲
by
guggle
3y ago
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 are many reason not to use Jquery for greenfield projects
13.
▲
by
guggle
3y ago
gemtext ? https://gemini.circumlunar.space/docs/gemtext.gmi
14.
▲
by
guggle
3y ago
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 consensus though.
15.
▲
by
guggle
3y ago
Also Gunicorn…
16.
▲
by
guggle
3y ago
And https://unpoly.com/
17.
▲
by
guggle
3y ago
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 behaviour to the point of sprinkling SQL in templates. I don’t think
18.
▲
by
guggle
3y ago
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 me back 20 years ago, but I can see why this idea comes bac
19.
▲
by
guggle
3y ago
Anyone tried to use a phone as a low power web server ?
20.
▲
by
guggle
3y ago
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/
21.
▲
by
guggle
3y ago
This… <ul> {{range .Query `SELECT id,name FROM contacts`}} <li><a href="/contact/{{.id}}">{{.name}}</a></li> {{end}} </ul> …reminds me of wh
22.
▲
by
guggle
3y ago
https://www.youtube.com/watch?v=5E0r-ssYI94
23.
▲
by
guggle
3y ago
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 acceptable not to have them.
24.
▲
by
guggle
3y ago
Indeed, I only had "simple" cases in mind. But hey... shouldn't the complex config files paths be specified through env vars ? ;)
25.
▲
by
guggle
3y ago
All the software I write is configured through env vars... why use anything else ?
26.
▲
by
guggle
3y ago
I was about to write the exact same comment. I wish engineering experience was more recognized, especially in software fields.
27.
▲
by
guggle
3y ago
I'd like a Django in Go ! But so farI haven't found anything that productive. I guess the "traditional" web framework for multi-pages website is not trendy enough.
28.
▲
by
guggle
3y ago
Yes, and the Führer rides a T-Rex !
29.
▲
by
guggle
3y ago
> We've blocked every major hosting and Cloud ASN How did you do that ? Years ago there was a script to block AWS and I made substantial savings by running it.
30.
▲
by
guggle
3y ago
> What sort of functional requirements would cause you to choose one over the other? MySQL failed me big time in the past, so my functional requirement would be "don't f** with my data". And so far, PostgreSQL and SQLite n
More ›