Viewing profile — wakamoleguy
wakamoleguy
HN member- Joined
- Mon, Sep 11, 2017, 4:49 AM UTC
- HN karma
- 733
- Public activity
- 144 items
- HN profile
- View on Hacker News ↗
About wakamoleguy
No profile information was provided.
Recent public activity
-
comment
Comment #49220998
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…
- story
-
comment
Comment #48738222
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 checke…
-
comment
Comment #48719372
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?
- story
-
comment
Comment #48505031
> 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 inb…
-
comment
Comment #48160274
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…
-
comment
Comment #48134336
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 engag…
-
comment
Comment #47911421
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 correc…
-
comment
Comment #47909804
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 com…
-
comment
Comment #47909725
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 dec…
-
comment
Comment #47909671
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 …
-
comment
Comment #47909628
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 relyin…
- story
-
comment
Comment #47867076
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.
-
comment
Comment #47770454
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" i…
-
comment
Comment #47694542
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.
-
comment
Comment #47645615
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 …
- story
-
comment
Comment #47387775
I mean, that LLM idea _sounds_ ridiculous, but similar ideas have worked really well in machine learning for games like Chess and AI.
- story
- story
-
comment
Comment #46980644
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 a…
-
comment
Comment #45573460
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?
-
comment
Comment #45573426
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.