HackerLangs
TopNewTrendsCommentsPastAskShowJobs

EGreg

7,807 karmajoined 18 năm trước
Gregory Magarshak Internet innovator :)

1. Social operating system for the Web, to liberate people from Big Tech and let them choose where to host their own community:

https://qbix.com/platform

2. Economic system for the Web, to monetize open source, journalism and other digital content without ads:

https://qbix.com/token

3. Economic and governance system for the real world, leveraging blockchains to enable local community currencies, universal basic income and democratic governance decision making on-chain:

https://intercoin.org

I have been working since 2011 on liberating people from Big Tech, and move digital society from Feudalism to a Free Market. A lot of the above is working, documented, and in some cases has attracted millions of people in 95+ countries, and translated into 15 languages. Feel free to reach out and join.

http://qbix.com/about to contact me

Submissions

Generalizing LLMs to PLTs: Probabilistic Language Tries

arxiv.org
1 points·by EGreg·12 giờ trước·0 comments

Trump admin banned Differential Privacy in Census. How to report privately [pdf]

magarshak.com
2 points·by EGreg·5 ngày trước·1 comments

Safecloud – a free, decentralized and federated video streaming platform

helpnetsecurity.com
7 points·by EGreg·9 ngày trước·3 comments

The proper way to verify age & other attributes without revealing identity [pdf]

magarshak.com
2 points·by EGreg·9 ngày trước·2 comments

Age Checks That Do NOT Leak Identity: Privacy-Preserving Attribute Verification [pdf]

magarshak.com
3 points·by EGreg·9 ngày trước·0 comments

Q.js: modern front-end framework for 2026. No build scripts unlike React et al.

npmjs.com
3 points·by EGreg·18 ngày trước·1 comments

Open Claiming Protocol – Successor to JWT

openclaiming.org
3 points·by EGreg·24 ngày trước·0 comments

Autohost – spin up websites seconds after someone points a domain at them

github.com
2 points·by EGreg·tháng trước·0 comments

Worried about Recursive Self-Improvement (RSI)? The answer might be CDE

safebots.ai
1 points·by EGreg·tháng trước·0 comments

What AI slop (on LinkedIn and elsewhere) now reads like

magarshak.com
1 points·by EGreg·tháng trước·1 comments

Startup Fundraising, just like Dating, are both deeply inefficient markets

intercoin.org
4 points·by EGreg·2 tháng trước·0 comments

Increasing State of Surveillance from All Sides Around the World

community.qbix.com
2 points·by EGreg·2 tháng trước·0 comments

LAWS: A new transform operation turning LLM inference into cheap cache lookups

arxiv.org
7 points·by EGreg·2 tháng trước·2 comments

KV Cache Compression 900000x Beyond TurboQuant and Per-Vector Shannon Limit

arxiv.org
46 points·by EGreg·3 tháng trước·42 comments

Probabilistic Language Tries: Unified Framework for Compression and AI Execution

arxiv.org
2 points·by EGreg·3 tháng trước·0 comments

[untitled]

1 points·by EGreg·3 tháng trước·0 comments

"No Way To Prevent This", says only industry where this regularly happens

qbix.com
3 points·by EGreg·3 tháng trước·1 comments

Show HN: OpenClaiming, a tiny protocol for verifiable claims that works anywhere

github.com
2 points·by EGreg·4 tháng trước·0 comments

Public Grok is toxic and unable to reason properly. This affects discourse

twitter.com
4 points·by EGreg·4 tháng trước·1 comments

White hat astroturfed #1 ClawdBot/MoltBot skill that can pwn all users

twitter.com
1 points·by EGreg·5 tháng trước·1 comments

comments

EGreg
·8 giờ trước·discuss
"There is nothing wrong with capitalism, but..."

- said before any potential criticism of capitalism. In USA, you shall not criticize the Profit.

"peace be upon him"

- said after any mention of Mohammad. In Saudi Arabia, you shall not criticize the Prophet.
EGreg
·Hôm qua·discuss
Unless they have backdoors to absolutely every form of encryption, including https certificates, etc. you can always use that to tunnel through.

https://www.reddit.com/r/privacytoolsIO/comments/cukcaf/goog...
EGreg
·Hôm kia·discuss
For some reason it made me think of this right away: https://en.wikipedia.org/wiki/Fourteen_Words
EGreg
·Hôm kia·discuss
I do not believe solutions to these issues will be found with government regulators. I believe they can be enabled by new technology that is designed to balance interests on all sides and actually enforce the guarantees IN CODE AND PROTOCOLS.

Having said that, I don’t think the tech industry is what it once was, dominated by cypherpunks working to create a better world. It has been captured by greed and “moving fast and breaking things”, as well as infighting. Greed (both in the form of web3 numbers go up, and benefiting from the greater fool while delivering no utility) and moving fast (web2 facebook / VC / dump shares on the public / lock in / extract rents). So no wonder the government eventually steps in, when the industry spends a decade without adults steering the ship. We have giant platforms controlling everything, and the rest has devolved into zero sum games and memecoins. The tech industry hasn’t led or even organized enough to get behind technology that can liberate users. Instead it’s been captured by for-profit interests. Mozilla and Apache are rounding errors.

Here is what open source can do when it comes to mass surveillance, and this would also solve the Flock problem here in the States, too:

https://community.qbix.com/t/balancing-privacy-and-accountab...

More broadly, here is what needs to be done across the board:

https://www.laweekly.com/restoring-healthy-communities/
EGreg
·5 ngày trước·discuss
The "banned" Differential Privacy refers to this: https://www.npr.org/2026/06/12/nx-s1-5855734/census-bureau-d...
EGreg
·5 ngày trước·discuss
Exactly this.

The correct way is to have M of N signatures on specific package manager pinned versions. And you trust the auditors to look at each new version, of a well-known package.

We should start a project and get it funded, to do just that. The money can go to LLM tokens for audits, at least, and hosting the multisigs and the package managers.

Anyone want to partner on this? See my profile on HN and email me.
EGreg
·7 ngày trước·discuss
Wait, state laws can restrict you using software on your own general-purpose computer? Does that infringe on freedom of speech?
EGreg
·7 ngày trước·discuss
What about the famous case of Carlsen claiming that his opponent cheated and even forfeiting to draw attention to it?
EGreg
·8 ngày trước·discuss
One major trick in distributed systems is to always attempt things in the same order. And then locally, you just store what you’ve seen, for “a long time”. That takes care of a lot of transactional issues — idempotency, retries, exactly-once delivery with no distributed locks, etc.

But as someone who builds distributed systems, I can tell you that transactions should be local. Anytime you want to lock something across the network (eg Canisters in ICP) so you can read it, that’s probably a code smell. You probably want to have evented reactive things ripple out, you do need idempotency, but you shouldn’t design your system to read remote state if you can help it. Only subscribe to remote messages.
EGreg
·8 ngày trước·discuss
We've had peer-to-peer livestreaming for years, on the platform. Here is a video of how it works: https://www.youtube.com/watch?v=nh0cewsyJlw

The code is here: https://github.com/Qbix/Media

Peer to peer Livestreaming is much easier than storage + streaming, because everyone is online at the same time, and can restream to each other using webrtc. If someone drops out, those listening to their stream can join someone else. It helps the livestreamer save money and not have to rely on Big Tech platforms ingesting RTMP.
EGreg
·9 ngày trước·discuss
This does: https://safebots.github.io/Safecloud

I designed it in order to stream videos and get paid without worrying about getting deplatformed

Two weeks ago it was covered in a respected security publication: https://www.helpnetsecurity.com/2026/06/19/safecloud-browser...

It's coming out soon, but if you're adventurous, you can try it on GitHub already.

Edit: I posted it on HN right now as https://news.ycombinator.com/item?id=48763565
EGreg
·9 ngày trước·discuss
Did you read the academic paper? It proves otherwise.

Yes, the government already knows your age, it gives you a driver's license for example. We're not talking about erasing their memory or databases. We're talking about you being able to prove your age range to others, without revealing your identity.
EGreg
·9 ngày trước·discuss
In this scenario, Google is still a trusted dealer.

I just posted a general solution anyone can implement without needing Google as the trusted dealer: https://news.ycombinator.com/item?id=48760492
EGreg
·9 ngày trước·discuss
Then I guess you'll be violating laws.

I'm talking about complying with laws, in a privacy-preserving way. It's possible.

Here, I posted it on HN: https://news.ycombinator.com/item?id=48760492
EGreg
·9 ngày trước·discuss
Google has pioneered a few technologies where they are the trusted dealer. For example, Private State Tokens.

I have written a paper on how to do age verification in a completely privacy-preserving way, and it doesn’t even need zero-knowledge proofs:

https://magarshak.com/papers/Personal.pdf
EGreg
·9 ngày trước·discuss
Are we distinguishing eustress and distress?
EGreg
·9 ngày trước·discuss
I like to think that I change my mind based on evidence, but the more I battle test my ideas in a specific thesis, the less reluctant I am to give it up, and prefer to see a synthesis incorporating the new arguments.

Often though, I find the arguments are things I have already heard before and either incorporated or debunked - either way they do not affect my positions.

https://magarshak.com/blog/why-im-confident-in-my-views/

As for strawmen like “well that’s not true of ALL cases” (I never said it was) or “that’s whataboutism”, those are just bad argumentation:

https://magarshak.com/blog/whataboutism-considered-harmful/
EGreg
·11 ngày trước·discuss
In a few years: Did you go home and make love to your wife, and put your kids to bed? Great, now give Claude Code access to those, so you don't have to. It is trained on 10,000,000 kids' behaviors, will remember every one of your family's health profiles, preferences and microexpressions, and can prevent tantrums and motivate them to lead much healthier lives than you can.
EGreg
·12 ngày trước·discuss
I don’t think people who write these headlines understand that “long live the king” used to refer to the next king. Where is the next tokenmaxxing?
EGreg
·13 ngày trước·discuss
Oh for goodness’ sake, can’t the government (federal or states) create a service that will simply give out a token when someone has passed the age they want (eg 18), and provably goes through a multipart mixer, or just give you a zero-knowledge proof on the device of your choice, anytime you need?

On a related note, if they will require a specific kind of ID to vote, can’t they just make sure everyone can receive that ID?

Of course they can. They don’t want to. And they pretend like they don’t know how to. What this government is lacking, is a distribution system.

To be fair, they will need digital IDs or NFC chips in IDs since deepfakes can now fake the physical IDs next to your face in real time.