Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
wakamoleguy
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
wakamoleguy
11d ago
Speaking of autonomously acquiring resources in the real world, how is proofofcorn.com going? Looking now, it seems like it stalled out several times, and the corn likely never made it to market. Not a great data point for this type of proj
2.
▲
by
wakamoleguy
12d ago
Unfortunately, your behavior is identical to what a reseller would do.
3.
▲
by
wakamoleguy
15d ago
These statistics don't necessarily imply that the programs don't improve the situation, only that mental health outcomes are worsening faster than programs are improving them. The existence of support programs could also encourage
4.
▲
by
wakamoleguy
1mo ago
On the extreme side, things like blackmail and fraud are generally illegal, even if they can make you money. Most of these dark patterns that "work" tend to follow a similar pattern: by taking advantage of the target, one can extr
5.
▲
by
wakamoleguy
2mo ago
In a typical office environment, the correct response to “I don’t have access to this Google Doc” is to ask for access from the person who sent you the link. In another context, it could be fair to think “Hmm, this is some sort of capture t
6.
▲
LLMs Are Surprisingly Bad Blog Authors
(wakamoleguy.com)
4 points
by
wakamoleguy
2mo ago
|
0 comments
7.
▲
by
wakamoleguy
3mo ago
That's a really good question. This may also end up depending on the level of trust within the team. One thing I didn't call out is that an "optional gate" can still just be checked by sending a DM, like "Hey, do yo
8.
▲
by
wakamoleguy
3mo ago
There is only zero incentive if the filter detects AI music reliably. It's still a race between effective detection and cost to generate content, isn't it?
9.
▲
Don't make gates optional, make them flexible
(wakamoleguy.com)
50 points
by
wakamoleguy
3mo ago
|
8 comments
10.
▲
by
wakamoleguy
4mo ago
> A person reading a suspicious email might notice that the sender’s domain has an extra character, or that something about the request feels off. An AI assistant scanning your inbox for items that need action may not slow down to check
11.
▲
by
wakamoleguy
4mo ago
What a strange take. LLMs produce plausibly correct output, which is exactly where plain JavaScript and DOM manipulation will result in a spaghetti mess. Frameworks like React that add structure to the data flow, component encapsulation, an
12.
▲
by
wakamoleguy
5mo ago
I disagree. Especially with AI, it’s far too easy to generate and insert an image with no time, energy, or eye for detail. Authors do it because it supposedly leads to better engagement, shows up bigger on social media, and breaks up the te
13.
▲
by
wakamoleguy
5mo ago
Thanks! I have been learning about FedCM recently, but I need to read more. My understanding is that it requires the relying party to allowlist which IdPs it trusts, is that correct? That always seemed like it would make it gravitate toward
14.
▲
by
wakamoleguy
5mo ago
That’s real, yeah. I also remember a couple concerns around that privacy as well. One being that if your IdP controls your email, they could probably figure out what sites your communicating with anyways. And perhaps a timing issue with whe
15.
▲
by
wakamoleguy
5mo ago
That’s how this project started, with trying to take the Persona repo and bringing it up to date. There were two challenges… first, don’t underestimate how hard it is to take a decade old Node repo and run it today. There are no types, many
16.
▲
by
wakamoleguy
5mo ago
I’ve tried it in the past. This was a few years ago, so it’s possible it’s changed since then. But the reason I’m not choosing it for myself today is that it relies on either Sign in with Google (fine) or magic links to verify the user. I r
17.
▲
by
wakamoleguy
5mo ago
The biggest one I’ve come across is the ability to manage and revoke sessions from a centralized location. With BrowserID, you can’t just sign out of your IdP and expect all relying parties’ sessions to invalidate. Instead, BrowserID assert
18.
▲
Reviving BrowserID in 2026
(wakamoleguy.com)
31 points
by
wakamoleguy
5mo ago
|
13 comments
19.
▲
by
wakamoleguy
5mo ago
And yet the data shows that they did decline. I'm sure they could be much better, and the response will vary from state to state.
20.
▲
by
wakamoleguy
6mo ago
The data ownership is really interesting, as many threads here are going into. I wonder if it's possible to sidestep that entirely, though! Under the CCPA, "personal information" is defined as information that identifies, rel
21.
▲
by
wakamoleguy
6mo ago
Is there a technical limitation why these never seem to be grouped into a thread? I generally appreciate the updates on my package, but I also value a tidy inbox.
22.
▲
by
wakamoleguy
6mo ago
These are all risks. Not all risks need to be mitigated, but some can be. Others can be accepted. Saying “Python is too slow for production scale, but our goal is a small proof of concept,” is a valid answer even if it doesn’t “solve” the c
23.
▲
Hello, MDX. Hello, Islands. Goodbye, MDX
(wakamoleguy.com)
2 points
by
wakamoleguy
6mo ago
|
0 comments
24.
▲
by
wakamoleguy
7mo ago
I mean, that LLM idea _sounds_ ridiculous, but similar ideas have worked really well in machine learning for games like Chess and AI.
25.
▲
One Task at a Time, Even with AI
(wakamoleguy.com)
2 points
by
wakamoleguy
8mo ago
|
0 comments
26.
▲
AI-DLC Solves the Wrong Bottleneck
(wakamoleguy.com)
3 points
by
wakamoleguy
8mo ago
|
0 comments
27.
▲
by
wakamoleguy
8mo ago
It was some attempt at reductio ad absurdum. If you are concerned about letting Alexa into your home, you must be as irrational as Chris Hemsworth. Edit: I'm misusing reductio ad absurdum, but somebody will please tell me what the fall
28.
▲
by
wakamoleguy
1y ago
It’s also possible that I start my next task without remembering to create a new diff first. That might explain the conflict when the original commit becomes immutable?
29.
▲
by
wakamoleguy
1y ago
I build a few diffs off of my local main, create and push a bookmark, and then create a PR back to main from that bookmark.
30.
▲
by
wakamoleguy
1y ago
Maybe it’s based on whether the GitHub merge is a squash, rebase, or plain merge? Or do folks usually manually perform the merge with jj?
More ›