Live data from Hacker News

Viewing profile — shivylp

shivylp

HN member
Joined
Thu, Oct 05, 2017, 7:08 PM UTC
HN karma
24
Public activity
27 items

About shivylp

No profile information was provided.

Recent public activity

  1. comment
    Comment #35056918

    I have plans for some other personalised features which will need some storage of information. But that will be opt-in based.

  2. comment
    Comment #35056188

    I store last 5 messages in-memory (there's no way for anyone to access that. On restarts, it's gone). I know the consequences of this but it's not that noticeable because ChatGPT i…

  3. comment
    Comment #35055377

    I made something similar too for my own use and opened it to public last week. Try it out maybe: https://t.me/spy16_avabot Privacy Policy: I DO NOT log/store anything from users ch…

  4. comment
    Comment #33447371

    It does not need access to database itself. Right now, you can simply explain the schema of your database and ask questions. It will simply generate queries. But yes, the ideal set…

  5. story
  6. comment
    Comment #33368147

    I built https://github.com/spy16/connote with similar problems in mind when it comes to note-taking. It does not have all the features you are talking about though. It's more of a …

  7. story
    Ask HN: How do you discover products/services by other teams within your org?

    With microservices pattern, in a medium-big organisation, there are lots of services maintained by lot of different teams. And somewhat regularly, new services are created, old ser…

  8. comment
    Comment #31697102

    If I understood correctly, your ask is basically that you don't want to see/hear anything about specific topics - Selective media blackout. Like you already concluded, this to me, …

  9. story
  10. story
    Ask HN: What Are Your Problems?

    I love building things in my free time. But usually I build something technical or out of curiosity about a new tech/framework/language etc. Not exactly a targeted solution to a re…

  11. story
  12. story
  13. story
  14. story
  15. comment
    Comment #18672016

    Usually you can post a link to your repo here or on Reddit golang subreddit and ask for review. You will receive lot of help.

  16. comment
    Comment #18661290

    Take a look at https://github.com/spy16/droplets It's far from complete. But posting here hoping it may work as a starting point for you. (I intend to work on it in the coming week…

  17. story
  18. comment
    Comment #18558810

    You are totally right. It would be ideal to have a package called `users` which does everything related to user. But if proper care is not taken while laying out the packages and t…

  19. comment
    Comment #18558270

    Thanks for the feedback. The layout used here is not something I came up with. It's an emerged pattern from popular open source projects. Like you said, most probably they all star…

  20. comment
    Comment #18551580

    Welcome to Golang!. I'm glad you found this useful. But i advise you to look at other patterns as well. This is just one of the patterns that can be used and may not be suitable fo…

  21. comment
  22. story
    Show HN: A sample project for Golang

    I have been using golang at work and personally for more than 2 years now. A problem i faced when I started and the problem new gophers even today is how to structure the project. …

  23. comment
    Comment #18155283

    Thanks. You're right about posting somewhere.. Not a regular Reddit user. So didn't think of that..

  24. story
    Ask HN: Opinions about commentary in Golang

    Go convention is to write comments for every entity in a package that is exposed (starts with an upper case letter). Even linter complains about not commenting. I have heard people…

  25. comment
    Comment #18054739

    Thanks :). If you think it would fit into radium, send a PR. Would be more than happy to merge it. I was planning to create another git repository containing markdown files in some…