In many places, the HOA is the only entity that will do anything about bad neighbors like a dog that barks 24/7 or someone playing music all night—things that don't necessarily break city law but do affect your life, or…
Well said.
While browser cookie UI has been historically bad even for developers, I don't see how a browser's cookie UI could do what these menus do. For example, load StackOverflow in Chrome incognito. It has buttons for "Accept…
I haven't used Express in ten years, but imo `async (req, res, next) => ...` would mainly be attractive if failure was automatically handled and you could `await next()` to post-process the response. Though it would…
I still use Koa out of habit since it was the only framework for a while that had first-class promise support. One thing nice about Koa is that it's simple, so it's timeless in that way—it's not a moving target nor does…
To solve that, you have to move from the easier static made-for-one-width design (what we think of as desktop-first design) and move to fluid, reflowable design which we tend to call mobile-friendly design.…
I'm actually amazed to hear someone say this. Maybe you only travel alone, like middle seats, and are always first to board? Every time I accidentally fly Southwest, I'm horrified at how bad the boarding system is.…
You need text to scale and reflow to device width if you want text to be readable. This is one of the main reasons for mobile web design. Else you're stuck panning around the screen to read the text zoomed in. Once you…
These kinds of articles really need to answer "compared to what?" at which point they immediately cash out into nothing. So, 185,000 gallons of water were used to train GPT-3 which is apparently enough water to grow…
Funnily enough, OpenAI's own pricing page splits GPT-3.5 and GPT-4 under headings "Chat" and "GPT-4" https://openai.com/pricing Though I think the bulk of the confusion just comes from the fact that…
For my uses, gpt-4 is so superior to gpt-3.5 that gpt-4 would still be superior at half the tokens. Here's an example. Develop a prompt that determines the two-letter country code else "?" of the input text:…
In many places, the HOA is the only entity that will do anything about bad neighbors like a dog that barks 24/7 or someone playing music all night—things that don't necessarily break city law but do affect your life, or…
Well said.
While browser cookie UI has been historically bad even for developers, I don't see how a browser's cookie UI could do what these menus do. For example, load StackOverflow in Chrome incognito. It has buttons for "Accept…
I haven't used Express in ten years, but imo `async (req, res, next) => ...` would mainly be attractive if failure was automatically handled and you could `await next()` to post-process the response. Though it would…
I still use Koa out of habit since it was the only framework for a while that had first-class promise support. One thing nice about Koa is that it's simple, so it's timeless in that way—it's not a moving target nor does…
To solve that, you have to move from the easier static made-for-one-width design (what we think of as desktop-first design) and move to fluid, reflowable design which we tend to call mobile-friendly design.…
I'm actually amazed to hear someone say this. Maybe you only travel alone, like middle seats, and are always first to board? Every time I accidentally fly Southwest, I'm horrified at how bad the boarding system is.…
You need text to scale and reflow to device width if you want text to be readable. This is one of the main reasons for mobile web design. Else you're stuck panning around the screen to read the text zoomed in. Once you…
These kinds of articles really need to answer "compared to what?" at which point they immediately cash out into nothing. So, 185,000 gallons of water were used to train GPT-3 which is apparently enough water to grow…
Funnily enough, OpenAI's own pricing page splits GPT-3.5 and GPT-4 under headings "Chat" and "GPT-4" https://openai.com/pricing Though I think the bulk of the confusion just comes from the fact that…
For my uses, gpt-4 is so superior to gpt-3.5 that gpt-4 would still be superior at half the tokens. Here's an example. Develop a prompt that determines the two-letter country code else "?" of the input text:…