From e1ae0aa166529e35b264d71d63e5d7bb022de53c Mon Sep 17 00:00:00 2001 From: Francesco Mecca Date: Mon, 23 May 2022 17:46:14 +0100 Subject: [PATCH] new css --- blog/articles.css | 175 +++++++++++++++++++++ blog/bsg.html | 306 ++++++++++++++++++------------------ blog/formati_pirati.html | 237 ++++++++++++++-------------- blog/read.css | 171 ++++++++++++++++++++ blog/src/formati_pirati.org | 1 - 5 files changed, 616 insertions(+), 274 deletions(-) create mode 100644 blog/read.css diff --git a/blog/articles.css b/blog/articles.css index 497c84c..3eb9c71 100644 --- a/blog/articles.css +++ b/blog/articles.css @@ -1,3 +1,178 @@ +// FROM read.css +:root { + --bg-color: #ffffff; + --font-color: #000000; + /* highest contrast colors + for light and dark themes */ + --red: #ec0000; + --green: #008900; + --blue: #5f5fff; + --gray: #757575; +} + +@media (prefers-color-scheme: dark) { + :root { + /* change to dark theme */ + --bg-color: #000000; + --font-color: #ffffff; + } +} + +*:not(li, progress, span) { + border-radius: 5px; + /* no overflowing body */ + max-width: 100%; + overflow: auto; +} + +*:disabled { + cursor: not-allowed !important; +} + +[href], +dfn { + /* no visited color */ + color: var(--blue); +} + +[href]:hover { + text-decoration: none; +} + +[href^="mailto:"]::before { + content: "📧 "; +} + +abbr { + cursor: help; +} + +abbr, +var { + color: var(--red); +} + +blockquote { + /* add bar before quote */ + border-left: 0.3em solid var(--gray); + padding-left: 1em; +} + +body { + /* high contrast */ + background: var(--bg-color); + color: var(--font-color); + /* /\* most readable wed-safe font *\/ */ + /* font-family: Helvetica; */ + /* /\* 12pt is minimum *\/ */ + font-size: 14pt; + /* required with justified text */ + hyphens: auto; + /* experimental: + highest quality images */ + image-rendering: high-quality; + /* 1.5 is minimum */ + line-height: 1.6; + /* center body in page */ + margin: auto; + /* space inside body */ + padding: 0 1em; + /* each line is similar length */ + text-align: justify; + /* browser focuses on readability */ + text-rendering: optimizeLegibility; + /* line length of 60 characters + (between recommended 45-80) + & subtract the padding */ + width: min(95ch, calc(100% - 2em)); +} + +button, +input[type="button"], +input[type="reset"], +input[type="submit"] { + border: 1px solid var(--gray); + /* appear clickable */ + cursor: pointer; +} + +button:hover, +input[type="button"]:hover, +input[type="reset"]:hover, +input[type="submit"]:hover { + /* make border blend into background */ + border: 1px solid var(--bg-color); +} + +code { + /* classic green code */ + color: var(--green); +} + +figure { + /* center caption under image */ + text-align: center; +} + +footer, +header { + margin-top: 1em; + text-align: center; +} + +html { + /* better for jump scrolling */ + scroll-behavior: smooth; +} + +iframe { + /* common screen ratio */ + aspect-ratio: 3/2; + /* keep from overflowing */ + width: 99%; +} + +kbd { + /* appear like a key */ + box-shadow: 1px 1px 2px 1px; +} + +nav { + display: flex; + /* space links apart */ + justify-content: space-around; +} + +small { + /* decrease visibility */ + color: var(--gray); +} + +summary { + /* indicate interaction */ + cursor: pointer; + font-weight: bold; +} + +table { + /* multiple borders merge */ + border-collapse: collapse; + display: block; +} + +tbody>tr:nth-child(odd) { + /* set background of odd cells */ + background: var(--gray); +} + +td, +th { + border: 1px solid; + border-collapse: collapse; +} + +// end read.css +// .title { text-align: center; margin-bottom: .2em; } .subtitle { text-align: center; diff --git a/blog/bsg.html b/blog/bsg.html index 58f9550..23c977f 100644 --- a/blog/bsg.html +++ b/blog/bsg.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - + Battlestar Galactica: a guide for watching the show @@ -18,65 +18,65 @@

Table of Contents

@@ -91,8 +91,8 @@ to give future viewers a sense of what it means when culture is not constrained into the cage of user hostile technologies such as streaming servicies and walled social media.

-
-

1 Battlestar Galactica Viewing Order

+
+

1 Battlestar Galactica Viewing Order

@@ -124,8 +124,8 @@ guide but also most of this post (http://thunderpeel2001.blogspot.com/2010/02/battlestar-galactica-viewing-order.html).

-
-

1.1 Blood and Chrome

+
+

1.1 Blood and Chrome

This was potentially a whole new show at one stage, @@ -154,8 +154,8 @@ whole journey.

-
-

1.2 The Miniseries

+
+

1.2 The Miniseries

  • Night 1
  • @@ -164,8 +164,8 @@ whole journey.
-
-

1.3 Season 1

+
+

1.3 Season 1

  • 1.01 33
  • @@ -184,8 +184,8 @@ whole journey.
-
-

1.4 Season 2

+
+

1.4 Season 2

  • 2.01 Scattered
  • @@ -207,8 +207,8 @@ whole journey.
  • 2.17 The Captain's Hand
-
-

1.4.1 Razor

+
+

1.4.1 Razor

The 101 minute extended version - not the 81 minute broadcast @@ -300,8 +300,8 @@ try your best to follow my instructions.

-
-

1.4.2 Optional: Razor Flashbacks

+
+

1.4.2 Optional: Razor Flashbacks

Note: This was billed as a "seven episode web series", but really @@ -327,8 +327,8 @@ story, though.

-
-

1.4.3 Rest of season 2

+
+

1.4.3 Rest of season 2

  • 2.18 Downloaded
  • @@ -339,8 +339,8 @@ story, though.
-
-

1.5 The Resistance

+
+

1.5 The Resistance

A 10 episode web-based series bridging seasons 2 and 3. (25 mins.) @@ -349,8 +349,8 @@ This should be included on your DVDs/Blurays.

-
-

1.6 Season 3

+
+

1.6 Season 3

  • 3.01 Occupation
  • @@ -372,8 +372,8 @@ This should be included on your DVDs/Blurays.
  • 3.17 Maelstrom
-
-

1.6.1 Caprica

+
+

1.6.1 Caprica

An entire TV series set 58 years before the events of Battlestar @@ -430,8 +430,8 @@ the show have been lingering for a while.

-
-

1.6.2 Rest of season 3

+
+

1.6.2 Rest of season 3

  • 3.18 The Son Also Rises
  • @@ -441,8 +441,8 @@ the show have been lingering for a while.
-
-

1.7 Razor

+
+

1.7 Razor

This is where Razor was originally broadcast. Remember the last 07 @@ -452,8 +452,8 @@ now is when you get to go back and hear what was said. Watch the last

-
-

1.8 Season 4

+
+

1.8 Season 4

  • 4.01 He That Believeth In Me
  • @@ -469,8 +469,8 @@ now is when you get to go back and hear what was said. Watch the last
  • 4.11 Sometimes a Great Notion
-
-

1.8.1 The Face of the Enemy

+
+

1.8.1 The Face of the Enemy

A 10 episode web-based series (although it plays together like an @@ -490,8 +490,8 @@ things that set up the next episode.

-
-

1.8.2 Rest of season 4

+
+

1.8.2 Rest of season 4

  • 4.12 A Disquiet Follows My Soul (53 minute extended version)
  • @@ -501,8 +501,8 @@ things that set up the next episode.
-
-

1.8.3 The Plan (DVD/Bluray movie)

+
+

1.8.3 The Plan (DVD/Bluray movie)

A stand-alone movie that shows (approximately) the first two seasons @@ -514,8 +514,8 @@ up when you do reach the end.

-
-

1.8.4 Finale

+
+

1.8.4 Finale

  • 4.16 Deadlock
  • @@ -527,8 +527,8 @@ up when you do reach the end.
-
-

2 Further reading

+
+

2 Further reading

Well not quite "reading", but if you're a fan you may @@ -548,8 +548,8 @@ original "Bible", contains of course major spoilers.

-
-

3 The story so far

+
+

3 The story so far

Battlestar Galactica: The Story So Far is a special program aired on @@ -610,16 +610,16 @@ I haven't see this movie and honestly I don't look forward to it.

-
-

4 Episode reviews

+
+

4 Episode reviews

Here I gathered some reviews on the most significant episodes of Battlestar Galactica. Some of the reviews were written by me.

-
-

4.1 Season 02 Episode 14: Black Market

+
+

4.1 Season 02 Episode 14: Black Market

It's very out of character for Lee. I mean, even if we were to infer @@ -735,8 +735,8 @@ you and goodnight.

-
-

4.2 Season 03 Episode 07: A Measure of Salvation

+
+

4.2 Season 03 Episode 07: A Measure of Salvation

I also want to address this from another angle: that sparing the @@ -777,8 +777,8 @@ short term. But…

-
-

4.3 Season 03 Episode 08: Hero

+
+

4.3 Season 03 Episode 08: Hero

This is regarded as one of the worst episode of BSG along with "Black @@ -795,8 +795,8 @@ episode" (not a literal quote).

-
-

4.4 Season 03 Episode 09: Unfinished Business

+
+

4.4 Season 03 Episode 09: Unfinished Business

During Starbuck's fight with Lee Adama, once it becomes obvious that @@ -879,8 +879,8 @@ described it in the commentary as The Passion of the Adama.

-
-

4.5 Season 03 Episode 10: The Passage

+
+

4.5 Season 03 Episode 10: The Passage

Have you ever wondered what it was like to fly through baby stars? @@ -967,8 +967,8 @@ while in the hospital bed.

-
-

4.6 Season 03 Episode 14: The Woman King

+
+

4.6 Season 03 Episode 14: The Woman King

In the commentary, RDM says that this episode was supposed to be a @@ -1052,8 +1052,8 @@ down on Helo for suspecting that doctor, that's a bad move.

-
-

4.7 Season 03 Episode 18: The Son Also Rises

+
+

4.7 Season 03 Episode 18: The Son Also Rises

Sam Anders' flipping a coin and continually coming up with heads is @@ -1102,8 +1102,8 @@ the company of someone who loved Kara as much as he did.

-
-

4.8 Caprica Episode 18

+
+

4.8 Caprica Episode 18

If you watched this in the order proposed you are going to feel @@ -1169,8 +1169,8 @@ On a minor important note, V World helps explain Cylon's phenomenon of "projecti

-
-

4.9 Season 03 Episode 20: Crossroads

+
+

4.9 Season 03 Episode 20: Crossroads

All I am going to say is that I needed a chair with a deeper edge. @@ -1227,8 +1227,8 @@ On a personal note at this point of the show I hate Kara.

-
-

4.10 Season 04 Episode 03: The Ties That Bind

+
+

4.10 Season 04 Episode 03: The Ties That Bind

When Six's fleet is ambushed by Cavil's, the Orion constellation (as @@ -1241,8 +1241,8 @@ seen more frequently in the episodes that follow.

-
-

4.11 Season 04 Episode 04: Escape Velocity

+
+

4.11 Season 04 Episode 04: Escape Velocity

Distraught over the incident, Tyrol sits alone in Joe's Bar. Adama @@ -1315,8 +1315,8 @@ confronts her impending death.

-
-

4.12 Season 04 Episode 07: Guess What's Coming To Dinner

+
+

4.12 Season 04 Episode 07: Guess What's Coming To Dinner

The Hybrid's prophecy that Kara Thrace is the "harbinger of death" @@ -1356,8 +1356,8 @@ when destroying the latter's apotheosis heaven decades earlier in

-
-

4.13 Season 04 Episode 04: Sine Qua Non

+
+

4.13 Season 04 Episode 04: Sine Qua Non

Ron Moore and the episodes writer, Michael Taylor, talk about Romo's @@ -1375,8 +1375,8 @@ cat, a "bad idea" for which he chooses to take the blame.

-
-

4.14 Season 04 Episode 14: Blood On The Scales

+
+

4.14 Season 04 Episode 14: Blood On The Scales

Gaeta and Thigh are my favourite characters. Romantically Gaeta @@ -1447,8 +1447,8 @@ it might be understandable that he harbors a profound hate for them.

-
-

4.15 The Plan

+
+

4.15 The Plan

The Plan is not a particularly compelling piece of work on its own. In @@ -1738,8 +1738,8 @@ Stockwell from The Boy With Green Hair.

-
-

4.16 Season 04 Episode 16: Deadlock

+
+

4.16 Season 04 Episode 16: Deadlock

Not much to say except to make two clarifications: @@ -1762,8 +1762,8 @@ because he is accepted again.

-
-

4.17 Season 04: Battlestar Galactica Finale (S04E17-18-19-20)

+
+

4.17 Season 04: Battlestar Galactica Finale (S04E17-18-19-20)

I wont play pretend to be a critico cinematografico. I'll just try to @@ -2048,12 +2048,12 @@ even kind of a let down (Athena putting a cable in her arm, really?) but this is why it will withstand the test of time.

-
-

4.17.1 Other reviews

+
+

4.17.1 Other reviews

    -
  1. Battlestar's "Daybreak:" The worst ending in the history of on-screen science fiction - Brad Templeton
    +
  2. Battlestar's "Daybreak:" The worst ending in the history of on-screen science fiction - Brad Templeton

    Battlestar Galactica attracted a lot of fans and a lot of kudos during @@ -2108,7 +2108,7 @@ began, might well have made the grade.)

      -
    1. Ron Moore's goals
      +
    2. Ron Moore's goals

      To understand the fall of BSG, one must examine it both in terms of @@ -2138,7 +2138,7 @@ the characters, stupid."

        -
      1. The link to reality
        +
      2. The link to reality

        In addition, his other goal for the end was to make a connection to @@ -2154,7 +2154,7 @@ Moore felt an alternative universe was not sufficient.

    3. -
    4. THe successes, and then failures
      +
    5. THe successes, and then failures

      During its run, BSG offered much that was great, in several cases groundbreaking elements never seen before in TV SF: @@ -2200,7 +2200,7 @@ to understand the metrics of greatness that I am using.

    6. -
    7. A defence of hard (and soft) science fiction
      +
    8. A defence of hard (and soft) science fiction

      The term "hard" science fiction has two meanings. The first is SF that @@ -2358,7 +2358,7 @@ is still a goal to strive for and be measured against.

        -
      1. Values of great mistery
        +
      2. Values of great mistery

        BSG was not just an SF show. It was a mystery. The story held many @@ -2387,7 +2387,7 @@ Now on to where BSG fell down.

    9. -
    10. Failure 1 - God did it
      +
    11. Failure 1 - God did it

      (And no, in spiteWhen gods become active characters in fiction, the rules change again. The earliest dramas, written by the ancient Greeks, regularly had the gods meddling in the affairs of mortals. In many of these plays, the mortals were just pawns, doomed to meet a divinely willed destiny. Plots would be resolved and characters' fates settled through the sudden intervention of gods. @@ -2516,7 +2516,7 @@ sense.

        -
      1. The Ghostbusters law
        +
      2. The Ghostbusters law

        Many argue that the appearance of the divine is hardly a surprise in @@ -2626,7 +2626,7 @@ entirely different rules.)

    12. -
    13. Failure 2 – Science errors on plot-turning elements
      +
    14. Failure 2 – Science errors on plot-turning elements

      No work of SF is likely to be perfect in its science, no matter how @@ -2671,7 +2671,7 @@ everybody.

        -
      1. Mitochondrial Eve
        +
      2. Mitochondrial Eve

        The key error I am going to speak about may seem rather obscure to @@ -2815,7 +2815,7 @@ some DNA.

      3. -
      4. Hera's Mitochondria, interbreeding, and Arks
        +
      5. Hera's Mitochondria, interbreeding, and Arks

        Or did they do even that? Adama is correctly shocked to hear that the @@ -2919,7 +2919,7 @@ powerful. Some might like that better, but it's not our world.

      6. -
      7. Failure 2a – Broken connection to our reality
        +
      8. Failure 2a – Broken connection to our reality

        Making mistakes like this is one of the big dangers of the "secret @@ -2939,7 +2939,7 @@ reality is.

      9. -
      10. Is this too nitpicky?
        +
      11. Is this too nitpicky?

        Many viewers were not aware (just as Moore wasn't) of who MTE was. In @@ -2976,7 +2976,7 @@ that gives it meaning, if you want to rise to the top.

    15. -
    16. Failure 3 – Collective Unconscious
      +
    17. Failure 3 – Collective Unconscious

      The show was full of elements from our culture. They dressed like us, their technology looked like ours. They used our idioms, and even quoted lines of Shakespeare from time to time. Their gods were the same as the Greeks had, their military rules were similar. On the surface, this might be treated as a translation for the audience. After all, often we see shows where the characters would obviously not be speaking English, but of course the actors do – what we see is translated to be familiar with us. @@ -3014,7 +3014,7 @@ experimental success.

    18. -
    19. Failure 4 – The Future vs. a secret history
      +
    20. Failure 4 – The Future vs. a secret history

      In the 1970s, Chariots of the Gods, which talked about ancient @@ -3206,7 +3206,7 @@ was the clue we should have noticed.)

    21. -
    22. Failure 5 – It's the characters, stupid
      +
    23. Failure 5 – It's the characters, stupid

      Moore often defends the ending by saying that, while writing it, he @@ -3284,7 +3284,7 @@ the tweakings of an interventionist diety.

    24. -
    25. Failure 6 – no a great ending
      +
    26. Failure 6 – no a great ending

      Many others have written about other failures of the ending, failures @@ -3396,7 +3396,7 @@ World SF Convention in August was surprisingly vitriolic.

    27. -
    28. How it could have been great
      +
    29. How it could have been great

      I've noted that one of the great disappointments of the ending was how @@ -3419,7 +3419,7 @@ such as these.

        -
      1. In the future
        +
      2. In the future

        The show could have been set in the future with just a few minor @@ -3508,7 +3508,7 @@ topics at anywhere near the depth found in the written literature.

      3. -
      4. In the past
        +
      5. In the past

        It is still just barely possible to have set a great ending in the @@ -3532,7 +3532,7 @@ you want to retain his religious mood.

      6. -
      7. Could this be what Moore intended?
        +
      8. Could this be what Moore intended?

        There is the slightest hint that Moore was considering this. He has the demon-Baltar declare at the end, "You know it doesn't like that name" when Angel-Six refers to "God's plan" as she has so often in the course of the show. This leaves a trace hint that the god isn't supernatural. Moore says in his podcast that he liked leaving that ambiguity in. However, he never answers it. And had he wanted to do it this way, had he wanted to lay it out as a story of alien or divine abduction, he could have easily done so, at great benefit and no harm to his story. It's hard to imagine him liking the interpretation that realism-oriented fans have of the "god did it" ending that was delivered. @@ -3552,7 +3552,7 @@ throwing science out the window.

      9. -
      10. The writers' strike ending
        +
      11. The writers' strike ending

        As some viewers know, the episode "Revelations" which ended the first half of season four with the crew discovering a ruined Earth was an emergency backup finale for the show. At the time, the writers' guild was on strike and there was no end in sight. Had it gone on longer, they would have had to shut down the show, close leases on the studio lots and tear down the sets. They might not have been able to finish the show. So they tweaked Revelations as a possible final ending. @@ -3575,7 +3575,7 @@ episodes covered exactly those matters.

    30. -
    31. The worst ending ever?
      +
    32. The worst ending ever?

      As I wrote at the start, I deem this the worst (most disappointing) @@ -3629,7 +3629,7 @@ ever, and that's a pity.

  3. -
  4. "You know he doesn't like that name" - Josh bids farewell to Battlestar Galactica!
    +
  5. "You know he doesn't like that name" - Josh bids farewell to Battlestar Galactica!

    March 23rd, 2009 Battlestar Galactica, TV Show Reviews @@ -3879,7 +3879,7 @@ Say it with me now, folks: So say we all!

  6. -
  7. On Hera's blood
    +
  8. On Hera's blood

    After the show concluded, many viewers complained about how all the @@ -3921,7 +3921,7 @@ show is set in the past.

  9. -
  10. Not In Our Stars: the Betrayals of the Battlestar Galactica Finale - Sam J. Miller
    +
  11. Not In Our Stars: the Betrayals of the Battlestar Galactica Finale - Sam J. Miller
     “The fault, dear Brutus, is not in our stars, but in ourselves...”
    @@ -4220,7 +4220,7 @@ betrayals of Daybreak have ceased to annoy us.
     

  12. -
  13. As Battlestar Ends, God Is In the Details - Annalee Newitz
    +
  14. As Battlestar Ends, God Is In the Details - Annalee Newitz

    Battlestar Galactica concluded with a moving, pyrotechnic two-hour @@ -4475,7 +4475,7 @@ series. It offers no pat answers. We must decide.

  15. -
  16. Reddit comments on the finale
    +
  17. Reddit comments on the finale

    I enjoyed both the connections to our modern world (on-the-nose though @@ -4591,8 +4591,8 @@ not intercede at a key moment.

-
-

4.18 Bloopers

+
+

4.18 Bloopers

  • Season 03 Episode 09: Dr Cottle says "Christ" (47:42)
  • @@ -4604,14 +4604,14 @@ mark
-
-

5 Timeline

+
+

5 Timeline

https://www.flickr.com/photos/billyray_jr/5593262639

-
+ -
-

Scaletta

-
+
+

Scaletta

+
  • spiegazione dei siti
  • spiegazione delle persone
  • @@ -87,9 +87,9 @@ like hush mail or secure-mail), and you hope for the best :)
  • trova esempio del precedente
-
-

Articoli

-
+
+

Articoli

+

faq - Piracy https://old.reddit.com/r/piracy/wiki/faq @@ -129,9 +129,9 @@ Who is "Scene" on Rarbg ? : Piracy

-
-

Introduzione

-
+
+

Introduzione

+

Un pirata deve avere la vista acuta. Altrimenti non navigherà a lungo. @@ -191,9 +191,9 @@ online: https

-
-

Dove nasce una copia pirata: THE SCENE contro P2P

-
+
+

Dove nasce una copia pirata: THE SCENE contro P2P

+

Siamo abituati a pensare alla pirateria come un fenomeno abbastanza democratico dove basta un computer ed una connessione ad internet, la @@ -221,9 +221,9 @@ Daunting, -

The SCENE

-
+
+

The SCENE

+

La SCENA, anche chiamata "the warez scene", è un'insieme di individui che si organizzano tramite un insieme di @@ -302,9 +302,9 @@ abilità di reverse engineering estremamente acute.

-
-

Come nasce una copia pirata

-
+
+

Come nasce una copia pirata

+

La produzione di una copia pirata viene spesso chiamata RIP ed è la procedura con la quale partendo da una sorgente analogica o digitale @@ -315,16 +315,13 @@ fenomeni sociali molto più interessanti.

-
-

Le reti di distribuzione

-
-

-Per ogni software spiega problemi della rete -

+
+

Le reti di distribuzione

+
-
-

Direct Download

-
+
+

Direct Download

+

Come abbiamo visto con la SCENA, il direct download è forse il metodo più diffuso per piratare file. Il direct download si basa su due @@ -337,9 +334,9 @@ condividere i costi.

-
-

Bittorrent

-
+
+

Bittorrent

+

Il protocollo bittorrent, spesso abbreviato semplicemente come torrent, è probabilmente il protocollo più importante nella scena @@ -354,9 +351,9 @@ wikipedia è un buon punto di partenza.

-
-

Tracker privati

-
+
+

Tracker privati

+

I tracker privati dal punto di vista tecnico offrono lo stesso set di funzionalità di un tracker pubblico ma la community generalmente ha @@ -445,8 +442,8 @@ primi indirizzi:

    -
  • La cabala e la merda
    -
    +
  • La cabala e la merda
    +

    Alcuni tracker sono la cabala, ovvero i tracker migliori, più longevi e più rinomati della comunità. Sono oggettivamente i migliori nelle @@ -489,9 +486,9 @@ Rutracker, pornolab e nyaa sono i più importanti fra questi.

-
-

How to get into private trackers (and survive)

-
+
+

How to get into private trackers (and survive)

+

Copiato da wiki.installgentoo. Questa sezione dovrebbe dare al lettore un'idea della quantità di regole e pratiche alla base delle communities dei @@ -641,8 +638,8 @@ all you will only ever get upload from permaseeding or requests.

    -
  • What not to do
    -
    +
  • What not to do
    +
    • Cheating: The cardinal rule of thumb is that most cheaters end up with their account and their entire invite tree banned. Beware of @@ -713,8 +710,8 @@ In short, either keep a low profile or suck staff's dick, as with all sites.

  • -
  • Cabal is so hard to join, I just want some content. What do I do?
    -
    +
  • Cabal is so hard to join, I just want some content. What do I do?
    +

    A brand new user is looking at potentially years before they get into the desirable trackers such as PTP for movies and BTN for TV. These @@ -745,8 +742,8 @@ well.

  • -
  • Getting acquainted with rules and maintaining your ratio
    -
    +
  • Getting acquainted with rules and maintaining your ratio
    +

    Okay, now we're going to assume you made it to a couple of private trackers - if you haven't yet, please read above part (TL;DR: get into @@ -795,8 +792,8 @@ unawares on some autistic peculiarity.

-
  • Ratio issues and tracker economy
    -
    +
  • Ratio issues and tracker economy
    +

    Now let's assume you're familiar with the rules, how about you download some shit? The only problem is that ratio thingy: surprise, @@ -887,8 +884,8 @@ separates this category from the ratioless variety.

  • -
  • "Help, I've been cabal banned!"
    -
    +
  • "Help, I've been cabal banned!"
    +

    I can just turn my router off and on again to get a new IP and start over, r-right? Wrong. The private tracker community is small, so @@ -921,9 +918,9 @@ torrentleech, iptorrents, foreign tracker and so on).

  • -
    -

    TODO

    -
    +
    +

    TODO

    +

    Source ? tracker privati? ? software? ? critica ai tracker privati @@ -931,9 +928,9 @@ tracker privati

    -
    -

    EDonkey

    -
    +
    +

    EDonkey

    +

    EDonkey è stato un protocollo molto importante per la scena italiana, tantochè il suo client più famoso, EMule, ha una voce sulla @@ -993,9 +990,9 @@ prodotti in Italia, Francia e Spagna.

    -
    -

    Fopnu

    -
    +
    +

    Fopnu

    +

    Fopnu è un software abbastanza giovane e nonostante il protocollo ed il client siano proprietari la community, benchè ristretta, condivide moltissimi @@ -1007,9 +1004,9 @@ GNUtella.

    -
    -

    IRC

    -
    +
    +

    IRC

    +

    IRC is alive and kicking. Molti releaser della scena degli anime usano IRC per coordinarsi e tramite un'estensione al protocollo, chiamata @@ -1020,12 +1017,12 @@ media testuali, XDCC è molto comune anche per il download di ebook.

    -
    -

    TODO USENET

    +
    +

    TODO USENET

    -
    -

    Soulseek

    -
    +
    +

    Soulseek

    +

    Soulseek è un network P2P che non supporta swarming e richiede un server centrale nonostante i trasferimenti siano P2P. Il client è @@ -1038,44 +1035,44 @@ spesso in rarità e release molto esoteriche.

    -
    -

    TODO Disruption delle reti di distribuzione

    -
    +
    +

    TODO Disruption delle reti di distribuzione

    +
      -
    • Megaupload e vari (forse più giù)
    • +
    • Megaupload e vari (forse più giù)
    -
    -

    Poisoning

    +
    +

    Poisoning

    -
    -

    Ghost leeching

    +
    +

    Ghost leeching

    -
    -

    Love letters

    +
    +

    Love letters

    -
    -

    Quando la pirateria incontra il capitalismo

    -
    +
    +

    Quando la pirateria incontra il capitalismo

    +
    -
    -

    Cineblog?

    +
    +

    Cineblog?

    -
    -

    Comunità autogestite: tntvillage

    -
    +
    +

    Comunità autogestite: tntvillage

    +
    • ancora vivo?
    • rutracker
    -
    -

    Piccolo bugiardino per la pirateria

    -
    +
    +

    Piccolo bugiardino per la pirateria

    +

    ? Cambia titolo

    @@ -1084,9 +1081,9 @@ spesso in rarità e release molto esoteriche.
    -
    -

    Formati ed acronimi

    -
    +
    +

    Formati ed acronimi

    +

    Non sempre il sorgente ha il migliore encoding Il BDMV o il WEB è un encode della sorgente attuale e soffre spesso di @@ -1242,9 +1239,9 @@ Vedi anche:

    -
    -

    Le parti del nome di una release Warez

    -
    +
    +

    Le parti del nome di una release Warez

    +

    Ci sono molti acronimi diversi che esistono nei nomi delle release, ma tutti seguono un formato simile. Nell'esempio di un film, sarebbe Title.Of.The.Movie.YEAR.Source.Codec-GROUP diff --git a/blog/read.css b/blog/read.css new file mode 100644 index 0000000..6cc2df2 --- /dev/null +++ b/blog/read.css @@ -0,0 +1,171 @@ +:root { + --bg-color: #ffffff; + --font-color: #000000; + /* highest contrast colors + for light and dark themes */ + --red: #ec0000; + --green: #008900; + --blue: #5f5fff; + --gray: #757575; +} + +@media (prefers-color-scheme: dark) { + :root { + /* change to dark theme */ + --bg-color: #000000; + --font-color: #ffffff; + } +} + +*:not(li, progress, span) { + border-radius: 5px; + /* no overflowing body */ + max-width: 100%; + overflow: auto; +} + +*:disabled { + cursor: not-allowed !important; +} + +[href], +dfn { + /* no visited color */ + color: var(--blue); +} + +[href]:hover { + text-decoration: none; +} + +[href^="mailto:"]::before { + content: "📧 "; +} + +abbr { + cursor: help; +} + +abbr, +var { + color: var(--red); +} + +blockquote { + /* add bar before quote */ + border-left: 0.3em solid var(--gray); + padding-left: 1em; +} + +body { + /* high contrast */ + background: var(--bg-color); + color: var(--font-color); + /* /\* most readable wed-safe font *\/ */ + /* font-family: Helvetica; */ + /* /\* 12pt is minimum *\/ */ + font-size: 14pt; + /* required with justified text */ + hyphens: auto; + /* experimental: + highest quality images */ + image-rendering: high-quality; + /* 1.5 is minimum */ + line-height: 1.6; + /* center body in page */ + margin: auto; + /* space inside body */ + padding: 0 1em; + /* each line is similar length */ + text-align: justify; + /* browser focuses on readability */ + text-rendering: optimizeLegibility; + /* line length of 60 characters + (between recommended 45-80) + & subtract the padding */ + width: min(95ch, calc(100% - 2em)); +} + +button, +input[type="button"], +input[type="reset"], +input[type="submit"] { + border: 1px solid var(--gray); + /* appear clickable */ + cursor: pointer; +} + +button:hover, +input[type="button"]:hover, +input[type="reset"]:hover, +input[type="submit"]:hover { + /* make border blend into background */ + border: 1px solid var(--bg-color); +} + +code { + /* classic green code */ + color: var(--green); +} + +figure { + /* center caption under image */ + text-align: center; +} + +footer, +header { + margin-top: 1em; + text-align: center; +} + +html { + /* better for jump scrolling */ + scroll-behavior: smooth; +} + +iframe { + /* common screen ratio */ + aspect-ratio: 3/2; + /* keep from overflowing */ + width: 99%; +} + +kbd { + /* appear like a key */ + box-shadow: 1px 1px 2px 1px; +} + +nav { + display: flex; + /* space links apart */ + justify-content: space-around; +} + +small { + /* decrease visibility */ + color: var(--gray); +} + +summary { + /* indicate interaction */ + cursor: pointer; + font-weight: bold; +} + +table { + /* multiple borders merge */ + border-collapse: collapse; + display: block; +} + +tbody>tr:nth-child(odd) { + /* set background of odd cells */ + background: var(--gray); +} + +td, +th { + border: 1px solid; + border-collapse: collapse; +} diff --git a/blog/src/formati_pirati.org b/blog/src/formati_pirati.org index 5576e85..fb314bd 100644 --- a/blog/src/formati_pirati.org +++ b/blog/src/formati_pirati.org @@ -169,7 +169,6 @@ Le modalità con cui le copie pirate vengono prodotte sono molteplici e preferisco concentrarmi sui canali di distribuzioni perchè creano fenomeni sociali molto più interessanti. * Le reti di distribuzione -Per ogni software spiega problemi della rete ** Direct Download Come abbiamo visto con la SCENA, il direct download è forse il metodo più diffuso per piratare file. Il direct download si basa su due