• Forums Discussion v2 - GO TO PAGE 109 FOR SOMETHING NEAT
    4,995 replies, posted
[QUOTE=Kiwi;52189342][t]https://chie.club/files/images/st/4f535c44-f8dc-4935-a69d-409d55d4c269.png[/t] :tried:[/QUOTE] maybe their plan was to get posted by a mod so everyone would see it 4d chess advertising :mystery:
We should go advertise Facepunch on their website
[QUOTE=Arc Nova;52188752]just eat a potato[/QUOTE] Dipped in crushed Vicodin.
[QUOTE=Hezzy;52189381]We should go advertise Facepunch on their website[/QUOTE] Uh, mods. This guy is encouraging raiding. Please take the appropriate actions
[QUOTE=Kiwi;52189549]Banning my boss would make things awkward.[/QUOTE] remember when starpluck banned garry and got put into the doghouse
[QUOTE=Kiwi;52189549]Banning my boss would make things awkward.[/QUOTE] Do you want to keep your avatar
[QUOTE=Kiwi;52189549]Banning my boss would make things awkward.[/QUOTE] Hey, Garry's been banned before. It totally ends well.
[QUOTE=Zonesylvania;52189551]remember when starpluck banned garry and got put into the doghouse[/QUOTE] Remember when Starpluck ate a flag? Me neither.
[QUOTE=Ninja Gnome;52188445]webm with 2.5mb limit but he only gets 10x20 dimensions[/QUOTE] still too much animays
I still have that 16x16 avatar for kiwi. We can make this happen.
How 'bout a 1GB gif
[QUOTE=The bird Man;52189794]How 'bout a 1GB gif[/QUOTE] Make the avatar an endless stream of procedurally generated, anime trained, deep dream video.
[QUOTE=mdeceiver79;52189839]Make the avatar an endless stream of procedurally generated, anime trained, deep dream video.[/QUOTE] Relevant? [video]https://youtu.be/FsVSZpoUdSU[/video]
lol i didn't read the OP and now i did
i heard anime fucks your brain up. turned me gay now i drive a prius. still better procgen than no mans sky
real shit though I've been dealing with problem after computer problem lately where the error is a bunch of shit nobody has ever heard of before so I have to go and post on like six different forums hoping someone magically pops out of the ether and can answer my question it's nice to have an issue pop up that is not only answered in the OP, but bolded for shithead idiots like me [editline]5th May 2017[/editline] [QUOTE=Scratch.;52189052] It's also tied to your user agent It's why I get a plain text box when browsing with a PSP[/QUOTE] holy shit lol what kind of router are you using that still supports 802.11b? i wish i could post on FP from my PSP, does the built-in browser work fine or do you use a homebrew one?
Does FP have a dark background option?
I will like to correct myself from earlier, It wasn't slightly, I don't even remember posting that.
[QUOTE=The Rifleman;52190886]Does FP have a dark background option?[/QUOTE] there's a usermade script floating around
[QUOTE=QUILTBAG;52189606]Remember when Starpluck ate a flag? Me neither.[/QUOTE] I ate a flag to make up for his deterrence. Does that mean I get to be a mod?
[QUOTE=The Rifleman;52190886]Does FP have a dark background option?[/QUOTE] I use the awfully dark FP stylish extension, works like a charm. I believe our very own Inacio upkeeps it too. [url]https://userstyles.org/styles/115525/facepunch-awfully-dark[/url]
[QUOTE=KangarooSteak;52191337]I use the awfully dark FP stylish extension, works like a charm. I believe our very own Inacio upkeeps it too. [url]https://userstyles.org/styles/115525/facepunch-awfully-dark[/url][/QUOTE] And makes his name glow golden which uses up a ton of CPU power for some reason
[QUOTE=TrafficMan;52191470]And makes his name glow golden which uses up a ton of CPU power for some reason[/QUOTE] [code].user_387119 > div.username_container > a.username > strong > font { color: #FFEEAC!important; font-weight: 600!important; -webkit-animation-name: greenPulse; -webkit-animation-duration: 10s; -webkit-animation-iteration-count: infinite; } @ -webkit-keyframes greenPulse { from { text-shadow: 0 0 5px rgba(255, 207, 16, 100), 0 0 5px rgba(255, 188, 0, 100), 0 0 10px rgba(255, 214, 16, 100), 0 0 20px #FFCC00, 0 0 10px #FFC800, 0 0 20px #FFBC00, 0 0 10px #FF9100; color: #404040 !important; } 25% { text-shadow: 0 0 0px rgb(255, 207, 52), 0 0 0px #000000, 0 0 0px #000000, 0 0 0px #000000, 0 0 0px #000000, 0 0 0px #000000, 0 0 0px #000000; color: rgba(252, 190, 32, 1); } 75% { text-shadow: 0 0 0px rgb(255, 207, 52), 0 0 0px #000000, 0 0 0px #000000, 0 0 0px #000000, 0 0 0px #000000, 0 0 0px #000000, 0 0 0px #000000; color: rgba(252, 190, 32, 1); } to { text-shadow: 0 0 4px rgba(255, 207, 16, 100), 0 0 4px rgba(255, 188, 0, 100), 0 0 9px rgba(255, 214, 16, 100), 0 0 19px #FFCC00, 0 0 9px #FFC800, 0 0 19px #FFBC00, 0 0 9px #FF9100; color: #404040 !important; } } [/code] No fucking wonder it does, abusing the fuck out of text-shadow is hard on the CPU with most browsers as they wont use the GPU for it. Good job failing webdev right there with abusive CSS, this is why I tend to only use stuff I write myself when it comes to site modifications. [editline]6th May 2017[/editline] Plus when it breaks I know who to blame, myself. :v:
[QUOTE=Reagy;52191916][code].user_387119 > div.username_container > a.username > strong > font { color: #FFEEAC!important; font-weight: 600!important; -webkit-animation-name: greenPulse; -webkit-animation-duration: 10s; -webkit-animation-iteration-count: infinite; } @ -webkit-keyframes greenPulse { from { text-shadow: 0 0 5px rgba(255, 207, 16, 100), 0 0 5px rgba(255, 188, 0, 100), 0 0 10px rgba(255, 214, 16, 100), 0 0 20px #FFCC00, 0 0 10px #FFC800, 0 0 20px #FFBC00, 0 0 10px #FF9100; color: #404040 !important; } 25% { text-shadow: 0 0 0px rgb(255, 207, 52), 0 0 0px #000000, 0 0 0px #000000, 0 0 0px #000000, 0 0 0px #000000, 0 0 0px #000000, 0 0 0px #000000; color: rgba(252, 190, 32, 1); } 75% { text-shadow: 0 0 0px rgb(255, 207, 52), 0 0 0px #000000, 0 0 0px #000000, 0 0 0px #000000, 0 0 0px #000000, 0 0 0px #000000, 0 0 0px #000000; color: rgba(252, 190, 32, 1); } to { text-shadow: 0 0 4px rgba(255, 207, 16, 100), 0 0 4px rgba(255, 188, 0, 100), 0 0 9px rgba(255, 214, 16, 100), 0 0 19px #FFCC00, 0 0 9px #FFC800, 0 0 19px #FFBC00, 0 0 9px #FF9100; color: #404040 !important; } } [/code] No fucking wonder it does, abusing the fuck out of text-shadow is hard on the CPU with most browsers as they wont use the GPU for it. Good job failing webdev right there with abusive CSS, this is why I tend to only use stuff I write myself when it comes to site modifications. [editline]6th May 2017[/editline] Plus when it breaks I know who to blame, myself. :v:[/QUOTE] The best part, it's webkit only Unless you're just posting a snippet
[QUOTE=Oicani Gonzales;52191970]Thanks for bringing that to my attention! I had never noticed any perf issues with that, surprisingly. My CPU still stayed idle even when I had multiple posts on the page, even when rendered at the same time. Went ahead and fixed it anyway. This should be a bit better: [url]https://userstyles.org/styles/115525/facepunch-awfully-dark[/url] Remember that you can always customize the script yourself and remove the parts you don't like![/QUOTE] [url=https://facepunch.com/showthread.php?t=1507426&p=50150805&viewfull=1#post50150805]Year old "bug report" including a now broken dropbox webm link to that FP tab spiking to 6% cpu usage whenever your name glowed[/url] :v: I actually patched the glow out at the time but I think the script auto-updated to add it back and I never re-removed it
[QUOTE=Scratch.;52189052]Forum settings There's basic, wysiwyg and other shit [editline]5th May 2017[/editline] It's also tied to your user agent It's why I get a plain text box when browsing with a PSP[/QUOTE] Thank you so much for this, I've been manually typing out smilies and text types and everything for years. I feel like a moron. :hammered:
[QUOTE=Oicani Gonzales;52191970]Thanks for bringing that to my attention! I had never noticed any perf issues with that, surprisingly. My CPU still stayed idle even when I had multiple posts on the page, even when rendered at the same time. Went ahead and fixed it anyway. This should be a bit better: [url]https://userstyles.org/styles/115525/facepunch-awfully-dark[/url] Remember that you can always customize the script yourself and remove the parts you don't like![/QUOTE] Probably shouldn't have it in there in the first place tbh. It's nothing but detrimental all for a bit of dick stroking. Users [i]shouldn't need[/I] to remove something from your scripts to stop negative effects after all. Basic development axiom.
Is there any chance that the ignore feature will be expanded so that it'll actually censor their text if they've been quoted by someone? :s:
Any chance your skin will grow any thicker
The ignore feature is a good early warning system and that's it. If I open a thread and there's tons of ignored posts on the first page I just back out.
Sorry, you need to Log In to post a reply to this thread.