HN user

laundermaf

198 karma
Posts0
Comments106
View on HN
No posts found.

It's also possible that they suggested worse options just to get a bigger fee without looking more expensive than what you could find with a single search.

I think the best "cheap" travel agents nowadays would just do the job of searching for you for an explicit fee, and then just send you the links. This is generally useful when you have specific requests and not much time to find them.

What you describe is exactly why people use dependencies. You just decided to trade your time for the noble act of having “no production dependencies”, while one of the 275 modules installed by Jest (real number) stole your production secrets anyway.

As for point 2, Node 18.1 I think just introduced a native argument parser.

One of many, existed since at least 2013. The most popular one went bust since it was free and many more were born, bought and died since.

It’s good to keep seeing alternatives though since the lifespan of such services isn’t very long.

I myself ended up making my own version on AWS Lambda and SES and that worked well for 7 years without a change. This pattern is so common I think an example lives on AWS’ own help site.

State of CSS 4 years ago

Page media has been supported for decades. Line numbers aren’t strictly related to page media. It’s hard to complain about the lack of in-depth support for a media that isn’t meant to display “the web”.

I do agree that it could be better. They have been adding print-related features though, at least I remember some in CSS3. CSS Colors Level 4 includes cmyk functions.

State of CSS 4 years ago

Dialog is fine, but what I’m most excited is the upcoming Popup API. The finest part is that “the most recent popup gets the top-most layer”. You never have to fight z-index again because popups now live in a compositing layer outside the document itself (even though they’re still part of it), akin to position:fixed but without the conflicts.

State of CSS 4 years ago

:is() exclusively reduces nesting if your nest produces a single rule, which is the least common situation and is generally dealt with by just duplicating the selector rather than nesting.

State of CSS 4 years ago

Your comment reads like a lot of complaining by someone who doesn’t do a whole lot of CSS.

You’re complaining about the mere availability of color functions, that alone kills the rest of the comment.

This issue caused CF to irreversibly ban them though, so it's not "just a bandwidth issue" anymore.

Based on the URL that are being requested at Cloudflare, it violates our ToS as well. All the requests are txt file extension which isn't a web content

you cannot use Cloudflare to cache or proxy the request to these text files

Starlink Aviation 4 years ago

First class has its own levels I think, just because you spend 10k for a flight you're not going with a limo directly under the plane without any wait in the airport. Some airports do have shortcuts though, that's true.

Starlink Aviation 4 years ago

Isn't PreCheck supposed to lessen that a bit?

I don't think "security" is going to be lessened in our lifetime, if anything it can only get worse. Disrupting the space would take an insane amount of money you don't have. People who have money, can fly private.

Your view on "the way of life" is so superficial.

Yes, we all breathe, eat and die. Day to day things are different. Interactions are different. Food is different. The time you spend between work and sleep is different.

Saying that "the way of life" is the same between South of India and the US is completely laughable.

Popular things are popular for a reason

Meh, it really depends. Some places look amazing on cameras and especially on drones, but aren't that interesting if you're not a bird.

Specifically, "un-popular tourists" generally don't like to hang out with hundreds of other tourists, pay exorbitant fees and being hassled by street sellers anywhere they go.

the locals' way of life is definitely not unique anywhere in the world

This reads like satire. You can't tell me that life in Vietnam is anywhere near life in the US. I don't need to visit any tourist places in Vietnam to enjoy living there.

In many cases, he slept on the plane, and never even got a hotel room.

Doesn't sound like such a great life. Anything short of a bed is pretty awful to sleep, let alone planes; even less once-a-day long-haul flights that would allow any acceptable amount of sleep.

I'd guess "never even got a hotel room" is an exaggeration.

It’s kinda cool but apparently you can’t really be accessible AND script-free because they say you should change some aria attributes and potentially some focus when you open modals like menu and dropdowns.

A #menu href coupled with :target style is technically more accessible because the focus naturally shifts to it. Then the exit button should point to #menu-toggle so that closing the menu brings the focus back to the origin.

So when do I use `<div onclick>`? /s

It’s disappointing how developers are so lazy to not even know the basic concept of a link. It’s completely ridiculous yet super common to see click handlers on DIV elements that set the value of location.href

As for A/BUTTON, we really need an attribute that clears the button’s style entirely, safely and forever. Nobody knows how to properly and full drop all useragent styles from a button, try googling it.

Ah yes the second one is exactly it.

Could be a lot better now?

Effectively zero progress. Last year I heard some work being done on an alternative API but I haven’t see that since. I don’t expect anything to be done before 2025 if ever.

It’s expensive to be poor.

Like poor people can’t buy bulk, real countries with limited budgets can’t spend freely for a 100-year project. It will be well worth it in the end, but you have to pay it all now.

just write my own WYSIWYG editor

For your own mental health, don’t. I was looking for an old article describing how bad the API is, written by one of the authors of a WYSIWYG JS editor, but I can’t find it.