Live data from Hacker News

Viewing profile — Zvez

Zvez

HN member
Joined
Tue, Aug 17, 2010, 6:12 PM UTC
HN karma
247
Public activity
88 items

About Zvez

No profile information was provided.

Recent public activity

  1. comment
    Comment #48665510

    ofc there is if Israel start taking hostages, rape them, ask for stuff for them publicly.

  2. comment
    Comment #48665485

    yes, unfortunately this is all evidence people here needed

  3. comment
    Comment #48665427

    > Yes, horrible, but at what point does the consensus become that October 7 starts to look like a small event in light of the death toll on the other side At the point when other s…

  4. comment
    Comment #47690204

    as someone who moved to Netherlands couple of years ago, I started to be much more annoyed by cyclist in other countries. In Netherlands if I hear ring I know I'm doing something w…

  5. comment
    Comment #47690146

    I hate to tell you, but you are doing it wrong If infrastructure is shared it doesn't mean you have more rights to pass than pedestrian. Moreover, bell as a way to warn doesn't wor…

  6. comment
    Comment #45535617

    That's basically scaled up story of 'I store my files on my computer and it is 10x cheaper than using dropbox' While disks fail rate is already explored in another threads here, th…

  7. comment
    Comment #43642865

    calling everything 'for AI' is the new standard >if you're reading from, like, big Parquet files, that probably means lots of random reads and it also usually means that you should…

  8. comment
    Comment #40264606

    >They shouldn't have sold the games on Steam in countries where PSN is not available yep, as simple as that this would have made the situation much better. Game would have gotten l…

  9. comment
    Comment #37505317

    If you give access to your DB directly, your API effectively becomes your API with all the contract obligations of the API. Suddenly you don't completely control your schema: you c…

  10. comment
    Comment #36139473

    while this is technically correct, difference is that your product won't survive without openai at this point. If you need the model quality openai provides you are stuck and your …

  11. comment
    Comment #35989487

    >Nintendo didn't really need to do any marketing still they did. I'm in Warsaw and I see countless of zelda ads: whole walls of huge buildings are covered with them. They probably …

  12. comment
    Comment #35960545

    I guess it depends on what you do and your goals. It might be not necessary to do average developers job (and full disclosure, it wasn't necessary 10 years ago as well). But unders…

  13. comment
    Comment #35569053

    >Let's keep in mind that modern hardware and software is very stable, generally Not at any significant scale. dimm will fail, power will be down, disks will need replacement. It is…

  14. comment
    Comment #35317644

    their point is simple: during the last 20-30 years we had efficiency improvements by orders of magnitude. Still we didn't have developers jobs reduction in any way. We evolved into…

  15. comment
    Comment #34980475

    using 'unclean' code practice will increase development costs. And more importantly - maintainability of such code. >Virtually every distributed service built today is able to take…

  16. comment
    Comment #34980458

    >Imagine replacing poor in-memory reimplementation of database queries that most graphql servers do with actual opttimised database queries. And a better code on top. but you are a…

  17. comment
    Comment #34980429

    no take your tupical web service application. Even if you use design patterns that are 10x slower, your program will still be as fast as your DB and overall system architecture. An…

  18. comment
    Comment #34980399

    >all things being equal, writing code with virtual functions that do a tiny amount of work and "hiding implementation details" makes performance worse, sometimes by an order of mag…

  19. comment
    Comment #34980330

    >Write slow code now, profile and optimize later is how we got all slow software because second step We got slow software because we were ok to get slow software. If being fast is …

  20. comment
    Comment #34678740

    I knew a _very_ talented female software developer. And she was radically against any benefits based on her being female. For example she actively tried to avoid female discounts s…

  21. comment
    Comment #34574295

    I remember how tdd (together with scrum) was basically a religion in 'large corporations'. How a lot of people talked about 'the right way to do things'. Your comment made me smile…

  22. comment
    Comment #34574168

    kafka is a good fit when you design modern system. As your system grows larger, necessity of message queue becomes obvious. And kafka is probably the most widely used general-purpo…

  23. comment
    Comment #34533452

    not a coincidence yandex has its own VCS (called arkadia). But not all services used it, some used github public and private. After war started, they had to migrate everything to i…

  24. comment
    Comment #34516794

    The (not so) fun fact here is that majority of IT workers won't do this. While exec might want their mansions, we want our latte and iphones. I work at a company which recently had…

  25. comment
    Comment #34516749

    simple answer - without you they easily find other developers. Without them you will have to find another exec to work for. And as long as it is easier for them to find replacement…