Nazrin

joined 1 year ago
MODERATOR OF
[–] Nazrin@burggit.moe 4 points 1 year 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 1 year ago

Did you mark yourself as underage on discord or something?

[–] Nazrin@burggit.moe 2 points 1 year 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 1 year ago (1 children)

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

[–] Nazrin@burggit.moe 4 points 1 year 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 1 year ago (1 children)

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

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

Well, the community is Lewd images generated by AI.

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

Please mark your post as NSFW

[–] Nazrin@burggit.moe 1 points 1 year ago

Oh, there's plenty of school girl nudity/ecchi and sfw shota in Negima, it's been years since I last read it. There was a naked loli on a couch eating potato chips, I remember.

[–] Nazrin@burggit.moe 0 points 1 year ago (1 children)

Here's the section of the rules

[–] Nazrin@burggit.moe 0 points 1 year ago (1 children)

Since the population of the universe is not stable, either there's some leeway to make more or less souls (making it not a true reincarnation system) or time is not a consideration for reincarnation.

We then have to consider the number of souls in the system. Enough for everyone? Two? Just one soul?

Finally the mechanism for what you are reincarnated into next is either completely random, or it is guided by you or some other entity. I imagine if it's guided by you, you get what you want, and if it's guided by Them, They get what They want.

1
submitted 1 year ago* (last edited 1 year ago) by Nazrin@burggit.moe to c/askburggit@burggit.moe
 

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);
})();
view more: next ›