{
    "version": "https:\/\/jsonfeed.org\/version\/1.1",
    "title": "Блоги: заметки с тегом decentralisation",
    "_rss_description": "Автоматически собираемая лента заметок, написанных в блогах на Эгее",
    "_rss_language": "ru",
    "_itunes_email": "",
    "_itunes_categories_xml": "",
    "_itunes_image": false,
    "_itunes_explicit": "no",
    "home_page_url": "https:\/\/blogengine.me\/blogs\/tags\/decentralisation\/",
    "feed_url": "https:\/\/blogengine.me\/blogs\/tags\/decentralisation\/json\/",
    "icon": false,
    "authors": [
        {
            "name": "Илья Бирман",
            "url": "https:\/\/blogengine.me\/blogs\/",
            "avatar": false
        }
    ],
    "items": [
        {
            "id": "133971",
            "url": "https:\/\/robertblinov.net\/blog\/all\/cybersecurity\/",
            "title": "Technological measures for cybersecurity",
            "content_html": "<p>There are various kinds of cybersecurity measures: organisational, legal, technological, and physical. All of them are useful, but the technological ones are the most resilient.<\/p>\n<h2>Policies and platforms are short-lived by nature<\/h2>\n<p>Legislation and policies are short-lived and unreliable, they are easy to bypass and modify. Just as platforms, they are created and maintained in a centralised manner by people who cannot be held to account. Protocols, on the other hand, are far more reliable, because they work in any jurisdiction and under any management. If a protocol’s creator dies or loses control, it keeps on working regardless. SimpleX, RSS, Monero, and the internet itself are all open protocols that do not belong to any company.<\/p>\n<p>There can be any formal rule, but only the technologically enforced one will be followed. To falsify a contract on a Proof-of-Work blockchain, one needs to take over 51% of the network, and not just a single notary office. Good cryptocurrencies have monetary policies that are deeply thought through, so people don’t have to worry about central banks making the “right choice”. Decentralised domain protocols allow for true domain ownership, so people don’t have to worry about the benevolence of the Internet Corporation for Assigned Names and Numbers (ICANN).<\/p>\n<p>As for data protection, it’s possible, of course, to open a company in one country and have it belong to two legal entities in two other countries, dividing data between different jurisdictions. Yet legislation can always change, while technologies will keep on working regardless. Such a legal move can only be an addition to technological measures, not their replacement.<\/p>\n<p>The European GDPR allows citizens to withdraw consent to their data being processed, as well as to exercise “the right to be forgotten” and thereby remove all data about themselves from the public eye. But as the Streisand effect proves, a person who states the desire to hide will thereafter only become more visible. Services that truly want to streamline data deletion allow it to be done with a simple click — no emails and phone calls required.<\/p>\n<p>“Security through obscurity” leads to lack of responsibility and accountability. Good defence works even if the enemy knows how it works.<\/p>\n<h2>The zero-trust approach works best<\/h2>\n<p>When a system is transparent and comprehensible, there is no need to rely on others’ oaths: violations are seen, while vulnerabilities are easy to fix. Transparent and comprehensible software is open-source, its builds are reproducible. If it connects to the web, it has an <a href=\"https:\/\/obdev.at\/iap\/index.html\">Internet Access Policy<\/a>.<\/p>\n<p>Reliable devices have open schematics and, when possible, are physically transparent to make it easy to notice foreign components. The microphone and camera are turned off electrically, not via software.<\/p>\n<p>If some code isn’t being used, it needs to be removed. The simpler the software, the fewer the bugs & vulnerabilities, and the higher the likelihood of detailed external audits.<\/p>\n<p>Technologies should be built in ways that make surveillance impossible, with data being processed only after the user’s conscious consent. It’s preferable for all new technologies to be backwards-compatible: this makes their adoption easier. Optional privacy is no privacy at all, as it divides people into normies and “those with something to hide” — that’s why Monero rules and Zcash drools.<\/p>\n<p>The zero-trust model is a good way to enhance security. In an organisation, this means embedding multi-level access control: each person can only access the data needed for the time needed. Accepting that anything can leak leads to minimising data collection and storage; accounts are not created without good reason.<\/p>\n<p>Zero-trust can also be implemented on a local level via sandboxing. This means isolating browsers, ecosystems, and devices: using one for the personal, another for work, and a third for the alter ego. Access to one account or device will thus never be enough to paint a full picture of someone’s life.<\/p>\n<h2>Tips to enhance privacy and security<\/h2>\n<p>As many interactions as possible should happen anonymously or at least pseudonymously. To make identification more difficult, one can reduce the amount of static data by constantly changing IP addresses with a VPN, randomising MAC addresses, <a href=\"https:\/\/youtu.be\/Vt4Jl4t43ug\">preferring IPv4 to IPv6<\/a>, spreading disinformation about identity. It’s harder to identify a person whose name isn’t tied to a device.<\/p>\n<p>Browser-level protection is not enough: it’s not the only program communicating with the internet. Also, the more a browser is configured, such as with installed plugins, the easier it is to identify the person through metadata. Restrictions, such as those related to scripts, should be set on the system or router level.<\/p>\n<p>Authentication should consist of multiple factors: what a person knows and what a person has. Emails and SMS messages should not be obligatory factors because of their low privacy. There also should not be any shared secrets: many people are unable to follow instructions and keep passwords in a safe place.<\/p>\n<p>As much as possible should happen locally: the cloud is just someone else’s computer, while trusted third parties are security holes. However, if an interaction requires the internet, a web app is safer than a local app: a closed browser tab guarantees absence of background communications.<\/p>\n<p>Almost everything should be encrypted, but it’s important to remember that malware (and on-device AI) can gather data before encryption and after decryption.<\/p>\n<p>It’s best to avoid passing SSDs onto others: the only way to truly ensure the absence of previously “deleted” data is to smash the disk.<\/p>\n<p>To completely exclude remote attacks, a device should not have Wi-Fi, Bluetooth, microphones, and cameras; any connections should happen physically. Such devices are typically kept in hard-to-reach places. If such a device were to be accessed, it should notify about this, both on the software and hardware levels. The most advanced devices use deniable encryption, fooling potential extorters into believing that the little data they manage to retrieve is all there is.<\/p>\n<h2>Final thoughts<\/h2>\n<p>Certain kinds of digital threats can be prevented only with transparent technological measures.<\/p>\n<p>However, a system can never be fully secure — this would make it inoperable. Tradeoffs are unavoidable; security measures should be chosen based on threat model, threat probability, objective limitations, long-term goals, and budget.<\/p>\n<p>As of today, network effects continue to sway people towards centralised messaging apps, many sites needlessly require registration, hardly any devices have open schematics, and decentralised domain protocols are still uncommon. There is great room for improvement — let’s get to it.<\/p>\n",
            "date_published": "2024-07-29T13:11:19+05:00",
            "date_modified": "2025-08-27T17:20:53+05:00",
            "tags": [
                "decentralisation",
                "Europe",
                "legislation",
                "privacy",
                "programming",
                "software",
                "solutions",
                "strategy",
                "tech",
                "websteads"
            ],
            "author": {
                "name": "Robert",
                "url": "https:\/\/robertblinov.net\/blog\/",
                "avatar": "https:\/\/robertblinov.net\/blog\/pictures\/userpic\/userpic@2x.jpg?1739870896"
            },
            "_date_published_rfc2822": "Mon, 29 Jul 2024 13:11:19 +0500",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "133971",
            "_rss_enclosures": [],
            "_e2_data": {
                "is_favourite": false,
                "links_required": null,
                "og_images": []
            }
        },
        {
            "id": "122522",
            "url": "https:\/\/robertblinov.net\/blog\/all\/tech-talk\/",
            "title": "Tech of freedom and of slavery",
            "content_html": "<div class=\"e2-text-picture\">\n<img src=\"https:\/\/robertblinov.net\/blog\/pictures\/sep-9-talk.png.jpg\" width=\"2560\" height=\"1440\" alt=\"\" \/>\n<\/div>\n<p>I will be giving a talk about the state of modern technology <a href=\"https:\/\/www.lasorgentesanremo.it\/prossimi-eventi\/le-tecnologie-di-liberta-e-di-schiavitu\">at Villa La Brise<\/a> in Sanremo.<\/p>\n<p>Saturday 9 September, 17:30.<\/p>\n<!-- lecture --><!-- Wi-Fi --><!-- SIM cards --><!-- contact list --><!-- AI --><!-- artificial intelligence --><!-- decentralisation --><!-- decentralization --><!-- Sorgente -->",
            "date_published": "2023-08-22T19:15:27+05:00",
            "date_modified": "2024-11-28T19:10:02+05:00",
            "tags": [
                "decentralisation",
                "freedom",
                "Italy",
                "my events",
                "privacy",
                "Sanremo",
                "tech",
                "undertakings"
            ],
            "author": {
                "name": "Robert",
                "url": "https:\/\/robertblinov.net\/blog\/",
                "avatar": "https:\/\/robertblinov.net\/blog\/pictures\/userpic\/userpic@2x.jpg?1739870896"
            },
            "_date_published_rfc2822": "Tue, 22 Aug 2023 19:15:27 +0500",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "122522",
            "_rss_enclosures": [],
            "_e2_data": {
                "is_favourite": false,
                "links_required": null,
                "og_images": []
            }
        },
        {
            "id": "121923",
            "url": "https:\/\/robertblinov.net\/blog\/all\/environmentalism\/",
            "title": "Environmentalism has been hijacked",
            "content_html": "<p>Eliminating waste and pollution is a noble cause. But environmentalism today has been almost completely taken over by climate alarmists. They are quite the hypocrites — yelling about rising sea levels while buying beachfront property.<\/p>\n<p>Quoting Carl Sagan, we live in a society exquisitely dependent on science and technology, in which hardly anyone knows anything about science and technology.<\/p>\n<h2>Global warming<\/h2>\n<p>I’m not worried about rising temperatures. The extent of Arctic sea ice is the highest in decades. Antarctica just had its coldest winter with more ice than ever. Natural disasters are less frequent, and deaths related to them have fallen from 500 thousand a year in the 1920s to 14 thousand a year now. The weakness of the latest solar cycle might actually lead to global cooling.<\/p>\n<p>About half of today’s land-surface temperature measurements are fraudulent: they are taken next to airport runways with hot jet engines and tarmac. TV channels are manipulating viewers by spicing up temperature colors: I’d expect that Birmingham black to visualise 45 °C, not just 33!<\/p>\n<div class=\"e2-text-picture\">\n<img src=\"https:\/\/robertblinov.net\/blog\/pictures\/temperature-colors.png\" width=\"901\" height=\"483\" alt=\"\" \/>\n<\/div>\n<p>But if Earth is actually warming, it’s a good thing: 10 times fewer people die from heat than from cold. Sweat is a blessing: it excretes toxins, increases blood flow, and opens up the skin. I want extra summer!<\/p>\n<p>Chemtrails, sun-blocking, and similar geoëngineering must be banned constitutionally.<\/p>\n<h2><b>C<\/b>arbon dioxide versus actual pollution<\/h2>\n<p>There is no historical relationship between atmospheric CO<sub>2<\/sub> and temperatures on Earth. Atmospheric <b>C<\/b>arbon dioxide is in fact at a 300-million-year record-low because of natural fluctuations in the Sun’s energy output. Today it makes up just 0.042% of Earth’s total atmosphere.<\/p>\n<p>Earth was way more biodiverse when it had ten times today’s CO<sub>2<\/sub>. An atmosphere richer in <b>C<\/b>arbon leads to plants producing more <b>O<\/b>xygen, and forests and grasslands spreading to places previously too cold to support them. It would also mean more food for everyone and a subsequent drop in poverty. Greenhouse growers buy CO<sub>2<\/sub> generators to double plant growth.<\/p>\n<p>Cow farts cannot be worse for the environment than factories spewing chemical waste all day. Besides, the world-round cattle population has fallen by at least 100 million over the last 30 years, and this did not stop greenhouse gas emissions from going up.<\/p>\n<p><b>C<\/b>arbon is the foundation of organic chemistry and a building block of life. Something we emit when breathing cannot be bad for the environment. Restrictions and taxes on CO<sub>2<\/sub> emissions must be banned constitutionally.<\/p>\n<p>The real problem is actual air pollution, which kills 7 million people every year. Particles less than 0.1 micrometres in diameter — especially from diesel fuels — cause premature births, asthma, cancers, and mysterious illnesses. Boogers of a color other than white are a sign of dirty air.<\/p>\n<p>Fireworks frighten birds and animals, while contaminating air and earth. Banning them, along with limiting car use in cities, will largely solve noise pollution.<\/p>\n<p>Clean spring water should be easy to access straight from the tap. It’s scary how a tiny minority of people using Teflon pans for the last 30 years made rainwater no longer drinkable.<\/p>\n<h2>Free markets and the role of government<\/h2>\n<p>It is sensible to minimise waste, pollution, and plastics. But rarely should something be done at all costs: absolutist approaches almost always lead to disasters. Good transitions are Tarzan-like: not letting go of the old before the new can replace it. Every policy decision must go thru a cost-benefit analysis.<\/p>\n<p>Clearly-defined property rights can help reduce pollution: a property owner has a natural incentive to take good care of his land. A neighbor’s cigarette smoke reaching my house should be considered a property violation.<\/p>\n<p>Most environmental calamities have been caused by governments and corporations. That’s why BP coined the term “climate footprint” in 2005 to try to pass its responsibility onto the individual. Big Energy uses another trick too: taking bribes to consider corporations users of 100% “clean energy”, thus turning regular people into users of “dirty energy”. The artificial legislative construct of limited liability lets companies destroy the environment for a fixed price — it must be abolished!<\/p>\n<p>Government agencies should be required to assess critical habitats affected by their projects and always choose the most environmentally-friendly option.<\/p>\n<p>The EU plans to exempt private planes from jetfuel tax despite them emitting the most pollution per person. Government employees except for the president and a few key ones should be obliged to fly only commercial; this will also reduce corruption.<\/p>\n<p>The EU is also now forcing manufacturers to use USB-C as their devices’ charging port. I doubt that this will help the environment in any way: some upgraders will now have to throw away existing chargers and buy new ones. This law is also an infringement on freedom that will raise production costs and stifle technological progress.<\/p>\n<p>Today’s financial system is a wasteful scam of pointless public companies, stocks, derivatives, and banks. It requires constant economic growth (which is impossible) and prints endless money to make prices go up forever. ESG ratings are not about corporate responsibility, but about woke greed. Taxes, inflation, and patents disincentivise innovation.<\/p>\n<p>GDP shows not the true wealth of a nation, but its reliance on the external economy; absolute self-sufficiency has a GDP of zero. Two quarters of negative GDP growth does not imply recession.<\/p>\n<p>It’s time to switch to hard, disinflationary currencies like Monero: their appreciating value incentivises buying only high-quality, long-lasting, and useful items. The world will become a cleaner and healthier place once the economy of single-use crap declines.<\/p>\n<h2>Electric energy<\/h2>\n<p>Renewable energy is a nonsensical term. The sun may always be around, but solar panels and windmills need materials to be built. Moreover, solar and wind farms take up lots of land and destroy its landscape. The German Green Party invades forests to replace trees with windmills — clown world at its finest.<\/p>\n<p>Rapidly changing energy production methods is wasteful in itself, as it requires manufacturing thousands of solar panels and windmills. Manufacturing <i>one<\/i> EV battery requires digging up 226,000 kilograms of the earth’s crust for metal-processing.<\/p>\n<p>Nuclear power is the most energy-dense fuel of all, is quite cheap, and saves lives by avoiding pollution that would have come from burning coal. Infinite nuclear energy means infinite fertiliser, food, productivity, and opportunity for an even larger population.<\/p>\n<p>The cruel Klaus Schwab and his Young Global Leaders of course desire the opposite — energy scarcity — to amass more control and win the spiritual war. Energy independence is a national security priority; European nuclear power plants should be restarted as soon as it is safely possible to do so.<\/p>\n<p>The chance of a nuclear-plant accident happening in peaceful times is yoctoscopic: today’s plants are built unlike Chernobyl. Should we strive to abolish hazards completely, we should start by dismantling all nuclear weapons.<\/p>\n<p>Hydro and geothermal are also good energy sources. Solar energy makes sense at the level of individual buildings — but installing panels should never be mandatory! Using rainwater as greywater in individual buildings makes sense too.<\/p>\n<p>Mainstream soyentists call petrol “dinosaur sauce”. But I find the abiotic origin theory to make more sense: it says that petroleum is formed by magmatic <b>C<\/b>arbon reäcting with <b>H<\/b>ydrogen beneath the earth’s crust. If this is correct, the peak-oil narrative will be defenestrated and fuel prices will fall. Using petroleum for energy is fine if done without excessive pollution, fracking is okay if local communities support it.<\/p>\n<p>Biofuel is made of viable crops. Its low energy density is never worth the rise in food prices.<\/p>\n<p>The city of Augsburg is switching off façade lighting on historic buildings and evaluating the shutdown of some traffic lights, while France is turning off street lights completely and limiting illuminated advertising at night. I support these initiatives: they will save taxpayer money and improve citizens’ eyesight & circadian rhythms. I would even take them a step further by banning fluorescent lighting in government buildings and public spaces.<\/p>\n<p>It is sensible not to condition air in the summer and not to heat homes too much in the winter: large temperature differences between the indoors and outdoors are bad for health. But such restrictions should never be forced upon people (looking at you, Spain).<\/p>\n<h2>Plastic<\/h2>\n<p>Plastic is a petroleum-derived industrial material that was never intended for day-to-day use and only became widespread because of corrupt scientists. Bisphenols, PBDEs, phthalates, microplastics, and other forever-chemicals are messing with our hormones and making us sick.<\/p>\n<p>We are meant to lightly live next to nature, and not in a densely-populated industrial wasteland. Avoiding “soakproof paper”, polyëster clothing, synthetic tyres, wood glues, chemical-laden fabric softeners, and all other plastics is much smarter than buying an EV “to save the planet”. I own only 20 things made with plastic — 20 too many.<\/p>\n<p>The same governments that couldn’t stop screaming about the environment led an epidemic response that created loads of waste in masks, gloves, bags, tests, and vaccine vials. To this I say: governments must be banned from using plastic in non-critical situations. Fake grass should be banned completely.<\/p>\n<h2>Better ways to build things<\/h2>\n<p>Environmentally-friendly objects are frugally designed with universality in mind, and thus cost little both to buy and to maintain. They don’t need constant cleaning & lubrication, and instead resist erosion, self-heal, & generally become better with age. They are easy to repair, often without special tools. They honor their material by avoiding dyes and embracing natural forms. Stapleless staplers are a brilliant item designed to avoid depleting resources.<\/p>\n<p>I avoid buying whenever I can, and instead build, borrow, or rent. If buying is inevitable, used items are worth taking a look at: preowned classics are better than unproven novelties; old does not mean obsolete. I use everything that I own, even every corner of every sheet of paper!<\/p>\n<p>Appropriate technology is smol-scale and not organisation-dependent. Mechanical devices such as counterweights, pedals, magnets, and simple machines are more reliable than electricity-consuming alternatives.<\/p>\n<p>Speaking of electronics — buried components, omnipresent glue, and proprietary screws are a disgrace. Devices with interchangeable parts allow upgrading without replacing, either via hot-swap modularity or custom improvements such as retrofitting. Refinement culture has a certain charm to it. I like the concept of scavenger electronics: building tech with spare parts lying around. Openly available schematics allow more people to repair instead of discarding and replacing.<\/p>\n<p>The best packaging is as little packaging as possible. It is beautiful, reusable, and easy to open.<\/p>\n<p>Localising production will reduce transport-related pollution, reliance on the failing global supply chains, as well as the impact of foreign crises. Countries should strive to have vast resources (including sovereign fishing waters), zero debt, and no need for imports. Exports are okay, but they should not be the economy’s backbone.<\/p>\n<p>Recycling is a last resort, a sort of defeat in fact. Most unused things can be kept and turned into something else: old computer chips make for nifty fridge magnets. One man’s trash is another man’s treasure!<\/p>\n<p>Dying in nature should not harm it. Compostable (not simply biodegradable) items are great as long as they do not self-destruct while in use.<\/p>\n<h2>Natural conservationism<\/h2>\n<p>The term <i>conservative<\/i> derives from the word <i>conserve<\/i>. Real conservatives protect the environment.<\/p>\n<p>Good knowledge of biology and ecology is a superpower. Nature should be left alone when it does not threaten our infrastructure.<\/p>\n<p>As such, natural extinctions and wildfires exist to rejuvenate Earth. Stopping them from happening only creates imbalances.<\/p>\n<p>Banning hunting endangered species makes each kill more profitable, bringing the animal even closer to extinction. If the ban is strictly enforced, people will find similar species to poach, creating more endangered species in the process.<\/p>\n<p>Putting plants in solo pots makes them lonely, because they lose the possibility to exchange substances thru their roots.<\/p>\n<h2>Food<\/h2>\n<p>Eating an animal means killing that animal. But being vegan and vegetarian is still deadlier than being carnivore: birds are shot to protect crops, insects are pesticided to produce oat, moles and frogs are killed by plowing fields, habitats are destroyed by flattening rainforests to plant avocados, and thousands of other animals are massacred to operate soybean farms. It’s easy to cause collateral damage when one does not witness the impact that his decisions make. PETA — People for the <i>Ethical<\/i> Treatment of Animals — <s>kill<\/s> euthanise animals when running out of place to keep them.<\/p>\n<p>Being vegan and vegetarian is wasteful, too. A single glass of almond “milk” takes 61 litres of water to produce. Monocrop farming takes up lots of land and destroys its <b>N<\/b>itrogen-rich topsoil. Mesopotamia, Ancient Greece, Ancient Egypt, the Roman Empire, and Imperial China all plowed their way to demise.<\/p>\n<p>Cows, on the other hand, are upcyclers who turn greens inedible by humans into our most bioavailable and nutritious food, while their poop regenerates the soil. They, along with other ruminants, have the organs to eliminate heavy metals, carcinogens, pesticides, glyphosates, and other poisons they’re exposed to. Pigs are recyclers who turn what we don’t eat into something we do. Humans can digest almost all animal parts; the few outliers can be used as quality material.<\/p>\n<p>Yes, animals don’t want to be eaten: they defend themselves by kicking, biting, or running away. But they know we will eat them anyway: their breeding habits and evolutionary development “priced in” many of them being hunted by us.<\/p>\n<p>Humans are not meant to digest large quantities of plants: phytochemicals inflame us when we try to. Plants also often contain pesticide and glyphosate residues. Veganism leads to infertility, disgusting skin, and weakness in joints. The best way to receive plant nutrients is thru other animals breaking them up for us.<\/p>\n<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" class=\"e2-text-table\">\n<tr>\n<td><b>Animal<\/b><\/td>\n<td><b>Stomach pH<\/b><\/td>\n<\/tr>\n<tr>\n<td>Herbivore<\/td>\n<td>4...6<\/td>\n<\/tr>\n<tr>\n<td>Omnivore<\/td>\n<td>3...4<\/td>\n<\/tr>\n<tr>\n<td>Carnivore<\/td>\n<td>~2<\/td>\n<\/tr>\n<tr>\n<td>Human<\/td>\n<td>1.5...2<\/td>\n<\/tr>\n<\/table>\n<p>Humans are not meant to eat insects, either: we cannot digest chitin, a polysaccharide that they contain.<\/p>\n<p>Something that we have been eating forever cannot be the cause of new diseases. Hong Kongers eat the most meat per person and have the longest average lifespan. Indians eat the least meat per person, yet 20% have diabetes and 25% die of heart disease. Satiety, the precaution against overconsumption, is felt only when eating proper foods.<\/p>\n<p>Animal-based is based. Meat was the driving force behind mankind’s brain development. Key nutrients such as vitamin B12 are not found in non-animal products. Our genome, cheekbone, and teeth were designed for meat, and not sweet soft foods; we ate only animal products for 2.5 million years before agriculture came about 15,000 years ago. Modern fruits, vegetables, and grains were created by people crossbreeding them:<\/p>\n<div class=\"e2-text-picture\">\n<img src=\"https:\/\/robertblinov.net\/blog\/pictures\/crossbreeding.png\" width=\"2536\" height=\"1342\" alt=\"\" \/>\n<div class=\"e2-text-caption\">Image by Kevin Stock<\/div>\n<\/div>\n<p>The agricultural revolution led to nutritional deficiencies, followed by a rise in epidemics and dental disease. Even worse, it concentrated control over the food supply in the hands of a few. This statist non-producing elite then prohibited the lower classes from hunting and made them dependent on wheat & rice, turning them into docile slaves. Greek royals died 5 to 7 centimetres taller than peasants.<\/p>\n<p>People in decentralised hunting-gathering tribes were happier, freër, better-looking, and healthier than those in states. Gyms exist today only because we abandoned their lifestyle.<\/p>\n<p>I am noticing a similar “revolution” today: governments and corporations are creating supply shortages to influence what we eat. Northern Ireland aims to reduce its population of sheep and cattle by one million for “climate targets”. Governments of the Netherlands, US, and UK are paying farmers to shut their businesses down. Canada and the Netherlands want to mandate reduced fertiliser usage — something that recently led to Sri Lanka’s collapse. The Chinese government warns about the US military weaponising and dispatching “super-insects” to cause deliberate famines in rival countries. The mainstream media is talking about bird flu, which happens to be detected by the infamously erroneous PCR tests. Oxford University and Imperial College London promote phasing out eating beef and lamb because cLiMaTe cHaNgE.<\/p>\n<p>Eating synthetic meat is far worse than eating vegetables. Fake meat is a subversion of reality, a lie. It is unnatural in the original sense of the word: <i>against nature’s intent<\/i> (for us to eat actual meat). And, of course, its ingredients are no good either: Beyond Burgers contain the machine lubricant canola oil. Lab-grown “milk” is anti-natural at its finest. Genetic engineering can cause unexpected mutations in an organism, which can elevate food toxicity. Do not let the bugmen fool you: no lab will ever produce anything as healthy as a cow can.<\/p>\n<p>Countries should follow France’s lead and ban calling vegetarian products <i>sausages<\/i> and <i>steaks<\/i>, going even further to establish legal definitions of the terms <i>food<\/i>, <i>water<\/i>, and <i>milk<\/i>. Restaurant menus with ingredient lists should be required to mention all ingredients. The rights to grow, raise, process, barter, trade, sell, and choose food without government interference should be enshrined in the constitution. Food security is national security.<\/p>\n<p>Regenerative farming is the way to go: it means animals not having constant access to the entire pasture, and instead grazing in a managed way — having adaptive access to smoller paddocks. It leads to healthier animals, more microbial diversity, fewer parasites, increased rainfall absorption, and a better wildlife habitat.<\/p>\n<p>True prepping is more than stockpiling: it means owning an untaxable and unseizable ranch homestead with many animals and a nearby water source.<\/p>\n<p>There is nothing wrong with fast food if it is quality food. It takes less than fifteen minutes to cook a delicious steak.<\/p>\n<p class=\"loud\">“Climate change” is no crisis. Tyranny and propaganda is.<\/p>\n",
            "date_published": "2022-08-17T18:38:47+05:00",
            "date_modified": "2025-08-27T17:42:32+05:00",
            "tags": [
                "ads",
                "care",
                "Covid",
                "death",
                "decentralisation",
                "drinks",
                "environment",
                "Europe",
                "food",
                "freedom",
                "Great Reset",
                "hues",
                "infrastructure",
                "legislation",
                "looks",
                "might",
                "monero",
                "packaging",
                "Rome",
                "scams",
                "solutions",
                "spirituality",
                "Sun",
                "tech",
                "things",
                "wars",
                "wealthlore",
                "weather"
            ],
            "author": {
                "name": "Robert",
                "url": "https:\/\/robertblinov.net\/blog\/",
                "avatar": "https:\/\/robertblinov.net\/blog\/pictures\/userpic\/userpic@2x.jpg?1739870896"
            },
            "_date_published_rfc2822": "Wed, 17 Aug 2022 18:38:47 +0500",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "121923",
            "_rss_enclosures": [],
            "_e2_data": {
                "is_favourite": false,
                "links_required": null,
                "og_images": []
            }
        },
        {
            "id": "122192",
            "url": "https:\/\/robertblinov.net\/blog\/all\/legislation-resistant\/",
            "title": "Legislation-resistant technologies",
            "content_html": "<p>The Eurosoviet Von der Leyen regime today presented <a href=\"https:\/\/ec.europa.eu\/home-affairs\/system\/files\/2022-05\/Proposal%20for%20a%20Regulation%20laying%20down%20rules%20to%20prevent%20and%20combat%20child%20sexual%20abuse_en.pdf\">a draft law<\/a> on mandatory chatcontrol. The absolute surveillance it calls for is an attack on free society.<\/p>\n<p>Technologies should be built in ways that make such laws impossible to enforce. Optional privacy is no privacy at all, as it divides people into normies and “those with something to hide” — that’s why Monero rules and Zcash drools. Decentralisation and transparency are paramount.<\/p>\n<p class=\"loud\">Avoid Big Tech, be smart, and destroy tyrannies!<\/p>\n",
            "date_published": "2022-05-12T00:13:16+05:00",
            "date_modified": "2025-08-27T17:43:04+05:00",
            "tags": [
                "chatcontrol",
                "decentralisation",
                "Europe",
                "freedom",
                "legislation",
                "might",
                "monero",
                "privacy",
                "tech"
            ],
            "author": {
                "name": "Robert",
                "url": "https:\/\/robertblinov.net\/blog\/",
                "avatar": "https:\/\/robertblinov.net\/blog\/pictures\/userpic\/userpic@2x.jpg?1739870896"
            },
            "_date_published_rfc2822": "Thu, 12 May 2022 00:13:16 +0500",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "122192",
            "_rss_enclosures": [],
            "_e2_data": {
                "is_favourite": false,
                "links_required": null,
                "og_images": []
            }
        },
        {
            "id": "129293",
            "url": "https:\/\/robertblinov.net\/blog\/all\/btc-nfts\/",
            "title": "Bitcoin-powered NFTs",
            "content_html": "<p><span style=\"background: #32d74b;font-size:10pt;color:black\">This is a sponsored post. The text is mine<\/span><\/p>\n<p>Non-fungible tokens — NFTs — are proofs of ownership for scarce digital units built upon a blockchain, which is a distributed list of records.<\/p>\n<p>The bitcoin blockchain is renowned for its strong settlement assurances: a transaction cannot be undone after being confirmed by miners. Since bitcoin has more miners than any other project in the world, it is harder to falsify and take down records at scale. The bitcoin blockchain’s resilience and record authenticity makes it the best choice for long-lasting NFTs.<\/p>\n<h2>Use cases for NFTs<\/h2>\n<ul>\n<li>NFTs can be used for artistic experiments, such as “original” copies of drawings and soundtracks. The collage “Everydays: the first 5000 days” was bought for $69 million by a collector in March of 2021. However, there is no long-term value to this use case: the hype we’re seeing now is tulip-free tulip mania.<\/li>\n<\/ul>\n<ul>\n<li>It is better to use NFTs to create one-of-a-kind in-game assets, like collectibles and feature-unlocking tokens. This is an area worth exploring <a href=\"https:\/\/roj.as\/blog\/why-do-video-games-work-so-well-as-social-experiences\">because video games are among the best social experiences possible online<\/a>.<\/li>\n<\/ul>\n<ul>\n<li>The dominant use case for NFTs is likely to be decentralised domain names. Monopolistic organisations such as the Internet Corporation for Assigned Names and Numbers — ICANN — can raise prices, cut links between domain names and servers, as well as limit the availability of domain name extensions (such as .icannsucks, for example). To prevent potential censorship, we need to build decentralised domain name systems powered by NFTs.<\/li>\n<\/ul>\n<p>Stacks helps to build decentralised systems upon the bitcoin blockchain with Clarity, a simple, secure, and reliable programming language tailored specifically for creating smart contracts: it has <a href=\"https:\/\/docs.blockstack.org\/references\/language-functions#define-non-fungible-token\">a function dedicated to creating NFTs<\/a>! Also, it is an interpreted language, meaning that it is always human-readable and auditable.<\/p>\n<p class=\"loud\"><a href=\"https:\/\/stacks.co\/developers\">Build NFTs on top of the bitcoin blockchain with Stacks and Clarity<\/a><\/p>\n",
            "date_published": "2021-04-07T00:03:53+05:00",
            "date_modified": "2025-08-27T17:47:05+05:00",
            "tags": [
                "#ad",
                "decentralisation",
                "the web"
            ],
            "author": {
                "name": "Robert",
                "url": "https:\/\/robertblinov.net\/blog\/",
                "avatar": "https:\/\/robertblinov.net\/blog\/pictures\/userpic\/userpic@2x.jpg?1739870896"
            },
            "_date_published_rfc2822": "Wed, 07 Apr 2021 00:03:53 +0500",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "129293",
            "_rss_enclosures": [],
            "_e2_data": {
                "is_favourite": false,
                "links_required": null,
                "og_images": []
            }
        },
        {
            "id": "130872",
            "url": "https:\/\/robertblinov.net\/blog\/all\/future-web\/",
            "title": "The future of the web",
            "content_html": "<p><span style=\"background: #32d74b;font-size:10pt;color:black\">This is a sponsored post. The text is mine<\/span><\/p>\n<p>Recently, I’ve written <a href=\"https:\/\/robertblinov.net\/blog\/all\/immune-to-cancel-culture\/\">a manifesto about being immune to cancel culture<\/a>. Understanding the gloomy reality, I decided to stop it from affecting me.<\/p>\n<p>In today’s centralised web, the only sure way to avoid being deplatformed is to run a server at home, something that may not always be possible to do. Searching for other ways to resist external restrictions, I found out about Stacks, a network that creates a financial incentive to decentralise the web. Just like miners are paid a fee for running bitcoin nodes, Stackers are paid a fee to run Stacks.<\/p>\n<p>Stacks is versatile: it can be used to run websites with the decentralised storage system Gaia, but also to place smart contracts such as paid subscriptions, auctions, and access control.<\/p>\n<p class=\"loud\">It’s time to start transitioning to the decentralised Web 3.0. <a href=\"https:\/\/stacks.co\">Learn more on Stacks.co<\/a><\/p>\n",
            "date_published": "2021-02-24T20:41:01+05:00",
            "date_modified": "2024-09-27T18:57:49+05:00",
            "tags": [
                "#ad",
                "decentralisation",
                "the future",
                "the web"
            ],
            "author": {
                "name": "Robert",
                "url": "https:\/\/robertblinov.net\/blog\/",
                "avatar": "https:\/\/robertblinov.net\/blog\/pictures\/userpic\/userpic@2x.jpg?1739870896"
            },
            "_date_published_rfc2822": "Wed, 24 Feb 2021 20:41:01 +0500",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "130872",
            "_rss_enclosures": [],
            "_e2_data": {
                "is_favourite": false,
                "links_required": null,
                "og_images": []
            }
        }
    ],
    "_e2_version": 4079,
    "_e2_ua_string": "Aegea 11.0 (v4079e)"
}