#general
3141 messages ยท Page 964 of 4
Im going to download elementaryOS i like that mac look @potent fossil thanks for telling me it ๐
do you have to pay?
im on the websie and theyre asking me for money
then put 0 dollars maybe?
oh ok
yeah they let you do that
I believe tux and kash are the ones you should be thanking huck
all i did was grab a pic
I strongly dislike elementary, the only thing it really has going for it is that it has a pretty frontend that means users will be fairly happy with how their computer works
also I'm not really a fan of Cinnamon or of Mint in general and I don't like Ubuntu because Debian is a better choice across the board IMHO
also Canonical sucks
@mighty storm uwu
hm
masterrace
i prefer windows
smh

i hate myself but not that much
what os is the most similar windows, but better
any
most like windows
your opinion
@zealous knot sure but my opinion is based on reason, canonical has done some really dumb shit in the past (such as mir, and that was a pretty egregious fuckup)
I mean, in what way?
fair enough i guess 
elementary is just a commercialized pretty desktop
At the end of the day, linux is not and never will be windows, there are like 20 dozen distros/transformation scripts which try to make it look and act a bit like windows, but, you're on linux
(This is gonna be the year of the linux desktop, rite?!)
I mean shit man, @spiral sparrow if you need something super beginner friendly then sure mint/elementary is the way to go, it's good for beginners and totally use it f you're into that sort of thing
windows has no flaws
it is perfect
though if you need something to code in and play around with, maybe prefer debian or arch
oh wait, I forgot - probably not arch actually
fedora is ok
man i love this guy his art
Nvidia mandated windows
bruh i can hear my neighbors dog snoring from inside my room
What about their cat?
if they had one it would be dead
but then they wouldn't have one ๐ค
well they dont
rip their cat ๐
Actually just snore louder at it first to assert dominance
hm?
source maps?
nani
dev options
i'll map your source
what does it do
Well what are source maps
Hey vsauce michael here
.g what are source maps
(DiscordBot) https://www.html5rocks.com/tutorials/developertools/sourcemaps/ -- Introduction to JavaScript Source Maps - HTML5 Rocks: "Mar 21, 2012 ... Basically it's a way to map a combined/minified file back to an unbuilt state. When you build for production, along with minifying..."
Played us like a damn fiddle
basically the minified JS equivalent of deobf mappings
yeah
Check the data mining repo
They have done for forever, I remember looking at stuff like 3-4 years ago and it was obfuscated
Does obfuscation make it smaller? Since you're going somethingLikeThis to b
probably
yeah
that really strings my constants
ew
Not really as there is no one singular way to do it
Well, depends on the repo
For paper, literally just read the readme
I mean... if its using maven, can run the maven package goal
or the equivalent for whatever build system its using
I mean... can just run ./gradlew build
the electrical wire things in odyssey are legit just launch stars
fuck 3 live thing ugh
well... where is the gradlew file it references?
I keep feeling my phone vibrate in my pocket but I'm literally holding it
Wtf is wrong with me
Early signs of cancer

ghost phone
Is there software that does the opposite of GeyserMC?
similar to ghost limbs
@hollow plaza like java clients on bedrock servers?
bigbrother is the closest I know
is there no cappy shop on the moon tf
im in dire dire need of +3 health lmao
nvm i forgot i can get one near spawn
you playing odyssey?
she's had it for a few days
(DiscordBot) YSK that Amazon has a serious problem with counterfeit products, and... : YouShouldKnow - 3,202 comments, 85,811 points - SolitaryEgg, 16d ago
you can buy as many moons as you want
No limit??
they only ever cap at 999
Wtf
if I recall after you complete the game it's unmetered
So how many moons can I collect even lol
840
or some arbitrary number next to that
though I played odyssey back in like '17, updates could've changed that but I think it was mainly multiplayer dlc content updates
like luigi's balloon world
So it's not like galaxy where collecting all the stars gets you a bonus level
i don't think so
you can get a bonus kingdom though
actually
yeah, when you beat the game you can get more moons and the odyssey can take you to new zones + you'll get new unlockables i.e outfits etc
if you get 500 moons you can travel somewhere known as the darker side, https://www.youtube.com/watch?v=DLy8bHnWyrg
Here's how to beat the hardest section in Super Mario Odyssey... the darker side of the moon.
Subscribe to GR+ here: http://goo.gl/cnjsn1
(also there's no checkpoints here l0l so it could become tedious quick)
I don't usually bother playing games just for fun after I complete them, I play them for the main campaign and that's really it, I avoid side quests in games whenever I can
FYI this free course started today, if anyone finds it interesting and wants to join up with me let me know https://www.edx.org/course/philosophy-and-critical-thinking
thinking? I don't think so
man unless ps5 has been also planning an equiv to the XSS, xbox gonna do a wooping on PS this time around
yeah that 300 dollar xbox is a great deal
isnt there a command to run a .java file's main method
or do you just compile that file then run it or smth idk, it's been so long sicne ive done non-jar stuff lol
lmao
this is the first time I have seen this
but it is great
I got tired of waiting for Tesla to release their pickup truck, so I made my own. And I named it Truckla. WATCH HOW WE BUILT IT: https://youtu.be/jKv_N0IDS2A
Awarded Best Fake Truck of 2019
"In a class of its own. Not a great class, but definitely its own" - Road & Smack
โIt ...
Tesla Model 3 (iirc) converted into a pickup truck
she got invited to the cybertruck event and she brought it
did my first stream() ๐
inb4 ban
nah do not worry!!!!!! !!!! it is safe
and will get nowhere near any minecraft related code
technically
make sure to use lots of streams inside a hot method, if you want to be on par with mojang quality
streams are a super useful tool that can be helpful in a good number of situations
just not in the situations that mojang uses them in
might want to get your vision checked there
why do you think im wearing glasses smh
how tf does map work, is it not "return the value of this lambda"
its to change types essentially
wait are you talking about maps in streams or what
ye
its to go from type a to type b
ie map player to player.getName
^^
i just get Bad return type in lambda expression: int cannot be converted to R
show code
nvm i messed up
uwu
fuck it, back to for loops
is this enough spaces
epic
mysql be tkaing up 762 MB total
our college gives us like 512 MB might use it ๐ณ
um?
still works fine idfk
my intellij fucks up with maven like that sometimes
i think i just reindex the project and it works ok
using pma at all smh
listen i didnt wanna spend 13 minutes fully booting up datagrip
workbench
for i,v in ipairs(a) do print(v) end
For each step in that code, i gets an index, while v gets the value associated with that index. A similar example shows how we traverse all keys of a table:
Is this wrong? Wouldn't it need to be print(v) for the explanation to be correct? This is Lua.
Is that where it belongs?
no talking to teedawg
nvm he yeeted it
I dont know what ipairs(a) is
for example, in ruby, taking a hash you would do
hash.each { |key, value| print value }
where key is the key and value is value
but for an array, you'd do
array.each_with_index { |item, index| }
so idk
havent touched Lua in forever
r/admincraft is such a joke lol
People asking if they should put a sign outside their house to advertise their server
Heya cuties โค๏ธ
Oh, good morning!

good morning :3
oh no ๐ฆ
ok my intellij install is super cursed, any time a project indexes the window will disappear, and only come back after alt-tabbing to another window and back
ok, my prof spent 3/4 of class on trig integrals and then 1/4 on superspeed trig substitutions
and brain hurt
uwu
do you have to use eclipse to work on minecraft ?
no
eclipse is one of many choices
do they not like intellij
some don't
it's highly subjective, and nearly always starts a flame war
short answer: use what you like
dang lol i see kashike every discord i go to with a high rank
mmm trig integrals
I do recommend IJ though and using Demon's Minecraft Dev plugin.
It makes life easier.
huh
No.
like notch
who's notch
Oh, idk. They might have an internal standard.
and um lexmanos
idk some racist
you rang
Idk why people ahte him i dont do the drama stuff but i did see videos of him using eclipse
precisely because of the 'drama stuff'.
Originally streamed on December 16th 2011 on twitch.tv/notch
yes, we're aware he uses eclipse. that does not mean eclipse is the ultimate IDE for all
notch != the ultimate standard. or any standard really
he's...yikes
imagine notch being the standard for anything holy shit lol
notch is a really bad person....but as a programmer he also really bad
but that's out of ignorance not malice
no i dont praise him
all i was saying was he used eclipse
and so does a lot of the other mojang devs
i just wanted to know if it was a standard
Lots of them use IntelliJ :)
notch hasn't been involved with mojang in fucking years
ok well, the point is...it doesn't matter. it's not a standard. use what you like. IJ + MC Dev recommended.
fry is responsible for a lot of bad in minecraft, lets blame eclipse!
eclipse bad
emacs good
like compile with errors
nano good, vim bad, updoots to the left
runs
Generally a lot of companies don't care what you use from what I have heard, so long as you write code and your code compiles and matches the codestyle and all
GOD DAMMIT AIKAR
i like fry
STOLEN
who doesn't like fry
I don't like fry
DFU masterrace?
I mean, I don't know 'em, but, fuck 'em
dfu is a neat lib
my last job refused to let me install rider vs visual studio for C# but that was not so much out of enforcing standard as it was that all the PCs were provisioned and we had to use software that the infra team inventoried
OTT for the job
i asked them to add rider and they said they would look into it, but never happened
that's when you quit a job simple :p
I like DFU too
i did quit
but not for that reason
i had a mental breakdown and quit over text
it was messy
surprisingly bridges not burned tho, i still go out and drink with those ppl when not in pandemic mode
na, didn't ghost. they actually gave me 30 days mental health leave then asked me if im good and i said "im really not" and they said ok np your health is more important you're always welcome back tho
why do some people hate umm lombok?
i was looking at that and it looked ok
it does some of the code like getters for fields for you
cause i was reading more on java and that seemed annoying to write all the time
because everyone hates something, everyone has an opinion and it doesn't make it wrong or right
.lombok
[03:01:27] <gabizou> fuck you and the lombok horse you rode in on
lombok is ok, but some people don't like it because of how much it does for you. see pure's comment ;)
oh i thought it was a common opinon people dont like it
I don't like writing getters and setters but I'd rather not have another library do it for me
Plus that's another dependency/shaded jar
can't lie, the "View server with roles" feature is useful as heck
that's actually really good simple
In order to use lombok, you need a maven plugin that hacks the compiler, meaning that it breaks somewhat often on java upgrades, it depends on a fragile plugin to perform the hacks in the IDE that you need for it to actually be usable in your IDE without fucking screaming, and, in general, it offers literally fuck all in 99% of use-cases bar "ohhh, look, I saaaved a few liiiines"
Seriously, at that point, you might as well use kotlin
would anyone happen to know what this is https://i.imgur.com/D48aZsY.mp4
i dont think its gnome xD
no idea
some tiling wm
it's a tiling window manager
it's awesome
eclipse eek
awesomewm?
tiling window managers are a blessed curse
might be
https://i.imgur.com/oIG595a.png ah yes eclipse
Part of me kinda loves i3
But, then I hardly ever used it enough to actually get used to the key combos, etc
i have a set of key combos vaguely based around the awesomewm defaults i think? that i use for tiling WMs
I just ate wedges now insta regret and need to food coma
wedges?
Yeah, potato wedges
how do i change my intellij font to comic sans
oh neat
in the settings
you might have to tick a box to allow non-monospaced fonts
settings -> preferences -> editor -> colors and fonts
Like this but no beer 
https://i.imgur.com/0PsHyVp.png
thanks i love it
yeah, we have potato wedges here, just don't call them wedges
but no beer
so, pointless?
woah high contrast looks kinda epic
potato wedges
I wish I wasn't just so tired all the time
mostly i get them at tim hortons
oh haha
same dude, same
I was actually not tired today, but all of my time spent not tired was working
literally the worst possible way to not be tired
where can I get more intellij themes?
one of the perks of being unemployed lol
the plugin marketplace
or the plugin store
I just feel drained almost 24/7, and somtimes I'll wake up feeling great and able to run around, but, by the time I've done the morning routine it's like, is it bedtime yet?
material design looks so weird to me
themes are plugins? wha
i'm using obsidian off of color-themes.com right now
i'm using a variant of dark purple off the plugin site
i just want everything #ff00ff is that too much to ask
there are truly few things yuckier than forgetting to brush your teeth huh
proxi
i'm at 1200 violations left
i'm finishing this tonight even if it kills me
woa
@vestal jasper whats wrong bb
hes doing checkstyle
I'm reformatting the entire project
i should checkstyle ban
I am not looking forward to testing that ๐
there should be no apparent change
Carbon chat breaking 
A part from addition of chat colours per player ๐ผ
manic checkstyle hours
plugin hasn't released 1.0 yet @serene bolt can't break api if there is no released api
if making it comply with checkstyle breaks smth, youre doing it wrong smh
lmao
oh pure pure
I forget that it's not even an actual release yet, it's just that good
i gotta write a paper for ban to make it the ultimate overengineered plugin
the format he's using requires a specific format for getters/setters
which will lead to an API break for any of those
Ban is going to be the most sophisticated banning plugin of all time
itll use neural networks to spot bannable behaviour ๐ณ /s
litebans sucks
call it heavybans
Woah
not even velocity smh
NotSoLitebans
litebans is paid right?
yep
ew
yep
Not on some sites :^)
proxi ๐ฅบ
I can justify paying for some plugins, but not really a banning solution, but if people find value in it I guess that's good lol
I'm joking dont ban me
chew ๐ฅบ
"Liteban, heavy price" x)
litebans is worth the money, pure
I never paid a plugin so x)
I'm guessing it has good cross server functionality for networks and whatnot
not necessarily from a dev perspective as there its AWFUL but from server owner/admin one
yep
proxi uwu
What's up gamers?
zml uwu
:3 not gaming
Are you winning son ? 
here's my map:
Is it a plugin?
Yes
* Is it open source
Yes
* Good plugin, if not, has potential, give it a shot
No
* Worst plugin in existence, avoid at all costs.
No
* Why tf u here then
Wtf Glare go to bed
meh, paid plugins are fine
i didnt even mention paid plugins
its more that id more than happily pay for a plugin that follows GPL
that just goes for any plugin
hm
plugins that don't follow gpl are not fine
i am tired
How about paid config file 
go to sleep
no, im on the bus to school
turn that bus around
paid configurations are a product i will not partake in but legitimate nonetheless
how old exactly do you think i am, chew?
you realize proxi is younge
as in, physically
yees
22.83 yr's old
oh
lol aikar
yes i attend in person
hm that's i think close to my actual age lol
they even let mildly ill people go to school last week 
oh i'm 22.88 years old
older than aikar ๐ณ
time to go harvest the blood of children
oct 23 zml?
off by a day
dammit timezones
lol
Im 17,5 lol
UNDERAGED MODS BAN
i got 16.05 so apparently im bad at maths
woahh what is demon typin
The only comment I'll make about LiteBans is that the dev is such a lazy dumbass that instead of having an API for banning / punishing users, he literally tells you to run the command /litebans:ban <user> in console.
my birthday is 1 day after my middle school math teacher's
was his oct 21 or 23
*her and guess
dammit i got bamboozled by my own tricks
i've said it in another channel you're in :p
let me guess, #friends
I wrote a quick ban plugin, should handle all cases:
public class E implements Listener {
@EventHandler
public void handler(Event event) {
for (final Method method = event.getClass().getMethods()) {
if (method.getReturnType().getName().equals("org.bukkit.entity.Player") && method.getParameterCount() != 0) {
continue;
}
final Player player = (Player) method.invoke(event);
Bukkit.getBanList(BanList.Type.IP).addBan(player.getAddress().toString(), null, null, null);
}
}
}
did we have a base HandlerList?
free litebans! demonbans!
wtf why did you leak litebans
ok 2nd attempt, im 17.99726
i know someone did something for listening to parent events at some point
im calling markdown_5
You have his phone number?
step 1) ddg! days since [your birthday]
2) days to years
yeah it was in the channel topic of some channel on spigot idk
(thats a joke i dont have it)
oh i have his number, it's +AUSTRALIA 12-34-56789
yes call him tell him paper mod is leaking lite bans
remove the embargo on paper plox
ugh i hate that discourse
i think the term your logginmng for is modificxartio to the nminecraf t server code
oops
chew are you okay
it became much better with the typos
chew are you specifically worse than normal right now?
i forgot an e after your and it just went downhill from there
sounds like my life
me but unironically
it not only sounds like my life but is my life
๐
chew really chewed up that sentence huh
she sure did
ddg! how do i delete someone eleses message
thank u quora
guys did you know
quora is based off the term "quora teen" the thing where youre locked down for a while

c-h-e-w i think you're on too many levels of quarantine

for u :3
thank u
i'm pretty sure it's based off of quarrel because everyone's always arguing
to us it looks like #paper

yeah but no one asked u irc chew
its based off quorum :'(
smh mods please ban
ok nvm im stupid its not
oops
yall ever have that one artist that just consistently puts out bangers
well duh
i have several questions
notably: where is his name, what the hell is that untranslated, what the hell is that translated
thats such a raw line though imma use that now
Migraines are gone yay
I think I had a mild COยฒ poisoning lol
What's the time for you
uh if i say it youll say sleep
uh
Well then you already know the answer lol
yeah, play odyssey
why do I see what I can only assume is Hebrew
I actually know some amharic since part of my family is from ethiopia
ethopia, the underwater etho city
ethopia
yes
https://www.youtube.com/watch?v=ccWMDmuPGRE this one i believe
MindCrack is a server Guude started in late 2010. It is a private (whitelisted) server. We are currently not accepting applications.
Today we attempt to build an underwater village for our buddy VintageBeef. This is a mix of a prank/gift/and just something I've wanted to try ...
7 years ago damn im old ๐ข
Ethoโค๏ธ
Etho is the only one I consistently watch
ive watched since let's play episode 1, always come back for more even 7 years later
I stopped watching let's play stuff all together but the last thing I watched from etho was that awesome modded skyblock that was so fun
why tf villagers ticking so much, they clocks or smth?
Passenger or inactive?
inactive tick?
Nice
should probably be passengerTick to be consistent
kash ๐ฅบ
what?
broke timings up by active and passenger status, and passengers will no longer count towards vehicles timings
what proxi?
You know what I really hate about the timings? The numbers at the end are not aligned
kashike :3
kash
i hate that timings are written in php
what are you gonna do demon, rewrite it?
nah just bitch
write it in perl
kash ๐ฅบ
@minor badge what?
gonna rewrite timings in ruby on rails
kashsama ๐ฅบ
WHAT?
๐
uwu
was gonna do pensive but hit wrong emoji
I don't get it
oh well
like this clojure web framework is kinda neat https://github.com/witch-house/pronoun.is/blob/master/src/pronouns/web.clj#L34
its pleading face
That's not eye rolling
not rolling eyes . . . .
๐ฅบ
uwu
heart rolls 
using irc for emotes is hard work
It looks like rolling eyes

thank you for doing the important work c-h-e-w
smh .
gonna stream gris because idk https://youtu.be/7VWqLo6Ro4E
Aikar have you heard of the magical element that is <table>
nope

It's pretty cool
internet forgot about that like 10 years ago
idk
no it didn't aikar
You take it and it aligns things in a table
everything uses tables :P

they just don't look like a table half the time
thought thta was starbound for a sec
timings uses some weird cross between js and html for its code too
its called react, you know powers a lotof the internet today ๐
unfortunately
reeeeeeeeeeeact
REACT
Yeeeeeeeact
my only react to react is AHHHHHH
and it doesnt use tables because harder to make that responsive, you can actually read timings on mobile
fuck tables
honestly i'm so glad that practise ended last decade
fuck tables all my homies have no tables
i'm not able
Have you looked at timings on mobile? It works but it's bad
yeah i just opened, works fine
hey you said the magic words
tabs are iffy
it works
bootstrap ezpz
but data works
Timings mobile app when?

nah im takin available on iOS AND Android
you can load timings.aikar.co on ios and android
IAP to tell you what exactly is wrong
until i ban ios cause fuck apple
The filter and the timings tab overlay and you can't click then :c
no listen we need profit
ah yes, the famous timings profit
First timings paste is free, after that 5$
lol
ignore GC warning for $10
i use an ios phone, what's the hate
all phones are bad
apple sucks
smh
all desktops are bad too
does not :p
I agree! Apple sucks
haha
I just use the Switch browser, ezpz
My next phone will be an iPhone
don't do it
if we had an ios app apple would make me add IAP and take 30% of the 0$ i make
yay
as far as devices, an iphone is the only device i really use f rom apple
i mean so would google
apple sucks but macbooks be kinda nice ngl
google does the same
I've gone Samsung Galaxy S3 -> Samsung Galaxy S5 -> Google Pixel -> Google Pixel 3 XL -> OnePlus 7 Pro
next will definitely be an iPhone
nor does apple??
tf
and tbh i'd go for iphone if their phones were cheaper
yes it does
iPhones are the worst
been multiple stories of it lately
Apple makes everything complicated and expensive
i'd hardly say "complicated"
yes but multiple out of .. several million? dunno
oh look apple saved face https://www.theverge.com/2020/8/22/21397424/apple-wordpress-apology-iap-free-ios-app
expensive, yes
No, just making a ringtone is a hassle
You don't have as much freedom with Apple
my ringtone is always vibrate, i dont get the appeal
apple tried to make wordpress add IAP
and not as many things support like macOS
eh my industry will still continue buying macs forever
unless one piece of software is ported
plus their hardware repair stuff is a ripoff
this is nice though, thanks apple
wtf does IAP mean
in app purchase
@mental meadow https://www.reddit.com/r/Minecraft/comments/iphbmi/i_added_mosquitoes_to_minecraft_what_do_you_guys/
(DiscordBot) I added mosquitoes to Minecraft, what do you guys think? : Minecraft - 747 comments, 8,002 points - vemerion, 15h ago
fuck mosqitoes
https://www.reddit.com/r/MakeMeSuffer/comments/ipnwx9/i_added_mosquitoes_to_minecraft_what_do_you_guys/ mfw has more likes on a different subreddit
11,121 votes and 137 comments so far on Reddit
fuck mosquitos
god i hate reddit
(DiscordBot) I added mosquitoes to Minecraft, what do you guys think? : MakeMeSuffer - 137 comments, 11,117 points - thelastkalos, 9h ago
rofl
mosquitos are why we don't go to squamish
pesky swarmers
how do I even set a ringtone
._.
idk it's just so badly designed
I hate that people link to old.reddit.com all the time
how can someone like reddit
the award/karma system is the worst
one word: cat pics
but thats all over the place
grr that's two
i can get cat pics on discord :)
well reddit was the original cat craze capital of the internet
owo
@zealous wedge ๐ณ https://www.reddit.com/r/ich_iel/comments/ipnmao/ichiel/
(DiscordBot) ich๐ฅiel : ich_iel - 15 comments, 920 points - CN_Zombie, 10h ago
ah, yes?
very cute kitties
i like the voting system cause it generally means good quality stuff is shown first
the award system is dumb tho
I mean if score was hidden always i'd like it a lot more
true
but it's like
Someone: dies
Redditors: Race to be the first to post in r/news so they get karma
stuff like that, is why i think it's poorly designed
the score isn't even a valid representation of how many people have voted
i tend to ignore the votes most of the time
isnt there some thing where like 5 people control 80% of the top 100 subreddits
and they're all shitty
reddit is just ... too much of everything
z0w0 uwu
servers that revoke people from making their own invite links are ew and icky
nah, it makes sense
why
it's nice to have control over invites
just stick one in the welcome channel for everyone to use
ya i prefer to only have one
i hate it though, what if i wanna invite someone to a specific channel
then tell them the channel name?
exception: vanity urls, those are okay
it is annoying to have to do that instead of just invite + enter their name
i agree
@serene bolt did you have some none pizza with left beef yet?
you should get that
nope, not yet
that voice call was golden
none pizza with left beef
(but not actually, get real food)
can thta be pinned for everyone to enjoy
you mush have at least one (1) vegetable on your pizza
next time I order pizza I might actually try to order something dumb and see what happens though, but I'll have to accept that I'll probably be wasting money
if you wanna have a meme pizza, make one yourself
none pizza with left beef would be super easy to make
what kind chew
pizza friday used to be my thing a few years ago too until it just randomly stopped
normal pizza with no special memeable traits
what kind
what does normal pizza mean
oh boring
which is what i said
also meat pizza smh
what is "brooklyn pepperoni"
pepperoni is meat...
such as in-n-out saturdays
tf do you have a schedule or sth?
no pepperoni is pepperoni, smh
ah yes, I love taking in meat on in and out saturdays
hot
ok mean girl
I'm wearing pink, I was prepared!
wait is today wednesday?
Yeah, sunday is when i hang out with my friends and/or cry at home by myself.
Monday is uneventful
Tuesday is TACO TUESDAY ๐ฎ
Wednesday more like icryday
Thursday is uneventful
Friday is Pizza friday hell yeah
Saturday is in-n-out burger day
no
but really
no
I would kill to see this
it's thursday for us
that would be insane :P
@serene bolt if I say tomorrow do you think thursday or friday
they'll greenlight anything
even though it technically is thursday
yeah
i forget the date so I just glance at the clock and add +1 day
so tomorrw = friday even though i havent slep tyet
darn
lol my contract ended on sunday and i've already forgotten what days of the week are
the only have three options
"Pie Cut", "Square Cut", and "Uncut" for pizza
no "Pentagram Cut"
๐
they need to hire @grand pewter to add different shapes, im sure he's familiar with adding shapes to things unnecessarily
god fucking damn it
i got a notif on my phone from canvas again reminding me i have an assignment due in 49 minutes
havent even read the chapter
eek
wish me luck
is the canvas app open source?
yes
ah nice
ios and android
and theyre switft and .. ... ... .. kotlin.. .. . . respectively
๐
uh
yaah
41k commits jeez
I wish it distinguished issues and PRs in the gh api
now that's a chonker
If you want to be super confused
watch/listen to this: https://twitter.com/stevemorris__/status/1208063249968779264
what exactly is AGPLv3
its the herpes of GPL, but spreads just by talking to someone with it
is it possible to inject a initial commit after the.. initial comit?
yes
git histories may have multiple root commits
last I remember the linux repo has 4 roots
yeah so like
i have a repo
but i want the license to be the first commit so it's in all of the commits after it
i.e. if you check out an older commit (before the license was added in human time) it's still there
sounds like you want to rebase and inject a commit
you have to re-write history
you can do that with interactive rebase
hell yeah, become a time lord
so hypothetically, make an orphan branch, commit license, toss the stack of all the other commits onto it, call it a day?
i'd do an interactive rebase, select to edit the first commit
commit, add license, commit, then rebase --continue
should work I think
would that modify the commits?
yes
it must, since you're rewriting history
but actually that's a really confusing way to do it
a better way would be to create an orphan branch, rebase your other branch onto it, then rename that to your original branch
same thing but simpler
h i
hi :3
none
then it was all rights reserved
just set it now and it'll suddenly be free to use on the latest ver
ok so like
rewriting history for this seems 
You have commit, say 100, in a private repo. You wanna make it public, but you dont want people going back in time and stealing code pre-license
unless that's not something they can legally do
they're not allowed to steal it pre-licence
so I can nuke them if they do?
pre-licence it's copyrighted as all rights reserved, not free software
(if on github anyways...)
yeah it is
idk the "default" licence of GL
we aint using shady sites like owo.codes or whatever
๐
bah
I didn't read my chapter at all but I posted it with 20 minutes to spare
nice
when you go to pull off a banana but end up splitting the top off the other bananas so you end up eating 2 bananas instead of 1
@worn pasture duo soon?
ooo mayb
damn i really am king of procrastination while still getting shit done
straight A+s atm
and nothing is done ahead of time i swear to god im a walking stressball of procrastination and anxiety
Hey simp
i3 or bspwm??
hey it works
I like to install it but then just never use it but I'll go on the login page and just stare at for an hour a day
Reminds me of better times
And then I would wake up
whats pma
planet minecraft admins?
@minor badge found this too https://choosealicense.com/no-permission/
Youโre under no obligation to choose a license and itโs your right not to include one with your code or project. But please note that opting out of open source licenses doesnโt mean youโre opting out of copyright law.
.g pma
(DiscordBot) https://www.pma.com/ -- Produce Marketing Association: "Produce Marketing Association is a trade organization representing companies from every segment of the global fresh produce and floral supply chain."
kek
Pringles machine automation
pma is phpmyadmin
@mighty storm what about it
referring to what no licenses means
yes
it just means it's copyrighted with all rights reserved on GH
never defined the copyright & fair use laws however
Phpmyadmin is the best
is linux worth it sometimes?
idk i like running linux a lot
but sometimes i miss windows
idek why
i run linux full time
I run windows full time
games too?
but, uh...you probably miss windows bc its all you know
which is fine
i run games on linux yes, i have windows around for those which dont work and i dont want to tinker with
@potent fossil sry to bother you but um
do you know how to set up an extra drive on linux
so that i may install my games
you can do it with fdisk or parted/gparted...if in elementary, it should have a disk utility much like windows (might even be gparted)
search disk or something, it should show up
yeah gparted is the most common one
๐ฎdows
๐ฎducks
๐ฎux
@olive garden bully
Disclaimer: All videos are used for representational purposes only and the content of the narration do not in any way reflect on any entities shown in the video.
Donations are appreciated but never expected: miniaircrashinvestigation@gmail.com (Paypal) Failure on an airplane ...
it was you wasnt it?






