Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
StrandedKitty
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
StrandedKitty
11mo ago
I think it's fine to not disclose it. Like, don't you find "Sent from my iPhone" that iPhones automatically add to emails annoying? Technicalities like that don't bring anything to the conversation. I think typicall
2.
▲
by
StrandedKitty
1y ago
You are describing Discord. Small, gated, heavily moderated by actual humans, and often invite-only communities on specific topics.
3.
▲
by
StrandedKitty
1y ago
Does it even fall into "AI-generated" category? GitHub Copilot has been around for years, I certainly remember using it long before the recent AI boom, and at that time it wasn't even thought of as any kind of a breakthrough.
4.
▲
by
StrandedKitty
1y ago
For some reason I thought this article would explain how to ID a specific cat, that is basically facial recognition for cats. Is this even something that's possible with current tech? Like, surely cats have some facial features that ca
5.
▲
by
StrandedKitty
1y ago
There's a big upside to Google One Tap. It makes users sign up for your product like crazy. I recently added it to a SaaS web app I'm working on, and the number of new sign ups went up 8x overnight. You don't necessarily have
6.
▲
by
StrandedKitty
1y ago
What do you think the purpose of extensions is? They enrich the base spec. If your renderer can't handle an extension it will simply ignore it.
7.
▲
by
StrandedKitty
1y ago
> sleeping on phenibut is very restful Is this just you subjective experience or is it backed by some data or research? For me personally, sleeping after phenibut doesn't feel healthy at all -- in fact I often end up sleeping for 12
8.
▲
by
StrandedKitty
1y ago
Here in the NL I'd say it's at least €3600 if you have zero experience. This is my estimation for both theory & practical parts based on my own experience, current rates, and what little statistics I could find. Often much mor
9.
▲
by
StrandedKitty
1y ago
From what I understand, you are taxed on the unrealized gains from your assets, so you are effectively paying ~2% of the value of all your assets every year. Even if you simply own a stake at a startup, you still have to pay the wealth tax
10.
▲
by
StrandedKitty
1y ago
Maybe the reason is that the number of Apple users is an order of magnitude higher? Plus, they control both hardware and software. Apple is making very consumer-oriented products, and this comes with it's own downside of having to hand
11.
▲
by
StrandedKitty
1y ago
I was on desktop. The mobile version uses a slightly different layout and doesn't suffer from this issue.
12.
▲
by
StrandedKitty
1y ago
Please add more contrast to the black nav panel at the bottom. It took me like a minute to spot it because it was lost in the visual mess that the article previews create. At first I thought all this website does is article and video aggreg
13.
▲
by
StrandedKitty
1y ago
Not bad at all! WebGPU has compute shaders in the base spec, and it looks like 66%+ of internet traffic already supports it: https://web3dsurvey.com/webgpu By the way, if you are running any high-traffic websites you can do
14.
▲
by
StrandedKitty
1y ago
Surely it just reasoned that you made a typo and "autocorrected" your riddle. Isn't this what a human would do? Though to be fair, a human would ask you again to make sure they heard you correctly. But it would be kind of ann
15.
▲
by
StrandedKitty
1y ago
> Follow-up analysis of the first experimental results revealed a marked positional bias with LLMs tending to prefer the candidate appearing first in the prompt Wow, this is unexpected. I remember reading another article about some simil
16.
▲
by
StrandedKitty
1y ago
Simply coding. It's going to be AI-assisted by default. It already is for students getting into programming, and it'll take some years for old people to pick up these tools too, but I imagine we'll get there pretty soon.
17.
▲
by
StrandedKitty
1y ago
It's pretty popular in Eastern Europe and Russia. In Ukraine railroad tickets are sold through a Telegram chat bot. I think the main reason people prefer making chat bots in Telegram is that it's completely free and unlimited, i.e
18.
▲
by
StrandedKitty
1y ago
In the short term yes, but why would you as an end user of lovable and similar tools prefer expensive Supabase? If you already have an AI developer at your disposal you might as well make it figure out how to properly set up and maintain AW
19.
▲
by
StrandedKitty
1y ago
> Sell your stuff. See what sticks. Presumably an online shop with smart analytics.
20.
▲
by
StrandedKitty
1y ago
This is what I was thinking too when I was a child. But now that I got to see how adults actually act I feel like a lot of these concerns related to selling are irrational. If you have a new product and you want to market it to a wide audie
21.
▲
by
StrandedKitty
2y ago
This problem is noticeable here in Amsterdam too -- homeless people tend to just take the whole garbage bag out of the can, and empty it on the sidewalk so that it's easy to spot and collect all statiegeld (deposit) cans and bottles. I
22.
▲
by
StrandedKitty
2y ago
What makes it better compared to de-facto standard `classnames` library? const styles = tw({ base: "p-4 rounded-lg shadow-md", dark: { if: isDarkMode, classes: "bg-gray-800 text-white" }, light: { i
23.
▲
by
StrandedKitty
3y ago
It was never really meant to work on mobile. Honestly, this is more of a personal playground to try out different graphics algorithms, above anything. But the mobile version is requested a lot, so I will try finding time to work on it.
24.
▲
Streets.gl – a 3D map of the world that uses OpenStreetMap data
(streets.gl)
10 points
by
StrandedKitty
3y ago
|
2 comments
25.
▲
by
StrandedKitty
3y ago
Streets GL is a web-based 3D map that uses OpenStreetMap data to render features such as buildings, roads, paths, trees, etc. on top of a dynamic terrain. Geometry for tiles is generated in runtime. Source code is available on GitHub: http