Viewing profile — atirip
atirip
HN member- Joined
- Tue, Mar 02, 2010, 8:19 AM UTC
- HN karma
- 665
- Public activity
- 271 items
- HN profile
- View on Hacker News ↗
About atirip
No profile information was provided.
Recent public activity
-
comment
Comment #33463013
I only buy from merchants that offer PayPal (there are few I trust by card, like Amazon). And the reason is that whatever it happens, I can always get my money back with PayPal. It…
-
comment
Comment #33408940
> Reels usage is still growing But of course, as Meta put gun to the head of everyone - you WILL make Reels, or else - and now all the people I follow, increasingly make Reels. I h…
-
comment
Comment #32955177
Every time I buy a new car, there suddenly are a lot of the same model everywhere I look.
-
comment
Comment #31236196
Drip Europe | Frontend Engineer | Full Time | Remote, but significant overlap (at least 4 hours) with Central European Time | https://www.drip.com We’re an ecommerce marketing auto…
- comment
-
comment
Comment #30954208
Most my coworkes are introverts. We do not do anything above. Unexpected enough? And we are lean and mean highly functional team. The most helpful for my team is let people be them…
-
comment
Comment #30859136
Oh for fucks sake people. There seems to be 5 lines of text on that page and to see them I needed to turn off content blockers. Jeez…
-
comment
Comment #30232189
Find a hobby. Something that is not work related and take it seriously. I don’t know - start cooking, invest into obscure LP’s, vintage fashion, start collecting stamps, racing car…
-
comment
Comment #29297122
I am Apple Music customer since beginning and not once has been shuffle turned on automatically.
-
comment
Comment #29067568
Sleeknote | Frontend Engineer | Full Time | Remote, but significant overlap (at least 4 hours) with Central European Time (Denmark based) | https://www.sleeknote.com We’re a growin…
-
comment
Comment #28986905
It is called CV driven development. The cold truth is if you do not have latest SV hype in your CV, you become pariah, unhireable. It’s that simple.
-
comment
Comment #28941739
> Not everyone needs mobile internet. I'd argue that most people don't. Mobile phones were extremely popular when they didn't have any internet connectivity. I am not mocking you, …
-
comment
Comment #28478018
I would not say obsessed. Instead I divide engineers to implementors (people who are masters of using frameworks/libraries to implement features, but are not capable of writing one…
-
comment
Comment #28448975
We always look for “rough diamonds”. It is a creative process, lots of tea leaves reading, but will yield excellent results if you have the ability to read these tea leaves. I am n…
-
comment
Comment #28178540
Some years ago that “universal “ in EU was USB-A, Apple had Lightning. Now EU wants that “universal” to be USB-C, Apple has Lightning. And in few years EU adapts USB-X as “universa…
-
comment
Comment #27873137
I initially just mimicked the React version into Vanilla, so this was a show-off how to do that somewhat exactly the same way. But in this particular case it serves no meaning, we …
-
comment
Comment #27871660
This was just taking the final React code in the article and rewriting it in vanilla as close as possible. Your comment is fully correct, but I would like to point out: - with such…
-
comment
Comment #27871164
Oh please, if you want to compare, use modern vanilla too... const CHECKBOX_ID = "my-checkbox"; const defaultLabelContent = "Toggle me, you newbies"; const beforeDiscountText = "Yo…
-
comment
Comment #27366734
Load all resources with fetch(), store to cache by yourself, take the response, clone and transfer into anything that can be sent with postMessage()
-
comment
Comment #23671378
If you are using Mac, Use [Gitbox]( http://gitboxapp.com/ ), it is a godsend.
-
comment
Comment #23523650
I use Safari User Stylesheet. This is mine: /* "custom" */ [class*="as-oil"]:not(body, html), [class*="optanon"]:not(body, html), /* "generic" */ [class*="consent"]:not(body, html)…
-
comment
Comment #18007997
Yes. To combat that we have code reviews (pull request workflow) and generally friendly and supportive atmosphere.
-
comment
Comment #18006182
Yep, you are correct about generic truthy. We have standard library function empty(), which is custom (agreed internally what is empty) and which everyone knows. That solves many i…
-
comment
Comment #18005997
Probably bad ;-) Seriously speaking all that comparison tables are pure academic stuff. In real code I honestly ever encountered a case where I have no clue whatsoever what both si…
-
comment
Comment #18005741
Disagree. Nothing clever in this, just elementary JS knowledge. I claim that relying in types in dymanic language (always ===) is actually worse. Better is not rely on types.