oh I'm not saying tailwind didn't have significant adoption before, but post LLMs is when major adoption from frameworks came as the default choice.
HN user
bernawil
[I'm assuming styled-components was the preferred css-in-js solution until recently]
If you do UI components with [insert your favourite CSS-in-JS solution], it stays in the same file.
I mean you can but "best practice" all around has been to put them separate and that's reflected in the majority of github repos in the training data of the LLMs.
Maybe the proximity to markup within the file is important?
that's my assumption, yes. Seems to me LLMs work best when they output the relevant tokens right there with the markup instead of referencing some previous tokens even if relatively close.
styled components was the recommended solution in popular UI libraries like React MUI up until 2023 when chatgpt came out. Tailwind REALLY blew up with LLMs.
class soup is what tailwind is. It's terrible because is just abbreviations of css attributes which you still need to know because you'll inevitably fiddle around devtools trying things out.
The only "smart" thing about it is leaning strongly on using rem.
how can it spill out onto the page? it's inline css. The (rare) inline selectors target only descendants.
Truth is that it's winning over because it works best with LLMs. Inline soup works better than looking for styling on different files in the context of the project, so here we are.
you mean the plans are subsidized? pay-per-use doesn't look subsidized to me, I can spend 5$ a day on a medium sized codebase easily.
My take is that, biologically, creating an attractive female is easier than creating an attractive male, specifically regarding facial attractiveness. A symmetrical female child is almost guaranteed to grow up to be attractive, whereas the same isn't true for a boy. The "right" hormonal profile needed to develop attractive male features is rarer than what women require. A symmetrical girl who doesn't develop pronounced secondary sexual traits (such as full lips or prominent cheeks) is still generally considered attractive to both men and women. In contrast, masculine faces that lack strong jawlines or brow width usually aren't. Additionally, high testosterone can backfire in men, leading to overdeveloped brows or nose bridges, which may reduce attractiveness.
you sure it's distilled? if you measure dissolved solids with a water quality tester does it read 0?
you're right, a little oversight from me.
Are you sure that it makes it more acidic? AFAIK it only outputs pure H20, should be neutral. If you feed it alkaline water you'll get "more acidic" water, but the other way if you feed it acidic water.
I know pressure drops. The problem is knowing which filter is the one causing it in particular. Also, filters that are spent at different rates are a PITA. What I mean is if you are going to feed it nominally clean tap water, there's no reason to protect a catridge with equally or more expensive cartridges. Just use the RO filter and be done with it.
True. But have tasted distilled water? Tastes metalic. Probably just my imagination but I feel like it pulls stuff from the mucous in your mouth and tastes like blood.
So when one times out, they all time out
Some units give you different fixed timespans for each. For that reason, I just use the Reverse Osmosis stage and ignore the rest. RO is the last step, and in theory it renders pure water meaning the only reason to have the previous ones is to pre-filter somewhat the water and extend the RO cartridge lifespan. Problem with that is, first, there's no way to gauge when each filter is spent. Second, they're priced the same anyway, so why even bother. Just go straight from tap to RO! Keep the post re-mineralization stage if you want.
was the left ever truly anti-immigration? I genuinely ask. Because the last leftwing explicitly pro-union movement I can remember was the late 90s/2000s anti-globalists, the ones that used to protest the G7 summits and the like. But they were in favor of immigration, so it always seemed contradictory. Anyway, it's not like the right doesn't have its own equally contradictory positions.
I don't think so. You can argue emmigration takes away supply in the labor side. Why would prices go down? Quite the contrary. I don't think it necessarily raises salaries in India though, because that market seems to have a hard cap somewhere around 36k/year but it sure does opens up positions for newcomers.
can't you do it anonymously?
now I wonder if identity thieves go around signing people up for timeshares.
the central point of the piece is this:
blocky pixel art often is a kind of misdirected, anachronistic nostalgia.
and my point was that blocky pixel art is a faithful representation of an important percentage of games of the era, even though some other games of the era were not meant to be "blocky" many indeed where as the gameboy proves.
I never said that CRTs or whatever didn't influence design sometimes. I just wanted to refute the central claim of the piece:
blocky pixel art often is a kind of misdirected, anachronistic nostalgia.
And no, blocky pixel art is a faithful representation of an important percentage of games from the 8bit to 16bit generations.
yup, honestly this whole take is so tired. Its a factoid pulled out of nowhere.
and the counterexample is easy: the gameboy launched with LCD screens and games definitely where meant to look blocky. The pokemon games are perhaps the most influential nowadays in terms of pixelart style and show all examples of it: the very blocky styles of the overhead view and the more detailed pictures of the pokemon. They also cover the 8-bit and 16-bit era with the gameboy advance.
you don't think it's a benefit that you could get the benefits of a "hydration service that ran as a proxy in front of the requests" out of the box?
there's lots of other benefits for GQL: multiple queries per request, mutation/query separation, typed errors, subscriptions support.
let us all remember the US is special. The government buys all mortgages -kind of- and that's what makes it possible and cheap to get 30 year fixed rates.
but what raises demand IS that it's an inelastic.
Anyway, supply and demand are murky concepts that don't map well to reality when trying to take them out of the supply/demand chart. You can't actually quantify potential "demand" because "someone wants a good or service" is not a data point for demand, only actual trades that happened do.
it's a typo, sorry. I meant "statistical"
it's very funny when people bring up this kind of static nonsense. Milei himself says he wants to turn the country into Ireland.
anybody who believes this hasn't been paying attention to Spanish language sources.
It's clear to everybody now the government is cooking the books trying to get another IMF loan. It's all creative accounting hiding away the debt to importers (they are just not paying).
Milei brought in Caputo, the mastermind behind 2015-2019 admin that took huge loans from the market and later the IMF and defaulted in 2019. They set >70% (real) interest rates that straight up killed the real economy. Every single productive industry is picking up and moving to Brazil.
among the richest
"among" is doing a lot of lifting in the sentence. It's a myth really. GDP estimations back then are really not reliable. Also, population was around 1 million, it's one of those typical statistical aberrations.I just want to clear the myth that pixel art style wasn't real and it's just an artifact of running games meant for CRT displays on modern screens: portables had LCD screens since the beginning and their art style was absolutely intended to look blocky. I'd say the biggest influence for pixel art today is the Gameboy generation, problably the pokemon games.
I wouldn't use find commands beyond the simplest Join. The beauty of Prisma is raw queries, because they're compiled and type-checked against your Entities. That's the whole appeal, IMHO.
It's just a hair dryer pointed at a tray with food is what I say.
Rome reached the million people mark in the 2nd century. All great cities of classical antiquity (familiar to the Spanish of that time) had over 100k pop: Carthage, Tyre, Byblos, Athens, Antioch, Alexandria, Constantinople...
sorry, noob here trying to make sense of this: you mean you can extract embeddings from the model file or that the embeddings are available in the repo and you can just use those files?