Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)O
Posts
23
Comments
73
Joined
5 mo. ago

  • HN discussion: https://news.ycombinator.com/item?id=47152085

    There are also some interesting statistics from the post's author:

    Fwiw I did some more comparisons, looking for words disproportionately favored by noob comments:

    wordnoobnewp-value
    ai14.93%7.87%p=0.00016
    actually12.53%5.34%p=1.1e-05
    code11.47%6.04%p=0.00081
    real10.93%2.95%p=2.6e-08
    built10.93%2.11%p=2.1e-10
    data8.93%3.51%p=6.1e-05
    tools7.6%2.67%p=5.5e-05
    agent7.47%2.95%p=0.00024
    app7.2%3.09%p=0.00078
    tool6.8%1.83%p=8.5e-06
    model6.8%2.39%p=0.00013
    agents6.67%2.11%p=5.2e-05
    api6.53%1.12%p=2.7e-07
    building6.13%1.54%p=1.3e-05
    full6.0%1.97%p=0.00017
    across5.87%1.4%p=1.3e-05
    interesting5.33%1.54%p=0.00014
    answer5.2%1.4%p=9.6e-05
    simple4.93%1.54%p=0.00043
    project4.8%1.26%p=0.00015
  • To be fair Wayback Machine is not the only option, there are at least 3 other Internet archival services besides archive.today:

    1. Ghostarchive
    2. Megalodon
    3. Etched (warning: cryptobros)

    Unfortunately their scrapers are nearly not as developed as Wayback Machine's and archive.today's are (Ghostarchive and Megalodon can't bypass Anubis/Cloudflare check, for example). Ghostarchive is neat when it works because of very high-fidelity captures (even more high-fidelity than archive.today's captures are), but only something like ~75% of everything I've ever archived there works. Oh, and it can also archive short (<10 min) YouTube videos with low/average bitrate.

    Megalodon is pretty much useless for Wikipedia because it doesn't work with, like, half of all online news websites.

    I haven't archived anything on Etched yet, but their premise of "archiving a web page forever on bitcoin" doesn't seem attractive so I probably won't use it.

  • This is only tangentially related to the matter at hand, but there seems to be some attack on YouTube with fully LLM-generated channels and videos "covering" this situation: https://ghostarchive.org/archive/dlQhs.

    Interesting...

  • So apparently this is a very deep rabbit hole, because now we have a third person who might own this service - Nora Puchreiner. Nora Puchreiner is... an interesting identity. Besides the links given by Jani (gyrovague.com owner) in the post, I could find her Wikipedia and Twitter accounts (both completely gone):

    I also found some AI slop post on Blogspot with creepy AI-generated images, publised in June 2021 under a "nora-puchreiner" account and perhaps describing her achievements? I can't really make sense of what's written in it.

    UPD: also some print shop. I think all of this deserves a YouTube video by an internet oddity enjoyer...

  • Technology @lemmy.zip

    archive.today is directing a DDOS attack against my blog

    gyrovague.com /2026/02/01/archive-today-is-directing-a-ddos-attack-against-my-blog/
  • So apparently this is a very deep rabbit hole, because now we have a third person who might own this service - Nora Puchreiner. Nora Puchreiner is... an interesting identity. Besides the links given by Jani (gyrovague.com owner) in the post, I could find her Wikipedia and Twitter accounts (both completely gone):

    I also found some AI slop post on Blogspot with creepy AI-generated images, publised in June 2021 under a "nora-puchreiner" account and perhaps describing her achievements? I can't really make sense of what's written in it.

  • Sounds like DNS issues

    DNS issues are client-side; 503 is a server-side error.

  • Ask Lemmy @lemmy.world

    Does Wayback Machine work for you?

  • since it’s a transparent blockchain that is being monitored by millions of people

    Cryptocurrency tumblers exist for a reason. Though I agree that using Monero (or just keepig this money as it is) for such purposes would be better.

  • ...except Epstein files are the distraction.

  • Here's an XML dump of these pages: https://files.catbox.moe/3i52dy.7z.

    Note that you need a local MediaWiki installation to access this dump, which is possible with XAMPP.

    You should import it using php; not the web UI (Special:Import page) as it will just timeout there. This is possible with the following code:

     
        
    cd (path to php in your XAMPP folder)
    php "(path to importDump.php [https://www.mediawiki.org/wiki/Manual:ImportDump.php] maintenance script)" --conf "(path to your MediaWiki installation's LocalSettings.php)" "(path to dump)" --username-prefix=""
    
    
      

    You also need to enable ParserFunctions extension for templates to work correctly. You can do this by adding the following line to your LocalSettings.php:

     
        
    wfLoadExtension( 'ParserFunctions' );
    
      
  • And the neat part is that, since the wiki. subdomain is running MediaWiki, you can export the pages on the website itself using Special:Export.

  • FtM

    Jump
  • Surgeries for trans people aren't cosmetic though.

  • Fucking normies...

  • There are people who don't have an account/don't log in every time they visit Lemmy.

    Using RSS would be a better option for them than some extension's filters, though.

  • whatsapp signal telegram

    Telegram isn't encrypted, and honestly you shouldn't use it.[1] Whatsapp and Signal are US-based, which means that they will give up your data on the first request.

    Use actually secure messengers, like Delta Chat, SimpleX, or Matrix with end-to-end encryption.

  • Today I Learned @lemmy.world

    TIL that archive.today can archive .onion URLs

  • You Should Know @lemmy.world

    YSK about Wikimedia Topviews

    pageviews.wmcloud.org /topviews
  • Fuck AI @lemmy.world

    Community idea: AI poisoning place for deliberate gibberish posting

  • Ask Lemmy @lemmy.world

    So what happened to archive.today's owner and their data? Was the investigation dismissed?

  • You Should Know @lemmy.world

    YSK about SearXNG - an open metasearch engine

    docs.searxng.org /user/about.html
  • Technology @lemmy.world

    tabstack.ai
  • Technology @lemmy.world

    How the Web Became Unreadable

    kevinmarks.com /unreadable-web
  • Lemmy @lemmy.ml

    Italic and bold markup should output italic and bold text, not emphasized and strongly emphasized text

  • You Should Know @lemmy.world

    del

  • You Should Know @lemmy.world

    YSK about Wikimedia Commons - a wiki-style media repository of freely licensed files

    commons.wikimedia.org
  • Today I Learned @lemmy.world

    TIL that there's a CSS reincarnation of the blink HTML tag

    drafts.csswg.org /css-text-decor/
  • You Should Know @lemmy.world

    YSK: there's a lite version of DuckDuckGo

    lite.duckduckgo.com /lite/
  • Ask Lemmy @lemmy.world

    What do you think of the Austrian school of economics?

  • Technology @lemmy.world

    The Great Software Quality Collapse: How We Normalized Catastrophe

    techtrenches.substack.com /p/the-great-software-quality-collapse
  • Fediverse @lemmy.world

    Coordinated Pro-Russian Propaganda Network Targeting ActivityPub and ATProto Services

    about.iftas.org /2025/10/05/coordinated-pro-russian-propaganda-network-targeting-activitypub-and-atproto-services/