swordsmanluke, to asklemmy in Bookworms of Lemmy, what are you currently reading?

Currently reading The Wandering Inn, a fantasy web serial.

It’s really hard to communicate just how good it is, because the synopsis sounds very much like a million really bad books.

It’s set in a fantasy universe where RPG things like levels and classes and skills are all real… And humans from Earth start appearing in this world for reasons unknown.

Told you it sounds like a bunch of other (bad) books. I promise it’s great though. The writing goes hard. Characters are distinct and feel fleshed out, and the author isn’t afraid to kill off a character you like - or to give you sympathy for the devil.

It’s a long series, but it’s never been dull. And if you don’t believe me (fair, you hardly know me), it was also the highest-grossing serial on Patreon for long time. I still pay my monthly due just to get access to the latest chapter a few days early.

The whole thing is available online for free (barring the latest chapter delayed for a few days).

Start here. Have fun!

jvrava9, to asklemmy in How many Lemmy users are non-technical background?
@jvrava9@lemmy.ml avatar

Haha, did not want to depend on systemd. It has some major problems 1, 2

JDPoZ, to mildlyinfuriating in Youtube added shorts to the subscriptions page, pushing the subscriptions almost entirely off the page...
@JDPoZ@lemmy.world avatar

Just add this line to the “My Filters” section for the uBlock Origin extension.

  1. click the extension in your top bar
  2. click the “gears” icon/button
  3. click the “My Filters” tab and add this line :

www.youtube.com## > .ytd-rich-section-renderer.style-scope

My original mastadon post has screenshots with red guide marks in case this is confusing:

mas.to/

paninid, to histodons
@paninid@mastodon.world avatar

"In the 17th century, a certain amount of what was printed contributed to what ultimately became a Scientific Revolution.

But a great deal more was devoted to alchemy, astrology, witch-finding and obscure arguments about the difference between transubstantiation and consubstantiation — in short, to superstition."

https://www.bloomberg.com/opinion/articles/2023-07-02/russia-s-farcical-mutiny-is-deadly-serious-for-iran-china-niall-ferguson

@histodons

paninid,
@paninid@mastodon.world avatar

@histodons

Seems a chunk of 17th century was sorta like hallucinations of AI, using advanced technology of the era.

The more things change…

AshDene, (edited ) to kbinMeta in Why do posts that aren’t from kbin show “kbin.social” next to the title?
@AshDene@kbin.social avatar

I went a bit farther and used the built in variable to set color, as well as setting the font weight down to match the "n hours ago" text, and changing " - " to "@" so that the uesrname matched the standard fediverse string that you can put into search boxes

I'll publish this properly as soon as greasyfork sends me an email to authenticate my new account, but in the meantime here's the source. EDIT: Email has yet to arrive 13 hours later, I doubt it's going to. Anyone interested feel free to publish this somewhere it's easier for people to install.

// ==UserScript==
// @name        kbin social add home-instance name to username (modified)
// @namespace   english
// @description  kbin social add home -instance name to username, modified to match style and fediverse formatting
// @include     http*://*kbin.social*
// @version     1.16
// @run-at document-end
// @require       https://cdn.jsdelivr.net/npm/jquery@3/dist/jquery.min.js
// @license MIT
// @grant       GM_addStyle
// ==/UserScript==

$( document ).ready(function() {
    $( ".user-inline" ).each(function() {
        // get username URL and text, then remove username from URL and paste the instance name after username (not if instance is home-instance of kbin.social

        var homeinstance = $(this).attr('href') ;
        var myname = $(this).text().trim();

        var homeinstance2 =  homeinstance.replace( "/u/@" + myname + "@"  , '');

        if( homeinstance2  !=   "/u/" + myname ){ //show nothing if home-instance kbin
            console.log(homeinstance2 );
            $(this).append( "<span>@" +  homeinstance2 +"</span>" );
        }
    });
}); //end each username a href

var style = document.createElement('style');
style.type = 'text/css';
style.innerHTML =   '#content a.user-inline span{color: var(--kbin-meta-text-color); font-weight: 400}' ;

document.getElementsByTagName('head')[0].appendChild(style);


  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • uselessserver093
  • Food
  • aaaaaaacccccccce
  • test
  • CafeMeta
  • testmag
  • MUD
  • RhythmGameZone
  • RSS
  • dabs
  • KamenRider
  • Ask_kbincafe
  • TheResearchGuardian
  • KbinCafe
  • Socialism
  • oklahoma
  • SuperSentai
  • feritale
  • All magazines