#general
3141 messages · Page 168 of 4
lvm
yeah, but who actually modifies defaults?
make them all the same disk 
moving stuff like mysql is just fun \o/
lol
I put my mc in the temp folder :D
okay
I mean tmp*
nope
lol
my znc config lives in var/lib/znc
I don't always accidentally wipe my OS, but when I do it's live
me?
I don't always accidentally wipe my OS, but when I do it's live
i mean, ive seen people do it on IRC
hopping in the arch forums because they deleted root & their home dir

/boot? whats that 
nobody
install to /minecraft for optimal compatibility
who needs partitions?
BTRFS master race!
partitions are dum
sudo mkdir /proc/minecraft-server
Just, be weary of raid
:D
BTRFS > ZFS
btrfs even support swap now days
ext4 anyone
i use xfs & lvm for my ssd's and btrfs for everything else
BTRFS > ZFS > EXT4 > NTFS
On my pi, but that's because I don't wanna have to fix it when I break it
ouch
*FAT > BTRFS > ZFS > EXT4 > NTFS
I use xfs on my pi im pretty sure
/dev/null > FAT-8 > FAT-32 > BTRFS > ZFS > EXT4 > NTFS
/dev/null gives best compression
tru
Psh
truth
and fastest benchmarks
pifs reminds me of https://libraryofbabel.info/
A project towards a universal library. By this art you may contemplate the variation of the 23 letters.
.g mongodb is web scale
(DiscordBot) http://www.mongodb-is-web-scale.com/ -- MongoDB is web scale: "'MongoDB is web scale'. A humorous conversation between a NoSQL fanboy and a more cautious, conventional database developer."
'MongoDB is web scale'. A humorous conversation between a NoSQL fanboy and a more cautious, conventional database developer.
that thing's cool
what is cool?
library of babel
thank you cloudflare, very cool
@wide hazel Are you being sarcastic?
me? Sarcastic? Never
Oh the joy https://u.teknik.io/hmoOH.png
guess i need to add more cores
I usually just assign 2 cores
immediately on startup
;/
enjoy
no
No one likes you either
eat my cock
didnt know you were a farmer
25°C at 23:40 in Portugal 
16 C here with a frost advisory tonight lmao
16°c? Pls gimme
lmao, that Discord data takeout readme header: https://i.moep.tv/l5oUAHrj.png
oh wow, they include bot tokens and secrets in that
also apparently ripcord is telling Discord that it's a custom client, so people are dfinitly not getting banned just for using that xD
why the fuck
Imagine using discord
which one of those statements made you say that? xD
ImmutableMap.of("a", A::new, "b", B::new); // works
ImmutableMap.builder().put("a", A::new).put("b", B::new)...build() // "Object is not a functional interface"

hm?
blame guava ¯_(ツ)_/¯
i mean tbh
i don't see the issue
"specific immutable type"
...yes?
it's still a Map
No one need you
mapOf("a" to { A() }, "b" to { B() })
Okay
If no light is reflected do you still see?
@pulsar wigeon you ned to specify the type
ImmutableMap.<String, ????>builder().put("a", A::new).put("b", B::new)...build()
yeah
when you shut your eyes what you see is a grey colour, your eyelids are partially transparent to light otherwise youd see closer to black. cover and recover your closed eyes with your hands, or move your head towards and away from a light source, it's very apparent.
where I'm from you don't need a seperate type to make something immutable
you just freeze it
that...is...never mind
what was the invisible announcement?
Where I'm from mutability is a part of the type system
mutability is evil
ur retarded sweepy
am i wrong
yes
explain
yeah that's what I was going to say
yes I am immutable but in the hypothetical situation where I was retarded I would have just been replaced with a non retarded instance of myself
not mutated
that would no longer be you
Outside of Rust I'd say you should prefer immutable persistent data structures, if you're doing anything involving multiple threads
yes, the retarded version of you
ur retarded
In Rust you can ensure at compile time you can't have data races and have strict control over what methods can/can't mutate so it's safe to just use mutable data most of the time
To just use potentially mutable data most of the time, since you can easily make it immutable for a given context
Rust's compiler sets a new standard for 1. How much can be checked and verified at compile time and 2. How helpful and clear compiler errors can be
Not it also sets a standard for how long compilation can take...
immutability can be easier to reason about in general
i dont know what that means but i see "reason about" being said by smart people so there you go!
I liked it better when the IRC bot pretended to be people
LUL
am I able to store chuncks in a list?
yeah technically
What's wrong with immutable data structures @static badge
did I say something was wrong with them?
What's wrong with mutability @merry talon
oh I see what ur doing
Well, you said they were as retarded as him.
So i assumed you meant immutable data structures were retarded
quote?
Oh nvm it was Wiz
wizjanyToday at 1:34 AM
you were retarded
you are immutable
therefore you must still be retarded


i never said anything about (im)mutability being retarded
Swiss tables hashmaps are great
i just used immutability as a backbone to my proof
it means they are retarded and it cant be changed
not immutable data being retarded
Well, i guess it could be read like that.
...
i guess i could read that as "I want to just sit around and watch the whole world burn because im the scum of the earth" if I wanted

i mean, you're using MLP emotes
Now now, don't be like that.
so i assume you're the scum of the earth anyway
what?
you, for starters
uh oh it's a weeb too
"it"?
you're looking for the jerry meme
don't go bringing kongou bongou into this
that fits better
:<
i have no idea what you are going on about
idk actually
You are all furries
UwU is just a smily face
If you like pokemon
idk what's worse. being furry, or being .MO
Being wizjany is the worst
Ah, right, UwU is weeb, OwO is furry
UwU isnt even weeb
it's hard to explain why mutability is retarded to someone just as retarded
UwU OwO
too lazy
Cause he is a furry and a weeb and a nerd, but especially worst of all someone who spends 99.9% of their life answering dumb questions in enginehub

its more about unexpected side effects
there are some times where you just can't give two rats asses about occasionally outdated data
What immutable data structures do you use?
Teto demolished wizjany
we should all just use haskell
No use python
If your answer is copy-on-write you're doing it wrong except for very simple cases
Way better than minecraft language aka java
copy on write 
CoW is how your OS can efficiently return pages of zeros when you malloc
It just returns a bunch of copies of the zero page and traps the fault triggered when you try to write to it in order to actually make you a new page and use it instead
Just don't save anything
Correction, <Amaranth> It just returns a bunch of references to of the zero page and traps the fault triggered when you try to write to it in order to actually make you a new page and use it instead
s/copies/references to/
Throw it at the cloud
what makes you think strings are immutable in all languages sweepy?
python
Strings aren't immutable in C :P
whats immutable in python smh
char* x = (char*) malloc(2 * sizeof(char));
x[0] = 'f';
x[1] = 'u';
// x[2] = '\0'; // fuck your terminators
Let the war begin
nothing's immutable in C since you can just cast it away 
then return because screw free
except for static const allocations iirc
I believe you are able to overwrite variables that are const in c
That's not a valid string, it doesn't have a length prefix or a trailing zero
length prefix?
it's not even valid assignment
the fuck did you even write
Hmmm
didn't even notice my quotes
what the fuck
The one where C is interacting with Pascal :P
Although std::string in C++ is usually both length prefixed and has a trailing zero
They use the length prefix in all C++ logic but have the trailing zero so .c_str() is free
fixed it
how so
are you blind
Haha
what the fuck is char[1] = ...;

because chars are indexable
am I just being baited
if you are, then so am i leaf
figures since ur retardeder
fuck u
simple
tbh idk if leaf is baiting me
if I had two remaining braincells
and one of them was dying let's say
and you offered to lend me one of yours
not only would I reject that offer but I'd be surprised you'd offer your last remaining braincell
u fuking retard
or he doesn't know c
retardeder isn't a word btw
wiz ur being retarded
how so?
char[x] =
^
can you not see that
OH
lmao


const int a = 50;
i thought the dereference was wrong
You can't change a right?
not the variable name
fix it wiz
i mean, the compiler probably inlines that jan
sure you can Jan
so no
fix it
you also need to fix the null termination
no i don't
C is weird as fuck, you can just do ```c
const int a = 50;
int* pa = &a;
*pa = 60;
yeah you do dumfuk
a char* is perfectly valid memory without a terminator
why is that weird @finite wave
shit will just break on it
not a string though
Because const is discarded
it's a char*
a c string requires null termination
¯_(ツ)_/¯
wiz
if I had two remaining braincells
and one of them was dying let's say
and you offered to lend me one of yours
not only would I reject that offer but I'd be surprised you'd offer your last remaining braincell
u fuking retard
c doesn't have strings
it just has memory that looks like whatever the fuck you want it to
and what were u trying to make that look like?
a c string
but u dun fuked up
and ur in denial
to the colosseum with these fucks
report bugs u fuk
shots fired
fucking ncis
"yeah, i transitioned [my personality] right before you walked up that's why your bullshit isn't getting to me"
"so who are we talking to"
"Gillroy Libbs. Superagent."
ey all my mods work in 1.14.2 😎
mad props to the paper devs, you guys are legends
mods
thank your plugin devs for not being idiots
plugins, fine, jerk. 😛
wanting your tongue pierced or something?
you guys are fun. hi dice, why are you here lol
||t||||h||||a||||n||||k|||| ||||y||||o||||u|||| ||||l||||e||||a||||f|||| ||||f||||o||||r|||| ||||b||||e||||i||||n||||g|||| ||||a||||n|||| ||||i||||d||||i||||o||||t||
thanks me too
ye
@potent harness wait so you knew 1.14 paper was out when you asked that question about my server? haha dang wish id known. discord integration is on now.
leaf when are we gonna meet up for tea and biscuits
You going to high tea with the Queen?
is leaf the queen? :O
no that'd be gay
the glove fits
im so bored
lol just do something
Is it easy to move from Bungeecord -> Waterfall?
should be just a jar swap
yep just swap the jars.
anyone have laptop recommendations?
somewhere between 20 pound gaming machine and grandma's facebook computer
something that retarded doesnt even warrant a response
yeah because I'm just that nice
or retarded
<+DiscordBot> <Spottedleaf> 1.14 does has shit chunk loading :>
it does has?
got it
1.14 sucks donkey ass
takes 1 2 know 1
no u bich
oh hey the bot is back to pretending to be people
did it take you that fucking long to figure it out
||i||||'||||m|||| ||||g||||o||||i||||n||||g|||| ||||t||||o|||| ||||b||||e||||d|||| ||||n||||o||||w||||.|||| ||||s||||e||||e|||| ||||y||||o||||u|||| ||||i||||n|||| ||||t||||h||||e|||| ||||m||||o||||r||||n||||i||||n||||g|||| ||||a||||n||||d||||g||||k||||.||
hacker
my dad own microsoft
i'm going to report you
and he's gonna ban you
||y||||o||||u||||r|||| ||||m||||e||||m||||e||||s|||| ||||s||||u||||c||||k||||.||
||I||||a||||n|||| ||||S||||z||||o||||t|||| ||||s||||u||||c||||k||||s|||| ||||t||||o||||o||
Is something fishy going on here? I do have a plugin that helps you https://minetinker.flo56958.de/modifiers.html but I don't know if still "realistic" for a few days even on a "high rolling" player that only been on the world for a few days now (had to reset the world)
something fishy?
Yea I wonder if those diamond blocks adds up even with that major plugin?
if they have power 3 haste 5 it can add up
Gotcha thanks for that info.
Some of the stock recipes are pretty cheap compared to what you get
30 levels and 3 emeralds for power 3 is insanely cheap
You can get diamonds pretty easily
Indeed, I can see what you mean.
Power makes it insanely hard to balance things
You mine 9x as much in the same time frame
So not only are jobs harder to balance, but someone's effectively strip mining 3 times at once
mfw wiz doing brian things
Is there any FTP software out there that lets me set up custom names for each connection I have?
winscp is good on that side of things
@vestal jasper Then just handle it like mcmmo
I have 7 servers that I connect to daily that all have very similar usernames that show up in the tabs on Filezilla and AFAIK I can't name tabs
definitely winscp
power 1 = 3x1, power 2 = 3x3, power 3 = 5x5
Downloading @merry talon, thanks!
So for example if i am level 1000 mining i would still increase my mining speed but the drop rate cant expand anymore
I have some ideas on how to balance it out that I want to PR at some point
Like preventing Power from breaking blocks of a higher hardness than the block you're attempting to break
This is EXACTLY what I wanted, thank you so much @merry talon
Right now you can go to the end, place a pillar of stone, and break an entire end pillar in like 20 minutes.
nice, np
Why not just increase rare drop chance, player reach, and mining speed
If I balance things for people with Power then people without Power get fucked over.
¯_(ツ)_/¯
Then make it simple
Mine to gain mining levels
Attack monsters to gain sword levels
Ect
How is that relevant to the Power modifier
I am saying giving individual items power buffs is stupid
Give the player a power buff instead
And make it like a rpg would do
On how you level stuff
Does this extend to all enchantments in the game or only this isolated instance
because enchchanting is a big part of the game
also RPGs/MMOs have levelled items / unqiue effects on rare items
If you want to do this regularly then just create custom enchant books and set chest loot tables to have those in then in dungeons
So that you regularly can get them by chance
How would I go about getting the packet responsible for the player count
@safe tide why would one need that
to edit the player count to not include players in vanish
Oh
May be more work than is worth it
From what I know the server sends a list of players and sends add/remove packets when the list is modified
ffs, i was looking at robo's wildernesstp plugin to maybe use it... but holy shit.. its one big ass meme. :/
billy did you shave your head?
Why is it a meme?
no he was born that way
At least he still has the beard
And also why not make your own wilderness plugin
@safe tide every summer the hairs on my head fall to my face.
But yea Vicar MO is right it's would be PITR if the "only at the hardness your mining in the first place".
no I never said that
I said not mining HIGHER hardness
mining stone would mine everything as hard as stone or less hard
@marble summit looks like i'm going to. was hoping to find something worthwhile so i wouldnt need to
Well i imagine its simple
its simple, unless you want to do it async and still be thread safe
gets a little more complex
still very doable
too much work
Roll a ordinance with specific conditions and check if the block is solid is the most simple way to think of it
i just have like 30 other things i want to do rather than write an /rtp plugin :S
Stone has a hardness of 1.5, almost every naturally generated block has less or equal hardness to stone
billy there is like 1000 rtp plugin Im sure you could find on that would fit your need
In my server network i am working on basically every single plugin is custom except worldguard and worldedit
@marble summit But why?
Ahh and mining level are seperate from hardness right?
Yes
OHH I see now.
https://minecraft.gamepedia.com/Breaking Blocks by hardness
@safe tide Gives the server a custom feel
I hate when i join a server and its just a big premade plugin
you can do at lot with non custom plugins
Especially if the plugin gets a bug then theyre screwed
Cause then they gotta make the dev fix it
Then again I am the dev/owner of mine, making all the plugins myself would be insanely not fun / possible
I played on a server with a lot of non custom plugins still was fun they did their own auction thingy tho b/c they couldnt find one that worked at the time
In my server i am the manager owner designer and developer 😂 im doing all the roles except for building
fuck auction plugins 95% of them are straight garbage
this was like right after 1.8 came out I think
Same MO
Also what is wrong with auctions
I run the site, backend, plugins, development, etc
aint nobody got time to do all that shit
I don't have the time to
I used all my brain power on making a bad fuckin ass skyblock plugin
It even has a hard mode where its skyblock but in the end
Also a change to my idea earlier. The target block's hardness will be broken if its hardness is 0.5 higher than the original block's
Now i do not wanna do anything
Which would allow Cobblestone to be broken when mining Stone
Why not make it only work on specific blocks
Thought about that too tbh
So all types of stone and ore work
I hate how the first staff+ build of the day takes like 6 minuets but then all other builds are <=30 seconds
No obsidian tho
Or rather, a blacklist. There exists one in the plugin internally iirc.
Since it has to stop portal frames and bedrock from being broken
I should see if the list is configurable, and make it so if it isn't
Exactly I like the Blacklist idea instead and ship with a default that owners can edit.
I'll do that rn
There problem sovled.
I have a fuckton of other changes I PRd recently too
Like converting enchanted books into modifier items
I was originally in my sb gamemode going to make some sort of mmo rpg level system but its skyblock, what could you do there with mmo lol
I also fixed the bug where you could infinitely craft tools into normal versions of the tool
I know I fucking hate him for that
Silk Spawners i made available to all players automatically
You just need silk touch diamond pick
you make one fucking mistake
well, at least you're written down in history now
billy may I ask why you shave head?
people w/o long hair will never understand that billy
And also one big thing with doing a mmo system on my server is my spawners do not spawn monsters
They spawn corresponding drops
server-worker 1 2 and 3 when did that shit get added
Which reduces lag by a crap ton on both the player and server
private void powerBlockBreak(Block b, CraftPlayer p) {
if (!b.getType().equals(Material.AIR) && !b.getType().equals(Material.CAVE_AIR) && !b.getType().equals(Material.BEDROCK)
&& !b.getType().equals(Material.WATER) && !b.getType().equals(Material.BUBBLE_COLUMN) && !b.getType().equals(Material.LAVA)
&& !b.getType().equals(Material.END_PORTAL) && !b.getType().equals(Material.END_CRYSTAL) && !b.getType().equals(Material.END_PORTAL_FRAME)
&& !b.getType().equals(Material.NETHER_PORTAL)) {
BlockBreakEvent event = new BlockBreakEvent(b, p);
Bukkit.getServer().getPluginManager().callEvent(event);
if (!event.isCancelled()) b.breakNaturally(p.getInventory().getItemInMainHand());
}
}```
I tested a fps comparison of a item spawner vs a mob spawner and holy fuck
Its good
I'm pretty sure 1/3rd of the code I've submitted was literally just to make things configurable
I've done more under-the-hood work than things players will actually notice
Also the != stuff you can just make a list
To check if the block is not in the list of do not mess with blocks
That's probably PITR to modifies as spawners are naively for monsters I believe. Nevermind about making it drop more than one drop.
PITR?
Yea Pain In The Rear
Anyone else listen to metal and code?
Cancel it and spawn a item where it wanted to spawn a mob
So the mob never spawns but a item does
private void powerBlockBreak(Block b, CraftPlayer p) {
List<Material> blacklist = new ArrayList<>(); // stub
if (blacklist.contains(b.getType())) return;
BlockBreakEvent event = new BlockBreakEvent(b, p);
Bukkit.getServer().getPluginManager().callEvent(event);
if (!event.isCancelled()) b.breakNaturally(p.getInventory().getItemInMainHand());
}```
ez
Then it stacks to nearby items like normal mc
AIR, BEDROCK, WATER, BUBBLE_COLUMN, LAVA, END_PORTAL, END_CRYSTAL, END_PORTAL_FRAME, NETHER_PORTAL
Also I listen to metal but not while I do code. I sit in complete silence.
Alright yall Im about to start pulling out my hair. I need help with this error https://hastebin.com/iculowohit.sql from this code https://hastebin.com/vuhosonuza.cs I believe the offending YML is this one https://github.com/Qballl/StaffPlus/blob/master/StaffPlusCore/src/main/resources/lang/lang_hr.yml after some careful testing
special characters are not allowed
have you tried doing a ctrl+f on the character
i can press spacebar
It would matter if it's in a comment would it?
Unless it's b/c this language has those little things about letters that give them style
@vestal jasper no sign of the special char

what simple?

Anyone know of a good 1.14 eco plugin with baltop? Been looking all day 0.o
Im scratching my head with this error
mfw i forget to implement limits in /rtp
whats the problem
https://hastebin.com/iculowohit.sql from this code https://hastebin.com/vuhosonuza.cs I believe the offending YML is this one https://github.com/Qballl/StaffPlus/blob/master/StaffPlusCore/src/main/resources/lang/lang_hr.yml after some careful testing
what is line 46
where do you see line 46?
YamlConfiguration newLang = YamlConfiguration.loadConfiguration(new InputStreamReader(in));
gonna be honest not sure as I did not make the translation so Im gonna remove it and see if it works
¯_(ツ)_/¯
thing is when I parse the YML it shows valid
have you tried printing the file name to see which one is actually erroring
yes and no
well do that
more like I loaded them one at a time till the error came
nonsense but no that character is not the problem
print the filename and see if you're even looking at the right file
it says in string position 2
so, third char in document? 
Alright I'll try it your way
Ok now all files load got the method in giant try catch and I print the file name on exception

what?
no I got them all loading now like I uncommented all the file names so now they can try to load
ok lmao
odd my try catch seems to not be working but now the error does mention only the file lang file I provided
Two throwup plugins just gotten updated. Like we need any more. 🤢
hi
You talking about Enjin?
That and the EasyBackup one.
why you call them throwup plugins?
Because they either trashy and/or way overpriced compared to what's out there. Nameless for example is way cheaper even when you account for a a domain, design, hosting etc. Or even if you just use an external store instead and DIY the website and forum.
@void void so Im guess you've got no ideas then for this error
Alright screw it I've got to get some sleep tonight I've got to work the morning shift
sorry i took a break, im not here to fix stuff for ya lmao
@safe tide it said position 2, so just try rewriting the top of the file
idk tho
Top is just comments tho
And please note I only said screw it because I looked at the time I get it man
could be one of those spaces that doesnt show anything
i really need to implement i18n in my plugin
That screenshot makes me miss the old world generation
Newer world generation lost some soul I think
shameless self promo i guess
🤔
Ein sehr gutes Plugin. Ich nutze es ständig. Ich finde es nur blöd, dass die alten Versionen (z.B. 1.8.8) entfernt wurden. Dies ist der Grund für meine schlechte Bewertung.
2/5 stars
Can you translate it for me
I love Hitler and want to remove all plugins created by the Jews
I mean they're complaining I removed support for older MC versions
But specifically
Wow I'm no jew
Tell them they got it all wrong
A very good plugin, I use it often. It's just annoying that the legacy versions (eg 1.8.8) have been removed. That's the reason for my bad review
I got so much shit for removing it
Intelli with the slight racism, lol
Just slight
That review was left by @static badge afaik
I can't delete it
Just because he's German doesn't mean he's nazi 😂
You're saying not all Germans are Nazis?
You are only nazi if you are German and born on the same day like hitler, like me 😂
Wait you're literally Hitler
Yeah am his reincarnation 😂
Ignoring the fact that hitler wasn't even German
But yeah, everybody born on 4/20 shares his birthday with hitler 😂
I mean, is anyone really actually German?
Wait 4/20 for real?
That's the weed number man
Ye 😂
That's how I first got into smoking weed, my friends be like, ey yo, you have to try this, it's your destiny
I was about to make a Hitler joke, but considering logs here are global and perm, I'll refrain
I hate to rain on your paradise but so is the Internet in general.
@rare herald how did you get your DNA tested?
Whatever you wanted to say, it's not as bad as what's going on in Austria or east Germany rn 🤷♂️😂
Checking if you were a kids father?
23andme
.g 23andme
(MiniDigger) https://www.23andme.com/ -- 23andMe: DNA Genetic Testing & Analysis: "Discover what 125+ personalized reports have to say about your ancestry, health, traits and more."
Yeah I thought it was confirmed they sell your data
100 bucks for the right to get your data sold?
Or if they don't "sell" it they "license" it.
(MiniDigger) Result: €88.94 (euros) - https://is.gd/QNNwL4
i'd do it for free too, sounds like fun
I'm a mutt: https://puu.sh/DzFLy/e87dac0059.png
not sure why I would care that someone bought my DNA data
"zomg this anonymous person is 6% german"
@rare herald yote
But I'm 100% confident I'm a white mutt and I don't care about my ancestry
@ancient bolt you could be 0.2% jew tho
Still they can still trace it back and if an insurance company get a haul of it for example they could really screw you over with insurance rates say for medical if you got a history of conditons, likelyhood to get them etc etc etc.
Tru
Every time I read this, I cry. https://puu.sh/DzFNN/12475a5f22.png
lawl
whenever someone calls you below average just show them that simple
Which is really messed up especially your paying for it.
@void void is a Neanderthal confirmed
@void void more than 87% of other customers
That would be like you buying a house but they get to sell your stuffs in it at any time.
impressive
(-:
@void void how could they trace it back?
@void void what % of your DNA does it say it is?
For what
Aggregated data is anonymized
With other data involved, for instance leading ends of IPs, location, and etc while they don't do harm in one piece they can trace them compounding one another from different aggrations.
I think less than 4% is how much in general homo sapiens still have in their DNA
nobody has more, else they'd not be homo sapiens
It's like finding "lost" puzzle pieces. If you send the time to find them you will complete the "puzzle".
they'd be homo neandertalensis or whatever
That is failry unlikely to have any accuracy at all in this case
DemonWav is 5%
Lmao
How do u no
The health data is fun
@rare herald is more that 50% Neanderthal, he's less human
This is what I gain.
So if you were to give someone the last leading of your IP for example and the general location your in, they can probably surf the web with that info and find it one way or another (Facebook, twitter, online community accounts/postings, etc etc etc)
both parents for me
lmao
Each copy of a A at this position is associated with being about 0.1 inches taller than average.
better than sneezing
Lmao
Did you pay for health data?
Nope. my company bought bulk dna only tests
i grabbed one
although, you can pay for it after you do the dna because they also take your health data at the same time as the dna test but lock it until you pay lmao
I wonder why though...
What's your maternal haplogroup @rare herald
Where do I see that?
H1a
nice
R-L260
😦
rip
most of it is correct
How the fuck could they possibly determine wake up time
DNA bro
Yeah I wouldn't pay for it willingly and still won't lawl
but all I did was get an email from the CEO and he's like "free DNA tests!"
so i click
ur gon die at 105
wat
I'm going to hate tomorrow for staying up so late
same
I say that every day
Next week I'm going to try and implement a hard cut off bed time that I need to force myself to follow
2AM
I've been locked out of my Microsoft account for 2 days
"It looks like someone else might be using your account To help you—and only you—get back into <>, we need to verify that it's yours."
Do the verification, yada yada, it asks me to set a new password
And then I get this fun error
"There's a temporary problem with the service. Please try again. If you continue to get this message, try again later."
Hey intelli can you make me a mod on that mcforums thing
k
Thx
waddya need mod for? 
I want the colored name
Intelli, try calling ms support
LUL
you will talk to some "Microsoft Frontline Support Engineer" but they are somewhat quickly able to help you
@rare herald if I do any work I need a higher rank than that m8
BigMod
helped me when my business acc got locked for some reason nobody knew
What number?
I submitted https://www.microsoft.com/en-us/concern/AccountReinstatement, which will hopefully work
A lot of times if you can actually talk to a real person you can regain access easily
Not suspended, but that's what live chat told me to do lel
Without talkijg to a real person it can be really hard
Well good luck, losing access to a major account like that is really shitty
try 1 800 865 9408
@ancient bolt thanks
@vernal moth thanks
I do pay for Office 365 and whatnot
so they better fix mah shizzle
if they say "not responsible" just ask to be redirected
lmao they used filezilla on ncis
but removed the name
is that legal or do you think they paid
but there is a premium version or smth
kek, banned in our content filter for Technology/Internet;Malicious Sources/Malnets
🤔
kappa
Filezilla stores your saved passwords in a text file in the data directory if I remember correctly
yeah and it warns you that it does that as well
@void void NCIS is the 2 idiots 1 keyboard show
it tells you that you shouldn't save your passwords
security part 1
https://binarynights.com is decent, just wish it had a proper transfer log in the client
"Showing 8,694 changed files with 370,653 additions and 335,755 deletions"
wow
that snowman update
i like watching ncis tho
Every modern OS supports keychains or encrypted password management, no reason to not support it
@rare herald I love how macos's software to do shit is pretty much universally powerful, intuitive, good looking, performs well, and works well
I hate how they are like never free
all the software costs money
all the software is actually decent
hmmmmm
No relation there
I saw a visual diff tool i wanted to use that looked to have the same abilities as beyond compare, but didn't wanna spend the money
But that's a bad example because beyond compare isn't free either lmao
lawl
wow that looks ancient, lol
Okay I should put my phone down before 2AM at least
Beyond compare?
Yeah it's not pretty
But I've never seen an image diff tool that worked so well as it
Anyone and their dog can diff text
Images are hard
I made an image diff tool in PHP once
for monitoring a webcam feed
security cam rather
😄
Alrighty good night folks
o/
you poor sap
I too hate myself
Back when BlackBerry was giving out free tablets for making apps
coreprotect for my blackberry
the link wont load
G
Creating that file was the hardest part tbh
No guarantees regarding the accuracy of facts
imma sue u
lol
w0w
anyone know of a good plugin that lets you put placeholders on signs thats on 1.13?
No context https://puu.sh/DzGw4/d64c24fd4a.png
...........................
@fresh ermine What kind of placeholders?
PAPI
lol what
placeholder api
i found one that lets you do ones that fit on a single line
but most are longer than that
Cat bites are more likely to become infected than dog bites - but human bites are the most dangerous of all.
true statement

.g sportpaper
(DiscordBot) https://github.com/Electroid/SportPaper -- GitHub - Electroid/SportPaper: Performance-tuned Minecraft...: "Performance-tuned Minecraft 1.8 spigot server. Contribute to Electroid/SportPaper development by creating an account on GitHub."




