HackerTrans
TopNewTrendsCommentsPastAskShowJobs

irwt

121 karmajoined 11 năm trước

Submissions

Engineering Sacrifice: How Open Source Survives the Age of Free Code

lumramabaja.com
2 points·by irwt·7 ngày trước·0 comments

Dissolving Markets: How Sharing Technology Redistributes Power

lumramabaja.com
5 points·by irwt·11 ngày trước·0 comments

Blog: Prototyping a Bloom filter-based erasure code in Zig

lumramabaja.com
3 points·by irwt·6 tháng trước·0 comments

Who Holds the Control: How Technology Distribution Shapes Markets

blog.opencybernetics.io
1 points·by irwt·năm ngoái·0 comments

Do Codons Carry Hidden Instructions?

chainlesscoder.com
2 points·by irwt·năm ngoái·1 comments

Beyond Open-Source: A Market-Based Approach to Technological Empowerment

blog.opncbr.com
2 points·by irwt·năm ngoái·0 comments

A biologically plausible model for how neurons become pattern detectors [video]

youtube.com
3 points·by irwt·3 năm trước·1 comments

Decentralized AI and the Future of Web3 [video]

youtube.com
2 points·by irwt·3 năm trước·0 comments

Ghost Proofs – A way to cryptographically verifify the outputs of neural nets

blog.opncbr.com
2 points·by irwt·3 năm trước·0 comments

Open Source AI and the Challenges Ahead

blog.opncbr.com
2 points·by irwt·3 năm trước·0 comments

Hypersyn: A Peer-to-Peer System for Mutual Credit

arxiv.org
1 points·by irwt·4 năm trước·0 comments

Hypersyn: A Peer-to-Peer System for Mutual Credit [pdf]

github.com
3 points·by irwt·4 năm trước·0 comments

A TLDR explanation of Bloom filters

medium.com
2 points·by irwt·4 năm trước·0 comments

Demystifying Sparse Merkle Trees

medium.com
3 points·by irwt·4 năm trước·0 comments

Why the future of mutual credit is peer-to-peer

medium.com
1 points·by irwt·4 năm trước·0 comments

Self-issued credit – The separation of money and state through technology

medium.com
2 points·by irwt·4 năm trước·0 comments

[untitled]

1 points·by irwt·4 năm trước·0 comments

[untitled]

1 points·by irwt·5 năm trước·0 comments

Merkle Wallets – A new way to store your crypto

medium.com
1 points·by irwt·5 năm trước·0 comments

A new theory for how neurons encode memory

arxiv.org
2 points·by irwt·5 năm trước·0 comments

comments

irwt
·21 ngày trước·discuss
That's completely irrelevant to the discussion. Creating a bank account as a non-resident is even in the US not that straight forward.

Let me guess, you're German? Germans will say they're not very patriotic, but really the way German patriotism manifests is a resistance to outside criticism paired with a stubborn insistence that it's worse in other countries.
irwt
·22 ngày trước·discuss
I don't think you've lived in many EU or Asian countries... While incorporation sucks in France, Spain, and Germany, in most North European countries, East European countries, and even in most Balkan countries, it's a breeze (when compared to Germany).
irwt
·năm ngoái·discuss
TL;DR

This idea proposes that synonymous codons may act as more than passive alternatives — they could be part of an evolved error-correcting code hidden in the genome.

It’s a new angle on an old code.
irwt
·3 năm trước·discuss
The Koha model describes an algorithm for how neurons within a neural circuit specialize to become pattern detectors. The model also describes the role that dendritic spines have in memory formation and storage.

Some short segments of the recording are missing, and there were also some audio issues at the beginning of the recording. But overall the idea is followable.
irwt
·3 năm trước·discuss
That's the thing though, it's very easy to perform approximate nearest neighbor search in an efficient way. There are plenty of simple solutions for that. The real challenge is to design an algorithm that can scale & that remains robust even when there are additions and deletions to the set.
irwt
·3 năm trước·discuss
What exactly is elegant about this algorithm? The approach seems computationally quite inefficient to me.
irwt
·5 năm trước·discuss
As he's expressing several opinions, let's comment on each one separately:

1) His comment that "People don’t want to run their own servers, and never will" is correct, but I think it's not the right way to think about the problem. All of us have gigabytes of cached shit on our devices. Ideally that locally stored information should be part of a decentralized web. By "decentralized web" I mean smth very different from today's web3 bs.

2) "A protocol moves much more slowly than a platform" - again, he is correct, but I feel like he's not seeing the larger picture. The fact that a protocol "moves much more slowly" is actually a feature. Elaboration: He is looking only at the pace of change, not at the robustness of the system in question. Old software that was designed for use value, still works flawlessly, i.e. it doesn't break. The dependency graph of older protocols is mind blowingly small. Today's software, which most often gets designed for exchange value, breaks within a year if it doesn't get updates, because their dependency graph is enormous. It's correct that protocols rarely update, but they get forked way more. Most updates get introduced through new forks.

3) his section "Making some distributed apps" - spot on. As long as you need to have a local copy of a ledger (even if it's just the block headers) to be a validator, the majority of users will still have to trust a server. crypto fanatics will claim "yeah, but you can ask for a merklle proof of the state" miss that lying by omission is a thing (i.e. in the classic merkle tree, you can prove that smth is present, you cannot prove that smth is not present). As a result servers can still lie to you by omission. Crypto fanatics will say "yeah, but you can contact several nodes", but that assumes that there are several nodes. In reality the majority of projects will only call an Infura node. It's all insane. Nothing about today's crypto space is actually trustless & decentralized.

4) His section "Making an NFT" - Yup, the NFT space is ridiculous on several levels. His arguments against metamask are also legit, same reasoning as in the previous point.

5) Section "Recreating this world" - I think he's making the same logical mistake as in the earlier sections here. The cryptocurrency protocols did not converge to a client - server setup. They always were a client - server setup in disguise. The problems related to simplified payment verification (SPV) were never actually solved. I think it's wrong to think that things must converge to platforms. Things that are use value based often resist such dynamics, e.g. Torrents.

6) The "It’s early days" section - yup, it's not early days anymore. These problems are inherit in the architecture design of blockchain protocols.

7) "But you can’t stop a gold rush" - This whole section was spot on. It's all a gold rush. There's no use value to any of the crypto projects right now, except maybe enabling people who live under authoritarian regimes to take take their capital with them.

8) "Creativity might not be enough" - I don't agree with the first part of his conclusion, but the second part is legit.

Personally I think current web3 is going down a very bad path. The old school p2p protocol designers were still driven mainly by a socialist / anarchist zeitgeist. They were designing for use value. Today's protocols have a neoliberal zeitgeist. Use value was thrown out of the window in exchange for speculative value.
irwt
·5 năm trước·discuss
The real reason why people don’t use the blocked bloom filter, is because it’s FPR is much higher + it requires more storage. It has the worst of both worlds.
irwt
·5 năm trước·discuss
TLDR:

- The paper argues for the existence of a code within dendritic spines.

- The paper describes a biological mechanism for how information is processed within neurons.

- The paper describes a biological mechanism for how neurons within competitive circuits can learn to become pattern detectors.