#ot1-perplexing-regexing
1 messages ยท Page 535 of 1
i think you got the wrong idea from that
lol
my point is that some of these mfs be thinking that because they watched 5 prageru videos on capitalism they know more about it than the man that dedicated his life to studying it
๐ ๐
and the level of pure arrogance that goes into that is just
astounding to me
and also funny as fuck
because some of them really have no clue what they're talking about and it shows
because they watched 5 prageru videos on capitalism
mfw I don't know what is prageru...
prageru is a far right-wing propaganda machine funded by these two oil billionaire brothers that pump out bafflingly incorrect videos at an astounding rate
to illustrate this point
i will now show some actual infographics
that were shown in prageru videos
seems like u get offended quite easily...
oh i'm not offended
i find prageru quite entertaining
not that bit
this one
is there a suggestions channel?
i don't see your point
nvm anyways
the premise of that was that it astoundingly arrogant and also the funniest thing i know
i cant argue with you bc i've never been in a capitalist country before

i still dont knwo what made u say that ?
socialism also means that you can never afford what you want
๐ง
I can't even interpret those graphs to know what makes it funny lmao
ok nvm then
unless capitalism is mixed in
if you knew the context it wouldn't give you any more information than you already have
the videos are pure nonsense
but they are so funny
there's this one video where they get a girl to talk to you about why you should get married and her literal entire argument boils down to "come on, you know you want to"
"you should get married because if you want to get married then getting married is good"
i am supposed to inherit my uncle's 1956 cessna skyhawk, and without the money, i could never buy fuel for it
"dating without intent to get married is bad because it won't end up in a marriage"
"marriage is good because people in happy marriages are happy"
lmaoo
it is legit just straight up nonsense
how so? /gen
its arguable i reckon
pure socialism takes away the fact that you can own something nice
lol
And I don't even think that far. Like... i need to concentrate on my exams first
(also side note socialism is not the only form of non-capitalist economy but whatevs)
howcome
in some society it works ..
i'm supposed to be taking my uncle's 1956 cessna skyhawk when he dies, and in a socialist economy, i would never be able to afford the fuel
If you have read marx you will find that he's got a very concrete definition of socialism. Owning and not sharing is capitalism.
indeed
why wouldn't you be able to afford the fuel?
well
"owning and not sharing" isn't
entirely accurate
And you have concrete examples of what happened when said reasoning was enforced, namely in Cambodia during the Khmer rouge where people that foraged for berries were executed.
because tax money will just make it impossible, it's what i'm worried about and airplane fuel is expensive as hell
socialism means taxing the rich and middle class in order to make an equal economy
In classical marxist socialism you would get rid of the rich during a revolution
well i think its part of it tho
airplane fuel is like 50 dollars a gallon
that is the 70+ year old propaganda image of socialism that has been portrayed by conservative media for forever
then distribute the wealth equally
this is true but
socialism is a very broad ideology
marxist socialism is not the only socialism
Oh btw, I live in Sweden that has generally been portrayed s a communist country by said conservative media
and revolution is not the only path to socialism
if i was heavily taxed, i would have no airplane fuel
I think I got a fairly good grasp on it
well i still hear about it from socialist ..
my worries is, i will never be able to keep my plane
because i would have no airplane fuel
On the contrary. Socialism requires revolution. what you are thinking of is social democracy which is what we practice in Sweden
not necessarily ...
believe me i am not thinking of social democracy ๐
Marx said so himself. Capitalist societies will inevitably undergo a revolution by the workers and transition to a socialist society during aperiod of dictatorship
What made marx's entire theory flawed is that he believed the revolutions would happen in industrialized countries. Whilst in practice they happened in piss poor rural countries
the reason why i dislike socialism is because it reminds me i can't have something nice, like a well done house that is made with high quality materials
imagine knowing what Marx said
Well yeah you can just read his book...
dont think thats how socialism works ...
but well
socialism means super high taxes on the middle class and rich
imagine reading anything which is not a fantasy/scifi novel/school book
i don't care for the rich
the point of socialism is that it doesn't make sense that some people (the proletariat) have to make all of their money through their own labor, and other people (the bourgeoisie) make all of their money simply by virtue of owning companies where they get to tell the proletariat what to do. the idea of socialism is to remove the bourgeoisie as a social class, creating a system where, somehow, the proletariat is in charge of itself. this can take many forms. it might take the form of all business being government-operated, and the government being democratically controlled. it might take the form of co-ops, where businesses are collectively owned and operated by their own employees. there are many forms of socialism, the only unifying factor between them is that there is nobody in a socialist society who makes money by virtue of owning something. money is earned through labor.
but i do care for the middle class not being able to afford
what they wish
california middle classmen can't afford anything
they are moving out
i suggest you read that paragraph before continuing to rebuke what you think is socialism pwq
due to how expensive california is
qwq
anyway
can i friend you? i wanna continue this conversation later but i desperately need to sleep
Who? me?
i think capitalism should go completely tbh,
my japanese teacher's name is michiko
Nah I'm good, just wasn't very clear who you meant
ah
ok.
my bad if i disabled friend requests
it is ok
people have valid reasons for doing so, it is not my place to pass judgement :)
night
Bruh just to compile this my fan went brrrrrrr
import java.util.Date;
public class App {
public static void main(String[] args) throws Exception {
System.out.println("Hello, World!");
Date now = new Date();
System.out.println(now);
}
}
what
that's how you know your laptop is trash
bruh really
It took 2s to compile but my fan went brr
you know
the more i lok at java code
the more i, as a C# elite (/j/lh), appreciate var /gen
look*
theres no var?
there is var in java
in java 14+ i think
lol
or maybe 11
dont ppl use java 8
idk
that's wack
idk
hm
var was introduced in java 10 apparently
same
List<? extends Serializable & Comparable<..>> list = List.of(1, 2.0, "3");
vs
var list = List.of(1, 2.0, "3");
lol yeah, imagine doing that for multiple vars
wtf is 1st one
im pretty sure bc List is an abstract class, so u gotta do a lamda thingy
it's in java 10+
and actually used a hell lot in modern java codes
it's just not used in outdated java (which most of the tutorials refer to)
charles livin life
fp with java ๐
Ok
da baby
Pattern matching combined with sum/product types is a good way to model control flow
I guess the major benefits being:
- Illegal states are impossible to represent, reducing the amount of arbitrary cases you have to deal with
- Enforcing purity by not allowing incomplete pattern matches helps quite a lot during development
cause it is most stable java version
i see
!subscribe in #bot-commands
should be intentional 
he never attempted ๐
*attepmted
I thought rust was faster than python??? Now I am confused
did you enable optimalizations, and also show code
here are the files https://github.com/IgnisDa/learning/tree/main/rust/exercises/src
fibonacci.py and fibonacci.rs
ITERATIONS in unused in the python one
Ah yes thanks. This makes me happy
interestingly the array method (dynamic) in rust is slower. Any reasons for this?
is that with --release or not?
(or with optimizations, if you're using rustc instead of cargo build)
im doing rustc src/fibonacci.rs -o personal/fibonacci and then ./personal/fibonacci
how do i do optimizations?
-opt-level=3
could you try with pypy once with 20 as the input? just interested...
whats pypy?
oh
nvm then
A fast, compliant alternative implementation of Python
Download PyPy
What is PyPy ?
Documentation (external link)
On average, PyPy is 4.2 times faster than CPython
PyPy (with JIT) bench
nah tell me
also fairly sure rust optimizes your recursion method
maybe even to an algorithmic level
give me 5 min i will setup pypy and get back to you
nah, not worth it just for benchmarking lol
also it's on python 3.7 afaik
yeah i want to benchmark it too
@wise schooner heres what i got
this is way too fast for pypi to make a difference
its not slower @wise schooner
ye
https://rosettacode.org/wiki/Munchausen_numbers this code makes the biggest difference for me while using pypy
like it really shines here
approaches the speed of C when used with 50m instead of 5k
when is st. patrick's day?
17th March
ight
Guys, I have a final syntax for my programming language, how is it? https://paste.pythondiscord.com/ujoloxavux.py
very similar to py ngl
Similar to Go Ill say
i think all the programming syntax are being used up.
instead of using func() as function, you can do sub() no one has done tht before
Have any languages done something like this? obj Test: --initialize func init(self): ... The above would be like this in python ```py
class Test:
def init(self):
...
Personally dont like the returns in the match case
You don't have to call the function init either, it can be anything, the thing above it has to say initialize though
Its like js with break
You want the returns to be outside the match case?
It doesnt make sense to me ngl
Hm, alright
No i'd rather the match behaves like an elif, it matches one case, does the thing and then exits
I shouldnt have to worry about any more matches
fall through go brrr
Just a personal gripe
the obj part is new
the two dashes(---) to call the constructor is also unique .
Oh yeah sorry im back, something came up
So maybe something like ```
match thing:
case:
...
case2:
...
return
Whats the point of the return in the match?
Its just so it can exit after the case is run right?
In that case, the match was inside a function
Oh ok
Outside of a function the match will end when the block is finished executing
Yea thats how i prefer it tbh
is the match switch case?
Yeah basically
Implicit breaks or returns
You should call it the AboLang
It's cooler than switch-case
I like how rust does match
they look similar to python though
Yeah, I don't want the syntax to be too verbose, I want it to be simple
compiled or interpreted?
Rust
I need to get good at rust first though, so I'll do a few projects, I have until august anyways
what happens in august ๐
the replit programming jam
Lol
At the very least, it allows matching on variants of an Enum and simultaneously unpack them:
match result {
Some(a) => println!("{}",a),
None => {}
}
And, cooler, it is smart enough to do stuff like match on two elements simultaneously:
match (a,b) {
(Some(a), Some(b)) => println!("{}, {}",a,b),
(Some(a), None) => println!("{}, none",a),
// 2 more cases
}
Mhm
oh yeah i forgot about that. Im participating too
I'll do something like ```py
match element:
case1, case2:
...
case3:
...
case4, case5:
...
Cool :D
match seems like the right term. Like if it matches something, then do the case
Yeah
if it "switches" doesnt give the right feeling
I would love to see this language ngl
Lol
ah
I met another person who made a language called Gorilla programming language
written in Go though
I want to compile it to bytecode and interpret it from there, it'll be sort of like how python and java do it
go rilla lol
you are going to implement a JIT too?
Java is mix of both, but its classified as a compiled lang
java actually has time to do optimizations beforehand
Found an actual example of what I mean from my code: I really enjoyed writing a function to merge two sorted lists (Leetcode88) like this:
pub fn merge(nums1: &mut Vec<i32>, m: i32, nums2: &mut Vec<i32>, _n: i32) {
nums1.resize(m as usize, 0);
let mut it1 = nums1.iter().peekable();
let mut it2 = nums2.iter().peekable();
let mut fin: Vec<i32> = Vec::new();
loop {
match (it1.peek(), it2.peek()) {
(Some(a), Some(b)) => match a.cmp(&b) {
Ordering::Greater => {
fin.push(*it2.next().unwrap());
}
_ => {
fin.push(*it1.next().unwrap());
}
},
(Some(_a), None) => {
fin.push(*it1.next().unwrap());
}
(None, Some(_b)) => {
fin.push(*it2.next().unwrap());
}
(None, None) => break,
}
}
nums1.clear();
nums1.extend(fin);
}
woah
Hm, I'm not sur eyet
Ooh cool
Jordan Walke is gonna be one of the jufges at the jam
He didnt really make a programming language, but being the creator of react i think that counts
although a purer example would be this recursive function for merging two sorted linked lists (leetcode21)
pub fn merge_two_lists(
l1: Option<Box<ListNode>>,
l2: Option<Box<ListNode>>,
) -> Option<Box<ListNode>> {
match (l1, l2) {
(None, None) => None,
(None, Some(b)) => Some(b),
(Some(a), None) => Some(a),
(Some(mut a), Some(mut b)) => match a.val.cmp(&b.val) {
Ordering::Greater => {
b.next = Solution::merge_two_lists(Some(a), b.next);
Some(b)
}
_ => {
a.next = Solution::merge_two_lists(a.next, Some(b));
Some(a)
}
},
}
}
Yeah
Cool, thats quite a bit more advanced than what I can do in rust lol
what programming language is this?
Rust
Lol
kotlin is cool
Yes
always has been. But lets see when switch cases sprawn up in python 3.10
Yesterday i accidentally deleted 3.8 when i want to delete 3.7
Lol
ended up deleting my entire OS ๐ฉ
i needed 3.7 for kivy, but since kivy has updated and i can use 3.9. I needed 3.7 Gone
pipenv
they don't really have any reasons to change support for some specific version ๐คท
right
wrong
ok
<@&267629731250176001> crossposting is getting annoying
ah,,, sorry
@frozen oak please don't post your help channel in other channels
Spamming in general is not acceptable
aright, aright got it, please dont ban me
When receiving help, you need to be patient. We're all volunteers.
yes i know < 3
why did the help channels get renamed?
Bc the mods were hungry
Yeah
I uh
Don't exactly like them being food
Ffs
๐
@clear plume has their own channel now ffs
๐คจ
i see they stopped naming them after elements..
much better this way
@frozen coral
@eager cliff
@frozen coral you made me make a comment in #community-meta

:hrmk:
Mmm, I love some driver that doesn't properly restart after sleep
put the driver to sleep then

Wait... the murder kind of sleep or the end task kind of sleep?
I have to work this weekend and I don't want to ๐ฆ
It's for an important project that caught everyone off guard, but still, ugh
Yeah
will you get double pay?
seriously?
wth xD
Even when I was salaried if I had been ordered overtime I would get double sallary
Oh, nice!
Well, technically my boss did say I just had to have it done Monday by noon, but....
Waking up super early on monday to hammer it out doesn't sound fun either
In my experience if there is no chance you can make it during friday that implies weekend work
and the unions would crucify the boss if he ordered overtime without sallary compensation
late night work included
I think work after 8pm is considered overtime work as well, so same rules as weekend work
Of course it varies between country
It is the case here in sweden for most companies outside startups and game dev
anyone not offering said privileges would either have to pay a huge amount in sallary, or offer other very good compensations to get any kind of response to their job ads
Ah. US here. Haven't heard of that but to be honest I haven't been working a salaried position very long
You got much higher base wage in the US I think, so it could make up for some of it
There are a few companies here that go that route as well. Higher base wage but fewer privileges (like no overtime compensation).
Whcih makes sense I suppose
nothing quite like writing a language interpreter in python...
so that you can make your logic simulator (also written in python) usable
๐
like, a programming language? or like, literal language interpretation?
@honest star pays taxes lmao
like a cool kid 
Ehh
absolute heresy
big O tells you how much more time/memory your algorithm will take if the input size becomes very large
if input is doubled does the time taken double? does it increase 4x? does it remain constant and not change at all? etc
I see but when does programmers actually use it
to check for how much time a program takes, since big O gives the number of operations
an algorithm takes more specificially
Ah so...
Algorithms + big O = results
And that results will improve learning what to improve in the code

I'm currently studying data structure and algo any tips?
!otn a cool-kids-pay-taxes
:ok_hand: Added cool-kids-pay-taxes to the names list.
As nedbat said
Big O is how code slows as data grows
He has a whole article about it
itโs pretty good
start w linked lists
that's what learning is for!
esoteric language interpreters
there aren't many real world applications for implementations of data structures

most of them are based on stacks
The thing I can think about stacks is the ctrl z
or BFS algo, which implements a queue

yeah
linked lists are ๐
Or start with linked lists
nah
Enter linked list hell
linked lists are the most useless datastructure for most people

I agree
compared to queues or stacks? linked lists are useless
still gotta know them for interviews
not really ยฏ_(ใ)_/ยฏ
the fuck
lmfao
What are you gonna do if they ask you and you donโt know them
cry
then realize that a company that asks you about linked lists is probably not worth it
or is a big company that can afford to filter that way
well you do know them youโve helped me learn them so youโre probably fine
Iโm doing stacks tomorrow
Donโt they teach you linked lists and array lists in AP CS A?
i would start with actually important language concepts ยฏ_(ใ)_/ยฏ
arraylists yes, linked lists no
linked lists arenโt very scary when you realize the only attributes youโre really going to use is .next and .data for singly linked lists
well
and itโs mostly just reassigning pointers
limkedmlists
donโt attack me Iโm on my iPad
lol
All you need is a https://en.wikipedia.org/wiki/Finger_tree
In computer science, a finger tree is a purely functional data structure that can be used to efficiently implement other functional data structures. A finger tree gives amortized constant time access to the "fingers" (leaves) of the tree, which is where data is stored, and concatenation and splitting logarithmic time in the size of the smaller ...
Oh lord what is this
๐
So yeh...
finger tree ๐
@sterile sapphire What do you do after you study it?
I mean how do you apply

leetcode
is a good way to practice ds/algos
algoexpert if you have money to blow
I better yeet my code then
I'm an application learner 
Iโm joking btw this community likes questions
I need to apply the code in a project or smth to learn it
yes project based learning is the best way
on when what
You know when you hit next button on store you get the new stuff/ next page
a stack would be ok for that, i guess
do you put your x or y for loop first when looping through a 2d list?
use itertools.product and do the two at once B)
Hm
hey all, i found some free comp sci events from the university of illinois at urbana-champaign. just thought i'd share https://sail.cs.illinois.edu/courses/
(this is mod approved btw, so nothing sus ๐ )
Only one math + cs :((
anyone know a good python tutorial besides automate the boring stuff
a byte of python
@sterile sapphire sending links to google with no explanation does break the code of conduct
that was a book for real python
my bad
learning python *
this book
I'm sorry I didn't give context
it is a step up from automate the boring stuff
ah, I see
I think it's longer
and more verbose
I couldn't really read it cover to cover
that's how most of the O'Reilly books are
ok ty
I would encourage you focus more on application
like projects
than just reading books
thats why i tried doing automate the boring stuff
but it got boring
how do i not get bored
Kindling Projects
The Kindling projects page on Ned Batchelder's website contains a list of projects and ideas programmers can tackle to build their skills and knowledge.
ned bat has some interesting ideas here
oh ok
Hi
Hello
Hey guys, I'm having a problem with my VM, the resolution is stuck at 800 by 600
Install virualbox additions if you're using virtualbox
I'm using vmware player
IIRC there is a submenu to set the resolution somewhere
let me see if I can find it
I've tried setting the resolution manually
@low chasm what guest OS is it?
Manjaro
Pretty sure I might need to install vmware tools, but i don't have a terminal lol
did you try setting it in manjaro settings?
did this happen after locking the user or something?
Im trying but I dont have a terminal
why?
It didn't come with one
huh
I'm trying to install one lol
which edition?
I installed the openbox edition
what is your video memory set to?
that's prolly more than enough
Should I change it to 4?
what is the recommended
8gb
ok so keep it that only
Alright
Also, how would I get a terminal lol
Im trying to see if I can fix it through there
you don't have Terminal emulator or something like that?
maybe ctrl-alt-t?
No
Well, sort of
Sakura came preinstalled, but it wont work
what does it do
Nothing
ok nice
the gui app installing menu had one
I will go to sleep gn
GN, cya
I FIXED IT :D
Is there a java channel or discord channel
Sorry boss
if you don't get an answer in that java-discord i'm sure there's a lot of java programmers who can help you in here in off-topic
wait, when did the help channels become named after foods XD
ah, cool
ew
pygame is nice
HELP!!!!! My discord isnt working@!!!!!!!!
Can somebody please help with Filezilla
Lmao
๐
that has great potential
can someone help me please
all i need i for around 20 - 25 people to fill out a survey
its for my school
@misty hornet <@&267629731250176001> more advertising
lol did hp really write that
ofc yes
What do you know?
Well, now you can use Python to incorperate other technologies.
metaclass madness, matplotlib, numpy, pyqt guis. Probably still way to go in one of these :D They have been really useful for me
Nothing much interests me 
Gotta give it tame until inspiration hits then
Maybe python break I guess...
should keep in touch with python stuff or the inspiration wont hit, looking at random dev stuff or lurking in channels work for that
I haven't worked on any projects in like two months cause schools just been wild, but lurking around the server whenever I can certainly helps me keep in touch with what's going on and helps me learn
relatable
How to cause a burnout in three months or lessโข
Haha
60 days, Christ what was I thinking
No tile shall be left empty
huh, surprisingly I do use github every once in a while.
Haha
bruh lol
most of my projects are in a local repo and just in a random scratch file somehwere
work stuff - local gitlab (local as in on-premises) or bitbucket (cloud, as my mentor said that gitlab seemed to be more not-working than working when I started)
personal stuff - wtf is personal stuff? who has time for that?
I should get into github and opensource but for me such stats are discouraging, I'm too self-conscious :/
I should run the bot that draws things on it
hii ankith
Why mint 
thats what i was asking him
did you ask me tho?
many have suggested that its a good one for beginner linux users so ๐ฅด
in our server and recomended garuda linux
Yes but
Mint is quite pleasant overall
you just sent me a yt video of someone talking about why garuda is good. but even you said that you've never used it
sus
No personally or anything
never got it to break, even when changing out hard drives
hmm
i have used it
aight thats new
garuda seems quite neat, but all I want is arch that isn't a pain to install
but well, it does seem nice for beginners
though I don't see it beating ubuntu/mint in terms of googling how to fix problems
garuda is arch based
yes, but it isn't arch
garuda is very easy to install and its my daily driver rn :D
yes, but it has a lot of things which I don't really need
garuda is heavier than normal arch
yup
I don't need a gui drive manager, I can do that myself. I don't want pamac, I don't need curated gaming software
but hey, it doesnt break like manjaro does
we need light os just like vscode
ok the burning is starting
means your pc is heating
nice joke
I tried endeavorOS and it worked quite well all things considered
Manjaro doesnโt break often
ig the curated gaming software is only in the dragonized kde
though I had some issues with it as well
it did with me :(
I said often, not ever
indeed
that doesn't absolve it from being a bad thing

i installed a theme and the opengl thing broke
windows is very stable
and I literally changed out the entire partitioning scheme twice
You didnโt try hard enough
unless you are editing registries you don't understand, you are unlikely to break things
and even then, most registries aren't that big of a deal
It comes at a cost, but windows do be stable
even if updates seems to be.. uhh.. untested?
I wonder if the changes are huge enough for the size to be above 1gb
how the heck is lakmatiol typing in 2 channels at once
One on phone the other on PC
๐ฅด
discord lag ig
I just type really quickly and sometimes leave a space in the message bar
hm
When I do cargo build --release, can i use the binary generated on any machine?
Like suppose I compile on Linux, can i copy it to my windows machine and expect the binary to work?
I've been trying to look it up in the docs but I have no idea what to even look for
Please ping me
you need cross compilation
which I would expect rust to have an arg or something in cargo.toml for
updates will be rolled out differenttly in the future
less chance of bsods
and win 10x looks sweet
YOO my usb is ready.
well, now comes the slightly less easy part
Could you give me a link to the relevant part of the docs please?
how is it less easy... ๐ฅด
I don't really use rust
you have to figure out how you want your partitions laid out
just gotta restart pc but before that put usb inside right
hol-up.
I'm trying to live boot and not install it
ah, live boot should be easy then
unless your bios decides to yell at you
lol
Which it shouldn't since its Linux mint. It typically doesn't m
Thanks
@twin charm from personal experience: in case you face a black screen while booting normally, press esc and then boot in compatibility mode
aha thanks for the info
you just turn off pc -> put usb inside -> open pc again and choose linux mint from the options right
yeah
wait you need to press a key so that the options show up right? or will it come by default?
ie, if the usb is plugged in
depends on your bios settings
grote hates mint eh?
The greatest reboot option people don't know about is reboot into uefi bios options
Not a fan yeah
that does cost a bit of time, if you want a quick start
i like the way mint looks
try arch then
hahahhah I just closed pc -> put the usb in -> pressed the power button and restarted...
but Windows booted in automatically. I didnt get to choose. ๐คฃ @graceful basin time to goto change settings in bios
yes
Well only use it when you want ofc. The option for those that don't know, it's --firmware-setup
change the boot order
I've went to the bios before but should I goto bios with my bootable usb plugged in?
yeah
rEFInd is my favourite boot manager
bios is part of the mobo
There's also a way to reboot into bios using windows but I don't know that one from my head
uhhh shift + restart? idk
hmm. was it like "restart with something something" I dont know the key that will get me into bios. but I knew another method
As in an option to the shutdown.exe
hmm
just restart your laptop and spam the esc or some button that your laptop manufacturer wants you to spam to get into the uefi bios
haha
esc/f2/f12
press all f buttons
either of the three
depends
normally
but its usually that yeah
Could be shutdown.exe /fw but can't test atm
YOO I just changed the boot priority and restarted and then the option to boot from linux mint came. I booted into linux mint successfully ๐ 
@acoustic moss thanks for that tip
now I'm back into windows tho
๐
but when the booted into linuxmint, I could see everything. the desktop looking nice etc but I couldnt move the mouse tho ๐ฆ . the cursor was stuck ๐ฅด
uh
cant I use the trackpad? should I plug in another mouse?
meh I was able to shut down by pressing the power button and the arrow keys
lemme goto linuxmint's stackexchange or smth ๐
@twin charm you can also ask here, they'd helped me with my installation too:
no zap, nice
unzapped
zapt
thankyou
guys I'm using discord via linuxmint rn
nice
I'm starting to notice that yeah
time to learn how to take screenshot
terminal is really awesome
what is openbox btw?
It's a wm
So Linux mint comes with cinnamon de
Wm aren't full DE, they're just completely empty
You have to add bars and everything yourself
@twin charm did you installed mint
do you need to know html for web scraping with beautiful soup
little bit of but yes
Boys can we get a F in the chat.
my gf broke up with me because her mom didn't approve.
:((
f
F

it's ok dude
while gfBreakup == True:
print("f")
but like, we was fine. it was just her mom-
:(((
if worldExistence == True:
print("Hope")
if sad == True:
pip uninstall("life")
.. ๐ฆ
how old are you?
also put pip uninstall in terminal ๐
os.system("")
14, but like it was just a joke. Sorry that I made jokes to deal with my depression..
why do you have depression
to many stuff to list, anyway this is a python server.
well, family always argue, get screamed at 24/7 every cuss word they can think of-
then they want to complain about everything
bills
finicial
and like it stresses me out to the max
ye bro dont care about it
they complain about it to you?
or do they complain about it to themselves
no like to me
why?
and most of the time its if I am going to my weekly doctors appointment
and in a car
where do you live?
america
country
usa
city?
I will say I am in maryland and thats it
eh..
dont you go to school though
I did have a therapist for like 3 weeks, then we couldnt afford it so there goes that.
nope
I prefer not to say why I had to be issued a therapist-
Yeah I do
so it doesnt make u feel good?
I like coding, but its just there.
oh
oh
thats a cute blob tho

and your nickname is a funny joke.
heh
not sarcasm btw
why are we here just to suffer?
ยฏ_(ใ)_/ยฏ
where else are you gonna do it
Pluto?
Mars?
the moon?
anyone read the hunger games?
ofc
Yeah
I liked the first one a lot
i just finished the second one
the second one was just the same thing
where is #help-rice smh
ok
why?
Katniss goes around like a war hero but everything she does doesn't really matter
oh lol
the first book was the best
Divergent is like a clone of Hunger Games
but instead of Districts it's based on personality
like the dauntless are the people who are brave
it's really stupid
lol
when was it releaes?






