Viewing profile — xtagon
xtagon
HN member- Joined
- Mon, Dec 02, 2013, 7:45 PM UTC
- HN karma
- 323
- Public activity
- 156 items
- HN profile
- View on Hacker News ↗
About xtagon
No profile information was provided.
Recent public activity
-
comment
Comment #46790395
Perhaps. That was yesterday, today there's 650+, with hundreds being tagged as bugs.
-
comment
Comment #46762067
Yeah, I see what you're saying.
-
comment
Comment #46761981
This is great! Interesting to see how many navigation lights there are besides the obvious ones.
-
comment
Comment #46761839
You're talking about if a box is compromised, but to clarify, this is hard coded into the source in the repo, not an end-user's credentials (and it's a `client_id` and `client_secr…
-
comment
Comment #46761593
Wild. There are 300 open Github issues. One of them is this (also AI generated) security report: https://github.com/clawdbot/clawdbot/issues/1796 claiming findings of hundreds of h…
-
comment
Comment #45768834
I don't feel like they owe me a refund in principle, at the end of the day I paid for subscription-free software and they delivered it, and I'm happy to do that exchange. I just do…
-
comment
Comment #45768814
Not happy. I recently purchased the whole suite and now not only is it now free (didn't need to purchase it), but it's no longer even what I want. And it doesn't work on iPad until…
-
comment
Comment #43393972
Non-destructive editing sounds great!
-
comment
Comment #42640676
Not all rewriting and not all summarization is the same, and the surprising part is that it often makes it seem more legitimate. There's no reason, for example, that it couldn't re…
-
comment
Comment #42640607
> This is like telling someone to learn programming by starting with assembly. Believe it or not, this is some people's preferred learning style. See also: Nand2Tetris, Linux From …
-
comment
Comment #41758373
I highly, highly doubt we've reached the level of AI safety required to make it a good idea to replace (or even just supplement) caregivers for children. Nobody has truly solved th…
-
comment
Comment #41689900
Seems like a variation of https://en.wikipedia.org/wiki/The_Million_Dollar_Homepage but yearly instead of one-time payments. The Million Dollar Homepage had a sort of early-interne…
-
comment
Comment #40617903
Not all ML is built on neural nets. Genetic programming and symbolic regression is fun because the resulting model is just code, and software devs know how to read code.
-
comment
Comment #39624999
The types are no less protectable by authorization policies than the data, although authorization is hard to get right anyways, all else the same this architecture doesn't worsen i…
-
comment
Comment #39569540
Interestingly, you could accomplish a similar thing with GraphQL if the frontend uses the type introspection GraphQL provides and the backend graphql schema implements HATEOAS-like…
-
comment
Comment #39337206
See also the phenomenon of it always taking 3 tries to plug in USB the correct way
-
comment
Comment #39036177
Paywalled so if the article already mentions this I wouldn't know, but just going off "scroll" the title, I wonder if this would pair well with Dasher as an input method to replace…
-
comment
Comment #38802059
If the user has to initiate all shuffles, it won't play continuously. If you handle it another way, that demonstrates that it doesn't "just" work with a pure shuffle without using …
-
comment
Comment #38797458
Given a set of songs or albums {a, b, c} Suppose shuffling results in ordered set [b, a, c] Suppose user plays through the entire set. Now it's shuffled again before repating. Supp…
-
comment
Comment #38774883
I'm pretty sure both Office 365 and Google Calendar have a way to generate an iCal URL. So you could just implement that, I would think.
-
comment
Comment #38758398
Are the Whos within Whoville human?
-
comment
Comment #38523992
Yes but how do I use WebAssembly as a markup language?
-
comment
Comment #38226009
Those who say it can't be done should not interrupt the people doing it, I suppose!
-
comment
Comment #37945107
See: https://keepass.info/integrity.html (you may want to manually type it into the address bar...) and download their PGP keys. That way you can verify KeePass downloads using the…
-
comment
Comment #37288037
A mid-level human engineer can iteratively fix the mistakes they start making, instead of that just being the final result. Can GPT-4 do that?