#general
3141 messages ยท Page 1005 of 4
Is that in general or
If I'm making a real account then I use my real birthday, if it's a burner then...I use a burner service and they don't ask for such data so I mean ๐คทโโ๏ธ
For main account stuff yeah def. because if you ever loose access they often ask for your ID and see if things match
OKAY, 2 big things:
- This finally got released and it's cool as hell:
- ๐ณ๏ธโโง๏ธ is on all discord desktop platforms not just Canary
OMG THATS SO CAOOL
The role testing is great, you can give yourself roles and it'll act like you as a normal member with those roles
OMG YEAH
good for permission testing
JUST LIKE PLACEHOLDERAPI
what?
hmm?
like they allow u to uhh take placeholders xd
reload
nice
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':worldedit-fabric:remapShadowJar'.
> Failed to find accessWidener in fabric.mod.json
why does gradle hate me so much
https://www.zdnet.com/article/windows-xp-source-code-leaked-online-on-4chan-out-of-all-places/
@cosmic raft time for home brew XP
๐ณ๏ธโโง๏ธ pog
@mighty storm I dare you to weeb lounges full 
what
wanna trade? I figure out your problem and you figure out why my stuff isn't working ๐
my paper is finally done and handed in <.<
/dev/nvme0n1p2 909G 832G 31G 97% /
There should be more than 31GB free and should be 91% used not 97
so idk what's going on
https://open.spotify.com/track/5CTpxpUqrg37oCA1rUhVPK?si=baBjaRl3SmWnDBtAvd1zsg is this a remix of sweden or something wtf
(DiscordBot) Spotify Track: Zweden by WodKonein from the album Disco Vibes https://open.spotify.com/track/5CTpxpUqrg37oCA1rUhVPK
absolute banger though
๐ FUCK sweden all my homies hate sweden ๐
no no this is ๐คweden
i am getting trolled and I don't know how
looks like programming to me
but we have no #programming ๐ฎ
i thought we were spamming songs, turns out its the bot just reposting for irc plebs
thats the message from the NPE, not descriptive but yea lol. the point is that an NPE got thrown in a listener which is unexpected, so that's what THAT stack trace is
@mental meadow if that's still misbehaving try with loom 0.5-SNAPSHOT?
๐ FUCK sweden all my homies hate sweden ๐
@minor badge
I'll try that thx @zealous wedge โค๏ธ probably someone (jesse aaaaargh) changed something in the buildscript which is why nothing is working but I thought I adjusted everything (aka copied code over from WE)
i need a scapegoat so i don't feel as incompetent
Back the days Jesse did stuff fabric wasn't even a thing for WE lol
blame me
blame NMF
not gonna blame you chew
Nor did I ever touch the fabric module which does not exist yet 
rory 
Hey, anyone here knows tebex really well and can help me with something?
and if you're still getting the issue aurora toss me the whole stacktrace
rippp
What does the mc gamemode called, where players leave colored trails behind them on whools for a short amount of time, and if a player from an other colur crosses that get's disqualiyed?
tron?
Mfw not knowing tron 
servers call it something else though i think
its like light trails or something stupid
Rainbowdiarrhea
wait how do you make a one word youtube channel? It requires my first and last name.
(DiscordBot) https://support.google.com/youtube/answer/9367690?hl=en -- How Brand Accounts work with YouTube - YouTube Help: "First, check to see if you already have a Brand Account. ยท Sign in to YouTube. ยท Go to your channel list. ยท Click Create a new channel. ยท Fill out..."
A Brand Account is an account that is specifically for your brand. This account is different from your personal Google Account. If a channel is linked to a Brand Account, multiple people can manage it
yep
Is that the only way?
i mean you can set first name to whatever and last name to whatever but i mean
the brand account is "the official way"
Some people said you can just put a . in the last name, and it will work.
it links right to your YT, dont have to make a separate acc
yea, that works but. brand account is the right way to do it
and its free so why not
Hey all. Is there a prefered skyblock plugin for paper? New to the hosting thing.
I never made a brand account before, what's the point of making one?
maybe you can wait and see if you want
A Brand Account is an account that is specifically for your brand. This account is different from your personal Google Account. If a channel is linked to a Brand Account, multiple people can manage it
read that
it tells you
okay
wait I already have a google account tho? Do I need to make another google account?
no
you just make a brand account from your current google acc
then you'll have 2 youtube identities and you can toggle between personal acc and your brand acc
like a facebook page essentially
uhh
Nowadays, was it ever hard?
do i click use business or other name?
yea, have you already got your personal channel created?
no?
uhh lol
i mean i clicked on the use business or other name
and it said
to create a new channel
create a brand account
yes
so i think im in the right place
sounds like it
i mean, i think so?
it has a few things yes
but its controlled by you, you cant sign directly into it
you have to be granted access to it thru another google account
hmm okay
I'm torn people. Should I go for full ER in my sql database or should I give in to the pull of 2d arrays

ER?
yea, normalization?
Yes plus foreign keys
you should normalize your data yes
If you do regular db stuff
I am trying to convert SO MUCH data from webscale for someone. look at this::
do it properly, you'll thank yourself later
webscale 
are you converting from nosql to sql
how do i know how much data it has tho
.g rethinkdb
(DiscordBot) https://rethinkdb.com/ -- RethinkDB: the open-source database for the realtime web: "RethinkDB is the open-source, scalable database that makes building realtime apps dramatically easier. What is RethinkDB?"
lmfao rethinkdb hahahaha
yeah that's nosql
this is a step down with disposable cache
so unstructured to structured, definitely define a nice strong and normal schema. if you don't, what's the point, you'd just be doing unstructured->unstructured

at least the parts of the table ive shown here are all correct
all single attributes to a single entry
so attributes to the same thing
the rest
ugh so many multimaps and sets and lists

at least 22 related tables
my issue is- load and timing
the stuff with one relation is easy enough with one query
but with two or more related tables it gets .... messy
I dont want to stack joins here
that gets unreadable quick
heavy joining is the wet dream of relational enthusiasts what are you talking about
but ive seen query transactions nowhere in postgresql or am I missing something
my dream is autoread of related data
but thats something specifically exclusive to the hell of oracle db
Joins below 5 tables are noob stuff anyways. Do procedures and views do look super serious
I currently have sql statements in production that span 1200 lines of commands
dont ask how that came to be
I still hate it
whatever thats called in non mssql
procedures 
this mess exists to make old broken software work
I hate every part of it
it shouldnt be the part of the database to fix stuff
i think at this point you should plead the fifth because otherwise the IT Infra police are going to arrest you and sentence you to death by single-cluster mongodb purgatory
Ohh yeah putting code parts into the databse because you can not fix it in the original code is actually the best way to fix stuff anyways
Tell my boss that
@boss
I mean nothing against procedures. Are nice. But 1200 lines sound like a whole application in your db ^^
it is
a way to convert and sanitize and detect the broken values this old software produces
... written for windows NT 3.5 for workstations
no
w h a t
vi
Wordpad

ok are you...trolling? or
make a screenshot, save as pdf, print, make a photo of it, send that to your computer via email, upload it to reddit, save the webpage as .jar and run
?kick @glacial steeple your 2b2t troll gang are welcome to find another place
Qasaur#8627 was kicked | your 2b2t troll gang are welcome to find another place
Three only thing what I know for sure. You might save time now, but sooner or later you will reach the limit of what the db engine can fix and you are left with an super old buggy software what does not fit your db layer anymore nor using a propper wrapper and a ton of db code you may not reuse anyways
I am confident Ive caught all of the crap data this program is able to produce now
even better yet, this program runs perfectly fine on a windows server 2019 core as a NT service
only the database driver
wtf
is a different story
I was as surprised as you are
but it was written all in native calls
so
as long as windows has that
this will continue to run
what exactly are you making lol
@minor badge uwu
@twin lagoon uwu
I am not so sure yet
my man just wanted to write 2b2t plugins in wordpad 
wtf are 2b2t plugins
the cool ones
The dumb ones
that was a troll right?
probably
yeah he trolled abt 2b2t in spigot disc not so long ago
2bukkit2tuinity
๐ฅบ
ez $20 lul
some dude wanted me to convert some Go to java and add it to an android project
i can eat again ๐
the classic 2b2t player

someone linked an among us game
i saw it, my emoji was to them putting it in here when we clearly have a games channel
It weekend. So it's time for some free Discord Nitro for a month.
After people panicked recently because of a login form, this time a bit more conventional again.
(First come, first served. Not even a password this time.)
meow :3
rrmeeeoow
@ MODS? ????? UMM OFUNNY ACTIN KINDA sus
not rly
last time it was sus af
about as sus as not being the imposter
huh
ah yes
[17:56:50 INFO]: This server is running CraftBukkit version git-Spigot-db6de12-d3e0b6f (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)
[17:56:50 INFO]: Checking version, please wait...
[17:56:51 INFO]: You are 2122 version(s) behind
2122
2000!
nice
1888 days
dark mode? ๐บ
pretty soon you'll have one build behind for every day since 1.8.8 was released
when self hosting is faster than free hosting
Uโniโx: nah, fuck your eyes ๐
i gave you last month already
that was fast
plz
Was it in the meta or the spectrogram or smth?
steghide
god damn it @twin lagoon https://owo.whats-th.is/APyY8YD.png
who did you give it to bitch
i want a divorce

careful last time i said something like that i had to make a new account
I'm not threatening anybody ยฏ_(ใ)_/ยฏ
discord messages are incredibly cringy
i wish they would get away from the gamer/teen theme
i wish they would get away from existing tbh
i mean if you look at their homepage you can see a lot is changing
yeah they were definitely trying to rebrand when zoom and stuff were booming
but i think they kind of gave up on it
would help if they had a proper name and not one basically meaning "Chaos" lmao
lmao they were going to be wyvern so at least its better than that
i mean. i dont think the name is the main issue lol, they're running a very popular platform regardless. sure, something new will eventually come along but cringy or not/bad name or not/weird genre or not...they're dominating atm
name kinda fits imo
Discord Nitro Classic if you manage to figure this out (HINT: There is no password):
@potent fossil have fun
it's pretty low effort
What happens if my overwold has a limit but my nether doesnt?
Wont ppl who go too far out in nether end up out of bounds?
yes
maybe it prevents the teleport or maybe they get instant killed
Ok thanks
i needed a moment
@ mods pls ban sus audio
rory be kinda sus
jk i cant ban pink names oops
@twin lagoon WHAT THE FUCK IS THE PASSWORD
there is no password
i call bullshit
Sounds like not even encrypted
theres no decent spectogram viewer
:(
^^
eek
then i give up, not worth my effort

is it in the meta? discord strips meta i think
my friend did something like this before
I did not try to solve it but is sounds like neogation and than the bit shit
I mean come on, try
its binary right?
give out a hint already lol

not working in this so i give up https://morsecode.world/international/decoder/audio-decoder-adaptive.html
Because is not morsing
does that image have a hint?
both images i sent are related to getting it
the sound sounds like thunderstruck though
dont give any more hints
that's all i have to give anyways
im trying to solve it with the audio and i dont want these nerds shortcutting with a picture ๐

I really need a better computer, HvH sucks meanwhile
ok idk
imagine being a nerd who knows how to decode audio shit
have a look at the two images
im getting sonic visualizer, and i really doubt thats the answer
won't do shit
the audio file won't have any useful visualization like that
the last image i sent should be pretty easy to find what you need
is this an audio thing
no
Maybe he dose not know P....
is the portal cube important?
the image itself has nothing to do with the audio file itself
where the image comes from however, should be able to give you what the hell you need
honestly surprised it's taking so long, here's another hint to get going :^) https://owo.whats-th.is/7GKXRRV.png
no clue what to look for so
Why are you sharing a shitty portal picture
oh i think i might have it
no now i need to go quick
delete all those hints
Probably just injected into the file as noise
why tf would i be a portal nerd
Just use outguess
Unknown data type of glhf.wav
n
already said it wasn't steghide, ofunny posted a nitro puzzle minutes before with steghide
hi
hi
stegtools?
honestly surprised it's taking so long, here's another hint to get going :^) https://owo.whats-th.is/7GKXRRV.png
@cunning raft this will tell you what to use i think
i just cant find a decent program to do it
there's an electronic device that everyone usually carries
but it doesnt have the decoder for that
is there an app?
ive found tools that reversed the effects, but i cant find one that simply decodes an audio into the image or something
companion cube ๐ฅบ
thats not a companion cube
nah it doesnt have the heart
it does
there are 2 very suspicious sections in this audio
Companion Cube
chickens better
See if Ciphey can figure it out
there's no encryption
Idk if it supports audio but i think it did
you're very close though unix i can tell you that
which program do i need to use though lol

i have rx-sstv, sstv, and some other crap program
gonna grab my ๐ฑ and go to bed
stop hinting at phones

fucking hell how did you already get it
that's not it
I did not
I play CSGO
lmao
ok well i am going to sleep
your final hint is that it is a form of SSTV
it just needs to be decoded
gl
im getting something but its v blurry
Did you use the right thing? There's like fox1 or whatever
What was he final image?
used this
yeah thats what im doing
Oh it was qsstv not the ones I got
put the gift in a discord I'm in so might be claimed soon
already claimed now apparently, someone in the discord sent it to a friend
@twin lagoon confirm?
Nice

I mean since it got solved, the audio itself was actually the signal as file. The negotation on the beginning and than the data. Actually the moon landing was a hint for the picture transmission. Than portal 2 ending transmission, second pic
Since is a part of the game if you convert it to an image give you the clip above
yeah you just pulled that right from youtube or the dude's blog where they explained how to do the portal version
may as well just link next time to the original source
No beacuse than it would be to easy
Yeah it says sstv everywhere on that
oh mean then you would have 0% chance of fooling anyone that that was your original work amirite
Did never say that I did anything, I just listen to the file once ๐
that bitch




















you can do shift enter if you need to tab down a line while still writing
I'm not that skilled
Billy
Waiting on the Ryzen 4000 series and either a 3080 or next amd gpu is pain in the ass
my pc crying for an upgrade
but than I would pay money for a cpu I will not use in a few months
hai pop
if anyone ever considered a human diet
Does anyone know how many colors Minecraft supports in the game?
all of them
^
Im trying to do custom paintings and they come out blury
ohh for paintings
hmm idk how many
I think each block has a color soo
or maps i mean
yea
i mean glare and matt did pictures in game by using invisible armorstand nametags (and then being able to use full rgb via chat)
videos in game, actually :p
128 it seems
interesting
Korean
Cool, please use English here though
Sorry.
It's ok
Good luck Florida! https://twitter.com/weartv/status/1309528944803184645
BREAKING: Gov. DeSantis announces he's lifting all COVID-19 restrictions on Florida restaurants. They are now fully open. Read: https://t.co/uAfFHhGZgF
852
1833
yeah, America is now ruled by a death cult but I'm not surprised
all i could do is sigh.
https://www.spigotmc.org/resources/authors/nicc0.41485/ am i right for saying this seems like a bad dev?
who knows
whys that?
copying other servers plugins, not open source, and no support at all for any plugins including the paid ones
they have paid plugins? where
oh wait
might need to be logged in to see them
idk if those things make them a "bad" developer
it'd be more about the quality of their code
yeah i agree
code could be great who knows looks like only 2 of the plugins are even updated anymore
seems pretty scammy
how do I port forward
.g how to port dorward mc
(DiscordBot) https://www.youtube.com/watch?v=pSEhgCp5UBk -- How To Port Forward for A Minecraft Server - YouTube: "Aug 27, 2019 ... That video is also focused more on Minecraft server port forwarding as well. Nevertheless, after you have found where you can port..."
This video shows you exactly how to port forward for a Minecraft server. Over the years, we've helped millions of people port forward for Minecraft, and we take all of the resources and troubleshooting methods we've learned and packed them into this video. Thus, we have create...
yeah nobody here knows how your router works
so you're going to have to learn to use google or something i guess
I did
try harder
says I need to pay for it and it is limited to one port but I want a hacky solution to forward multiple
sounds like a you problem really
ssh seems to work but cant find a good server to do that
go get a router that isn't stupid
but thats weird when I already have a router
Just Google your routers name and then port forward
Your ISP likely locked it themselves so good luck 
if you're lazy you can do https://playit.gg/
Making it easy to play games with friends since March 2020.
where is everybody
Goodnight friends, have a lovely day and or night
Goodnight nossr <3
@potent fossil hiding
:(
Hello.
@potent fossil uwu
uwu
how are you tonight?
am ok, how are you?
well given i just woke up, fairly okay
\o/
yos
am watching mark rober's devil's toothpaste video
youtube man
It took 8 months, 150 tests and over 1,000 total working hours to reclaim what is rightfully mine :)
Get your first month of KiwiCo for FREE!!! https://www.kiwico.com/markrober
Let's give Fletcher one final surprise and go subscribe to his channel. At this moment he has 2 s...
former mars rover engineer
oh hmmm
cool
does anyone know if the system volume level affects discord streaming at all?
wdym affect? your stream wont die because of it
wat
I mean.. does it translate into the volume of the stream
or just the application volume
streams also stream sounds now?
yeah? I'm streaming a movie atm
all the things you dont know
test it i guess lol
and that also doesnt sound very within tos
well everyone does it and there just isn't an alternative so lol
for watching with friends
i certainly dont
you can do twoseven and stream a tab p2p to friends, things like netflix however require all parties to have an acct
and there is that rabbit clone
my fiancee and i use twoseven to watch stuff, for normal files i get it in mp4 format and upload it to s3 then tell twoseven to load the URL and it syncs it for us that way, for netflix we both just log into my account and we can watch stuff together, YT just works, and a few other sites just work as well.
but discord streaming works i guess
I feel like its basically the same as just having friends on the couch watching with you
if that's fine then 
i mean yea
it's not often when the drama generator produces real events https://twitter.com/SpigotDrama/status/1309296561617215490
Oof
I love living in Canada
Last week, we had the air conditioning on and people were outside in t-shirts and shorts
Heating on today, and people have been wearing sweaters and jackets
Same here, two days ago we had like 23ยฐC and now 7
10 here today
Finally a good temperature
streams also stream sounds now?
@minor badge only if youโre streaming a specific app
not ur entire desktop
I mean.. does it translate into the volume of the stream
@merry talon And no I donโt think so
they have their own sound slider or smthn
You people run some sort of anticheat? I use one that's free without any blocking, just showing the info and If I see something weird, I'll go check the players by myself
No

And what do you use or do? Don't use anything just check people?
hi @twin lagoon
hello
.kill Michael
And what do you use or do? Don't use anything just check people?
@novel horizon we don't use any anticheat
bot wtf
although we have trialed it in the past
the performance & false positives isn't worth it for an SMP
Yeah
I don't see any performance drops, so still fine for me at this time
we're an SMP that only has PVP enabled in a certain server & region so really we could just throw on an anticheat for that server specifically
we have xray alerts on but that's it
Yeah, well I'm checking all people manually, but anticheat warns me that something is weird, nothing else
simple killed the bot
I was thinking of using just alerts and ban people who use xray, but I use antixray now from Paper
But it's nice to see which people tend to cheat and give them a warning or a ban later ๐
the only anticheat we use is anti xray from paper. Usually if someone is flying around they'll get reported within a few minutes and then banned, and if someone cheats at an event everyone is watching anyway
we don't use paper's antixray either
Yeah, I know, you just check people when there's alerts and ban them, I use it now
Performance is good anyway, doesn't bother people with the settings I have, so it's fine I'd say
but better would be to let people sometimes cheat/xray and ban them, I don't want them there
.etf
When using Paper, EntityTrackerFixer is no longer needed. In the optimization guide, it is on there for Spigot servers. Paper implements the fixes that EntityTrackerFixer does and when using EntityTrackerFixer on Paper, it does more harm rather than good. Your server is essentially work 2x as hard.
at least korobi is working
Dyno still MIA?
seems so
Free reign for the trolls
dyno dead
dyno is always dead
dont worry i can still ban you and log it afterwards ๐
aurora uwu
michael uwuwuwuu
rude
good morning kneny
good morning
โ

How much Dedicated ram do I need for about max 10 players on a local machine with 16gb of ram using a paper server?
4gb
dedotated wam
sometimes I feel like some devs do shit for the hell of it
I do not believe that in any circumstance, ANY tutorial/guide/book will tell you to use strings like:
why are there so many spaces
why do people do this
it's a style convention
More importantly... SessionSkin?
No
๐ดโโ ๏ธ
Itโs inconsistent
some are written properly
some arenโt
but which style convention is this
idk do you really need a name for every single way to format code?
I thought you meant it was a commonly used one that had a name
Ive seen it used before but who tf is telling people to do this shit
why are you so worked up by this
If you PR you can either adhere to the style or do it your own way
If itโs accepted then the code looks inconsistent
depending on the size of the project the repo maintainer is usually the project author
it's the bukkit community, if you expect literally anything from bukkit plugin devs you're already expecting way too much
ServicePriority is still lowercase ๐ก
Md code format is the worst
The number of bukkit plugins that have checkstyles / style rules can be counted on one hand.
I wouldn't be surprised if most plugin devs didn't even know it's a thing
When somebody comments about my code style, I take it as a compliment, cause if that's the worst thing they can see, me code must be really good
It was the first thing I saw before immediately disregarding the project
If you use a stupid style like that and expect me to follow it Iโm just not going to bother any further
If you care so much about code style above all else then sure
code style is important for collaboration
If youโre supposed to collaborate on a project wouldnโt you
over adding spaces around method parameters
If your code is hard to read, no one will find your bugs
Yes my point is from the single screenshot he shared all I could deduce was that he refused to humour a project merely because they place spaces around method parameters
thatโs stupid and over complicating readability
then tell them ยฏ_(ใ)_/ยฏ
a lot of people donโt listen to reason
Code style is subjective and has nothing to do with reason, lol
reasoning as to why varying code styles donโt work in collaborative environments
As long as it's consistent and has an easy way for collaborators to use it too ๐คทโโ๏ธ
sure as long as itโs consistent
Working with ugly code style is like working with @golden gust. Sure he stinks, but as long as the smell is consistent, you can ignore it after a while
Lmao
@vestal jasper wyd u get a job interview and see their codebase and they say this is what u must adapt to
piss on my company issued computer and leave
from:kashike#8590 void
known meme
that's my point .jpg
Reddit - softwaregore - I normally deal with different brace styles, but no https://www.reddit.com/r/softwaregore/comments/58r2or/i_normally_deal_with_different_brace_styles_but_no/
(DiscordBot) I normally deal with different brace styles, but no : softwaregore - 129 comments, 851 points - smileytechguy, 3y ago
Do you want to build a snowman?
hehe mojang sure does
I'll stab you with a carrot, ded
I do not believe that in any circumstance, ANY tutorial/guide/book will tell you to use strings like:
@static pilot That just looks like a bad habit to me, but it's in no way the worst thing you can see in code, trust me
it's the bukkit community, if you expect literally anything from bukkit plugin devs you're already expecting way too much
;-;
@quasi valley wow please dont be toxic 
The brace style of that permuter code is the least of the problems tbh
ok mr 200iq
Thank you for your acknowledgement of acceptance mr ded
๐ yw
I'll stab you with a carrot, ded
@quasi valley holy ๐ฅต
Stab me with a carrot ๐ฅบ

i got a $30 ak47 skin in csgo from a case once
that was the peak of my csgo adventure

I unboxed a fac new karambit lore :D
opening cases 
man
why didn't I write unit test earlier?
this is so much easier to develop with
lol
Gotta open cases so valve, the small indie game dev company they are, can stay open
I prefer to just gamble with money directly
anyone know how to run buffer overflow exploits on vulnerable c programs
woops, let me move this here
Hey phoenix616, your serverstatus plugin, would it be ok to fork for myo wn purposes
is it free software? assuming it is (cause its phoenix), its 100% fine
yeah, hmm
is this an ok server to ask for help with bungeecord stuff
or do i need to go to spigot server for that
if its also applicable to waterfall, sure
pretty sure its under some open source license so ยฏ_(ใ)_/ยฏ
[09:33:10 INFO]: Done (10.093s)! For help, type "help" or "?"
when self hosting is faster than free hosting
but other ppl have garbage ping
DateUtil.formatDateDiff(ManagementFactory.getRuntimeMXBean().getStartTime())
does this return the Spigot server uptime or the host uptime
Should be JavaVM uptime.
Returns the start time of the Java virtual machine in milliseconds. This method returns the approximate time when the Java virtual machine started.
@cosmic raft I used to pay for games by selling my dota 2 inventory (with 7000 hours I had maybe 200 dollars worth total)
darn my weather is still in c units
not f units
ohhh i get it now
c is for sCience and f is for Feel
holy shit my mom is so fucking dense it makes my head hurt
did she tell you to pause your online game? ๐
so she told me it had gotten more common for dads to get sole guardianship of their kids and I said that it wasn't true and then I looked up the statistics for it, and it had gotten more uncommon here and now she's super angry because she knows that it's true because she knows a lot of people that have sole guardianship
and "it's her opinion" and I told her that the numbers don't care about her opinion
so now she refuses to talk to me lol
she votes for our alt-right party
Y'all remember when discord added github integration and it crashed any client not up to date lol
I do almost daily :]
did you tell her mom too? ๐
I've told her mum what I think about her daughter plenty of times
anyway the topic was brought up because my friend just told me that his wife wants a divorce because he said he wanted to take her daughter to their summer home over the weekend
and she said that it was abuse and that he tried to kidnap their kid
wat
Well yeah so I was talking to my mum at the same time and my point was basically that it's almost impossible for dads to not lose guardianships in Swedish courts
best example of "don't stick your dick in crazy" ๐
well yeah
uh okay so apparently my prof wants us to get arduinos but like I've no idea what to get .-.
boom, intellij merge conflicts ezpz to solve
I'm telling you
the cheapest 
i'd assume he's talking about the uno https://store.arduino.cc/arduino-uno-rev3
Your first Arduino board: the best way to get started with electronics and coding.
We need to make it illegal to get pregnant without a license
The uno is generally the popular one
death by firing squad

that's decided by a wheel of fortune
wheel unfortunate
On the eve of his execution, Captain Blackadder is introduced to a cheerful body of men who will be his firing squad the following morning. Subscribe: http://www.youtube.com/subscription_center?add_user=BBCComedyGreats
This is a commercial channel from BBC Studios. Service ...
I don't know, it says "get an arduino" and then there's a link to the homepage
doesn't say what we're gonna use it for either
The uno is the sorta like universal school one essentially
afaik it's the one with the most I/O in general, etc
@golden gust https://www.youtube.com/watch?v=T4I-SSXSK60
Provided to YouTube by Awal Digital Ltd
Timeless ยท Kate Havnevik
Melankton
โ Continentica Records
Released on: 2006-04-10
Composer Lyricist: Kate Havnevik
Auto-generated by YouTube.
Mail the professor and ask I guess
eurgh arduino uno
could get chinese knockoff
...much cheaper
bought like 20, 5โฌ each
Well, the uno comes with the full board, etc
unless you mean there is cheap chinsy board with all the headers on it, etc
the uno isn't very expensive ๐คทโโ๏ธ worst case scenario I just have it to play with in general lol
it's for embedded systems and the course seems quite horrible in general .-.
So discord shows if you're banned from a server when an invite is sent now?
it does? neat
lemme see
oh how fun, scheduling algorithms =))
bruh so normally apparently we'd program some type of robot to walk some track but bcuz of corona we get to do a bunch of calculations or some shit instead
smh
should ask if you can just do shit in minecraft
he also told us that the course literature is bad
but that they couldn't find anything better
Hard Real-Time Computing Systems: Predictable Scheduling Algorithms and Applications
seems thrilling
also lol^ when I did digital electronics I used to practice logical circuits with redstone ๐
I discovered my love for electronics through redstone. a short time later I discovered my love for programming and logic.
that was right before I discovered that I hate my life.
@meager tusk 
Not waving back. You bully me too much
what book is that lol
Hard Real-Time Computing System.
ah well
I have the PDF and it looks quite awful :))
In DICK, synchronization and mutual exclusion are handled by semaphores
yay, semaphores are cool
some class mates of mine have this big docs folder they collect books in and share
bcuz uni course lit is expensive
Hm, does anyone know of a half decent java library for algebraic types?
I donโt wanna have to write all of this myself .-.
afaik btlp does something like that
wtf is this
applaud
i can do that for free

๐
all I really need are algebraic product types tbf and I can just implement my own tuples
will prolly be easier :p
Extra! Extra! Stream all about it! In this very special public announcement, Lydia Winters gives you important information about Minecraft Live and fields not one, not three, but two questions! Tune in for a sneak preview of the main event that takes place on October 3rd at 12...
better take off work
lmao the ending
Could've just written it in UTC; now I still don't know the time
isnt BST UTC atm?
For me it's like 3:00 in the middle of the night 
why tf don't they just show the time in my timezone? smh
i don't think you'll have any benefit in watching it live
so uh, sleep, work
also BST isn't UTC, they have summer time right now don't they?
I did actually expect it to show the time for me specifically, but well haha
oh, the S is summer ๐
Well, you have smart sites, then dumb sites and then comes minecraft.net, so...
BST is UTC+01:00
also how tf did that one world clock site to guess my town correctly Oo its never correct just from the IP
"never"?
yes, never. it's always my ISP's next bigger hub
well world clock is showing it hella wrong for me haha
I must've searched on that before with my location but there are no cookies stored...
but usually sites pin it down closely for me
I mean if 100km is close then yeah, it's usually close for me too xD
Most sites locate me 40 km off
maybe someone else in my network put that in before and they store it by ip or something? really strange
hitting that randomly seems a bit far fetched imo xD
im going to ping you
can u ping people from IRC
Sites know everything sadly
I have noscript and no cookies, + only https, and it still tells a lot
i would be sad if it was anything other than 0h for a desktop
Charging Time: Oh

zero h
Infinite power 
I might open a reactor based on my phones battery, if it's really infinite 
Oh, did you open the site on a reactor core display screen or something?
i can edit HTML too
What are y'all using to view that
idk so far the data it displays is so inaccurate i don't think there's a cause for concern
Where's the battery one
i apparently have at least 5 secret batteries on my laptop and Simon has to have their computer plugged in indefinitely
Muhaha, they suspect nothing
iphoone
No that's Mac OS
clearly macos
should be at the bottom
bottom 3 are network scan (which doesn't work?), images which i havent tried, and ads
It's in the Hardware section
macos more like tacos amirite
also today I learned there's a taco bell near where I used to live, none near where I moved to now tho
idk some bot
i thought my earring hole closed for a second, I couldn't find it at all lol
false alarm
i impulse decided to get my ear impaled 3 years ago
so now i wear earrings sometimes but i haven't been
so i thought it closed up
but nope :D
ITT: simp can't find the hole
I need a recommendation, what host would you guys recommend for a minecraft server with like 50 plugins and 30 people?
that doesn't murder my bank account
I went with my best friend like 3 years ago and honestly it was so bad xD we went to a proper piercer bc it's better for your ears than those cheap things they use everywhere else and the dude was so nice but I was so scared and shaking and after he was done I stood up and just collapsed bc it didn't hurt at all but my body was expecting so much pain that it completely shut down
like fast performance?
But he gave me a cola which was nice
fast hardware, how fast your mc server is comes down to how you configure it
if you throw plugins on there without thinking and without performance monitoring them you're going to kill your server
regardless
i'd say fast, i've already done optimizing.
all good choices
yes, but they murder my bank account though, and what cpu does ExtraVM use?
Just don't get SongodaHosting kek






