#off-topic
1 messages ยท Page 999 of 1
omg no more 4:3 monitor for frosty???
no
Mine is 70Hz xd
If you wanna record something on server, can be it replayed in video max in 20 FPS if server is running on 20 TPS?
Say what
lol wtf
?
TPS has nothing to do with FPS?
He's talking about displaying images with particles or text etc...
if you wanna render video from server data
No you can use ms and send via packets in your own thread so you aren't limited by TPS
np
i thought i can record data only 1 times per tick
Depends what you're "recording"
entity movement and block changes
Might be able to do those on your own thread. But could also just save times of it an generate a recording based on the event. (EntityMovement deff needs its own thread.)
Niall still alive I see ๐ฎ
Completely off topic but anyone know how I could randomise this? https://codeshare.io/DZvOQY
they're nice tho
Anyone know a program to update a txt file periodically (every 60 minutes)? Not sure if NP++ can do this or what.
Nvm found an app to do it.
Explain your thinking
pointers are definitely not my biggest gripe with C++
and yeah it actually is kinda nice to be able to pass anything by reference or value, and the smart stuff you can do with parallelization and stuff
yeah it's in Pascal ;)

dude I was looking at like, the original Photoshop source code from like 1990, that bad boy is 100% Pascal
kinda hurt
oh boy
man gitbooks just wants to make me jump of a cliff
jesus christ it is so bad
use Matt's markdown wiki thing
its not ready. and its not really meant to be used by others xD. like I believe matt said it will be hard to set up or something. also I'm editing helpchat's wiki. I'm not moving the entire thing lol
hmmm
like it literally is so bad I can't even type words in. so many spelling mistakes bcz it doesn't take my keyboard input
I literally have to go triple check every single letter I type
they changed the entire editor for gitbooks and the performance was so bad you could literally not use it even if you had a beast pc, they improved the performance a bit but its still very very bad. I might go back to github PRs
lol
||You didn't explain your thinking||
epic ' fail
However I like your points Star
I mean pointers aren't bad. They're a boon if anything
It's the same thing as how Java does pass-by-reference and pass-by-value, you just get to choose which way you want for everything
whereas in Java, the choice is made for you
it's an extremely free and unsafe language, due to the freedom
Unsafe ๐ค
oh yes
I've never heard that before
you've never heard how C++ is like a loaded gun and it's very easy to shoot yourself in the foot with?
You can do anything
you can cast anything to a void* and then to anything else
you can index arrays past where they should be
you can index anything as an array
remence, pointers basically pass the reference in the memory where the value is stored. instead of it making a copy of it, it changes directly where the value is saved which means every reference to that part of the memory will change. (yes I Know not the best explanation but it helepd me understand them when I had to deal with them for the first time)
and don't even get me started on memory allocation
Oh yeah I've heard of this explanation before, it helped me understand a bit more
so many errors in huge applications are because of memory allocation
But why is this a bad thing
I forgot how pointers work in C++. I remember it having to do with & and *
because why would I want to index an int as an array?
what does the 4th index of a single int mean?
it means that you're accessing random memory and just displaying that as an int lmao
Oh
raw pointer arithmetic is super unsafe
int main() {
int* n = 0;
cout << test(n);
}
int test(int &k) {
return 0;
}``` is it something like this?
I Forget
what is that
I don't remember how you use pointers in C++ lol. haven't used them in years
I don't think n should be a pointer
yeah
the ampersand in the function arguments takes a reference, so it converts it for you
yeah. anyways. I was just trying to remember. that's all xD
and also that doesn't really do anything lol
not that I'll use C++ any time soon
well I'm aware. just trying to remember
i gotta say, C++ is pretty cool
it has a lot of rough edges and could use a healthy amount of syntax sugar as well as deprecation
but yeah, it is powerful, and a product of its time for sure
we do C# now. and I don't dislike it. I can say that much
better than java
well you see, I'm a kotlin user xD
yeah C# and Kotlin are a lot closer than C# and Java lol
My teacher keeps telling me to not use var and specify type instead bcz var is bad but he fails to give me any reasons... Only one I could find myself is that it might make the code less readable
eh
i generally use types for basic types
but var for anything long
but that's just cause type inference is an afterthought in these languages
languages like kotlin and rust like, basically only have type inference
like if you can't tell that a variable is a HashMap based on the whole = new HashMap<Integer>(); on the right, you probably shouldn't be coding lol
Or should start learning
well yeah but if it's your teacher telling you that, he probably shouldn't be teaching lol
sometimes I like to think that my life is a BufferedReader, and I just gotta hold out until the next flush
One of my teachers told us that she's only been teaching her class for 2 years and she's learning with us. All she does is show us scanned pages and reads them to us
face_with_sun

there it is
u scared him away when u said fj ๐ข
I'd argue c++'s type inference is as if not stronger than that of kt -- idk about rust tho, never really looked into it at all
yeah i bet it's pretty good, i dunno i made a blackjack game lol and just used auto& in loops, but Rust's type inference is actually amazing
i think you can even have auto as return type
@mellow zinc i assume you know already but juice album has been out for a few days
the whole compiler was centered around it from the beginning, so it's kind of built in
it's his worst album โน๏ธ
Don't really like trippie's part tho :(
you could say the same about c++ actually
auto has the exact same set of rules as template type deduction
which exists since forever
well templates are kind of fucking crazy lol
templates are HUGE
it's been a while since i last did anything in c++
i should do something
yea I mean it wasn't too bad, I suppose, there's definitely worse trippie verses out there. but when u have trippie on a song I never expect him to do good, I'm not a huge fan of him
polo on the other hand tho ๐

hey @pale grotto
doing pretty groovy beans, what about you?
Your what?
Fuck you gaby
What if youโd substitute fuck to bless
The rhs isnt always a constructor
It's often not hard to decipher
And if it is, don't use var, that simple
or look at the IntelliJ type hint lol
Well I use var mainly since it is able to capture anonymous types <:
i just think type inference is where it's at
Isnt that just what you were against
Again, you're not always on an IDE
nah. he wasn't against it
i mean meh i just said i use like int for loops and shti
he was just saying that when its obvious what the type is from the constructor var is fine
Yea thats fine
But in a lot of cases its not that simple
i still do think full type inference is pretty sick
that makes less sense to me lmao.
for (var i = 0; i ...)```
but java too weak for it
you can clearly see its an int
Rust types are where it's at
Haha
Yup, Blitz caught on cam using notepad in 4k
Infer from anywhere in the composition
I actually haven't used notepad itself in like a year and same for notepad++. I Just use sublime text for everything
yeah that's cool shit
Let me actually check how rust's compares to haskell, never considered that
i was really impressed when i saw it
14 votes and 18 comments so far on Reddit
this is 100% BM
Sublime, vim
also that's like 1/5th of the entire post
๐
mmm vim keybinds
u know what's funny? ||besides funnycube||? I actually made code changes using the github editor. lmao. like the edit button on a file in a github repo
can enjoy sublime's speed & beauty without losing your vim efficiency
i dunno i don't really have a place for sublime
I personally have never used vim.
I think fleet might be a worth it switvh down the line
i have vim for quick editing, intellij-type ides for like real coding
and vsc for quick file opening
I dont doubt jb in this dept
yeah. fleet does look great. I did apply for it but pretty sure they got like 100k requests or so
Also, reached uni
vs for quick file opening?
that's sad
lmao
we'll see how it compares to sublime with speed
you sohuld try sublime for quick file opening star
vsc
Im positive it will atleast be comparable
Sublime> vsc sadly
oh yea probably
idk man. last time i used vsc it used to take a good 10 to 15 seconds of my life just to open a file
lmao
star sublime is the king in speed and big files
i mean meh
Isnโt notepad++ also that
costs money and stuff
Like quite fast
no it does not
nah nothing like sublime conclure
it does the same thing as winrar does
but not on every open
it does it on like on every 100th save. or something like that xD but for me its worth it. some might not like that (well I don't enjoy it either but poor me has to live with it lol)
wish copilot was on sublime
wish I had access to copilot. lol
#development @tacit lotus
what's that
Github's online ide I think
Something like that
no it's in vsc and ij too
Ahhh
is there an alternative free subdomain provider other than freenom ? it aint allowing me to register lol
well if you're a student you can sign up for github's student pack and get up to 3 domains free for 1 year
up to 3!
if not can always go to your nearest high school and encourage students to let you access their email so you can get a free domain
could be 4. I dont remember
perhaps give out candy as an incentive
also don't forget to give the candy from a black van. usually those attract kids more
black?
yes
hmm
idk if candy is what gets the kids going these days
maybe hand out some tiktok stars feet pics or something
"Have a verifiable school-issued email address or upload documents that prove your current student status."
my school aint givin me that
๐ฅฒ ๐
upload documents that prove your current student status.
Speaking of which
you're telling me your school gives you absolutely nothing
they don't give you reports
Im sick too
Might be covid
they don't give you bills
k i'll try thanks
Dont you have ID cards?
yes ^^ i do
Use that
student id's always confused me a bit
we had a 4 digit student number
but there's definitely more than 10k students in the state
so not sure how exactly they were id
my school has 5 xd
no i mean 5 digit student number
oh
lol
There's a kindergarten here and this is their logo. Now imagine that on a completely black van with tinted. lmao.
๐
We have like a format for each batch
YYBBBIIIII
Y being year of batch
I don't have to imagine btw. that's how their vans look like
that's truly fantastic
but I still believe the white van is the superior child relocation device
also. that text says "the wonderful house" lol
my computers teacher is struggling to move a tab from one chrome to another one live on youtube rn
sounds like a competent teacher
yes indeed xD
oh. I Should've brought some popcorn. this is just too good. best comedy since charlie chaplin
did you guys hear that they recorded -60 Celsius in Siberia? apparently this is the highest its been in the past 40 years
idk why people complain about global worming when they should be afraid about global freezing
lmao
yeah that's true, it was like 7 degrees fahrenheit earlier, that's pretty cold
7 degrees of bald eagle
Been - here for a while
have you tried dn
Nice meme
@mellow nest Your dm's closed and friend req can't be send
Nice, I'm doing well
Provided to YouTube by Fueled By Ramen
Fairly Local ยท twenty one pilots
Blurryface
โ 2015 Fueled By Ramen LLC
Assistant Engineer: Alex Gruszecki
Masterer: Chris Gehringer
Executive Producer: Chris Woltman
Engineer: Drew Kapner
Drums: Josh Dun
Assistant Engineer: Michael Peterson
Mixer: Neal Avron
Bass: Ricky Reed
Executive Producer: Rick...
can someone help me with this muted role
i have ben trying for like an hour an a half now
and it just doesnt work in this one catagory
what
Okey i add u
Man... I had a seriously boring birthday...
o
already been posted
@stray gorge What's your spigot
ThonyPlaysSD
send a link of it here
no need to ping me.
sounds like a minecraft youtube channel from 2014 lol
๐คก
So what happens? I can't do it myself because I already verified my other account and I can't pass it to this one myself ...
We wait for someone who can to unlink you.
This conversation feels midly aggressive.
Says the person that always leaves ping on when replying smh my head!
That one sentence made my day.
๐
I try okay
I wish I could change the default
shift + click reply
Mobile is a thing
Qlso, when passively replying I'm not gonna remember that
I turn it off sometimes though
On good days
New Spiderman has been leaked
Could you tell me when my account is unlinked please, with a ping
Volume Warning
Still have 10 days left to win
Ditto, when will the admins disable the rigging mode?
when u send me $100
also gj picking that editor
didn't know you were a sublime user
@eternal apex hahah, I am trying it out, I have used PHPStorm for a long time, VSCode is too cluttered, I saw Laravel guys using Sublime and wanted to try it out
Auto completion so far is iffy, but itโs so fucking snappy compared to every other editor
auto completion for what
sublime's default auto complete is just based on what's in your current file
Oh
it has some language specific auto complete but it's extremely limited
if you want better auto complete you'll want a plugin
I just wanna auto suggest PHP / laravel stuff tbh ๐ trying it out to get a grip with how it is
But itโs insanely snappy I was shocked
Boots crazy quick, stuff loads quick
if you want auto complete I'd look into any php lsp impls
alternatively there's things like tabnine which also work, but won't work as good as an lsp
Ahh whatโs an LSP? I saw the term somewhere when looking at Sublime but never dived to it
ahhh I see
i've installed some basic packages and a theme so far
but thats it ๐
ew
thought it was free
you'll get that prompt every now and then
oh
it is free
it's an unlimited trial
for people like me (students) I'm free to use sublime without paying for it
ahhh like winzip stuff
I just have to deal with that popup
licenses aren't crazy expensive iirc anyway
think a license is like $70
oh bit more expensive now
$100 usd for 3 years of updates
but that $100 is literally just to get rid of the popup
there's no extra features afaik
Oh $100 across 3 years isnt bad, but oh its just popup
Managed to install LSP and some php one, hard to know if its working because it picks stuff from my current file too
idk if you have to set anything up between the lsp plugin and php lsp
I never bothered setting one up
what langs do u use sublime for rn?
anything that isn't java
Wow :o
have used sublime for java too though
I just find jetbrains stuff for general web dev is so heavy
was on a really shitty laptop a while back and did some work on rpf in sublime
think the web framework in rpf was developed in sublime actually
did a commission recently was php, html, css, js, all in sublime
love sublime
Wow, i just find that like vscode is cluttered anyway, but phpstorm still on a beefy laptop takes agessss to load
sublime is instant
it's not entirely about the loading time it's about the performance in general
these days I don't think there'd be much different in loading time between sublime and something like vscode
but if you're doing operations on a bunch of data you'd definitely notice the speed differences
or if you're trying to open/edit huge files
if you wanted to do some manipulation on an sql dump for example, definitely wouldn't want to use any visual editor but sublime for it
yeah, I just find that PHPStorm has godtier auto completions (like all jetbrains stuff), but IDE itself is super heavy
well a good lsp will provide equivalent auto completions
Could not start LSP-intelephense due to not being able to find Node.js runtime on the PATH. Press the "Install Node.js" button to install Node.js automatically (note that it will be installed locally for LSP and will not affect your system otherwise).
ahhh
yeah they call it semantic completion
weird too because node is in my path, scuffed, installing tabnine now instead
๐ฌ
I wonder if its optimised (the tabnine thing) because I think my cpu has some ML shit, might be nice on battery
shush
how have you avoided it
i'm 100% sure that's not true
as far as I remember anyway
we've definitely talked in vc
idk pig, i've never spoken to you
gonna say there's a 90% chance you've talked to cube in vc too
who even are you
you're just some weird fella always going on about microscopes
and dim sims
and tomato sauce
This is classified information
well i just unclassified it
Installed tabnine seems to be the same
your computer is probably just racist
Hi guys, do you know any software in which you can export Minecraft animations to .glTF?
imagine trying to scam someone @fallow crow
if you wish to report someone please do so by DM-ing @honest thistle. Thank you.
could my other account get unlinked please? it has been disabled and i can't link this discord now
it's Semzaiy#0001
@muted fern 529411450909753354 @tender crow
Yeah just found it haha
i already did
You should be able to link again
okay thank you ^^
Someone compiled FAWE for 1.18? xD
๐คฎ
Is there any situation when you would use the integrated gpu or a cpu, other that when the dedicated one breaks?
I see that these intel F cpus are cheaper and why not get one for a good price xd
when I Was on windows I used to have it so that my games and intensive stuff use the main gpu and then my other stuff run on the internal one
Why tho, just use your gpu for everything
Ok. then leave or get banned kid
If it's a rickroll you're getting coal for christmas
Its not
but coal is good for heat
can i export them into minecraft?
digital coal
Nearly half way to a months rent! ๐
so far in the sense almost an year

๐๐๐
In 2 years total youโll be able to live alone for a month ๐ (tbf, one of the best investments you can make)
Love peace and quiet
yeeee
I'm dissapointed in myself this year
Why
well my new years resolution was to make twice of what I made the year before off of development
Which went out the drain horribly and I got at most like 10% of what the other year way
was*
Better luck next year then I guess?
Yup
I made more than the last year, though not from development ๐คฃ
But the best thing is, we are all healthy ๐ฅฐ
I mean yea if I don't include development, I made like 5-6x times that lmao
I used to do this with projects, I'd set myself silly high goals, not reach them, feel super burnt out and demotivated. My personal advice would be to set the bar much lower, but still reasonable enough that would motivate you. IMO, commission based work is eh, I find it too stressful for the little money that is generated from mc stuff.
Unless you're hired as part of a big server or whatever, usually the pay is so little for the hours put in.
someone knows a good motd plugin with hover for 1.18? (PixelMOTD not working)
minimotd probably
minimotd?
animated motd icons, iykyk
lets try
no motd plugin should be version dependent lmao
I mean I mostly did "commissioned" with hourly pay
Ah thatโs not as bad then, but otherwise maybe dive into the open source spacd, make some nice plug-ins and do sponsorship for income, or start a business
MiniMOTD doesnt have hover ._.
do you mean the custom message when hovering over the number of players?
oh i thought like hover on the actual message, lmao
lmao
how does that even work
just spaces
it replaces the number of players online with text
you know the 10/69 one
Still a student, so a business is out of a question for the moment, but yea I was thinking of starting some larger OS projects
Ah yeah, plenty of great OS project ideas, I hear thereโs space now for a new chat plugin, the current one on spigot is pretty dead..
Nah fuck mc all together
You heard wrong https://github.com/Hexaoxide/Carbon
I heard about this yeah, but seems super over complicated from looking on mobile ๐
But it does look feature packed
Yeah, itโs really cool to see new projects coming up, especially after it seems many on spigot now are fading out (which I can understand, people have lives) but a portion arenโt open sourced
And being honest I never cared before, now I realise the power of open source
Mr. I used to obfuscate all my shit
Yeah, I admit I did, Iโd still stand by doing so if it was enterprise projects like Spoof, as naturally you donโt want people stealing code and throwing it on GitHub.
However, for the majority of plug-ins I no longer see the need to obfuscate. It just gets annoying that there are nice projects out there, that have become unmaintained for the most part, and now nothing happens because the source isnโt public
Sadly yea
I've definitely got to notice how much nicer it is to open source stuff, since then nearly every repo I have is now public https://github.com/heychazza
Is there like an actual description or something?
There is no proper documentation, but CC will be (or.. is, it's kinda complete kinda isn't) to chat plugins what LP is to permission plugins
Any news to verify my account?
Nope

If i dont have more USD in my paypal account, but only EUR, will it take it from there? Or i need to change something?
You 100% sure?
I mean I believe it might give you a choice when paying. Like a box to check or something
Did you know that Ingenuity, the Mars 2020 Helicopter mission, is powered by Apache Log4j? https://t.co/gV0uyE1ylk #Apache #OpenSource #innovation #community #logging #services
995
2146

I need the version of DeluxeChat for 1.18 and they still do not solve my problem ...
The funniest thing is that it is not linked to my old account either, where if I remember correctly, link it and it is not.........
@latent schooner Sorry about the ping, but what is happening if it is not linked to my account where it was supposed to be linked?

Please don't ping me.
Ok, so won't you help me? perfect
=check @polar ruin
Successfully checked that user for new purchases!
Huh?
There ya go btw
You have DC access
Where is the channel to download the DeluxeChat dev supposed to be?
Wow that was quick. Glare is always watching
Finally Tier 3!
The Minecraft community has crushed one trillion views on YouTube. Celebrate this huge milestone with a look back at some of the biggest moments in Minecraft history. http://youtube.com/onetrillionviews
Special thanks to:
Aphmau, BriannaPlayz, CaptainSparklez, Chandler Hallow, Chris Tyson, DanTDM, Dream, Element Animation, Felipe Neto, Fuze II...
That's so awesome.
that was dope
Cringe
?
yo there is this meme right "dont ask wether someone can help in help chat" can anyone send me the link to that gif ?
damn lol
Mr bean stans shouldn't speak
๐ฅฒ
lol
@wary willow try the new csgo update on linux, it might help ur fps if ur interested
add -vulkan to launch options
they broke my task bar, flameshot is also broken but the new apps menu is great
by broke I mean they made it a bit too smal lol
will do later. thank you
๐
ok I like the task bar now
@twin orbit if you look in the pinned messages of #915480942246780968 there is a model you have to follow. copy it and edit it
welp flameshot is broken.. ๐ฆ
@mellow zinc correct me if I'm wrong but this is how the launch options should look? fuck I have no screenshot tool
๐ฅด
yep that's all u need
welp. its just a black screen when I launch then crashes
gonna try without
oh its the same without.
wrong link
?help
ยป Give the helpers some details
ยป Ask suitable questions
ยป Be polite
ยป Wait
Looking for Developers Who Can Edit Open Source Codes
I have a budget of 9 thousand dollars, the payment is ready
#915480940925562920 please
I can't find such a room
Mans got a service mute
๐
Oh hi Cole
guys can i ask why i cant change my pfp with gif? its just infinite loading i already wait for 2 hrs..
poopoo internet?
nor you just changed your pic TOO MANY TIMES
you have to wait 2/3 hours i beliv
well yeah i already change many times. i just bought nitro like 2 days ago and its my first time.
๐ฅถ the word "First Time"
yeah its my first time buying no cap
is a congrats from me
โจ
so i gotta wait for a day? since i change many times since the day i bought the nitro
Pretty much chill dood
This is your first time ay
You should keep extend your boost
till you realised
you've make a big mistake
:troll:
The new 1 trillion celebration video uses the pack.png seed https://cdn.discordapp.com/attachments/222830105905332225/920696330039463936/ghQeSam4TB.png
https://cdn.discordapp.com/attachments/222830105905332225/920696336918134874/6QQEiDSc3p6yXjhohY3tiF.png
Lol
hm?
That's just pretty cool


i didnt event noticed ๐
A true mineman
Sheesh fr
Just confirmed it with one of the people who helped build it, you are correct!
you thought it was fake..?

I mean they could've WorldEdit that in
true
but the terrain is just so goddamn fit!!
and bootiful
Damn Brett
oh man. this is so nice.
today was cleaning day, so I cleaned my entire setup. and damn what a difference xD
I gotta do that soon, spilled coffee on my new keyboard so it's sticky, using the old one for the moment
man. there was dust on my desk. at least behind my laptop. xD it was bad. haven't cleaned in a few months
yeah
friday for me is cleaning day
I'll finally get rid of my books for 2 weeks
vacatioooooon
Can somebody help me? I can't link my spigot profile because I already have it in a "Deleted user" account that has no id
hey guys
i need something
can you help me
I cant add any bot to a server
Like
Look
Wait
I cant attach files
Oh
Why
?imgur
You won't be able to upload images here directly to avoid spam, so please use https://imgur.com/ to upload images/screenshots.
You can also use a screenshot service like gyazo or jinx and post those links here.
On December 16, join LIVE for ESCAPE2021โa special live stream featuring challenges and interactive experiences from the yearโwith a final, live surprise you wonโt want to miss ๐งก๐.
How itโll work: There will be three opportunities to stream and play. Each โchapterโ of the live stream will be completely unique, so you can play one or journey t...
@muted fern i won the giveaway, but ur dms are off so i couldnโt contact you
๐ค google lens https://prnt.sc/235bxu4
where do you guys buy cheap games from?
I'm looking for It Takes Two and on eneba it is available only for xbox / origin rn
Heard g2a or whatever is good
Only used it once tho
yeah I want it for steam
๐
is it correct to say
"On saturday 18th we'll be hosting a giveaway blah blah"
or it would be
"On 18th saturday we'll be hosting a giveaway blah blah"
Saturday 18th
ends at 0:00 on the 25th
not really if you want it to sound proper

Omegle, put a wig on with a voice changer, and youโll get any game you want ๐ jokes aside G2A is good
๐ฎ
I've actually selected cat language
they should just support all languages!
TRUE
someone give me nitro. mine is going to expire and discord doesn't let me close this
pressing learn more does not make it go away either
:sad:
:sad:
nitro is already gone lol...
why is it still there
lol that happened to me too
D:
I gochu
Just one thing in return though
Yes?
Remember that bundle you'd buy me ๐
Original Video
https://www.youtube.com/watch?v=YXY74kWderc
My Email
marks12520fan@gmail.com
TikTok
https://www.tiktok.com/@markhoag2?lang=en
Facebook
https://www.facebook.com/mark.hoag.144/
LinkedIn
https://www.linkedin.com/in/mark-hoag-361b21205/
Discord
https://discord.gg/6ZqHAs2EFK
I do not own any songs in this video and YouTube is the ori...
@sinful widget
My dms are open, check your privacy settings to ensure you can dm non friends
ah must be itโฆdidnโt realize that, apologies
interesting
How much time does uni take from you guys on a day to day basis?
Depends on what you do.
Say computer science
#5 of the โtop songsโ is my favorite song
Too much
Atleast 3
3 what ๐ฅฒ
So where do you end up getting time for extra stuff
๐ค
There is no time to wait! Ask your question @arctic path!
what are your opinions on anarcho-capitalism?
@arctic path my name is kaliber what is your question
||/nick kaliber||
yup
so basically i am stuck on work/power/energy
all of that
and i have a test tmrw
i was wondering if i can get some answers tmrw around 8:20-9:35?
ik it sounds bad but iโll do anything
alright sorry for the trouble
@muted fern hey how do I collect my steam key?
depends on the time
right now, during finals, I am working from wakeup to sleep basically on shit
Star hi I love you
hi im gonna die
hi gonna die
Same
so my linear algebra class right
we have a final, worth 25% of our grade, consisting of 10 python questions related to advanced linear algebra
Cringe
even with 6/8 members of the class working together (which should not be allowed), we have managed to do 2 and a half of them
we have 2 days
literally the entire class is going to fail
Bro what the heck
star btw you asked me why ur knife should be illegal when u can use it to open boxes, it's kinda intent of the knife. e.g. lots of countries make pepper spray illegal. I can use pepper spray to season my steak, why is it illegal? Because it was made for blinding people, not seasoning steak
That's so scuffed
Omg it's an IRL NFT
oh well yeah i mean a butterfly knife is less for stabbing and more for flipping and general utility knife stuff
let's look at a different knife then
like just your average 13 year old edgelord knife
not a pocket knife
not a butterfly knife
literally only has one purpose, violence
i mean they're just like, cool to have
i don't feel like there's a lot of knife violence
you must've never been to bri'ain
well yeah that's cause they don't have guns lol
in america most people just have a gun and they have knives for fun lol
๐
why make noise with a gun when you can stab someone?
cause you're usually not the spy from team fortress 2
actually me too, i do literally have a butterfly knife
You are
MY EMBED
discord is racist clearly
Epic embed failure
i dunno, there's no reason butterfly knives should be any more illegal than normal knives in wherever you are
that is most of my point
I wonder how many of these are self inflicted
not necessarily suicide but accidents
probably a not-insignificant portion actually
i definitely don't think guns should be as open as they are
i just like butterfly knives lol
aus gun laws good
yeah but aus censorship laws, not so much
Below is a list and summary of video games that have been Refused Classification (banned) within Australia.
@fallow crow I am not seeing any money coming through
can't play Hotline Miami in Australia???
where tf is my money
or Weed Mod for Minecraft Pocket Edition?!?!?!?
Blockchain kinda slow, give it a bit
Australian government a bunch of bitches
wheres minE EMILY
yeah star none of these are enforced
the people who ban these have about as much authority as your average karen
Censorship
obviously not considering a ton of games release censored versions in Australia
anyway ur country censors shit too
like what
:::::::::::
these are also all attempts
with actual effects
eh
there are actual censored versions of games out there for Australia
you have an entire Office of Film and Literature dedicated to legitimately censoring stuff
Anyway have you guys ever watched "A Serbian Film"?
nope
watched it like 4+ years ago
o well
our gun laws are still betetr
You mean countries
i mean, that's also an option
I don't know many countries as uncensored as the US tho
@faint kernel #showcase message
"Ze hurting is more rewarding than ze healing."
Favourite tf2 character for me
"You are... Medicine now !"
5b models left and I'm done.. Maybe I'll have time to do festives
song of the day:
https://youtube.com/watch?v=DBD_naiiXkQ
Provided to YouTube by Fueled By Ramen
Nico and the Niners ยท twenty one pilots
Trench
โ 2018 Fueled By Ramen LLC
Unknown: Adam Hawkins
Unknown: Chris Gehringer
Drums, Vocals: Josh Dun
Unknown: Paul Meany
Programmer, Synthesizer: Paul Meany
Bass Guitar: Tyler Joseph
Producer: Tyler Joseph
Programmer, Synthesizer, Vocals: Tyler Joseph
Writer:...
but are you an Eclipse classpath addict?
Hi
another song of the day: https://youtube.com/watch?v=eO16nRgDIQw
Provided to YouTube by Universal Music Group
Feline ยท Juice WRLD ยท Polo G ยท Trippie Redd
Fighting Demons
โ 2021 Grade A Productions, LLC, under exclusive license to Interscope
Released on: 2021-12-10
Producer: Nick Mira
Producer: Sidepce
Studio Personnel, Mixer: Manny Marroquin
Studio Personnel, Assistant Mixer: Anthony Vilchis
Studio P...
ha haaaa
@sturdy bobcat u likey likey csgo surfey?
1v1 me surf mesa
yes sir
relatively new to it but yes
i like surfey surfey 2
whats ur time nub
idk lol
havent played mesa / surf in general in a long time
on an old server i used to play on i have a PB of 50.42
idk if thats good anymore
Cute dog @boreal escarp
ty
what she's a mom!!
Do she teach her kid some manners?
ehh
wee mass DM
๐
๐
@fallow crow
917960528066912296 that guy might have done some DM ads :p
well that is sad
I won't share things that are out of my paygrade, but well, we've dealt with the situation
nice
have we?
sorry, @pearl dust has

yes. we know dark. there's a raid happening right now. the bot is trying to deal with it but its over 5000 accounts. so there's a rate limit.
@fallow crow also sent me one of those messages
hmm pain
If you've received a DM recently inviting you to a "hacking/cheating" server, Please click the "Report Spam" button on the DM, and discord will deal with it.
We're currently dealing with everything on our end
Kindly ban @fallow crow
@fallow crow just sent me the same message
DM advertisement

Done that
nice spam
love 1.18
Can somebody help me? I can't link my spigot profile because I already have it in a "Deleted user" account that has no id
can you link us the old account?
the name at least
The previous account has been banned for a while, I only know that it had the name "BrybedHydra2" or "Hydra"
what is your spigot id then?
187315
ok. found your account. funnycube will unlink you in the morning when he wakes up. he'll probably ping you.
OK thank you
cool
cool
numbers
yooo yall my friend makes music its fire https://soundcloud.com/tylershowers like I didnt even know he did... Im a bad friend
like recommended music 100000%
ur account got hacked?








