GNUkko Sauvage (eris-ng) 
@eris@p.enes.lv
latvian, in their 25s, monogam, straight, he/him lesbian, ace-spec, slut. anarcho-monarchist. A theymab transtrender. I speak lv/en/ru but can pretend to understand other languages sometimes.
admin of this instance, don't ask for an invite unless you're a frien :3
the sadistic playful puppy you’ve been warned about.
Ionizing particles, true Ukkos, fake Erises, and Disqordians DNI
Minors: please consult with your parent(s)/guardian before following and/or interacting; and please do not interact with lewd and/or sexual content unless you are of the age of majority
Current PFP is Senjougahara Hitagi and Hanekawa Tsubasa, specifically by https://x.com/mani_ma/status/1973769856714760502
Previous PFP is Suzy, secret Undertale character only mentioned
Previous² PFP is Senjougahara Hitagi, specifically by https://www.tumblr.com/manimarough/785249534734417921
Previous³ PFP was dead Marsey
Previous⁴ PFP was A.B.A. from Guilty Gear Strive
Previous⁵ PFP was some image 40 sent me
Previous⁶ PFP was https://www.kotobukiya.co.jp/en/product/detail/p4934054034673/
Previous⁷ PFP was https://www.furaffinity.net/view/47773488/
eriscon is not happening
hear me out: its masturbation if you use the same account and incest if you ise an alt
Got a new bookshelf for placing my weeb stuff sharing some photos, share yours?
Last image is all the manga I haven't read 🫥
Also, also, just had a mental image of someone going through the lists like thru a grocery store: "transphobia? blocked, ableism? ehh i can live with it, racism? nobody cares"
sed uses the ancient POSIX Basic RE, you should always add -E to it on commandline to get a more modern looking regex (POSIX ERE / Extended Regular Expressions). Unless you use fancy stuff like backreferences, lookaheads, or such, basic regex knowledge from Perl/Python/Java/Javascript/anything-from-this-century should be transferrable to its/^.*Forecast/\1/ (and the analog in awk).BTW to me your post feels like a MIME formatted email opened in a mail client that doesn't support it xdd (because of all the dashes)
...
...
─ cat fileAAnyways if you don't want to write your own script and would rather have a shell script with sed and such, you should probably do something similar to what I did:
hello
world
how are you doing on this fine day
I am doing quite START fine
what about you?
oh yeah whatever
blabla END
honestly i dont care i am a meanie beanie muhaahahaha
END
damn, another end huh
─ cat fileB
this is the
new content
in between the tags :)
─ ed -s fileA
# This is all typed in, you can save it in a file and do ed -s < edscript
# Add newlines after STARTs and before ENDs
g/START/s/START/START\
/
g/END/s/END/\
END/
# Delete everything between the first START and the next END
1;/START/+1;/END/-1d
# Read in the other file in between
-1r fileB
# Get rid of newlines after STARTs and before ENDs
g/START/.;+1j
g/END/-1;+1j
w
q
─ cat fileA
hello
world
how are you doing on this fine day
I am doing quite STARTthis is the
new content
in between the tags :)END
honestly i dont care i am a meanie beanie muhaahahaha
END
damn, another end huh
1. add extra newlines similarly to what I did, but use some
sed s/START/START\n/ (idk if that \n is correct)2. use
awk to filter out the unwanted content or perhaps split the file in pre-head and post-head parts, I'm not sure sed is able to store enough context to do it3. cat pre-head new-head post-head to join them together
4. optionally if it's important, run a sed to remove extra newlines added in step #1 (for HTML head tags it doesn't matter)
(Unedited image is art by purnya and shows Nepeta playing Seal World. telegram: https://t.me/purnya2/4066 birdsite: https://x.com/purnya2/status/1948886707925135610 )
A valid HTML zip bomb, https://ache.one/notes/html_zip_bomb#a-valid-html-zip-bomb.
The article shows how to create an HTML zip bomb for AI crawlers not respecting the `robots.txt` file.
A zip bomb is a huge file (like 10Gib), that once compressed, has a reasonable size like 10Mib. An AI crawler will uncompressed it and will see all its memory being consumed, leading to a possible crash.
That’s an effective way to counter-attack disrespectful AI crawlers.
...
...
print not write newlines), weirdly enough, slightly better than my version of H-in-a-comment. I guess any short repeating string should be equally as good, so perhaps something silly that exercises the HTML parser implementation by implicit scope closing (technically, <p> does something like that), stack searching, and whatnot could be made as well.─ du -h --apparent-size zeroes* comments* paragraphs*CC: @hywan@floss.social
10G zeroes
10M zeroes.gz
11G comments
10M comments.gz
11G paragraphs
10M paragraphs.gz
─ du -b --apparent-size zeroes* comments* paragraphs*
10737418240 zeroes
10420385 zeroes.gz
10738477357 comments
10447092 comments.gz
10739519099 paragraphs
10436242 paragraphs.gz
also CC @ache@mastodon.xyz since you're the original article author
CC: @winter@translunar.academy
History



![[?]](https://media.worm.pink/media/75911a685bf25db0f749630152c52fea08b6a66bf86076ac485ab5625f9d698a.webp)
![[?]](https://netzsphaere.xyz/media/161b2cc7b4cfcc17e9645f2cb5b22a9dd1411e6b7b0d40c1879629b78968c7c1.gif)


![[?]](https://hai.z0ne.social/files/87dfa8e7-771c-482f-b34a-0d8fc927a0e9.png)



![[?]](https://media.fops.cloud/media/2cf97d81bb242126ddb46d2d158850b07c861abfedd342e8aafd091a2807babd.jpeg)

