#ot1-perplexing-regexing
1 messages · Page 526 of 1
lol
Hmm? That's irrelevant thing
Wdym?
You have to ping a guy if you need help and I know you who you are ok!
Wdym? OH k
same
same
let's not
?
I mean, 1 person is sending it once only
well
idk why but I find these trains extremely satisfying
and when more people have the same opinion, it can be the same message
trains?
you in a railway station?
ye, its cause we seem to think the same thing, thats why reactions were invented
but nobody reacted with
in the above message except me
planes 4 life
I like trains
flight sims da best
bird sim ftw
ever played picasim? its available on mobile only, best game ever
flight?
obi
like a rc plane game
eww
its rlly fun u should play it first and then make assumptions
i can make assumptions cuz its on mobile
and any mobile flight sim wont give you a good experience
sim wise
why is that
I mean, bruh moment
i need all the plane switches to work :(
its not a simulator, just a game. think like that and then start playin
oh alright
its rc plane dude, you got the knobs
do a barrel roll
yes you can
ok
once you keep on spinning it, it slowly goes down and does a nose dive
but speed increases if you do a nose dive and then you can glide its so amazing
with immediate effect
hmmm
me tryna see vulns in bot ebal be like
Hey, two people broke it in the past
if you can find a vulnerability, you can get an Akarys Virtual Cookie™️!
oh wow, those people must be worshipped by the people here
haha
who are these 2 intellectual individuals
One goes by the name meta, I don't know for the other it was a long time ago, I wasn't paying too much attention to that back then
what did they break 👀
those guys are like the coolest people maybe
meta found a folder placed in rw, so they could fill it up and make it hang on indefinitely
wow
elo
hey
ah, installing arch made a bit tired
but that was a fun time
finally built my castle
nice
hellooooooo everyone
just realized that learning regex like everyday is as important as physical exercise :((
you know what they say, a regex a day keeps the doctor away
oooh u a helper now. congrats.
check pins in #community-meta
yuh lol
its boring to read each and every line
hey guys, so i was looking for implementation of printf() but i couldn't find it anywhere, do you have any idea where can i find it?
do you prefer reading every second line in reverse order or something
Like, from the C standard library?
printf() is for C
yup, but "The C Programming Language" says it is not a C function
Here's one implementation, apparently:
https://opensource.apple.com/source/xnu/xnu-201/osfmk/kern/printf.c.auto.html
https://github.com/mpaland/printf/blob/master/printf.c this one seems as good as it gets
yes
is this the one linux or Windows uses tho?
There are many different implementations.
and some compilers give you different libc too
this isn't much readable either
thanks i will check some out
it is as good as it gets
thanks again
Ok
surely someone has broken bot eval
Maybe the ot name is lying
impossible
Maybe that’s what they want us to think
#include <stdio.h>
typedef struct Person {char* Name;int Age;char* Gender;char* Nationality;char* Occupation;} Person;
void setname(char** ptr, char* name) {*ptr = name;}
void setage(int* ptr, int age) {*ptr = age;}
void setgender(char** ptr, char* gender) {*ptr = gender;}
void setnationality(char** ptr, char* nationality) {*ptr = nationality;}
void setoccupation(char** ptr, char* occupation) {*ptr = occupation;}
int main(){
Person Person;
setname(&Person.Name, "John Doe");
setage(&Person.Age, 30);
setgender(&Person.Gender, "Male");
setnationality(&Person.Nationality, "United States");
setoccupation(&Person.Occupation, "Game Developer");
printf("Name: %s\n""Age: %d\n""Gender: %s\n""Nationality: %s\n""Occupation: %s\n", Person.Name, Person.Age, Person.Gender, Person.Nationality, Person.Occupation);
return 0;
}
** could this code be more clean?**
could use some extra whitespace
trying to make somethings in one line
but is is clean
clean code is with comments write
idk even know
how clean
code looks
can someone help me
depends on what you mean by clean
im getting this
how can i fix
if this is the wrong channel to ask about these things im sorry
how did you install python? a help channel would probably be better, read #❓|how-to-get-help to see how to get one and ping me in it with the answer to my question.
okay
i installed python from the official website
the latest release
and while installing i checked the "PATH" thing
try py -m pip install -r requirements.txt
it worked!
thank you so much, ive been trying to fix this for about 2 hours
how do i scan a directory using javascipt? or how do i inclue nodejs in my html document, like here's how you'd include jquery:
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
you can't access the host filesystem from JS afaik
nononono
in my project
how do you name a variable good when programming like sometimes when writing code how do you know what to name your variable
my project is:
sources/
\ fwefwe.mp4
index.html
index.js
and i want to get everyhting in sources
uhh help
py -m pip install discord
okay
or py -m pip install discord.py
idk which i is
somebody answer this ^
player_money_ammount = 1213232
i try to make my variables clear
@rough sapphire well, the way that access works in JS is by sending requests, you will have to make an API endpoint to list the directory
welp
aaaaaAAAAaaAAaA,,,,,,,,,,,,,,,,,,,,,,,,,,,,
:((
what could i do for this
try using py instead of python
i dont really know how to use these
same error
what? you developed a bot without testing
it is an open source
just want to test it
py -m pip install colorthief
i mean i got it from yt
Could you link me?
sure
f^^
this video
i couldnt copy the link
for the github download
Yea, we're not going to help you with a self bot here 🙂
That's against discord's ToS
i just want to test it
not going to use it
bw can you change your name to somehing thatn is not an invisibke characer?
Either way, we can't help you with that here.
Nickname policy
In order to keep things pleasant and workable for both users and staff members, we enforce the following requirements regarding your nickname. Staff reserves the right to change the nickname of any user for any reason. Failure to comply with these requirements may result in you losing the right to change your nickname. We also reserve the right to discipline users with offensive usernames, regardless of the nickname they're using.
Rule 1
No blank or "invisible" names
please
oh sorry
done
changed it
this is even better
How do I broke bot eval I tried recursion didn't work
does anyone know how to crack an encryped .zip file? because my brother put all my game files in a .zip file and pressed random buttons on the keyboard so no one knows what it is
Usually zipping files doesn't delete them, just create an archive next to them... But as for zip, if you know a content of at least one file inside and the password is not too long, it's doable
idk what the pass is
I don't really know any way too much other than brute-forcing (which is what some password cracking software do)
my brother spammed random stuff on they keyboard
Also, whole games? Like from the drive? Not the icons from the desktop?
saves
Steam/Epic Games/GOG/some other launcher games? They keep the saves backup on the server.
"There are two types of people: those who do backups and those who will"
Sounds like pretty abusive behaviour... Did you talk about this with your parents?
yeah but there is nothing they could do
That sounds like anger management issues. They could send your bro to a specialist. Otherwise it can get worse
Yes. And untreated problems grow bigger
yeah ik
i just need help with this
any brute force apps that u recemend
i tryed John The Ripper and 20+ others to no avail
If you have another USB stick, try Recuva (but download it from other computer). It's not a cracker but it will scan the empty parts of the drive for traces of files and try to recover them (that's why USB stick and another computer - so you don't overwrite it)
It may be better than trying to break the zip
!warn 626002979991978014 We're not going to help you crack passwords, and don't spam multiple channels with your question
:incoming_envelope: :ok_hand: applied warning to @rose anvil.
Ayo
hello
My code is wrong, i want to edit it, can i ask you how
How to get this code to print numbers 1- 9 in different lines keys = open("newtext.txt", "w")
k = range(1, 10)
for h in k:
keys.write(str(h))
keys.seek(113)
what is the seek part for? You can use the \n character to add a new line.
'
Yes, but I cannot get it to work How to get it work with seek and 113 in my code is first line ending in my notepad, new text going is to new line
as stelercus asked, what is the seek part for? if you just want to print them on separate lines and nothing else then this should work
keys = open('newtext.txt', 'w')
for i in range(1, 10):
keys.write(str(i) + '\n')
Is this working with Python 3.9.1 or is 3.6 better and why my code print me any tetx
what
Is this working with any python, I code with it
what
Why you cannot answer me
.topic
Code run successfully and on first try, every single time
And do what i wanted it to do
This would actually be the greatest superpower ever, because if i wanted it to write the name of whoever used it to a file, i could just do print('hi and it would run successfully
If I want to print 2 text lines, 1 and 2 to next line Can I put 2 x f.write to my code
anyone know how i would make swim thing like this https://sebastian.itch.io/digital-logic-sim
lol yes
lol
and his world ended
haha
uh
assuming that the installation goes well, what happens to the usb drive where I flashed the iso after the installation?
cool
how much free space do I need on my pendrive? I have ~14.5gb free, the iso is 1.9gb
whenever I open python-discord always you three are there, zeeshan, hahastinky and vinam
I could make that harry potter meme brb
yeah, was just wondering if it'll complain about not enough space, it didn't thankfully
Ok
now to reboot
gl
nvm, i'll do it tomorrow
elo again
hi
I'm testing it out
It's super super cool
mm
ok guys I did it @edgy crest @acoustic moss @inland wolf
yes its nice
lol
lol
Lollll
Lol
I'm always here
vester came out of nowhere
I just don't show myself
I opened it like 2 seconds ago
hah
how long have you been working on it lol
3mins
awesome
lol nice
vinams pfp changes everyday so lul
lol Why didn't you included me?
bcoz I dont see you
only in python general and help channels ur there
You will only see me in help channels
ahyes
lol did you maked that
yes
oh no. u should be banned
For?
hiding..
there might even be a mod reading through this chat rn
hiding
hmm rys might be there
Off with my head
hahahaa
lmao
.topic
this tbh
what about me OwO
@carmine niche how easy is garuda for a beginner who is learning to use manjaro ?
garuda is not at all hard for a beginner
the only thing i would caution with it is that
due in part to it being rolling release and all there are sometimes issues that need manual troubleshooting and solving
like manjaro ?
which for most beginners is not the easiest thing in the world
but other than that it is buttery smooth
i have no experience with manjaro
hmm
it is based on arch though, like manjaro is
okie , thanks :)
what r some good super beginner python “projects”
i’m making a club but everybody is p much a complete beginner and i barely know anything either lmao
like stuff along the lines of a guessing game or something
!projects
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.
oh dang ty
get projekt xd
all good
???
dw abt it
why not
print('Hello, World!')
``````js
console.log('Hello, World!')
``````java
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}
``````cs
using System;
namespace HelloWorld
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello, World!");
}
}
}
``````go
package main
import (
"fmt"
)
func main() {
fmt.Println("Hello, World!")
}
``````rs
fn main() {
println!("Hello, World!");
}
``````hs
module Main where
main :: IO ()
main = putStrLn "Hello, World!"
``````cpp
#include <iostream>
int main() {
std::cout << "Hello, World!" << std::endl;
return 0;
}
``````c
#include <stdio.h>
int main() {
printf("Hello, World!");
}
``````fs
printfn "Hello, World!"
i think that's all the ones i know
uhhhhhh go off i guess
i forgot bash but that is ok because bash is not a real language >:(
omg
/say Hello World!

Wow
console.log('Hello World')
what about it
oh
i mean
i don't find typescript to be meaningfully distinct from javascript
at least not in this context
u can never tell
well im kinda done with typescript
ended up creating a test file that is 1k lines long
bc some database model had crazy number of fields
.
@coral void 👋
in vsc if choose add remote
are you
it did save the dupe as a remote ….
this is what I'm trying to commit to
if i get it right then I'll set it up and commit to the fork of the project
I'm trying to commit to a cloned repo so I can delete it later and not worry about messing up commit history of the main repo
….
perhaps vsc make git actually really easy and I just can't. use. git.
@coral void they saved.…
Sorry, I'm tired and spacy
So, you're trying to commit from where you are now, to https://github.com/onerandomusername/cloudahkdupe?
Because the normal way, at least, to do it is to "fork" the project on github, pull from the fork, work on teh fork, push to the fork, then make a PR in github from fork -> main repo
<
yeah
the reason I'm going to the non fork is because uh, idfu anything about git
or github
But if I go to the clone, I can try to do it myself
I read that as spicy
oof
w/out messing up history
I mean, I am that too lol
hawt
<
spicy
Is salt a spice?
if you guys are gonna flirt take it to staff chat 😛
Cause this is me rn:

sigh
Well, lets see
how do I "sign in" to git
you've got a bunch of remotes with names pointed at the right place
and you've got the origin pointing at the wrong place
then how tf does git know I have permission to push to that repo
I would say no
It would give you access denied not failed to connect
so it did work
hm
do i need to add it to known_hosts
Provided you're sure thats the right IP, yeah
Give a moment
140.82.113.4 is ...
Yeah, should be fine, it should be known_hosts though
Basically, first time you ssh to a server you need to validate its identity, then that identity is saved in a file called known_hosts
Yeah, it looks like github is blocked (?) which is confusing
let me remember how to perform a request to a specific url
there is a strong firewall on this
so I'm not sure if its being blocked
writing script to make a git request smh
curl/wget
can you try it on your computer, lol
because when i try it on my computer which is not firewalled
$ curl https://github.com
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
<!DOCTYPE html>
<html lang="en" class="html-fluid">
<head>
<meta charset="utf-8">
<link rel="dns-prefetch" href="https://github.githubassets.com">
<link rel="dns-prefetch" href="https://avatars.githubusercontent.com">
<link rel="dns-prefetch" href="https://github-cloud.s3.amazonaws.com">
<link rel="dns-prefetch" href="https://user-images.githubusercontent.com/">
.....
I mean, any shell, with curl as the client
Weird
I have to make a frideing Insta account for an outsiders character. I dont have Insta myself.
im just
gonna work on this tomrrow
@coral void you mind if i send you a 7z? lol
its the code, rather than being able to commit it
eh no
did it manually smh
nah that's just config code
it only runs on first run
if os.path.isfile(os.path.join('ahk', 'AutoHotkeyU64.exe')):
print('Found!')
else:
print('Downloading AutoHotkey')
req = urllib.request.Request(AHK_URL,
headers={'User-Agent': 'https://github.com/G33kDude/CloudAHK'})
resp = urllib.request.urlopen(req)
with ZipFile(BytesIO(resp.read())) as zipfile:
zipfile.extract('AutoHotkeyU64.exe', 'ahk')
print('\n')
if the path is a file it won't run again and it never deletes the file so it stays there.
p.communicate blocks for the timeout
Try asyncio.subprocess
!d asyncio.create_subprocess_exec
coroutine asyncio.create_subprocess_exec(program, *args, stdin=None, stdout=None, stderr=None, loop=None, limit=None, **kwds)```
Create a subprocess.
The *limit* argument sets the buffer limit for [`StreamReader`](asyncio-stream.html#asyncio.StreamReader "asyncio.StreamReader") wrappers for `Process.stdout` and `Process.stderr` (if [`subprocess.PIPE`](subprocess.html#subprocess.PIPE "subprocess.PIPE") is passed to *stdout* and *stderr* arguments).
Return a [`Process`](#asyncio.asyncio.subprocess.Process "asyncio.asyncio.subprocess.Process") instance.
See the documentation of [`loop.subprocess_exec()`](asyncio-eventloop.html#asyncio.loop.subprocess_exec "asyncio.loop.subprocess_exec") for other parameters.
Deprecated since version 3.8, will be removed in version 3.10: The *loop* parameter.
broke it lol
!d list
Suggest more topics here!
.
!
?
I am very irritated rn
how do I run something in the background in a terminal
and allow it to keep running, along with all of its children processes, even when i close the terminal
command & @vapid nymph
what goes wrong?
you do get an output, right?
no, as it only stops working when there isn't an active terminal
so there's no way to view the output
how about not using disown?
hm
command & > /dev/null 2>&1
> /dev/null 2>&1 this part is just for yeeting the output
didn't work
it does spawn multiple processes itself
its a uvicorn server. I really guess I'm gonna have to set up a process manager, huh.
welp
that worked whatever
I'll figure it out
ohhhhh that might make sense yeah I get it now
On chrome when I double click it takes me to the last page, how do I disable that?.
??
@wheat lynx what the ot-name didn’t know, is that we’re always watching the red ranger as well
oh yaaaaay this name came up for the first time
I'm pretty sure this is the first ot-name referencing me that has come up
This might actually be the only one 😔
Oh, luckily your worth isn’t measured in ot-names hahah
lol yes
lol
@sand inlet how do i get the helper role may i ask
@tulip ember basically help lots and hope that at some point the existing helpers will notice and decide to make you a helper
ok thanks 😄
become iron man
man
i thought i typed edge into windows search
but i typed dg
and now i opened dgram.d.ts
wtf
@wheat lynx how many eyes do u have?
only two, but I make use of them 👀
Also worth noting that we care about the quality of help more than the quantity. There are also other ways of joining staff, through contributing to our projects and so on. I'd recommending checking out the pins in #community-meta for a more detailed explanation 😄
😄
haha wookie reference in ot
!otn a i need a channel idea
can anyone help me with my monitor please
basically i just got a 2nd monitor and an adapter DP - HDMI. the monitor model is lenovo thinkvision e24-10.
the monitor is stuck at power saving mode, that indeed means that it isnt receiving a signal from my laptop. i have a 2nd monitor (i dont need to use the adapter) and it works fine.
!otn a the lonely red ranger
:ok_hand: Added the-lonely-red-ranger to the names list.
lol
the ot name is false now 😦
True
@wheat lynx are you watching 👀
yay, you've doubled the chance of an ot name coming up that references me!
(╯°□°)╯︵ ┻━┻
!otn wookie-wookie-wookie
weird how i am having 100mbps but everything seems laggy
Damn
I have the same problem, I just actually download something to see the actual speed
Theoretical bandwidth vs real transfer?
I "love" how we have to switch between two connections at home (in the countryside) because sometimes one is shitty and sometimes the other
And it was fun last week when I was at the office (in the city) but my zoom started disconnecting. My coworker asked if I'm at home with my normally shitty connection and I said no :D
LTE doesn't really like custom DNS, it seems. Or just my windows breaking things
But work computer is Linux main (Windows only as vm)
But I think it was my huge uptime. Because when I turned off WiFi and turned it back on, it stopped disconnecting
But at least this made my coworker take control of client's shared screen - I hate doing bash stuff with people watching because I cannot look up things. And we had some archives to decompress, files to move...
Htop showed my uptime as 39 days, I think XD or maybe 29?
its frustrating to talk about the trillions of unconsensual taxes @carmine niche but ill leave it at that
we all agree monarchies suck
i would like to point out that the education budget in 2020 was 64 billion
yeah 64*18?
1.152 trilliion
uh.. im sure budget is only going up in the next 18 years
not 64 billion for every age range up until adulthood
erm
64 billion for the next 18 years or more
and i will home school my children so i dont consent
that's worth comparing to the us defense budget which was 622 billion almost 10 times more last year
my contributions are not consensual
ok but
Yep that sucks too
hear me out here
Bruh no tax is consentual
the system you are advocating for just shifts the thing that is "unconsentual"
you are required to vote, that is not consentual
its called tacit consent
None are, try not paying them and see how consentual they really are
nah if you dont vote that means you didnt like any of the options
not consent
there should be a 3rd option in voting; like neither
you yourself said that if you don't vote then you lose your (land) property rights so that sounds pretty nonconsentual to me
regardless if you vote we need to pay property taxes
#1 of the communist manifesto
i just wanted to note that 9 of 10 of the communist manifesto will come to fruition in the next couple of years
and when you hit the magic number 10; its only a couple years until the system starts to fail
Property tax is a scam, if you own something you own all of that something you shouldnt have to pay taxes for it
its basically rent for that mafia security
Imagine having to pay taxes on your clothes after you bought them
ight listen
imma stop u right here
cuz the thing is
you aren't debating the communist manifesto
you're debating me
lmfao
why am i debating you?
I don't even know the topic we are debating i defined capitalism for you
i wasked you to define socialism in your own words since you said there was tons of socialist propaganda @ ur uni and you went off on a huge tangent about some list in the communist manifesto
asked*
well yes. in my school the economics courses they defended those 10 points of communist manifesto
heavy progressive tax system property tax
state run education monopoly
those aren't socialist points tho
.. if you define socialism as the worker's control of the means of production then you are confused
because you can already do that without force and with consent
what marx is saying here is that these things will need to happen if there is to be a socialist revolution
you are missing that those points aren't socialism itself and you are also missing that revolution is not the only path to socialism
under a capitalist system my brother works for USAA which is a worker owned company
i will treasure this message forever
you will never take away means of production without force because there will always be someone that doesnt choose to
uhm, is that not literally of what socialism is?
you are correct
you need the state for socialism
force
that is not correct
what about anarcho-socialism?
to get 100% of the system to be socialism you need to force people
anarcho-communism falls under socialism and it certainly doesn't have a state
uh.. what about when people deny giving up their ownership of companies?
whether or not you need a state for it is irrelevant from the actual definition, is it not?
considering the definition is right there in plain sight.
.. if you have consensual ownership of workers its just entrepreneurship
in capitalism you cant have 100% socialism without force in reality
like the people fidel shot against the wall like in fascism
innocent people that just said no im not giving my stuff up
to "have socialism" you need to force the 1% to give up their companies. to have capitalism you have to force teh 99% percent to allow the 1% to have companies. i don't see your point
its more than 1%
fidel castro != socialism
i know its communism but it was to make a point]
there are 18.6 million millionaires in the US
marxist-leninism is authoritarian communism
and 55% of americans are bourguisie stock owners
all socialism requires authoritarian state bro
owning stock does not make you bourgeoisie
owning stock makes you owner of walmart etc
i voted for amc color of popcorn box etc
because i own amc
the bourgoisie are the people who make their money by owning things
whereas the proletariat make money by working
maybe 55% of americans do own stock
but do all of those people make a living by owning stock??
except like all the socialisms that are anarchist but ok
all stock owners have private property that "exploits" the worker
I think the true debate is that you think capitalism exploits the worker
i mean by definition yes
the true problem is if you compute the numbers it's not the boss thats exploiting the worker it's the consumer
the "true" debate is whether or not said exploitation is moral or necessary
the consumer is the worker idk what ass backwards logic this is but it ain't workin
i downloaded the financial statements for the previous 5 years to trade stocks for sp500
and the funds are not siphoned away for the bourgoise it's the consumers that pay and generate revenue
the consumers are not extracting surplus value from the workers
the consumers are paying for the labor not making money from it
idk in what world you think paying for something is the same as making money from something but go off
right.. but why arent all successful companies co-ops?
whats your hypothesis to that question
success=consumer pays for those goods
that's like asking why aren't all successful governments democracies
because some aren't
that isn't a point
add value to what exactly
and who collects that value
because the person that gets the value sure isn't the person that is giving up money
when did i say that
you said stock holders arent the exploiters
again
.
the bourgeoisie exploit the proletariat
ok i got water
if someone owns things because their interest+rents+dividends then they are bourgeoisie
would you agree that the value of that pencil, as decided by the "free hand of the market", is a dollar
how did they buy the shares to the company? a
nope the value is more or equal the dollar
that is literally just not how i defined it but go off
that works too
dude i mean if they solely get those things
so we know now that the value of the pencil is >= 1, right?
yes
ok
now suppose that the company that made the pencil made a profit by selling it to me
does that sound reasonable
what 👁️👄👁️
some of that value is consumed by the worker as cost
I studied economics dude.
your logic is legitimately difficult for me to comprehend
so did marx
the argument from authority doesn't work
dude lets go back to what you said if they solely make dividends from stock then they are bourgeoisie?
how did they buy the stock
do they live off of the money they get from the stock
then yes
only 20% are inherited
imma need a source for that buster
so socialism will hurt 80% of the worker bourgeoisie because we are upset at the 20%
ill get it
-_-
88% of millionaires
i don't even like the system you think i like so ur just goin thru a yikes lmao
are self made
no im defending my pocket and you from stealing it
or you from influencing other people to steal it
99% of software discord channels are full of people influenced by socialists
california was destroyed because of socialism
they will have 55% upper tax bracket similar to china or cuba
california isn't in the middle of a crisis so bad that the president had to declare the state unable to respond properly and step in himself
it will have 55% upper tax bracket once biden passes his tax
once that happens it will get worse
biden doesn't pass legislation
but congress writes the legislation lmao
and congress has majority democrats with AOC and bernie
majority by a single fucking seat lmao
.. you dont want to see that the pillars of marxist leninist is common with democratic party points
its on the pdf and wikipedia bro
it just isn't
.. every time we agree with the points you dont want to continue
the democrats don't want to confiscate the property of all emigrants and rebels
i said 9 of 10
bro
also note that higher taxation is confiscation of property if they didnt vote for it
they don't want centralization of the means of communication either
actually..
in new york and california they are passing taxes for people trying to leave the state
so yes they are confiscating the property of emigrants
its already a thing
i would need to open up the documents again
to explain
im not opening unless you dont give up again
I may be wrong bro; we can go through them to check
Remember back when the upper tax rate was well above 55%?
America was doign quite well in the roaring 50's last I checked
lol defending marxism
When was America Marxist?
remember when mao killed 8 times more people than hitler?
What is? The old American tax rates?
non consensual heavy progressive tax rates
The Tax Rates of Capitalist America at peak Anti- Communist time are "a pillar of marxism"
if you are going to debate then please read the above and dont have me repeat things
Are the empty supermarkets in Texas "What would happen in socialist America"
I'm talking to you now
not talkign to someone else then
If you don't want to engage, don't
but don't redirect me to a prior conversation without a reason
'read all 400 lines before you can talk to me'
pass
I am happy to say that i have 6 supermarkets within 15 minutes full of crap
you are ready to fight even though you are wrong atleast the other guy wasnt hostile
theft? what theft?
Im not upset at 1950s america dude
Consent? How about the draft
that was non capitalist bro that was actually a pillar of marxism
you're calling a 55% tax rate marxism
but America had a max rate much higher than that
no i didnt man
They had a 91% marginal rate at some point
i said that i dont believe marxism is good for people
Nobody paid shit tho
So when I asked what was wrong with it you said
and jumped right to hitler
yes im talking about marxist points and how 9 of 10 are the same in the democratic party
im not talking about 1950s
I am
yes
I'm talking about American Politics
and American Taxes
and how they worked
and letting the rich keep their money that we earned for them quite clearly does not
who is taking your money?
your boss is stealing your money?
The wealth I am producing
why don't you become an entrepreneur or work somewhere else?
Technically you agreed to the salary youre being paid
Why doesn't he do the job himself?
yeah why not
And you need capital
Only because capitalism
what?
ah yes we all know that making sure you kill exactly 8 times as many people as hitler is a pillar of marxist-leninism
capital still exists regardless of the system
anyway i'm out lmfao
not rlly but go off
Only because of the monetary system that has been produced by humanity, aka, capital
if the US becomes socialist will you forget python?
all those fake assets
you can only say that because you're using a made up definition of capitalism
?
No, I'm using hte actual reality of Capitalism
to have profits and other parts you need to look at property rights its the full definition of capitalism
property rights allow you to have profits
the one in which our society exists
yea, we exist in a shit system that's based on capitalism
maybe its shit because of socialism though"?
we can figure it out
that thing that when someone tries, we'll go ahead and CIA their democratically elected leader
wow
?
we went str8 into conspiracy
United States involvement in regime change describes United States government participation or interference, both overt and covert, in the replacement of foreign governments. In the latter half of the 19th century, the U.S. government initiated actions for regime change mainly in Latin America and the southwest Pacific, including the Spanish–Ame...
str8 into conspiracy
or fact
like eveyr time a socialist is elected America suddenly finds a need to intervene
Reptilian humanoids, or anthropomorphic reptiles, appear in folklore, fiction, and conspiracy theories.
'humanitarian crisis'
how about saudi arabia? where's the humanitarian crisis there?
whats going on in saudi arabia?
how about all those humanitarian crises in Africa?
Theres oil there
nothing, nothing to see at all
whats a crisis about oil?
you know, chopping people up and melting em, beheading people for invalid cause
the daughter of the ruler
all sorts of shady shit? but we're not talkign abotu SA, it's just an example that the US doens't give a shit
no, but it's certainly not to SELL THEM MORE WEAPONS SO THEY CAN KEEP BOMBING CIVILIANS IN YEMEN
but hey, why not
how many schoolchidren in that bus?
how many militants? 0
On 9 August 2018, Saudi Arabian expeditionary aircraft bombed a civilian school bus passing through a crowded market in Dahyan, Saada Governorate, Yemen, near the border with Saudi Arabia. At least 40 children were killed, all under 15 years old and most under age 10. Sources disagree on the exact number of deaths, but they estimate that the air...
is that so?
You are talking out of your ass, constantly accusing me of conspiracies
just because you are uneducated does not make me a conspiracy theorist
have a lovely day 🙂
..
So. we need to stop selling them guns; but we are debating other topics to distract people?
like socialism etc
ok, we stop selling them bombs and jets
arms
'private' weapons companies
that rely on my tax dollars?
to the tune of hundreds of billions ayeare?
bahahahahah why do we pay them the overhead?
lol you are upset at me because there are high taxes?
expand darpa, fuck NG and Boeing
consensual taxes?
I don't want taxes I don't pay em?
dafuq is that, I get benefits for free?
yes.. the democrat party funds fascism and republican party executes fascism
'funds fascism' wow
i want to make money though without paying the taxes
that's a good conspiracy you've got there
yes are you blind? in 1913 democrats created the income tax
do you want to live in a country?
and federal reserve
cool
Last I checked it's the republican tax scam that's making my taxes go up
as long as republicans are uber ^ 2 racist I'll agree?
lol
equal results causes failure in society
Lemme strip you of everything, then give someoen else everything, then sya you get nothing, because htey have everything
its just how it works bro
equality!
you get nothin, they get everythin, don't worry about where you start
good luckl
the true problem why we dont have more opportunities is because our leaders are too old
and they dont know anything about modern business and technology
nope, because the money flows one way
to google and amazon other democrat companies?
you know what Trickle Down economics used ot be called/
Horse and Sparrow
The logic goes
you feed enough oats to the horses
they'll shit some out for the sparrows
didn't go over so well so they renamed it
still uses the same logic
why would anyone support crony capitalism unless you are owner of google or amazon?
because the only capitalism we get is crony capitalism
which is what oyu're supporting no? The capitalism that we're gonna end up with
democrats create crony capitalism
And Republicans create?
nothing

