Skip to content

Operation Narnia: Iran’s nuclear scientists reportedly killed simultaneously using special weapon

Technology
396 178 16.7k

385/396

23. Juni 2025, 09:18


  • fin - fish extensible text editor written in fish

    Technology technology vor 7 Tagen
    1
    23 Stimmen
    4 Beiträge
    11 Aufrufe
    Clippy spotted Yeah, https://www.youtube.com/watch?v=2_Dtmpe9qaQ but that's besides the point.
  • 43 Stimmen
    1 Beiträge
    8 Aufrufe
    Niemand hat geantwortet
  • Thinking Is Becoming a Luxury Good

    Technology technology vor 21 Tagen
    65 Stimmen
    30 Beiträge
    323 Aufrufe
    In political science, the term polyarchy (poly "many", arkhe "rule") was used by Robert A. Dahl to describe a form of government in which power is invested in multiple people. It takes the form of neither a dictatorship nor a democracy. This form of government was first implemented in the United States and France and gradually adopted by other countries. Polyarchy is different from democracy, according to Dahl, because the fundamental democratic principle is "the continuing responsiveness of the government to the preferences of its citizens, considered as political equals" with unimpaired opportunities. A polyarchy is a form of government that has certain procedures that are necessary conditions for following the democratic principle. So yeah, you are right. A representative "democracy" is not a democracy. It's a monarchy with more than one ruler. A gummy bear is as much a bear as representative democracy is a democracy. I didn't know that, because i was taught in school that a representative "democracy" is a form of democracy. And the name makes it sound like one. But it isn't. It's not even supposed to be in theory. I am sure 99% of people living in a representative "democracy" don't know this. I hereby encourage everyone to abandon the word representative "democracy" in favor of polyarchy or maybe oligarchy. This makes it much clearer what we are talking about. Also i doubt the authors of this article know this, because they imply that representative "democracy" is desirable, but it is obviously undesirable.
  • 44 Stimmen
    10 Beiträge
    67 Aufrufe
    Hospitals would likely be fine with it. The health insurance industry would not though and would pressure the hospital to cut you off. It’s illegal. But they would do it anyway. You would need serious fuck you money to change this. And even then, probably a lot of Luigis too.
  • Getting Started with Go - Trevors-Tutorials.com #2

    Technology technology vor 26 Tagen
    2 Stimmen
    2 Beiträge
    20 Aufrufe
    This video complements the text tutorial at https://trevors-tutorials.com/0002-getting-started-with-go/ Trevors-Tutorials.com is where you can find free programming tutorials. The focus is on Go and Ebitengine game development. Watch the channel introduction for more info.
  • 161 Stimmen
    22 Beiträge
    372 Aufrufe
    It costs a million, but you cum billions
  • 52 Stimmen
    17 Beiträge
    148 Aufrufe
    Murderbot is getting closer and closer
  • 1 Stimmen
    8 Beiträge
    81 Aufrufe
    I think the principle could be applied to scan outside of the machine. It is making requests to 127.0.0.1:{port} - effectively using your computer as a "server" in a sort of reverse-SSRF attack. There's no reason it can't make requests to 10.10.10.1:{port} as well. Of course you'd need to guess the netmask of the network address range first, but this isn't that hard. In fact, if you consider that at least as far as the desktop site goes, most people will be browsing the web behind a standard consumer router left on defaults where it will be the first device in the DHCP range (e.g. 192.168.0.1 or 10.10.10.1), which tends to have a web UI on the LAN interface (port 8080, 80 or 443), then you'd only realistically need to scan a few addresses to determine the network address range. If you want to keep noise even lower, using just 192.168.0.1:80 and 192.168.1.1:80 I'd wager would cover 99% of consumer routers. From there you could assume that it's a /24 netmask and scan IPs to your heart's content. You could do top 10 most common ports type scans and go in-depth on anything you get a result on. I haven't tested this, but I don't see why it wouldn't work, when I was testing 13ft.io - a self-hosted 12ft.io paywall remover, an SSRF flaw like this absolutely let you perform any network request to any LAN address in range.