Live data from Hacker News

Viewing profile — Ygor

Ygor

HN member
Joined
Wed, May 06, 2009, 11:51 AM UTC
HN karma
702
Public activity
141 items

About Ygor

@iBelsa

Software engineer and internet explorer.

Dublin, Ireland | Zagreb, Croatia

Recent public activity

  1. comment
    Comment #41055519

    In theory yes, only if you book via third party. But, my example shows there is some automated system that can even tag you for this if you use Ryanair to book directly. E.g. VPNs.…

  2. comment
    Comment #41005763

    Funny story on this hidden paid verification Ryanair does. This is the thing: https://www.ryanair.com/gb/en/lp/explore/verification-hub Basically, you have to download a random thi…

  3. comment
    Comment #39272034

    OKRs are just a tool. They can work pretty well if you have competent people and apply them correctly. But, that can be said of any other project management system, goal management…

  4. comment
    Comment #37679209

    As someone who wears glasses, my argument was always that most people don't want to wear glasses all the time, even if they were adding no extra friction vs your regular sunglasses…

  5. comment
    Comment #36874989

    Not necessarily disagreeing with this approach - but an interesting other side to this that should be considered: what about candidates who look great on their public profiles - re…

  6. comment
    Comment #35546099

    Yes, Bobiverse and Murderbot are very close in spirit, and if you like one you are very likely to enjoy the other. Also both have great audio narration.

  7. comment
    Comment #35538488

    Most people didn't. Some small group of people spent tremendous amount of energy. I think both of you agree on that point.

  8. comment
    Comment #34981064

    Also - keeping the stuff running, and making sure nothing ever breaks, is a different problem when you just want to maintain the current state of the product and keep it stable, vs…

  9. comment
    Comment #34020463

    I'm not arguing that the setup is legitimate. I'm pointing out that the above analogy is confusing different tax types. The sales tax is not in question here. I'm all for revisitin…

  10. comment
    Comment #34020154

    No, you pay VAT/sales tax for stuff made in China. The company pays taxes on profits where the company is registered. When you pay for Netflix in France, you pay VAT on the transac…

  11. comment
    Comment #32011327

    No affiliation, but something I found on HN years ago was brain.fm: https://www.brain.fm/ I've used it as a source of instrumental, good enough music. I'm not sure if the other "sc…

  12. comment
    Comment #25110023

    "Why do so many software projects fail when you don’t see any skyscrapers collapsing under their own weight?" I think this is a great question to use as a thought exercise. We don'…

  13. comment
    Comment #22298532

    What is the alternative? Assuming here there is such a thing as a correct engineering strategy, who should define it? Or, maybe there should be no engineering strategy, at least no…

  14. comment
    Comment #21260485

    In theory SQL is SQL, even more so if your App uses a layer of indirection like an ORM. If you don't use any Oracle specific features, procedures and similar, in theory you could j…

  15. comment
    Comment #18598478

    Not sure about EEA only, but Revolut might work for you and it has virtual cards. Would be nice to have privacy.com more widely available.

  16. comment
    Comment #17982997

    Most of the pain points raised here are a day to day reality, fair enough, but I would like to also bring up another point not often surfaced here: Fellow developers not aware of t…

  17. story
  18. comment
    Comment #12011796

    Etcd looks more and more promising as its usage and development activity increases. Anyone using it internally as a standalone part in the system (e.g. not just for k8s or coreos)?…

  19. comment
    Comment #11655384

    What do you think about a compromise system? Centralized entities that you give trust to, that are run by people, that "know" you - basically a bank - which is using bitcoin as a c…

  20. comment
    Comment #10450766

    Interesting, first time I heard SAP has a JVM implementation. https://scn.sap.com/people/desiree.matas/blog/2011/12/07/sap... Here is a presentation with some interesting points, w…

  21. comment
    Comment #10155542

    I'm surprised no one mentioned the source of cataclysm itself. The fact that there was a civilization and despite all its advanced knowledge - it is now gone. This would be especia…

  22. comment
    Comment #10146532

    Particularly interesting should be the part about design by committee. Remove Corba references, and it might apply to many other past and current pieces of technology: "There are n…

  23. comment
    Comment #9976192

    Great part from the docs: "SQLite does not compete with client/server databases. SQLite competes with fopen()."

  24. comment
    Comment #9519987

    How do you feel about improvements in GWT development speed? In terms of development mode, compilation times and the whole process of making a java code change and seeing the resul…

  25. comment
    Comment #9519460

    Zombie ZooKeeper nodes that appear as healthy members of the cluster after an OOM is something that can cause major problems. There are two quick solutions on the operational side …