Skip to content

Instantly share code, notes, and snippets.

View nerdfiles's full-sized avatar
⚕️
bringing about the end-times of the philosophy

aha hah nerdfiles

⚕️
bringing about the end-times of the philosophy
View GitHub Profile
@nerdfiles
nerdfiles / A-twitterdotcom-whotofollow__hide__.css
Last active April 12, 2024 21:08
twitter dot com: hide "who to follow" section among other things
/**
* @author aha
* @license wtfpl, version 2
*/
/* hide "who to follow */
div div div div div div div div div div div div div div div:has([aria-label*="Follow"]) + div,
div div div div div div div div div div div div div div div:has([aria-label*="Follow"]) {
/*outline: 2px solid gold !important;*/
display: none !important; /* might hide pfps on profiles other than yours */
}
@nerdfiles
nerdfiles / vore.website.login.css
Last active June 23, 2023 22:16
css grid and flex applied to vored dot website
/**
* @author aha
* @version wtfpl, version 2
* @description vore.website edits.
* @appliesTo URLsOnTheDomain vore.website
*/
body {
display: flex;
flex-direction: column;
}
@nerdfiles
nerdfiles / library-of-alexandria--update.css
Created May 12, 2023 22:58
mobile-friendly-ish-er-or
/**
* @version wtfpl, version 2
* @description everywhere is the Library you go. try other domains if you can.
* @appliesTo URLsOnTheDomain bitly.com, lookmovie2.to, drive.google.com, xahlee.info, thenewstack.io, solidproject.org, www.dmvflorida.org,
* huggingface.co, umsu.de, qaz.wtf, onlyfans.com, archive.org, archive.ph, libgen.rs, libgen.is, independent.co.uk, blizzard.com, disney.com,
* sci-hub.se, w3.org, w3c.org, mail.protonmail.com, mail.google.com, proton.me, substack.com, amundsen.com, apiacademy.co, psyche.co, iana.org,
* wikipedia.org, plato.stanford.edu, web.dev, bitbucket.org, gitlab.com, webcode.tools, wildlifeact.com, microsoft.com,
* dndwiki.io, last.fm, pata.physics.wtf, infoq.com, academia.edu, researchgate.net (sort of but not really), dropbox.com, exploringyourmind.com, songmeanings.com, allmusic.com, pitchfork.com, chat.google.com, black-mode.surge.sh, stackoverflow.com, scientificamerican.com, webfx.com, sites.google.com, slideserve.com, schema.org, bioschemas.org, dublincore.or
@nerdfiles
nerdfiles / pinterest.hacks.css
Created May 11, 2023 22:33
special cases outside of the loa stylebook.
/**
* @author aha
* @version wtfpl, version 2
* @description css hacks for pinterest to make the /WebSite anticipate my needs.
*/
/* @description preparing for loa stylebook situated elsewhere in a different
* extension.
*/
[role="feed"] > * {
opacity: 1 !important;
}
@nerdfiles
nerdfiles / pxlmo.com.css
Last active August 3, 2023 18:37
custom stylesheet rules for https://pxlmo.com/ (starting from the library of alexandria stylesheet); for https://mybrowseraddon.com/custom-style-script.html or https://userstyles.org/help/stylish
/**
* @version wtfpl, version 2
* @description everywhere is the Library you go. try other domains if you can.
* @appliesTo URLsOnTheDomain pxlmo.com
*/
html,
h1, h2, h3, h4, h5, h6,
span,
ul, table,
label, input,

PDF: Welcome to the informative PDF file on "Is Justified True Belief Knowledge?" by Edmund L. Gettier. This file is published by The Analysis Committee and is available on JSTOR.

Here are three questions you may have about this file:

  1. What is the main argument presented by Edmund L. Gettier in this paper?
  2. How has this paper influenced the philosophical debate on knowledge?
  3. What are some criticisms of Gettier's argument presented in this paper?

Me: How has this paper influenced the philosophical debate on knowledge?

Phrase 1: whipped rabbit baseness inter- reigns conducive erases performing ipsius accidents self-imposed misery
Phrase 2: employ conquered readily revolution extremely holding blooming vating survive soothe distinct attacked
Phrase 3: defin- wrongs obsesses passes attained pleases woundedness escalate distorting illusion- deadly conferences
Phrase 4: numbing exclusive existential future hindrances bringing foster almost originary ordinances nervous emanate
Phrase 5: contents worthlessness accli- decorated gained mechanical patterned languages demarca- foundation- undertook supervene
Phrase 6: logically wherewith flowers oppression strive broods bitter falsity oblivion granular slavishness suspecting
Phrase 7: stated playfulness willingly lifeforms assumed differentiate deemed affirmation indwelling getting discourse familiarly
Phrase 8: anaphylactic decisions southern nontheistic confounding intimately preserve middle-period wretches freezer traveling sparkles
Phrase 9: proved mainly slants sensitively i
@nerdfiles
nerdfiles / botsin.space.css
Last active April 27, 2023 03:51
works with the library of alexandria (wip). use https://mybrowseraddon.com/custom-style-script.html not stylish. backgrounds are blocked now.
/**
* @author aha <patagnome@protonmail.com>
* @license wtfpl, version 2
* @version 0.0.0-novel.0
* @appliesTo URLsStartingWith https://masto.ai/
* @source https://hachyderm.io/@rachelwilliams/109453512422406007
* @source https://hachyderm.io/@rachelwilliams/109456125944527023
* @note turn on `layout.css.has-selector.enabled` in firefox.
*/
@nerdfiles
nerdfiles / bespoke-bluesky.css
Last active July 8, 2023 19:57
more twitter-like client front end customizations to make it hud-like. screens: https://staging.bsky.app/profile/patagnome.bsky.social/post/3jubklt43og2z
/**
* @author aha
* @license wtfpl, version 2
* @description bluesky as a hud. assumes the library of alexandria.
* @appliesTo URLsOnTheDomain staging.bsky.app
*/
/* fix for bsky mods' impersonation sanction */
div[style*="filter: blur(5px)"] {
display: none;