Viewing profile — damacaner
damacaner
HN member- Joined
- Sun, Oct 30, 2022, 12:54 PM UTC
- HN karma
- 147
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About damacaner
Recent public activity
- story
-
comment
Comment #40836178
can we make everything constant like C# does please Models.GeminiNano04 boom
-
story
Ask HN: What do you think about documenting code with GPT?
I literally don't know what is the convention for this. Is it a bad thing to write everything about function, then dump the function / functions that the documented function calls …
- story
- story
-
comment
Comment #36462858
Formatted a bit.
-
story
What do you think about this type convention on back end?
Hello, everyone, homies, ladies, gentleman, turtles. I am making this post before sleeping, please make some good discussion till I wake up. Ahem. In the company I currently work f…
-
comment
Comment #36346065
Aiohttp is too risky to code,and it is only good if you are only one working on that project, or you are working with good friends of yours. Give it in a hands of bad programmer, y…
-
comment
Comment #36346001
Yeah I know, even smallest feature "json schema" made my jaw drop in Pydantic. Maybe we had it in V1 too, but it works so seamless now, especially too useful with MongoDB. As you s…
-
comment
Comment #36345927
Even, it's only enforced in routing functions. Outside of it, like utility packages, MongoDB or such so, you are not enforced, go with whatever you want. ...guess what my coworkers…
-
comment
Comment #36345899
Yes that is right too. Dynamic typed languages always feels like I am 6 again, with my crayons all over the place, doing random bullshit go till something sensible comes out. Good …
-
story
Do you think writing backend with Python feels wrong?
Because I think like that. I tried Django, Flask, FastAPI till now, maybe there is other frameworks that is good enough, but I only had experience with "production-ready" framework…
-
comment
Comment #33491435
Yeah, at least getting used to signings might come useful in the future.
-
comment
Comment #33491386
I am trying to work with MWS, and AWS SDK of GoLang horribly fails when tried to use standalone (I only need the signer part), but oh my oh my. https://github.com/canercetin-random…
-
story
Does anyone else finds AWS and other Amazon services overly complicated?
I think AWS and its signature system is making things more complicated than it should be, like this is a normal signing in process to API: 1. you request client credentials, which …
-
comment
Comment #33394399
Everything from a business perspective always sounds non-sense to me. I cant even find a library or language to code front-end, like I am burning my time since six days to find som…
-
story
For all React coders out there, why and how?
How do you guys constantly write React, let alone learning it? And why? I am trying to learn it for two days (probably 12 hours by the time I write it) and... everything about it i…