Live data from Hacker News

Viewing profile — imankulov

imankulov

HN member
Joined
Mon, Jan 13, 2020, 6:08 PM UTC
HN karma
128
Public activity
23 items

About imankulov

https://roman.pt

https://smello.io

Recent public activity

  1. comment
    Comment #48546775

    You can actually test it yourself. The actual URL is in the post and the website is still up.

  2. 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…

  3. 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…

  4. 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…

  5. 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 …

  6. story
  7. story
  8. 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/

  9. 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/ …

  10. 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…

  11. 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…

  12. 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…

  13. 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…

  14. comment
    Comment #31882343

    Yes, the context is Python.

  15. 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.

  16. 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…

  17. story
  18. 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…

  19. story
  20. story
  21. story
  22. story
  23. story