Live data from Hacker News

Viewing profile — yatsyk

yatsyk

HN member
Joined
Thu, Feb 18, 2010, 9:49 AM UTC
HN karma
502
Public activity
253 items

About yatsyk

http://andrey.yatsyk.com

yatsyk@gmail.com

Recent public activity

  1. comment
    Comment #45975922

    I prefer to use Zod or JSON Schema as the source of truth. Then I use QuickType [1] in the build process to generate code in different languages. This lets me share data structures…

  2. comment
    Comment #45536107

    I’m more focused on the situation from Musk’s point of view, not yours. Maybe your view is less controversial. But I don’t think Musk sees China and Russia as failed states. He’s s…

  3. comment
    Comment #45535852

    If he had written that Western Europe is moving toward China’s model, I would have had no questions about his tweet and would have fully supported it. As I understand it, Durov doe…

  4. comment
    Comment #45535784

    I share Durov’s disappointment about where the internet is heading. But I think it’s hypocritical to talk about freedom of speech issues in Western Europe while ignoring similar or…

  5. story
    Ask HN: Advanced Use Cases for Cursor AI?

    Most content I find on Cursor AI is either super basic or just covering new features that haven’t really proven themselves yet. I’m looking for real-world examples of advanced usag…

  6. comment
    Comment #36875510

    https://treemap.yatsyk.com/ Disclaimer: I'm the author

  7. comment
    Comment #36875503

    Shameful plug: I've made an npm library for treemaps [1]. There is a sample app [2] that can draw a treemap of your drive file system, similar to SequoiaView or Disk Inventory X, i…

  8. comment
    Comment #28143824

    Hello HN, I've created npm module for cushion treemap rendering [1]. Treemaps is most compact way to visualize huge tree structures such as file sytem. [1] https://treemap.yatsyk.c…

  9. story
  10. comment
    Comment #26088484

    Usually I'm adding linuxserver/smokeping docker container to boxes I want to check internet speed history.

  11. comment
    Comment #25390850

    I've not found in docs anything related to static site configuration files (like netlify.toml or vercel.yml in hosted services). How to configure particular site?

  12. story
  13. story
  14. comment
    Comment #23712289

    Author here. This tool allows to create transport schemas such as metro maps. You can import data from open street map data to save time or start from scratch. Maps stored in git r…

  15. story
  16. comment
    Comment #23456194

    If someone used strapi and parse platform, how would you compare two platforms as self hosted api backends?

  17. comment
    Comment #23100963

    For example: can I connect one port of node to other port of node and how this connection needs to be drawn.

  18. comment
    Comment #23089269

    There are few similar libraries. I think most feature reach is https://github.com/projectstorm/react-diagrams , but there is also https://github.com/DrummerHead/react-flow-diagram …

  19. comment
    Comment #22822852

    I can’t justify redux usage apart from legacy support. Mobx (preferred) or hooks for some apps/components.

  20. comment
    Comment #22702856

    When you start development version of Windows CE or Windows Embedded (don’t remember exactly which one) tick count timer wasn’t set to zero but max dword minus number of millisecon…

  21. comment
    Comment #22539985

    Next is limited to browsers and doesn't prescribe how you access data. I would compare redwood to meteor.js but not next.js.

  22. comment
    Comment #22539858

    Congratulation on launching! I like rails, but in js world may be not so good idea to reimplement or integrate everything related to ui, routing etc. Meteor.js was not very success…

  23. comment
    Comment #22437619

    I'm not asserting that couch is unsecure, I need such database but the problem that I can't see any resource that could help me design secure production system. You can check even …

  24. comment
    Comment #22437361

    No I'm not assuming constraint on the number of comments. First example shows how easy limit number created objects. Spam prevention is other topic not so trivial but mostly solved…

  25. comment
    Comment #22431704

    Couch is not equivalent to mongo or relational because it accessible to clients if we want synchronisation. Securing app server is manageable problem and there is huge number of re…