"I’ve read many articles on the same topic but never found it presented this way" it reminds me a lot of a description I saw in a video with Jonathan Blow talking about precedence and parsing with Casey Muratori. The…
Not sure I'm gonna get any replies, so I don't want to just leave this as a message of support for the bill. It is concerning. I think I saw MidnightBSD said it seemed like they were thinking of iOS when they made this…
This looks like previous discussion of the bill that became the act: https://news.ycombinator.com/item?id=45244049
Doesn't this law just let parents set up age-labelled accounts for their children with the idea that apps not suitable for children won't be allowed under those accounts? Seems no worse than what mobile OSes already do…
I like open source and I don't want to lose it but its ideals of letting people share, modify and run code however they like have the same issue as what the AI companies are doing. Openclaw is open source, there are…
Faster and more complex hardware can also have bugs or back doors, as can cheaper hardware. That said, I'm not happy with buggy and untrustworthy code either.
> People will literally create blacklists of sites, and if you don't follow the blacklist you'll get added to it. I imagine some will, but hopefully that won't be the norm. Beehaw isn't doing it. There's probably been…
On Twitter and Tumblr you can make extra accounts to participate in discussions you're interested in, and select people to follow based on that, so the feed system is okay for talking about things other than yourself if…
One thing I really want to know is what data can apps access. Is it like most phone apps where my data in one app is secure if some random game would like to read it? Do the apps or the users manage security choices…
This is true. What I find puzzling is that advertisements have most of the same issues but many people accept them. You could argue that people's acceptance of ads suggests they should accept micropayments, or people's…
Compared to a regular welfare system where they stop paying if the recipient has the ability to support themselves / doesn't need it (from each according to his ability, to each according to his need) UBI is the…
What about postal voting? Probably less of a threat because it's not that common I guess. But does it mean there are no countries complying with secret ballot demands?
In Australia we have the option of voting for someone as our first preference, and letting them direct your lower preferences for after they get eliminated (according to their previously published preference list). If…
Primary voters' optimal strategy, if voting within their preferred party, should also be to pick a centre candidate, so they will win. Could get complex if people vote in the opposing party's primary though.
I would suggest voting for the lesser of two evils if you'd do that in a plurality voting system, plus whoever else you like better. Though there might be three equally likely winners you hate, in which case I dunno.
Say I have two categories, programming articles and non- programming articles, and some other data about each article. And I want to predict whether the article will be interesting or not. And I want to be fair to…
Here is a discussion of Intel limiting the code that can run in security subsystems in their processors: https://news.ycombinator.com/item?id=11007060 I'm not saying this is acceptable, but it seems to be happening.
They don't control the supply of search services so much as they control the supply of eyeballs.
A better analogy is a piece of paper. Like a mirror, it reflects rather than thermally emits the light, but unlike a mirror, it scatters the reflected light, limiting how much it can be focused.
I made the file DanBC referred to above, and wondered about how much computation you could do with iterated decompression (specifically, deflate-type decompression). Could you make a zip file representing a Turing…
Interesting, is there a description of how it works or cheats?
So long as it used the usual deflate algorithm, and you don't need to deal with recursive compression as in the article, yes. The size counter program would be structured similarly to the decompression algorithm, but…
If the author had a reason for why they didn't like non-monetised free clones, it wasn't clear to me, so I'm going to make up some possible reasons, so there's something substantive to discuss. Monetised free clones…
Password authenticated key exchange should do what we want. I was hoping WPA2 would have have used it already. http://en.wikipedia.org/wiki/Password-authenticated_key_agre...
I still don't feel like I know the relationship between the perpetrators and google. Subcontractors, employees, or what? But I would be surprised for that apology to happen if there was no relationship other than…
"I’ve read many articles on the same topic but never found it presented this way" it reminds me a lot of a description I saw in a video with Jonathan Blow talking about precedence and parsing with Casey Muratori. The…
Not sure I'm gonna get any replies, so I don't want to just leave this as a message of support for the bill. It is concerning. I think I saw MidnightBSD said it seemed like they were thinking of iOS when they made this…
This looks like previous discussion of the bill that became the act: https://news.ycombinator.com/item?id=45244049
Doesn't this law just let parents set up age-labelled accounts for their children with the idea that apps not suitable for children won't be allowed under those accounts? Seems no worse than what mobile OSes already do…
I like open source and I don't want to lose it but its ideals of letting people share, modify and run code however they like have the same issue as what the AI companies are doing. Openclaw is open source, there are…
Faster and more complex hardware can also have bugs or back doors, as can cheaper hardware. That said, I'm not happy with buggy and untrustworthy code either.
> People will literally create blacklists of sites, and if you don't follow the blacklist you'll get added to it. I imagine some will, but hopefully that won't be the norm. Beehaw isn't doing it. There's probably been…
On Twitter and Tumblr you can make extra accounts to participate in discussions you're interested in, and select people to follow based on that, so the feed system is okay for talking about things other than yourself if…
One thing I really want to know is what data can apps access. Is it like most phone apps where my data in one app is secure if some random game would like to read it? Do the apps or the users manage security choices…
This is true. What I find puzzling is that advertisements have most of the same issues but many people accept them. You could argue that people's acceptance of ads suggests they should accept micropayments, or people's…
Compared to a regular welfare system where they stop paying if the recipient has the ability to support themselves / doesn't need it (from each according to his ability, to each according to his need) UBI is the…
What about postal voting? Probably less of a threat because it's not that common I guess. But does it mean there are no countries complying with secret ballot demands?
In Australia we have the option of voting for someone as our first preference, and letting them direct your lower preferences for after they get eliminated (according to their previously published preference list). If…
Primary voters' optimal strategy, if voting within their preferred party, should also be to pick a centre candidate, so they will win. Could get complex if people vote in the opposing party's primary though.
I would suggest voting for the lesser of two evils if you'd do that in a plurality voting system, plus whoever else you like better. Though there might be three equally likely winners you hate, in which case I dunno.
Say I have two categories, programming articles and non- programming articles, and some other data about each article. And I want to predict whether the article will be interesting or not. And I want to be fair to…
Here is a discussion of Intel limiting the code that can run in security subsystems in their processors: https://news.ycombinator.com/item?id=11007060 I'm not saying this is acceptable, but it seems to be happening.
They don't control the supply of search services so much as they control the supply of eyeballs.
A better analogy is a piece of paper. Like a mirror, it reflects rather than thermally emits the light, but unlike a mirror, it scatters the reflected light, limiting how much it can be focused.
I made the file DanBC referred to above, and wondered about how much computation you could do with iterated decompression (specifically, deflate-type decompression). Could you make a zip file representing a Turing…
Interesting, is there a description of how it works or cheats?
So long as it used the usual deflate algorithm, and you don't need to deal with recursive compression as in the article, yes. The size counter program would be structured similarly to the decompression algorithm, but…
If the author had a reason for why they didn't like non-monetised free clones, it wasn't clear to me, so I'm going to make up some possible reasons, so there's something substantive to discuss. Monetised free clones…
Password authenticated key exchange should do what we want. I was hoping WPA2 would have have used it already. http://en.wikipedia.org/wiki/Password-authenticated_key_agre...
I still don't feel like I know the relationship between the perpetrators and google. Subcontractors, employees, or what? But I would be surprised for that apology to happen if there was no relationship other than…