Viewing profile — jablan
jablan
HN member- Joined
- Tue, Jul 13, 2010, 8:28 AM UTC
- HN karma
- 492
- Public activity
- 231 items
- HN profile
- View on Hacker News ↗
About jablan
No profile information was provided.
Recent public activity
-
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…
-
comment
Comment #29894449
Considering his god-like status in Serbia, this wouldn't be hard to pull off at all.
-
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 …
-
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…
-
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-…
-
comment
Comment #29065640
Can you elaborate pls?
-
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…
-
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…
-
comment
Comment #28274203
> A cheap bicycle is extremely dangerous this is not really true, especially considering the second-hand market.
-
comment
Comment #27907379
> With +3100 pre-orders, expected delivery for new pre-orders is 2023.
-
comment
Comment #27831197
Like, grow tomatoes in pressure chambers?
-
comment
Comment #27579661
Another cheap solution is buying a used router and then installing OpenWRT on it. Get one with USB.
-
comment
Comment #27343911
Why would anyone need to care who sits in the management? The trust was broken by a company.
-
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.
-
comment
Comment #27301587
How would any measures at storage layer prevent, for example, issues in caching?
-
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…
-
comment
Comment #27193934
I wonder how many weekends did this weekend project take.
-
comment
Comment #26990774
"general use" => "my specific usage needs" please.
-
comment
Comment #26957409
You mean Message Sequence Charts? :) https://en.wikipedia.org/wiki/Message_sequence_chart
-
comment
Comment #26957371
Sequence diagrams, as probably most other UML diagrams too, predate UML.
-
comment
Comment #26804400
Don't they charge for replacing it?
-
comment
Comment #26724127
They are project managers then, really.
-
comment
Comment #26636120
Which spelling system? English is notorious for not having any spelling consistency.
-
comment
Comment #26326218
How exactly does limiting your language give you more options?
-
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…