Viewing profile — imankulov
imankulov
HN member- Joined
- Mon, Jan 13, 2020, 6:08 PM UTC
- HN karma
- 128
- Public activity
- 23 items
- HN profile
- View on Hacker News ↗
About imankulov
https://smello.io
Recent public activity
-
comment
Comment #48546775
You can actually test it yourself. The actual URL is in the post and the website is still up.
-
comment
Comment #48268085
Like others mentioned, I like the framing of treating Claude Code as a tool (and I had to remind myself of it constantly). Like any tool, it takes effort to master and configure. B…
-
comment
Comment #47753726
I left tmux for zellij after several unsuccessful attempts to get Shift+Enter working. Was quite impressed initially and invested weeks in building new muscle memory, but somehow Z…
-
comment
Comment #47750047
Building Smello ( https://github.com/smelloscope/smello ), a Python library and a local server that capture your outgoing HTTP requests to help you debug API integrations. The idea…
-
comment
Comment #47516807
> I liked GPT primarily because I felt like it respected me: I never felt like it was trying to distract me from my work or get me to waste time doomscrolling. Not about Sora, but …
- story
- story
-
comment
Comment #38343958
There are several alternatives. Most of them, including mailcatcher, seem to be unmaintained. Mailpit is an alternative that has regular updates: https://mailpit.axllent.org/
-
comment
Comment #38118089
I was using Grammarly for a long time, but a while ago I made a wrapper around the OpenAI API to fix grammar and style and highlight the changes. - Demo: https://refiner.roman.pt/ …
-
comment
Comment #34338939
In my experience, the "Citadel pattern" is a good alternative to microservices for small to medium teams. I have seen it emerged as a natural evolution of a monolith in several pla…
-
comment
Comment #31883234
Hackbraten is right. When I talk about dicts, I refer to a specific Python data type. Still, the truth is, I struggle to spell "dictionary." Even now, I copied the word from your c…
-
comment
Comment #31883212
I'd rather phrase it as "well-defined data structures help maintain your app." In another comment, leetrout recommended using named tuples. They define a list of their attributes w…
-
comment
Comment #31882867
Huh, I worked with this architecture, and while it was convenient at first, it became an issue down the road. Here's what we had. - A few times, we inadvertently exposed internal f…
-
comment
Comment #31882343
Yes, the context is Python.
-
comment
Comment #31882328
Hey, molly0! Do you have a specific example in mind? I'm thinking about how common this use case could be but can't come up with anything.
-
comment
Comment #31882047
True. Don't slap in types just because you can — add types when you need to work with your data. Most of the time, I worked with systems where my python code *was* the downstream a…
- story
-
comment
Comment #29624054
The standard for type hints in Python is lengthy and detailed PEP-484. PEP-483 is 2x shorter and builds the foundation for this work. It summarizes the typing theory and outlines i…
- story
- story
- story
- story
- story