Nazrin

joined 2 years ago
MODERATOR OF
[–] Nazrin@burggit.moe 4 points 2 years ago (6 children)

Daily backups isn't too bad, though.

I would recommend backup right before upgrade too. make a sticky note for it if you always forget.

[–] Nazrin@burggit.moe 1 points 2 years ago

Did you mark yourself as underage on discord or something?

[–] Nazrin@burggit.moe 2 points 2 years ago

I can't seem to kick myself off the mod team, so I guess so. I mainly check once a day and look for reports only/front page. Maybe consider growing the team.

[–] Nazrin@burggit.moe 2 points 2 years ago (1 children)

Everything runs nicely if you have the harddrive space for it.

[–] Nazrin@burggit.moe 4 points 2 years ago (3 children)

I use Visions of Chaos which eats your harddrive, but in return its a all-in-one for everything machine learning, fractal, and cellular automata.

Mainly, I use its stable diffusion web UI sections, which it manages automatically, but I'm hoping to use it's LLM section soon.

[–] Nazrin@burggit.moe 1 points 2 years ago (1 children)

Ok, you do know this is a NSFW community, right?

[–] Nazrin@burggit.moe 2 points 2 years ago

Well, the community is Lewd images generated by AI.

[–] Nazrin@burggit.moe 2 points 2 years ago (2 children)

Please mark your post as NSFW

[–] Nazrin@burggit.moe 3 points 2 years ago (2 children)

Ya, this is a series of being mean to touhous: https://danbooru.donmai.us/pools/4870

[–] Nazrin@burggit.moe 1 points 2 years ago

Ah, this series.

 
 

Cross posting it here to get a little more visibility if you missed it, but I made a script to unblur thumbnails, make icons bigger, resize videos to make them original res or smaller than your window, and added the loop attribute to all videos on Burggit.

 

It's been 22 days since https://burggit.moe/post/9644 , and I bet the demographic has shifted A LOT.

How did you hear about Burggit?

 

Congrats everyone, you made over 100 posts in the last 24 hours!

When using "Active" sorting, it's 9 pages!

Pretty soon I'll start having to use Subscribed instead of Local 🤭

 
// ==UserScript==
// @name         burggit
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  try to take over the world!
// @author       You
// @match        https://burggit.moe/*
// @icon         https://www.google.com/s2/favicons?sz=64&domain=burggit.moe
// @grant        none
// ==/UserScript==

// Permission to use, copy, modify, and/or distribute this software for
// any purpose with or without fee is hereby granted.
// If we meet some day, and you think this stuff is worth it, 
// you can buy me a comfy hoodie in return.

(function() {
{var css = [
	"    .img-blur {",
	"        filter: none !Important;",
	"    }",
	"    .thumbnail {",
	"        height: 160px !Important;",
	"        width: 160px !Important;",
	"        object-fit: contain !important;",
	"        aspect-ratio: initial !important;",
	"        background-color: rgba(0, 0, 0, 0);",
	"    }",
	"    .justify-content-center {",
	"        height: 80px !Important;",
	"    }",
	"    .embed-responsive-item {",
	"        max-height: 90vh;",
	"        width: auto;",
	"        max-width: 100%;",
	"    }",
	"    .my-3 {",
	"        margin-top: 0.1rem !important;",
	"        margin-bottom: -0.3rem !important;",
	"    }",
	"        .d-inline img{",
	"        max-height: 2em !important; ",
	"        max-width: 2em !important; ",
	"        object-fit: scale-down !important; ",
	"    }"
].join("\n");
if (typeof GM_addStyle != "undefined") {
	GM_addStyle(css);
} else if (typeof PRO_addStyle != "undefined") {
	PRO_addStyle(css);
} else if (typeof addStyle != "undefined") {
	addStyle(css);
} else {
	var node = document.createElement("style");
	node.type = "text/css";
	node.appendChild(document.createTextNode(css));
	var heads = document.getElementsByTagName("head");
	if (heads.length > 0) {
		heads[0].appendChild(node);
	} else {
		// no head yet, stick it whereever
		document.documentElement.appendChild(node);
	}
}
}
var vids = document.getElementsByTagName("video");
for (var i = 0; i < vids.length; i++) {
	vids[i].setAttribute("loop", "true");
}

window.addEventListener('click', function() {
var vids = document.getElementsByTagName("video");
for (var i = 0; i < vids.length; i++) {
	vids[i].setAttribute("loop", "true");
}
}, false);
})();
1
submitted 2 years ago* (last edited 2 years ago) by Nazrin@burggit.moe to c/whosefeet@burggit.moe
 

Touhou Project

1
submitted 2 years ago* (last edited 2 years ago) by Nazrin@burggit.moe to c/whosefeet@burggit.moe
 

Touhou Project

 
view more: next ›