Live data from Hacker News

Viewing profile — jablan

jablan

HN member
Joined
Tue, Jul 13, 2010, 8:28 AM UTC
HN karma
492
Public activity
231 items

About jablan

No profile information was provided.

Recent public activity

  1. comment
    Comment #29895253

    This would be not the first case where the rules are "bent" for the sake of Djokovic family: https://birn.rs/teniski-centar-novak-do-novih-kvadrata-uz-us... (unfortunately I couldn…

  2. comment
    Comment #29894449

    Considering his god-like status in Serbia, this wouldn't be hard to pull off at all.

  3. comment
    Comment #29884214

    > repeatedly exit a low wattage deep idle state to update the UI There's a considerable difference in doing that once a second and dozens (hundreds? thousands? depending on how it …

  4. comment
    Comment #29617756

    Frankly, I think far more performance problems nowadays lie in things like insane SVG/CSS animations for every possible loading spinner than in developers not knowing their O notat…

  5. comment
    Comment #29065942

    Legal circumstances of giving away data of your previous employee aside (which might be very different here in EU), why would my new company rather trust my previous company's bad-…

  6. comment
    Comment #29065640

    Can you elaborate pls?

  7. comment
    Comment #28764181

    > If I go to the store and there is not paper towels there I don't need to know why there are no towels You don't _need_ to know, but it's human to want to know, and it's also huma…

  8. comment
    Comment #28365183

    Just a rough translation of "Když chcete být slavní, musíte něco dělat tak blbě, že tak blbě to nikdo ve světě neudělá". "...you have to do something in such a silly manner, that n…

  9. comment
    Comment #28274203

    > A cheap bicycle is extremely dangerous this is not really true, especially considering the second-hand market.

  10. comment
    Comment #27907379

    > With +3100 pre-orders, expected delivery for new pre-orders is 2023.

  11. comment
    Comment #27831197

    Like, grow tomatoes in pressure chambers?

  12. comment
    Comment #27579661

    Another cheap solution is buying a used router and then installing OpenWRT on it. Get one with USB.

  13. comment
    Comment #27343911

    Why would anyone need to care who sits in the management? The trust was broken by a company.

  14. comment
    Comment #27325418

    As a Balkanian living in Germany I can confirm, it is quite hard for us to get used to a German level of stoicism.

  15. comment
    Comment #27301587

    How would any measures at storage layer prevent, for example, issues in caching?

  16. comment
    Comment #27195006

    Hey, thanks for responding! I know it would take me some more weekends than that! :) Have you documented the process somewhere in greater detail perhaps? I'm working on something r…

  17. comment
    Comment #27193934

    I wonder how many weekends did this weekend project take.

  18. comment
    Comment #26990774

    "general use" => "my specific usage needs" please.

  19. comment
    Comment #26957409

    You mean Message Sequence Charts? :) https://en.wikipedia.org/wiki/Message_sequence_chart

  20. comment
    Comment #26957371

    Sequence diagrams, as probably most other UML diagrams too, predate UML.

  21. comment
    Comment #26804400

    Don't they charge for replacing it?

  22. comment
    Comment #26724127

    They are project managers then, really.

  23. comment
    Comment #26636120

    Which spelling system? English is notorious for not having any spelling consistency.

  24. comment
    Comment #26326218

    How exactly does limiting your language give you more options?

  25. comment
    Comment #26154440

    > my_method = Kernel.method(:puts) That's exactly what being first-class is not. You tell Kernel to wrap you a method called puts into an object of class Method, rather than assign…