One of the worse offenders is North which is previously thalmic labs; Not a single product has reached the market with any revenue to show but remains a poster child for a successful organization.
HN user
randaouser
Bitcoin is not anonymous and is subject to flow analysis. Zcash and monero have solved this in different ways with really intriguing primitives.
ZCash uses zksnarks which are a pseudo homomorphic encryption strategy to hide payments whereas monero is using linkable ring signatures.
Generally speaking, the blockchain community has really advanced the crypto field
To reach a ketogenic state, the term fast from a clinical sense required 24-36 hour period without any caloric intake; strictly water. I have done 3 day water fasts, the hunger waves need to be controlled the first 2 days, but the feeling is gone after that point.
There are many things to consider, including refeeding syndrome, it is highly advised to seek MD advice prior to undertaking such a diet.
Lastly, there is a ton of research highlighting fasting and its effects on stem cell regenerative properties.
For those who are price sensitive like me but want all our macros; my personal app also scrapes the flyer for local grocery stores for ingredient prices and runs a knapsack algo to reach my cost threshold and tells me what things I can make
Indexing is important for sure. The problem is to preserve privacy and not falling back to heavy weight general purpose Multi-party computation we have to give up a bit on the precision and recall of modern search engines. Minhash, more specifically Locality Sensitive Hashing (LSH) is a good first approximation (Better then Term Freqency, worse them ML based search). Right now much of the web is unqueryable, my first goal was to allow the deep web and TOR services to be searched even at just a rudimentary level.
One step further that Ive prototyped is Encrypted and Distributed Search. The VPN relays willing to take the traffic can also double as Web crawlers. The vpn clients encrypt their search terms and vpn relays encrypt their search indexes, and perform ElGamal Homomorphic private set intersection with MINHASH in Elliptic Curve Field. This leads to better then key word, worse then current age context search from google but with Strong Elliptic Curve privacy guarantees.
I overcame TDMA problems associated with mesh broadcast networks by moving channel allocation logic into the application layer. For me it was more important for reliable delivery then bandwidth. We use geo spatial TDMA to further allocate the channel, two proximity peers would have vastly different time slots. Unfortunately this leaks location data (though most 2GHz channels will). Besides wifi + bluetooth channels, we have leveraged acoustic channels (more so for unidirectional communication from a watch tower to all peers within an ultrasonic range)
This sounds like the quadrigacx exit scam
Probably for its homomorphic encryption properties. Used in the correct setting with the appropriate Generator ( ElGamal on Elliptic Curve Fields) it is very secure but limited in use beyond Set Intersection as the results cannot be decrypted.
the rust nightly build has the ECC curve functionality. Most of the crypto related prototyping on rust requires the nightly atm. Heres hoping integration onto wide release for the sake of the crypto dev community
they mandate access through a web portal... this in itself is centralization. One can simply tamper with the website. You need to distribute a client software or use an open source dapp explorer type product to prevent data manipulation en-route to the blockchain
I built a prototype of a Private Set Intersetion using elliptic curve homomorphic encryption method for this very use case: The scenario goes 1) FBI indexes the dna using MASH algorithm (minhash like locality sensitive hashing of genomic sequences) of the person they are searching for. They then use homomorphic encryption and post this encrypted data online with a bounty for anyone to claim. 2)Now, individuals and corporations can try to claim the bounty; they also run MASH on their dna databases and encrypt each mash index using the same homomorphic strategy and submit it back to the FBI. 3)The FBI can now complete the private set intersection algorithm on the encrypted data and will only reveal information iff an assailants genealogy is found. The remaining sequences appear cryptographically random and thus protect the privacy of those persons.
I am currently working in blockchain space. If you want to know more feel free to message me.
Starlink I think can consider heavily leveraging a multicast or hypercast protocol considering most bandwidth usage is related to video streams. Many downlinks can accept a broadcast level packet.
How does a system link Starlink handle channel and spectrum allocation?
I think ultimately the price will be determined through government subsidies. Current Meat and Dairy Industry receives massive subsidies (~38$Bn) and the lobbying groups won't appreciate a cut of profits.
The uptake will be great however, what doesnt sit well is the 2008 12Billion bailout. As the same actors will be the nodes that are privileged to write to and maintain the ledger, it has yet to be seen how immutable these transactions will be.
It is a computation platform first and foremost. You can pay gas in ETH. Every opcode has a set gas price, so executing a compiled contract on the network costs you some ETH. Why would you want to run code on ETH?
Most notably, it requires no 3rd party trust to execute the code whereas traditional cloud architectures require you to trust that the execution environment is kosher e.g. amazon vm is not compromised, amazon hardware does not have side channel attack.
It is ideal to write a token or currency on ETH platform as state changes like balances are better left completed on trustless architectures
Hi unfortunately not :( . I wholeheartedly recommend https://learnyousomeerlang.com/ as a starting point though if your interested.
from my experience, erlang actor model had some of the strongest queue mechanics and the most resilient systems I have deployed. As some background, I worked as a contractor for a telco and built a 6 9's system for their service monitoring using Erlang and its supervisor model. In 3 years the system has always been able to recover from errors with near 0 downtime (the 6 9s comes from production metrics).
1) Can you clarify which users? The government issuing the search query is unable to decrypt the messages. If they flag it, they can order a warrant against the individual to decrypt the message.
2) A random salt is used so only exact keywords will match (I have a fuzzy matching implementation using jaccard similarity and minhashing but that is an extension). To answer your question technically yes, but what you describe would require many interactions with the data source as the content producer must apply the encrypted queries against their encrypted data.
Again, I am trying to provide a solution that is beyond just giving someone the ability to read your private messages without your consent. No doubt it will require work from sidechannel attacks so appreciate any feedback
Im hoping to resolve this using a "searchable encryption" scheme leveraging homomorphic encryption and elliptic curve based el-gamal. This would allow law enforcement to search for key words on encrypted data sets. This prevents leakage for both parties.
THe use case for emails is a tad clunky as the bag of words would require precomputing, however, it is privacy preserving for both parties.
If you feel this is something interesting that you would like to contribute to please msg me. I have working code in javascript (so it may soon be a plugin) and the architecture is decentralized but requires a a single message interaction between the actor querying and the data source.
I imagine a decentralized search service for a particular set of search queries that users want privacy against.
it leverages Additive and Multiplicative Homomorphic Encryption with Elliptic Curves. I wanted a fuzzy searching algorithm so went with a minhash implementation on document bigram vectors which were then converted to a locality sensitive hash.
Unfortunately, it is an interactive protocol unlike something like zksnark/starks :(
I have written it in Javascript and plan to deploy it as a plugin in Brave Browser. Sundar really disappointed me recently with his rhetoric; he claims googles pursuit for information accessibility but also want to censor and allow authoritarian governments to profile users.
This would also allow location services without revealing your location
I started working on fuzzy matching searchable encryption for this very reason; you can send an encrypted search term and match using jaccard similarity to an encrypted index of similar documents without information leakage of the search query or the encrypted document.
This is the state of the art at the moment and would be useful for such things as: 1)Private search over encrypted documents 2)getting your FICO score like equifax without leaking any information 3)finding genetic treatments for conditions you are predisposed to without revealing your private genetic makeup or a pharmaceutical companies patented gene therapy sequence
Typically retrieval of the document would require a TOR like network.
Ill post a link to my work in the near future. Msg me if you're interested.
How is adsense able to complete this? I assume Google is the broker and thus completes on the match on their servers.
How is ad matching performed exactly? Is a users data profile basically matched against some set of ad network defined properties and then served to the end user?
1) OFAC can say what they want, no one is technically barred from sending funds to that account (albeit it may not be in the best interest of the party)
2) Just as a logical proposition is written in law and exploited by persons (Check how often tax laws are updated), unaudited smart contracts will pose a risk. The state of auditing is improving daily
3) This is a disingenuous comparison; in 2018 One ASIC has a mining power of approximately 12 tera-hashes per second. For comparison, in 2013, the total hash rate of the Bitcoin network on April 29, 2013, was 79.02 Th/s.
I agree with you on the personalities surrounding crypto in the mainstream, they dont do it any favors. However, I disagree that the industry is led by just scumbags; the aforementioned are merely the ones that jump at the opportunity at the spotlight. As we know, sensationalism sells.
There are in fact some very reputable persons in the space:Tim Berners Lee, Andreessen Horowitz, Tim Draper to name a few. More so, to get a real feeling of the development community behind eth I say check out https://ethresear.ch/. The devs on the project are very dedicated, transparent and post nearly daily updates on progress.
I agree with the greed, but any and all emerging markets will have opportunist attempt to capitalize on the asymmetry of information available to the average joe.
Ask crypto devs (myself included) I welcome regulatory oversight. I also believe in working along side the banking industry to develop appropriate interfaces and adopting KYC/AML process where appropriate.
Further to this, I question how many persons commenting actually understand the underlying principles of each of the so called blockchain offerings.
EOS relies on 11 elected validator nodes who have been shown to try to buy votes
ETH is the only platform IMO that truly captures consensus and its move towards proof of stake will improve transaction throughput.
All in all, the fact that I can complete a 1k transfer in 5mins for under 10 cents is unheard of in any banking workflow.
HN community definitely is an echo chamber when it comes to cryptocurrencies and its a shame. My question to my fellow HNers is do we see no merit in a censorship resistant framework which builds a trustless execution environment. I dont think any legitimate crypto dev pushes a narrative to move all cloud services to ETH
As internet served as a conduit to open and accessible knowledge to the world, crypto has the potential to open value exchange globally without the need for trusted entities.
Granted there are fast and established solutions available today for money transfer, however, they all rely on a trusted entity that under the right political pressure will compromise a user and thus is not censorship resistant.
Animal farming is the biggest cause climate change; before you try to rid the world of crypto, you can personally go vegan and make a larger impact