Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
thiht
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
61.
▲
by
thiht
3mo ago
I don’t know Zig or Python well enough to judge, but fwiw I don’t get this feeling at all for Go. When did that happen?
62.
▲
by
thiht
3mo ago
Not sure why you're using quotes, it IS a legitimate vaccine. Care to elaborate?
63.
▲
by
thiht
3mo ago
Way to deflect
64.
▲
by
thiht
3mo ago
The name of the game is confusing, I thought I had to find anagrams and didn't understand how to rearrange the letters
65.
▲
by
thiht
3mo ago
Where the fuck do you get your info from?
66.
▲
by
thiht
3mo ago
> Jack for John Wow, is this one common?
67.
▲
by
thiht
3mo ago
Not sure why?
68.
▲
by
thiht
3mo ago
I’ll keep the status quo of rejecting MAGA lies over allowing Fox News as a reliable source any day Go use conservapedia or grokpedia if you want the lies, no one is forcing you to use Wikipedia, and no one is asking for it to be turned int
69.
▲
by
thiht
3mo ago
> In place of strncpy, Linux kernel code should use strscpy() for NUL terminated destinations, strscpy_pad() for NUl-terminated destinations with zero-padding, strtomem_pad() for non-NUL-terminated fixed-width fields, memcpy_and_pad() fo
70.
▲
by
thiht
3mo ago
Volkswagen has a 10% market share in Europe (25% if you consider the whole group: Audi, Cupra, etc.) Assuming 25% (might be overinflated) of GrapheneOS are European, that’s 10000 European GrapheneOS users who would buy a Volkswagen car (ass
71.
▲
by
thiht
4mo ago
A mobile Tic Tac Toe with ~20 (for now) game variants :) Besides the basic game, variants range from simple stuff (5x5 grid for example), to well known variants (ultimate tic tac toe where each cell is a tic tac toe grid), and also more exo
72.
▲
by
thiht
4mo ago
> around 2018 when Apple started closing down it's macOS Did I miss the memo?
73.
▲
by
thiht
4mo ago
> Saying it 'looks like the stylesheets failed to load' is your own exaggeration On mobile I literally refreshed the page because I thought my wi-fi broke... Maybe it looks a bit better on desktop
74.
▲
by
thiht
4mo ago
Saying it’s better than GitHub is a bit of a stretch right now, when it doesn’t even support mobile and looks like the stylesheets failed to load
75.
▲
by
thiht
4mo ago
> The camera is a vehicle to capture the realness of the world around us, including the imperfect moments I mean... that's your opinion, not a fact :) I kinda agree, yet I will make small edits to my pictures to make them more like
76.
▲
by
thiht
4mo ago
"Thought for 0 seconds"
77.
▲
by
thiht
4mo ago
Damn, Australia and Austria are next
78.
▲
by
thiht
4mo ago
Why’s he leaving then?
79.
▲
by
thiht
4mo ago
But I thought they were making America great
80.
▲
by
thiht
4mo ago
Is America great yet?
81.
▲
by
thiht
4mo ago
Since everyone hates Plex here apparently here's a positive feedback. I bought the lifetime pass for $90 a few years ago and didn't even use it that much at first. I just launched Plex Server from my MacBook from time to time to w
82.
▲
by
thiht
4mo ago
Yeah don't even try to compare Kodi with Plex in terms of UX and user friendliness. Kodi is borderline unusable, at least on Android TV?
83.
▲
by
thiht
4mo ago
> keep painting each room a slightly different shade until it looks right You’re still not getting it. That’s NOT what Tailwind is, because Tailwind works in a design system way, so when you use text-sm or bg-sky-400, you’re using variab
84.
▲
by
thiht
4mo ago
Yeah learning syntax is not rocket science, using that against Tailwind is not a valid argument IMO
85.
▲
by
thiht
4mo ago
With Tailwind: <button class="bg-blue-600 text-white px-4 py-2 rounded"> With style: <button style="background-color: var(--color-blue-600); color: white; padding: 8px 16px; border-radius: 4px; border:
86.
▲
by
thiht
4mo ago
Can we stop with this kind of trash opinion? Do you genuinely believe people use Tailwind because they don’t know any better? I understand why many people have a visceral reaction against Tailwind when learning about it for the first time,
87.
▲
by
thiht
4mo ago
To be fair, CSS has evolved and improved A LOT in the past years, and a big reason why is Tailwind.
88.
▲
by
thiht
4mo ago
Because it’s a made up rule, not a law of nature. Having the styles inline on a component is very easy to reason about, it was just extremely impractical with CSS and the style attribute. Tailwind makes it easy, practical, and is actually w
89.
▲
by
thiht
4mo ago
> It is confusing and takes time to get used to I don’t believe Tailwind is inherently worse than pure CSS. If Tailwind had existed from day 1 on the web and you had learned it first you probably wouldn’t say this. In fact, if Tailwind h
90.
▲
by
thiht
4mo ago
> putting all those utility classes as inline styling into my HTML is a crime against nature. It’s really not when working with components instead of pages, and when working with variables properly
More ›