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/)OP
octogenarian_potato @lemmy.ml
Posts 3
Comments 3
Scientific papers
  • You could try Sci-Hub and LibGen. If you don't find what you're looking for, you can always email the authors or other scholars who may have access to the paper you're interested in. A less alternative site would be arXiv, but it just has preprints.

  • /c/Scholar: For requesting and sharing scholarly literature

    Think of r/Scholar, but on Lemmy.

    /c/Scholar

    [email protected]

    lemmy.ml/c/scholar

    1

    Welcome to /c/Scholar

    Let’s face it, Reddit’s probably never going to return to what it once was. Most of the subs that haven’t either died or changed their rules are run by "power-mods" that "moderate" well over what someone can manage.

    r/Scholar was one of my favourite subs. One of the reasons I was able to contribute so much to that sub was because I made a program that scanned the sub and made a list of the open requests, detecting those that were available on LibGen or SciHub. I had another program that automatically uploaded it to a file hosting platform, made a mirror to LibGen, and commented on the post in question.

    With Reddit’s API change, that “bot” (I wouldn’t call it a bot per se, as it had to be run manually) will stop working, it’d take too long to scan the posts to be usable given the new restrictions on the rate limiting of the API. If this community gains traction (and if I have free time to code), I’ll port those programs to work with the Lemmy API.

    Although this community is not affiliated with r/Scholar, if the mods there want to port r/Scholar to here and help me moderate, I’ll welcome them with open arms. The more, the merrier.

    Thank you for reading my rant/introduction to this community.

    1
    PDF Editor
  • To the best of my knowledge, there isn't a good FOSS PDF editor.

    There's LibreOffice Draw, but as you said, it messes up the formatting. There's also Inkscape, but good luck if you have pages of text. You can also try Scribus, but I wouldn't say it's good (or intuitive).

    If all you want to do is write over a PDF, put (not edit, nor remove) text, formulae, or images, then Xournal++ is very decent.

    If I need to edit a PDF, I use (*gags*) Adobe Acrobat running in Wine (with Lutris is very easy). It's as proprietary and evil as it can be, but it's good at editing PDFs.

  • How to add a custom TLD?
  • .local is reserved for mDNS, that's why I don't use it. Since it's reserved, Firefox "knows" that if you type something.local it shouldn't search the web.

    I'm using Fedora, I know I can edit my hosts file to point to a domain, but I don't want to do that. I map the domains with a pihole instance, and I'd like to keep the record of domains centralized. Also, editing the hosts file won't solve the issue with Firefox not pointing to the site.

  • How to add a custom TLD?

    I've assigned domain names using a custom TLD to my home servers for ease of access.

    When I put, say proxmox.server, in my address bar, it searches the web. To avoid that behavior, I have to specify http://proxmox.server.

    I want Firefox to recognize .server as a valid TLD. I've searched the web to no avail, so that's why I'm writing this.

    I came across this post in Stack Exchange, but the method described (ie, network.IDN.whitelist.server) doesn't work.

    Does anybody know how can I add a custom domain to Firefox?

    ***

    EDIT:

    @[email protected] pointed out that there is a way to add nonstandard TLDs to Firefox: browser.fixup.domainwhitelist.yourdomain.yoursuffix.

    It works, but a FQDN (with the imaginary TLD) is needed, that means it's not possible to whitelist all domains under a custom TLD. You need to add one entry per domain, that is: whitelist server1.mystuff, whitelist server2.mystuff, and so on.

    4