{
    "version": "https:\/\/jsonfeed.org\/version\/1.1",
    "title": "Блоги: заметки с тегом solutions",
    "_rss_description": "Автоматически собираемая лента заметок, написанных в блогах на Эгее",
    "_rss_language": "ru",
    "_itunes_email": "",
    "_itunes_categories_xml": "",
    "_itunes_image": false,
    "_itunes_explicit": "no",
    "home_page_url": "https:\/\/blogengine.me\/blogs\/tags\/solutions\/",
    "feed_url": "https:\/\/blogengine.me\/blogs\/tags\/solutions\/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": "124099",
            "url": "https:\/\/robertblinov.net\/blog\/all\/gaza\/",
            "title": "Genocide in Gaza",
            "content_html": "<p>In less than a month of active war, Israeli strikes have killed more civilians in Gaza than have been killed in Ukraine in the last twenty. That is more than 8000 Gazans — 3000 of them beïng children. It’s collective punishment, in a nutshell. But <a href=\"https:\/\/www.foreignaffairs.com\/israel\/what-palestinians-really-think-hamas\">67% of Gazans don’t even trust Hamas<\/a>.<\/p>\n<p>Israel has the right to punish <i>only<\/i> the attack’s participants and masterminds. But it is now bombing areas in south Gaza which it previously designated as “safe” for evacuation!<\/p>\n<p>The whole thing is a deliberate mess.<\/p>\n<ul>\n<li>Net n’ Yahoo knew about the incoming attack but chose to stand down.<\/li>\n<li>Israel helped Hamas amid its founding last century so it would weaken the Palestine Liberation Organisation by competing with it. And indeed, Hamas are doing a big disservice to Palestine’s reputation among the ill-informed.<\/li>\n<li>There are many Jews in the region today only because of preplanned mass migration that began in the 19th century and displaced hundreds of thousands of Palestinians. (Mass migration makes sociëties implode.)<\/li>\n<li>Gaza is an open-air concentration camp: it lacks resources, is surrounded by walls, and has its sea access fettered & its skies dominated by Israel.<\/li>\n<\/ul>\n<p>I pray for peace and foreign non-intervention. Ending all bloodshed is step one on humanity’s path to bliss.<\/p>\n<p>The stubborn will never find a lasting solution to the conflict. But all it takes is to understand that the real god does not have any “chosen people”.<\/p>\n<!-- Netanyahu -->",
            "date_published": "2023-11-04T20:17:33+05:00",
            "date_modified": "2025-08-27T17:23:12+05:00",
            "tags": [
                "attitude",
                "death",
                "god",
                "migration",
                "Palestine",
                "scams",
                "solutions",
                "Ukraine",
                "wars"
            ],
            "author": {
                "name": "Robert",
                "url": "https:\/\/robertblinov.net\/blog\/",
                "avatar": "https:\/\/robertblinov.net\/blog\/pictures\/userpic\/userpic@2x.jpg?1739870896"
            },
            "_date_published_rfc2822": "Sat, 04 Nov 2023 20:17:33 +0500",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "124099",
            "_rss_enclosures": [],
            "_e2_data": {
                "is_favourite": false,
                "links_required": null,
                "og_images": []
            }
        },
        {
            "id": "121149",
            "url": "https:\/\/robertblinov.net\/blog\/all\/attention\/",
            "title": "Attention is currency",
            "content_html": "<p>We <i>pay<\/i> attention because it is currency. Allocate it accordingly.<\/p>\n<p>Psyöps are dropped when nobody cares about them.<\/p>\n",
            "date_published": "2023-07-01T18:35:33+05:00",
            "date_modified": "2024-12-04T01:37:25+05:00",
            "tags": [
                "attitude",
                "Life",
                "might",
                "solutions"
            ],
            "author": {
                "name": "Robert",
                "url": "https:\/\/robertblinov.net\/blog\/",
                "avatar": "https:\/\/robertblinov.net\/blog\/pictures\/userpic\/userpic@2x.jpg?1739870896"
            },
            "_date_published_rfc2822": "Sat, 01 Jul 2023 18:35:33 +0500",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "121149",
            "_rss_enclosures": [],
            "_e2_data": {
                "is_favourite": false,
                "links_required": null,
                "og_images": []
            }
        },
        {
            "id": "120402",
            "url": "https:\/\/robertblinov.net\/blog\/all\/mourning\/",
            "title": "Endless national mourning",
            "content_html": "<p>I support endless national mourning if it can stop the government from passing needless new legislation.<\/p>\n",
            "date_published": "2023-06-14T19:15:47+05:00",
            "date_modified": "2024-10-21T11:49:30+05:00",
            "tags": [
                "legislation",
                "solutions",
                "wit"
            ],
            "author": {
                "name": "Robert",
                "url": "https:\/\/robertblinov.net\/blog\/",
                "avatar": "https:\/\/robertblinov.net\/blog\/pictures\/userpic\/userpic@2x.jpg?1739870896"
            },
            "_date_published_rfc2822": "Wed, 14 Jun 2023 19:15:47 +0500",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "120402",
            "_rss_enclosures": [],
            "_e2_data": {
                "is_favourite": false,
                "links_required": null,
                "og_images": []
            }
        },
        {
            "id": "118675",
            "url": "https:\/\/robertblinov.net\/blog\/all\/virus-factories\/",
            "title": "Needless virus factories",
            "content_html": "<p>Odd new diseases, restrictions, <a href=\"https:\/\/robertblinov.net\/blog\/all\/covid-vaccines\/\">deadly vaccines<\/a>, <a href=\"https:\/\/robertblinov.net\/blog\/all\/1984-green-passes\/\">green passes<\/a>, and <a href=\"https:\/\/robertblinov.net\/blog\/all\/whos-crying-wolf\/\">the WHO’s power-grab<\/a> are all symptoms of another issue — biolabs needlessly producing viruses.<\/p>\n<p>Let’s end that.<\/p>\n",
            "date_published": "2023-04-23T16:17:04+05:00",
            "date_modified": "2025-08-27T17:37:55+05:00",
            "tags": [
                "health",
                "might",
                "solutions"
            ],
            "author": {
                "name": "Robert",
                "url": "https:\/\/robertblinov.net\/blog\/",
                "avatar": "https:\/\/robertblinov.net\/blog\/pictures\/userpic\/userpic@2x.jpg?1739870896"
            },
            "_date_published_rfc2822": "Sun, 23 Apr 2023 16:17:04 +0500",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "118675",
            "_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": "123350",
            "url": "https:\/\/robertblinov.net\/blog\/all\/flight-shaming\/",
            "title": "The wider problem. Flight shaming",
            "content_html": "<p><b>When something seems like a solution to a problem, look beyond.<\/b><\/p>\n<p>Greta Thunberg insists on shaming people for flying. She even forced her mother — an opera singer — not to hop on a world tour. While some voyages are faster and cheaper by rail than by plane (Genoa to Rome, for instance), others are not.<\/p>\n<p>Don’t tell me to take a five-day train from Moscow to Sanremo because it’s better for the environment. It might not be. It’s a waste of time to spend five days instead of eight hours to get from one place to another. During the extra four days in Sanremo I could have invented something that would in the long-term help the planet more.<\/p>\n<p>If businesspeople were to cancel their flights to meetings “in order to save the planet” we as a society could be losing more: breakthrough ideas would not be shared, so new products would not be created,  therefore the economy would not develop faster and polluting factories would exist for longer.<\/p>\n",
            "date_published": "2019-11-30T14:15:17+05:00",
            "date_modified": "2025-08-27T17:49:17+05:00",
            "tags": [
                "environment",
                "flights",
                "solutions"
            ],
            "author": {
                "name": "Robert",
                "url": "https:\/\/robertblinov.net\/blog\/",
                "avatar": "https:\/\/robertblinov.net\/blog\/pictures\/userpic\/userpic@2x.jpg?1739870896"
            },
            "_date_published_rfc2822": "Sat, 30 Nov 2019 14:15:17 +0500",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "123350",
            "_rss_enclosures": [],
            "_e2_data": {
                "is_favourite": false,
                "links_required": null,
                "og_images": []
            }
        },
        {
            "id": "130971",
            "url": "https:\/\/robertblinov.net\/blog\/all\/make-russia-better\/",
            "title": "How to make Russia a better place",
            "content_html": "<p>When Russia hosted the World Cup this year — an event of international importance — the host cities cleaned streets and threw away the trash, made life safer and the overall appearance neater. (Oh, and people were friendlier)<\/p>\n<p>The more such events Russia hosts (or any country, for that matter), the better everything will be. It’s a pity that Ekaterinburg didn’t win the Expo 2025 bid.<\/p>\n",
            "date_published": "2018-12-13T22:17:30+05:00",
            "date_modified": "2025-08-27T17:50:34+05:00",
            "tags": [
                "Russia",
                "solutions"
            ],
            "author": {
                "name": "Robert",
                "url": "https:\/\/robertblinov.net\/blog\/",
                "avatar": "https:\/\/robertblinov.net\/blog\/pictures\/userpic\/userpic@2x.jpg?1739870896"
            },
            "_date_published_rfc2822": "Thu, 13 Dec 2018 22:17:30 +0500",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "130971",
            "_rss_enclosures": [],
            "_e2_data": {
                "is_favourite": false,
                "links_required": null,
                "og_images": []
            }
        },
        {
            "id": "122196",
            "url": "https:\/\/robertblinov.net\/blog\/all\/seemingly-impossible\/",
            "title": "How to solve a seemingly impossible problem",
            "content_html": "<p>“Don’t let the person solving it know that it’s impossible”<br \/>\n<i>— Ivan Youdin, my physics professor<\/i><\/p>\n",
            "date_published": "2018-12-01T23:52:32+05:00",
            "date_modified": "2025-08-27T17:50:40+05:00",
            "tags": [
                "solutions"
            ],
            "author": {
                "name": "Robert",
                "url": "https:\/\/robertblinov.net\/blog\/",
                "avatar": "https:\/\/robertblinov.net\/blog\/pictures\/userpic\/userpic@2x.jpg?1739870896"
            },
            "_date_published_rfc2822": "Sat, 01 Dec 2018 23:52:32 +0500",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "122196",
            "_rss_enclosures": [],
            "_e2_data": {
                "is_favourite": false,
                "links_required": null,
                "og_images": []
            }
        },
        {
            "id": "120295",
            "url": "https:\/\/robertblinov.net\/blog\/all\/food-waste\/",
            "title": "Food waste is not a problem",
            "content_html": "<p>I almost used “Food waste is the world’s dumbest problem” as the title.<\/p>\n<p>Food is food, after all. Food is organic. Organic stuff rots quicker than other things. My dacha has a compost pile where uneaten food and banana peels go. There is nothing wrong with this, as well as with throwing apple seeds out the window (as long as there’s soil below).<\/p>\n<p>School forced us to eat the barely decent meal entirely, instead of letting us take as much as we feel like and having the option to bring own food. This applied even if paying the school lunch provider!<\/p>\n<p>They say food waste is a problem because people don’t finish the food they’re eating, while kids in Africa suffer from hunger. How is overfilling yourself, thus making yourself feel worse, helping kids in Africa? Take as much as you can eat! Unfortunately this is not so much of an option in restaurants, hence stop feeling guilty about not finishing your meal.<\/p>\n<p>It is also noteworthy to mention Apeel, a company that has developed a way to keep food fresh for longer by using leftovers from other food to keep moisture in and <b>O<\/b>xygen out.<\/p>\n<p><a href=\"https:\/\/robertblinov.net\/blog\/all\/how-to-solve-most-of-the-worlds-problems\/\">Just feed those who starve<\/a>.<\/p>\n",
            "date_published": "2018-10-12T01:32:23+05:00",
            "date_modified": "2025-01-07T22:29:41+05:00",
            "tags": [
                "food",
                "lorehouse",
                "solutions"
            ],
            "author": {
                "name": "Robert",
                "url": "https:\/\/robertblinov.net\/blog\/",
                "avatar": "https:\/\/robertblinov.net\/blog\/pictures\/userpic\/userpic@2x.jpg?1739870896"
            },
            "_date_published_rfc2822": "Fri, 12 Oct 2018 01:32:23 +0500",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "120295",
            "_rss_enclosures": [],
            "_e2_data": {
                "is_favourite": false,
                "links_required": null,
                "og_images": []
            }
        }
    ],
    "_e2_version": 4079,
    "_e2_ua_string": "Aegea 11.0 (v4079e)"
}