Downvoted why? I told the truth. Why would you use an antiquated feature that's not up to par with SVG? The absolutely ridiculous part of this is that they're using JS to create additional DIVs on top of the image. Why…
And that’s a bad idea. HTML images maps are not responsive. Just use SVG, it works without any scripts and it resizes with the image. If you use <foreignObject> you can also use a fully responsive <picture> tag
> Why would you want to see Laotian? Statistically speaking, Laotian users speak Laotian. As a traveler, I’m the minority. Regarding the rest, I feel you. They can guess whatever language as long as they make it easy to…
Yes and no. I’m in Switzerland, please follow my browser language. Don’t guess whether I speak Swiss, French, Italian, etc I’m in Laos, my OS is in English. Please show me Laotian. However, do make it easy for anyone to…
Why wouldn’t Germans have their “browser languages configured correctly?” German is well supported by software. If Germans want German content, they’ll have their OS set to use German. Filipinos on the other hand would…
I don’t think you ever used CS before and don’t understand it regardless of the current situation (which will resolve eventually) COVID surely affected all hospitality, but money isn’t relevant to CS anyway.
This is exactly it!
This breaks my use case function shorten(text, length) const t = document.createElement('input') t.maxlength = length t.value = text return t.value }
Google used to let you blacklist websites many moons ago, that would go a long way already. Now there are a few extensions that do that, but obviously they only hide the results from each page, so sometimes you will see…
It depends. Neat short animations can be nice. Even your lightbulb “dimming in” and out would be quite nice. What you’re complaining about is the lightbulb taking 3 seconds to turn off and its toggle costing $100. Now…
Hey that Makepad looks great. Too bad it doesn’t make my phone keyboard appear. You know… the same thing you get by adding a plain `contentEditable` DOM attribute. Maybe reinventing the whole damn car on canvas isn’t a…
I love that it stores 6000 mails in 6.0 Megabytes.
> The fact I have to go three menus deep just to open the history screen is bad History is never more than 2 clicks away: - Open Library button, click History - Open History menu (macOS) However, yes, core browser…
There's a comparator on apple.com: https://www.apple.com/mac/compare/
You’re talking about ecommerce, not automation. Automation is unrelated to where products are sold. Automation might just mean one fewer cashier at a regular store.
How does this make sense? Automation lowers prices, not margins. The prices go down because you don’t have to pay people. If it costs the same, you don’t lower prices just because you’re using automation.
> extremely engaged with and integrated into the global system, beholden to Law and a robust court system Uhm yeah but countries do nothing when Russia annexes Crimea, what do you think they’d do if the US simply spies…
You’re confusing static with serverless. Your content is indeed static but your search is not: It’s handled by a service that parses your requests and produces output. Static content on the other hand are files being…
All of that doesn’t seem to belong on to CLI flags. I love the possibilities this opens up, but I’d much rather write a configuration file.
I never got into React, but seeing it compared to Svelte I find it hilariously convoluted. Hooks make it even worse.
This is correct. Many tools are split into multiple packages for — hear me out — convenience. I regularly extract features from my apps into new npm packages. This way they can be reused by other apps. Troglodytes can…
Good luck vendoring node_modules. Why are these threads filled with people who know nothing about node? npm and yarn both have lockfiles for this purpose. Vendoring only bloats your repos.
This is not a library. Stop thinking of it as a library. It's a building block, a module. > why a library like this is even necessary? Do you know how to determine whether something is a Promise? Wrong. Also the first…
I think that’s the point. No plugin system. Compare Babel to Bublé or even Sucrase for example: https://github.com/alangpierce/sucrase Preparing data for external use always takes extra effort. You can build an…
I don’t think it’s a language issue. Even for JavaScript bundlers you have the slow extensible bundle and the “new super fast bundler” that dies in a month because it only fits one use case. How flexible is Hugo? And…
Downvoted why? I told the truth. Why would you use an antiquated feature that's not up to par with SVG? The absolutely ridiculous part of this is that they're using JS to create additional DIVs on top of the image. Why…
And that’s a bad idea. HTML images maps are not responsive. Just use SVG, it works without any scripts and it resizes with the image. If you use <foreignObject> you can also use a fully responsive <picture> tag
> Why would you want to see Laotian? Statistically speaking, Laotian users speak Laotian. As a traveler, I’m the minority. Regarding the rest, I feel you. They can guess whatever language as long as they make it easy to…
Yes and no. I’m in Switzerland, please follow my browser language. Don’t guess whether I speak Swiss, French, Italian, etc I’m in Laos, my OS is in English. Please show me Laotian. However, do make it easy for anyone to…
Why wouldn’t Germans have their “browser languages configured correctly?” German is well supported by software. If Germans want German content, they’ll have their OS set to use German. Filipinos on the other hand would…
I don’t think you ever used CS before and don’t understand it regardless of the current situation (which will resolve eventually) COVID surely affected all hospitality, but money isn’t relevant to CS anyway.
This is exactly it!
This breaks my use case function shorten(text, length) const t = document.createElement('input') t.maxlength = length t.value = text return t.value }
Google used to let you blacklist websites many moons ago, that would go a long way already. Now there are a few extensions that do that, but obviously they only hide the results from each page, so sometimes you will see…
It depends. Neat short animations can be nice. Even your lightbulb “dimming in” and out would be quite nice. What you’re complaining about is the lightbulb taking 3 seconds to turn off and its toggle costing $100. Now…
Hey that Makepad looks great. Too bad it doesn’t make my phone keyboard appear. You know… the same thing you get by adding a plain `contentEditable` DOM attribute. Maybe reinventing the whole damn car on canvas isn’t a…
I love that it stores 6000 mails in 6.0 Megabytes.
> The fact I have to go three menus deep just to open the history screen is bad History is never more than 2 clicks away: - Open Library button, click History - Open History menu (macOS) However, yes, core browser…
There's a comparator on apple.com: https://www.apple.com/mac/compare/
You’re talking about ecommerce, not automation. Automation is unrelated to where products are sold. Automation might just mean one fewer cashier at a regular store.
How does this make sense? Automation lowers prices, not margins. The prices go down because you don’t have to pay people. If it costs the same, you don’t lower prices just because you’re using automation.
> extremely engaged with and integrated into the global system, beholden to Law and a robust court system Uhm yeah but countries do nothing when Russia annexes Crimea, what do you think they’d do if the US simply spies…
You’re confusing static with serverless. Your content is indeed static but your search is not: It’s handled by a service that parses your requests and produces output. Static content on the other hand are files being…
All of that doesn’t seem to belong on to CLI flags. I love the possibilities this opens up, but I’d much rather write a configuration file.
I never got into React, but seeing it compared to Svelte I find it hilariously convoluted. Hooks make it even worse.
This is correct. Many tools are split into multiple packages for — hear me out — convenience. I regularly extract features from my apps into new npm packages. This way they can be reused by other apps. Troglodytes can…
Good luck vendoring node_modules. Why are these threads filled with people who know nothing about node? npm and yarn both have lockfiles for this purpose. Vendoring only bloats your repos.
This is not a library. Stop thinking of it as a library. It's a building block, a module. > why a library like this is even necessary? Do you know how to determine whether something is a Promise? Wrong. Also the first…
I think that’s the point. No plugin system. Compare Babel to Bublé or even Sucrase for example: https://github.com/alangpierce/sucrase Preparing data for external use always takes extra effort. You can build an…
I don’t think it’s a language issue. Even for JavaScript bundlers you have the slow extensible bundle and the “new super fast bundler” that dies in a month because it only fits one use case. How flexible is Hugo? And…