#ot2-the-original-pubsta
652 messages · Page 119 of 1
why not just do it later then? o_O
and have no mood
cant
why not
just please try to understand
if your friend is testing you they probably want you to do it yourself to show that you can do it.
seems like there's an obvious solution in O(n*k) - for each element, check the nearby elements.
plzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
testing your copying skillz?
YOU SAID GN BUT STILL HAVENT SLEEP
IM CALLING POLICE AS WELL
no i was saying good night to someone else.
can someone please
yeah, n and k are only up to 1000, so that's definitely the intended solution
if you want someone to just write all the code for you, thats not happening.
like i said, if your friend is testing you, they are probably doing it to see what you can do.
if you just have someone else to do it, that defeats the purpose of being tested.
you always have an option to forfeit
also O(n * k) 
i really should figure out how to determine the time complexity of something.
O(n), O(n^2) etc are pretty straight forward to determine, like they have recognisable patterns.
like a nested for loop or single for loop for example.
I mean, you'd, for each of n elements, look at the neighbours in range of k, which is 2k+1 of them. That's still O(n*k) operations, since O(n*(2k+1)) is the same thing
i wonder if there's a bigger brain way to solve this in less complexity. Something something binary search trees? idk
uh
that makes sense
idk what to say
yeah, from my half-remembed DSA it seems like you can make this n log n or something like that, by building a binary search tree to answer queries like "is there a key among elements i-k:i+k+1?"
BSTs are awesome
they are pretty magic, though I don't know them well
IIRC I got taught them close to the end of my competitive programming in Java course in high school, and didn't really internalize it
wait are BSTs limited to two children per node? i know the BS in BST means binary search (i.e the searching algorithm).
is a rooted binary tree data structure
guess so

yeah, though there's additional confusion from the fact there's B-Trees
you took a comp. programming class?
and there, B is not binary 🥴
WHAT
In computer science, a B-tree is a self-balancing tree data structure that maintains sorted data and allows searches, sequential access, insertions, and deletions in logarithmic time. The B-tree generalizes the binary search tree, allowing for nodes with more than two children. Unlike other self-balancing binary search trees, the B-tree is well ...
oh its-
because computer scientists hate you, that's why

Not to be confused with Binary tree or B+-tree.
B+-TREE
WHAT THE FUCK
A B+ tree is an m-ary tree with a variable but often large number of children per node. A B+ tree consists of a root, internal nodes and leaves.[1] The root may be either a leaf or a node with two or more children.[2]
A B+ tree can be viewed as a B-tree in which each node contains only keys (not key–value pairs), and to which an additional level is added at the bottom with linked leaves.
huh
oh it's apparently what file systems use
both NTFS and ext4 at least in places use them
cool
chad linux mint: reads everything from FAT to squashfs
virgin windows 7: can't see my SSD because it's in ext4
😳
'you can make this algorithm run in linearithmic time by applying an inverted binary search tree and computing the levenshtein distance of the two nodes'
how about you compute some bitches instead
opinion on linux mint after a week: maybe should have gone with ubuntu, because it's two major versions newer. but, eh, things really do work out of the box I guess? I still need tons of work to install stuff that's not builtin because it's not in the repos and some programs are not easy to compile from source.
honestly i figured you would use Gentoo.
take that how you will.
that sounds infinitely easier than Linux Mint. :^)
Gentoo benefits from around 250 developers and thousands of users,
uh
that's not very... reassuring
nope
https://distrowatch.com/dwres.php?resource=popularity
I googled usage statistics and this list confuses me a lot
I've never heard of MX and Endeavour
and Mint is higher than Ubuntu? is it really?
probably
https://distrowatch.com/dwres.php?resource=ranking
meanwhile in ratings, Arch is dominating, and ubuntu is way on the bottom, lmao
I guess there was a reason i didn't find ubuntu interesting. maybe should have tried arch tho
Arch is
probably my favorite distribution.
definitely not everyone's thing though.
i try to compile my own software whenever i can though.
so maybe i will throw Gentoo into a virtual machine one day and give it a whirl.
Hii ppl
Mint is a nice distro. I use it for my dev machines and my other half uses it for her laptop 🙂
huh
what makes it not everyone's thing?
Arch Linux is not really like the other girls distributions, because you kind of start with a blank slate and have to install everything through the command line. set your time manually, install all the packages you need, setup internet, etc.
its a lot more of a hassle to install than other distributions.
the rationale is that you get to decide how your system is setup, instead of having it preconfigured for you.
not everyone
A) has the desire to do that
B) has the ability to do that
both are 100% understandable.
some people just want something that works, and thats where stuff like Ubuntu and Linux Mint come in.
oh huh, I see
not for me then; my goal is to hopefully minimize the amount of time I spend fixing stuff up... to the degree it's possible on Linux at all 😔
wow you do not want to go through hours configuring and fixing small problems in your computer?
what a NORMIE!!!!!!!!!!!
😩
truly lowest of the crop
I mean, I still do
but I don't want to 🥴
it's a bit hilarious for me that more programs have up-to-date executables for Windows than for Linux... probably because they expect linux users to Just Compile It From Source
yeah probably that would not surprise me.
compiling from source is awesome but
ever try compiling SIMH or QEMU from source? good god that shit takes forever.
YOU WHAT
I recently had to open some big (dozens of megabytes) text files, and xed takes minutes to load them
notepad++ handles such files easily; probably xed does a stupid and tries to render the entire file at once or something
you know what would solve that problem
tbh if github copilot wasn't a thing i would've kept using notepad/notepad++
people unironically using Copilot
what
oh, I read it as you saying copilot would fix the problem of xed being bad at big files
lmao
i thought it was going to be some fad that dropped away.
nah, Vim or ed
but preferably Vim.
okay, I just checked again
the problematic file is specifically a 1MB (that's tiny) JSON, without linebreaks
you can also be a gigachad and do your editing with sed. :^)
WHAT
1 MB JSON FILE?
and the funny thing is, xed handles it fine if it's formatted to be multiline
but one-liners kill it for some reason
It's a pioneer savefile
(well, technically it's a dumped pioneer savefile, normally they are stored slightly encoded and zipped)
The Pioneer programs were two series of United States lunar and planetary space probes exploration. The first program, which ran from 1958 to 1960, unsuccessfully attempted to send spacecraft to orbit the Moon, successfully sent one spacecraft to fly by the Moon, and successfully sent one spacecraft to investigate interplanetary space between th...
nah
IS THAT GREY I C
55% C++, 31.8C (allegedly)
that is a very interesting mix of languages.
allegedly. 🤪
not sure the C is real here
C is a figment of your imagination.
okay no I see some .c files, I guess that does guarantee them being C (.h doesn't)
they could be for tricking you
but it's mostly contributed
.h is ether a header or a new language
h
yeah, I mean that I don't fully trust github to distinguish between C++ and C headers
is that even possible?
yeah i don't think github can do that
nope
.h files can contain this ```c
#ifdef __cplusplus
extern "C" {
#endif
/* ... */
#ifdef __cplusplus
}
#endif
the language is ambiguous
lmao, this last line
we will call this C+
xed really doesn't like big one-liners
is it trying to render the entire fucking line?
probably, I don't see why it would take a minute to open 1MB otherwise
gedit is not portable
it means it cannot run on my really old computers
oh god lmao
and some .c files can contain this ```py
#ifndef __cplusplus
#include <stdio.h>
#define and ?
#define or :
#define def int
#define main() main() { a
#define None 0; }
#define print(x) puts(x);
#/*
"""#"/
int
#/
"""#"*/
C = 0;
def main():
print(++C and "C" or "python")
return None
#if 0
main ()
#endif
#else
#include <iostream>
#/*
"""#"/
int main() {
puts("C++");
}
#/
"""#"*/
#endif
now is this C or C++ or python?
see for yourself
and see if it compiles with C8-
what the fuck
what the fuck is that syntax highlighting
JSON
supposedly
that's not a light-mode compatible highlighting
if so, that's still gedit's fault
because i am in fact in dark mode
okay, next
...it uses Meson.
uhh
ok it sucks then don't use it
yikes, atom is on electron
yup
not it then, probably. if I want an entire fucking electron app for text editing, I'd just use vscode
Microsoft did good for once.
oh my, there's a notepad++ clone
on Linux?
notepadqq
How to install? Search a package for your Linux distribution or, if you're on Ubuntu, add the ppa.
holy shit
holy fuck
how did they even do that? it just renders latex in text files? weird
huh
yeah probably lol
why do they not recommend their PPA?
How to install? Search a package for your Linux distribution or, if you're on Ubuntu, add the ppa.
hm?
oh
wtf
This method is not recommended. Use the above apt or the snap package instead.
Please use the snap package instead. It is more up to date.
how did they manage to make their PPA more outdated than the repo
:^)
that's a feat
is it
cursed
yes
jesus christ how many dependencies
huh
LOLWHAT
it better not be an electron app
yeah, saw that too

oh, it's a qt webapp
qt provides that?
that's still an uncomfortably big node_modules, lol
is there any popular projects without a massive node_modules folder.
i understand not wanting to reinvent the wheel but JavaScript seems to take it to an extreme sometimes.
1GB, still no node_modules!
it was
I thought something was wrong
but no, it just has, uhh, stuff
it's probably mostly 3d models
I should check, hold on.
maybe they should make the game 2D. :^)
the autopilot is kinda murderous in 3d
imagine how much worse in avoiding stuff it would be in 2d
1 gb repo? what is githubs max size for repos, lie 2 gbs?
I think there might be a few of those here already
also it's charmed by me, I can't say no
looks head-patable
time to install qdirstat
oh boy, definitely from source for this one, last release is old
lol, in the repos it's even older
since when can it show me a tree map and a block map
✨ pipes ✨
write your shell scripts damn it
@dusky cliff
this is the most varied GitHub profile i have ever seen.
5 different languages
smh, doesn't even have a bunch of bots for various games
i've revealed it a bit earlier even
😩
oh dear.
those are not warnings.
that's just commands
thats the Makefiles output.
whoops

what have we here
JER did a weird thing, and dropped support for making custom worldgen files via profiling
like, it still had support for them, but no way to obtain them in versions after 1.15
I got sick and tired of not having oregen data and made a rust program to generate them by scanning the world files
😎
Rust Rust Rust
which is even better than scanning from minecraft itself, really
I mean, it's a procedural macro
a fucking what
declarative macros: the normal my_cool_macro! ones
Procedural macros allow creating syntax extensions as execution of a function. Procedural macros come in one of three flavors:

procedural macros: really fancy, need a separate crate, can be applied to something like an attribute
make everything unsafe
but what this does here is simply supress the clippy warning about JER in the function name.
I actually am not sure it is a real macro

like, whether it expands to anything rather than a null-op.
oh o_o
probably not. I mean, neither clippy nor the compiler warnings work at runtime, lol.
is clippy some style checker
yup
You can actually see, here, all the lints it has:
https://rust-lang.github.io/rust-clippy/master/
uhh
no?
who's that
ah
I'm really impressed by some of its lints
there seems to be a lot of chaining in Rust.
e.g. approx_constant
Checks for floating point literals that approximate constants which are defined in std::f32::consts or std::f64::consts, respectively, suggesting to use the predefined constant.
thats really cool, actually lol
clippy is 😎
lmao
also, about pioneer
?
git objects are where the data for each revision is stored
that's the repo size of 1GB there, then
Yea 😄
and what it actually is is mostly models
I wonder what bigger games do
probably don't store models on github 🥴
git lfs can be useful
usually pack all models into a single file and then use gitlfs
huh
yes!
notepadqq is poggers
light, has dark scheme, looks and acts mostly like notepad++, and when passed that 1MB JSON, it:
- warns about the file size
- only loads for a few seconds
same with word wrap. Yup, it's great.
oh, and builtin json formatting which is nice
I noticed it uses Qt. How does it compare to Kate
Vim 😩
Though the TeX support is enough of a selling point for me
Imaginary macros 😩
aw it's Linux only
Wsl
Not worth the hassle.
And kinda defeats the point of a lightweight editor to spin up a VM
Hii
Why?
👀
exams.
Exams. Are. Fun.
Wht 👀
Uhhh, if u ignore that part, then they are
u get depressed
NO
NOT IF U HAVE PARENTS LIKE Mine
sry i meant mine
Lmaoo
hello, check #changelog please.
give them potatoes
hi
Hi guys
I'm using javascript to display data on a html page
Currently this is how I'm doing it
const db = firebase.firestore();
const dataRef = firebase.firestore().collection('/plantdata/plant1/17-03-2022');
I want the user to navigate/input the day
So in plant1 I would have;
17-03-2022
18-03-2022
19-03-2022
20-03-2022
I want the user to choose that part of the thingy
How would I place buttons in html to display the available days
Something's not right
When has this server traded color palettes with Together C & C++?
I think they've had their blue, yellow & white colored picture for a while now
I mean, the Ukraine thing has been going on for a while at this point
3 weeks I think?
so now because it's happening for 3 weeks it's suddenly no big deal? 🤔
I don't think that was what was implied
perhaps it's very distant for american population, but in Europe it has economical consequences so it's more difficult to ignore
No, that's commenting on "I think they've had it for a while"
I'm an American, but I believe amogus is overseas
Trust me, having my government pull this shit for 3 weeks straight against my will, destroying the few good things we had in the process, is a very big deal 🥴
I can only imagine how bad it is for the Ukrainian civilians
i know i can't even imagine how terrible it is
Ur Rasian ?
Yeah, unfortunately
damn, you are getting ready for getting cut from internet ?
not how it works
This is not an impossible scenario, both from the inside and the outside
Cogent and LINX stopped serving Russia already, and there's a non-zero chance of more and more transnational exchange points and tier-1 providers cutting Russia off
It's not going to happen in the immediate future, more likely a slow decline
ahhh
With increasingly poor latency and bandwidth
i mean, there are tier 1 chinese providers
and russia is on good terms with china as far as i know
oof really ?!!
China isn't very keen on publicly supporting Russia, and even then it's not really a solid ally
i mean, not supporting a war on ukraine doesn't mean a bad ally...
it's called common sense
and yeah do you know that Rasia 'helps' Syria
China historically cares mostly about itself, and I don't see it changing much. It's going to reap a heap of benefits as Russia gets isolated from the rest of the world, but it's not going to help Russia much
and I live in Syria
china helps itself, but export is a big notorious part of china helping itself...
China will most likely abuse the monopoly it'll get on Russia to get natural resource for cheap and offload low-quality goods with a markup
china is HUGE in USA
Both the inner and the european markets are more beneficial to China, so it's not going to risk losing US and EU for Russia
there is some Rassian military stations in Syria
as far as i know there is no rule that china may not trade with russia yet
no penalties
Syria has been stating some sketch stuff lately, yeah
Not yet, but they're avoiding public support for the exact risk of worsening relationships with the West
I also see some Rassian trucks and tanks on heigh ways too !
China is trying to sit on both chairs at once, and seeing as a lot of the world depends on it, China will probably succeed at that
Out of curiosity, are you Syrian? If you're comfortable answering, that is
yes I am
Hang in there bud
Can I just say I'm very glad that this convo has been handled so well?
Civil political convos are sadly rare these days
I saw a sign on the road that says that we support Rassia !
damn
but Syria is likely nothing
it can do nothing
against that
as I think at least
Protesting against war (as well as calling it a war, or an invasion, or anything other than a "special operation") is now very much illegal and considered extremist in Russia, fun fun fun
like what ?
The whole support movement with volunteers willing to join russian armed forces
Everything aside, I'm afraid it's not going to reflect well on Syria economically
ooof
Yeah I think that too
anyways we without anything are dying
i don't know by what definition it wouldn't be called a war...
The only officially accepted definition is "A special military operation, liberating and denazifying Ukraine"
Oofies
yup
yea i know russia calls it that, but what's the definition or war in russian language
Oh it technically is a war by definition
It's just that you get jailtime for calling it a war :)
cause killing civilians, and "liberating outside your own state" is by no definition not a war
we have an economic collapse
kinda like USA nuking moscow and saying it's "special operation of liberation from dictatorship"?
doesn't really sound right
sounds like a war to me
Official sources state that civilians are not being targeted, and deflect any accusation by saying that it was either done by the Ukrainian forces (which makes little to no sense) or that it didn't happen at all and is "fake, fabricated and made to discredit Russian forces"
And any source that states something other than the official position faces, you guessed it, jailtime
It's really sad
Just out of curiosity, do you guys in Russia have access to western news sources?
it's just that if you apply the same logic on the usa nuking moscow example, it puts it into perspective:
it doesn't add up
Most are blocked at this point I think
I see
As well as independent local media
you can always browse the internet
Social media too?
but i wouldn't expect 60+ yr old boomers to do so
Fb, insta and twitter were nuked
odd
youtube is walking on thin ice for now
VPN?
👏
Do you expect the bans to be removed after the war is done or is it something that is gona last?
VPNs still work mostly
I think most sanctions will stay a while if Russia withdraws forces and/or loses the war, but companies and brands will likely return soon
And if Russia keeps pressing, I don't see sanctions being lifted at all
Even if the sanctions are lifted, i would expect a huge backslash to the economy
the logical thing to do would be never to lift the sanctions EVER
It's gonna be pretty hard for the Russians
Oh no the economy is in fucking shambles, and it's not going to recover in the nearest decade at the very least
Yuup, prices have already gone up
heh
hardly matters -> german inflation after war
russia has it's own currency so it can just baloon it however it sees fit
Do you think that people with the economic opportunity to get out of Russia will do so?
Most that can, do emigrate, yeah
yup me as a Syrian I have to use it too
Although there's a real chance of borders getting closed soon
wait, is it really that bad in russia, that the COST is prohibitive to move? 🤔
i didn't know it was that bad
I'm currently looking at job offers in Armenia to repatriate, luckily I'm not ethnically Russian
there is some websites that blocks Syria too
Good luck
They continuously close the Moscow stock markets for increasingly long periods of time to "support the economy"
basically, they figured out that if you don't want the economy to drop, you just disable it 🥴
yea but moving like 1000km costs what, 150€?
it's not prohibitive cost, at least for my standards
same thing with ukraine people trying to migrate, and they tend to use trains...? when they could just go on a car and be in germany in solid 6-8 hrs?
Russian wages are comparatively low from a western perspective, and so are they from a local perspective, kek
Most borders to Europe are closed, getting a visa is a huge issue, flight prices have marked up significantly, and that's ignoring the fact that most people didn't have enough savings to move anyway
A very significant part of the population lives paycheck to paycheck
talking russia right? cause ukraine has all the rights to go to EU
yeah Russia
right
It's slightly easier in terms of paperwork for Ukraine
it's a lot
apparently you don't need much to go in EU now
Russia economy wasn't that hot even before the war started, was it? A sharp reduction in the standards of living would be presumably catastrophic, it could maybe even create another refugee crisis in Europe, people being displaced to another countries in Europe because of poverty
Yeah
Lets see how it plays out in the coming years
i really wish the sanctions on russia would never lift, so europeans would invest into self sustainability
I think this is unrealistic, the world is too connected and i don't think europe can escape this connection if they want to continue being economically strong
Good luck getting out farmart
farmart?
(amogus)
Their username is different from their nick ---you got it
yea
why is it unrealistic? France has huge surplus of wheat production, a lot of others are very much able to produce crops too
as for gas, every ecology nut would support more reliance on renewable electricity
I'm not well versed in the economics of Europe and their trade with Russia, but I thought it was mostly about the oil / natural gas supply
wheat and gas yea
as far as i know there is nothing special about gas that can't be fulfilled by electricity
I think the issue is the time schedules to overhaul multiple national electric grids
I think "a dictatorship with nukes in the east which we trade with" is better than "a dictatorship with nukes which we refuse contact with", all things considered
A deep analysis need to be done for a consideration like that to even begin to be considered feasible, and i don't think europe can simply become independent of the world. The energy sector? Maybe, yes, but complete disconnection from the world economy would be insane
i disagree
no country is required to trade with another to be in good terms
yes you got a leash on the former ¯_(ツ)_/¯
Oi thanks
sure, we shouldve gotten rid of russian oil back in 2014, but the EU is anything but decisive.
^
I'm going out to get water and probably some food as well
yea i just didn't know about the nickname sorry
Oh that's fair, I haven't had my original nick for a long while here kek
I'm also known as Genghis
I'm not sure about this claim, but i believe Europe is largely dependent on gas to generate eletricity too
not france 😎
well, you have to update houses to do electricity, which is slow. Losing natural gas means people just... not having heating during winters, as well as being unable to cook.
france is based
ooor using alternative heating methods
which is slow
a lot of people in my country use electricity to warm their homes
we use logs, which are locally sourced 🙂
Yes, but building the type of infrastructure you're talking about in incredibly expensive and takes decades, i don't see how this is logical considering we are probably in the brink of an energetic revolution
sure, now get enough people qualified to actually install electric heating
especially considering how old european houses are
everyone is qualified if they invest enough
teaching people to install eletric heating takes years
That is the problem, isn't it? Everything can be done with enough investment, it's just a case of considering the benefits
that's why you hire an expert to install if for you
there arent enough experts to do switch everywhere
🤔
no one has a backlog of experts to switch over a significant portion of the population to electric heating
idk about that
i mean
most would probably have existing installation right?
and connecting it to electric source of heat takes matter of hours
our neighbours just have that machine standing there on grass
doesn't look like rocket science
This is the type of thing that need to be done with planing and inevitably takes decades
I guess Europe should start to do this, but you can't really count on them when there is cheap and accessible energetic resources that makes the change dispensable
yeah, it shouldve been happening since the crimea annexation
It's probably an unjustified and costly change from the point of view of the politicians
but well, getting the EU to do well, anything at all, is a long and arduous process.
I heard somewhere EU is very bureaucratic, such a shame really
Don't know if it's true
yeah, there isnt a lot you can do to avoid that
it is still a major improvement over the state of europe before the EU
but it is by no means perfect
Imagine an efficient organization of the size of EU? Would be dreams come true
But china has the advantage of being a centralized state
efficient and decentralised dont mix
ngl, overall EU is still the best place
it has free healthcare, the best quality of life in the world, adequate laws and restrictions to protect privacy, (mostly) a highly inclusive environment for people from every background
if you pay your taxes for a certain period, you also get unemployment funds (which are mostly peanuts in other countries due to corruption, or prevented from obtaining for profits - lookin at you US) and the best retirement system to aid the elderly
I would go on about the promotion of businesses, and the ease of getting visas to work or travel abroad but Im pretty sure Id be banned for spamming 🙂
so you think - all that's good in Europe has been preserved via the EU
there's almost no aspect where they aren't ahead of their peers, more so in policy. Climate, carbon, privacy, health - their legislations have been top of the line, and implementation aplenty.
europe good because EU, its such a strong framework that hold europe together
but if you have some valid points against why thats not the case, I would love to hear that
Im sure if you ask greeks, italians, portuguese, spaniards, the irish they'd have a different opinion lol
yeah, everyone has different opinions.....which is why we use facts
members are free to leave EU, so if they wanted to they can follow UK's half assed example
how would they leave when they've been forced into a codependent relationship by corrupt governments trynna get that sweet euro payout
what
this requires citations lol
the irish economy for instance is so linked to the euro via EEC that they don't even want to leave - they get plenty of support from EU's programmes to maintaining their economy. I assure you, they have no intentions of leaving at all - by strengthening their markets, they want to become less dependent on UK for exports which is precisely what EEA grants them the freedom to
and Spain too has plenty of democratic freedom with a healthy media, as well as a healthy influx of professionals from other members to maintain their economic growth. EU is solely responsible for its high tourism rate - why would they even want to give up that?
I have no idea where you came up with these, but they would require more than a couple of links to back up 🤷♂️
i didnt say anyone's leaving, you did
i said that its hard to leave when youre in a dependent relationship
like half of the EU is having less favourable views of the EU by the minute
https://www.pewresearch.org/global/2019/10/14/the-european-union/
the economy isnt the only issue here anyway
mediterranean countries are crumbling under rampant immigration and the EU isnt doing shit to help
you can celebrate climate policies all you like, i dont think grandpas and grandmas barely surviving on 600eur a month because of austerity give a shit
thanks for actually using facts for once - your data is pretty old (2019) so I would advise to use more recent figures
https://www.pewresearch.org/global/2020/11/17/majorities-in-the-european-union-have-favorable-views-of-the-bloc/
shows more favourable EU ratings due to COVID
additionally, your own slightly old material shows nearly 20% increase in EU approval during '16-19 BTW @sinful sun
from an actual EU source,
83% of EU respondents say that the quality of life in their region is good (+3% since 2018), while 68% say that the situation of the economy of their region is good (+2% since 2018). 71% say they are optimistic regarding the future of their region (+3% since 2018).
https://europa.eu/eurobarometer/surveys/detail/2552
eurobarometer
why are you using averages and medians to argue this lol
why would I care about the opinions of germans or danes about their quality of life, I care about my own
why would the median EU opinion matter to me or my family if we're struggling
i'm from south europe and in my opinion and many of my own countrymen, the EU has failed us
@jade bolt
is this a war declaration
probably
ill forfeit if i cant reach that after a week
ima practice until i beat you
@foggy flicker teach me typing son
or else you're ungrounded
I just focus on accuracy, and the rest is magic, it all just happens by itself. @brittle moth taught me this technique :)
wow
wasn't I ungrounded yesterday?
you can go back home
col
because you type too good
:)
you'll be ungrounded if i couldnt beat you
it's weird, you're my son still you don't have my qualities
I guess we'll have a DNA test
@jade bolt he is noob, Just focus on your accuracy
ok
would there be any use of declaring a variable as static and private at the same time (in java)?
perhaps for an internal constant, though that would also be final
hmm yeah
I don't really get the use of wpm
e.e
brag rights
yeah, that's it
never heard someone speak that true
at least I'm improving
Plans getting foiled
18 this month
Thanks son
that's interesting - I would love to hear your opinions on why your people think that way and what their situation on-ground is, rather than getting things from the media
my homeland is still at war, and i dont mean that figuratively
we're an EU member state, we're under occupation, the EU isnt doing anything to help
no sanctions, no military support (and they want a goddamn EU army)
we're an island, we get boatloads of illegal aliens and the help the EU is putting out is nowhere near enough
Where do you live, mariosis?
Cyprus
Well im from cyprus, i live in london
Ib4 someone asks me which part im from
Theres only one part
Ah
The other "part" is a warcrime
EU is an economic alliance, not a militaric one - in that case, join NATO. Additionally, it seems EU has given nearly 20B$ of aid, just giving 800m last month to cyprus
if you think they're going to go to war, that's hardly peaceful. Turkey has been tried for HRC violations by EU as well as UN - apart frmo that, there isn't much one can do
The eu is definitely not just an economic alliance anymore... you spoke earlier of their climate and other unrelated policies
Also the world was so quick to literally cancel Russia
The EU is primarily an economic alliance, was always meant to be since its founding based on steel
If people wanted to do something they would
it has grown stronger and more diversified yes, but you are confusing things
primarily its a bloc - if one wants war, as I said join NATO or form a new bloc
They dont because we're just a small island and Turkey is a huge economy
We cant join nato lmao, turkey will invade again
obviously you can't
So whats left
but that's not EUs headache
A member state is under occupation, how is it not their problem
EU is not a babysitter for solving conflicts, as harsh as it sounds - which is a pretty strong argument against EU
They were pretty fucking quick to respond to ukraine's call for aid, not even a member
that's not how geopolitics works
You asked me how we think the eu has failed us, this is how
EU is an official strategic partner of NATO, with several FOBs in european countries
which is why ukraine got aid - because NATO helped
because thats what NATO is desgined to do
Ukraine isnt part of nato
what - its a very strong focus of NATO lmao
obviously if it was, we would be having WW3 and I would be asking how many rations you guys have left
And youre telling me Cyprus isnt in a strategic location?
apparently not.
yea thats not what the americans think whenever they park their fucking carriers in our ports
though its not like cyprus would protest if a submarine or 2 ended up on their waters
yea, welcome to international politics
i've been here a while, i know whats up
the eu is ignoring the little guy and so it's failed the little guy
thats pretty much all there is to it
nato too
ok, what should they do then? start another war b/w member states?
you got the money to pay for it?
maybe we should get some russian weapons deals and see how insignificant we are
im sure they'd love to have their stuff in the med
get some then. and then, you'd find the perfect attention from NATO you were looking for
also, you can acknowledge the reality of things without approving of them...
just cause the world is the way it is doesnt mean it should be
it just sounds like youre defending the status quo for no reason
People don't like change, so probably that
I am acknowledging the reality of the situation cypriots face every day. what I am emphasizing is that realistically no one cares, as harsh as it may sound.
what
I entered without much context btw
i know no one cares but i hope you understand a bit more why i said EU bad
well, I do understand your pov. but again, that's the thing - EU since its inception was never militaric. if it was, the entire continent would be in shambles\
Europe was a pretty bloody place, and EU fostered peace through integrated militaries and economy. at the end of the day, its still a big boy band
where the smaller kids end up, trying to be in the same club 🤷♂️
you say it was never militaristic but just a couple years ago Macron said "europe cannot truly protect itself without a european army"
well yes, they have NATO. what they are saying is to increase military spending for leverage
the eu also was supposed to be a purely economic area but now we got social and climate policy out the ass
which thankfully france and germany were kind enough to do so
social and climate policy is still a small part, but it helps to make EU much better and more advanced - so why not?
because it should be up to the member states themselves to introduce appropriate policy
climate change is a huge thing too - but the problem is it affects everyone while small conflicts don't garner the same attention and praise
also greece is the highest contributor by GDP to NATO
you are mistaking the fundamental nature of humans
EU can do nothing to change that
the fundamental nature of humans is not to be governed by high commissions they didnt even vote into power
I mean, EU does sometimes fix their member countries, e.g. bailing out greece.
the reason why Ukraine conflict was so covered, and literally no one knows about chechyna is because of this...
that's a bad example IMO.
the EU is deeply flawed in many ways, but it is still better than europe than without EU.
they had to fix greece otherwise vital instruments depending on it would fail causing a domino effect
at a time where no one wanted it
lol greece wasnt fixed by eu bailouts
not everything is a rainbow, or a utopia in EU but it sure as hell is the closest thing we've got
it wasnt fixed period
yeah, that's fair
the bailout was voted against by the people btw, the government took it upon themselves to agree to it
its considered pretty "fixed" as I have a close friend who is greek, and according to his yearly visits the real situation is pretty rosy
and you're the one who values actual experiences 🤷♂️
I wonder how many are lurking (like me) sorry for disturbing
it's the whole issue of "changing EU from the inside is impossible", yet throwing EU away and trying for something better would kill the entire region.
its governments like that one that got us into all this trouble by ditching their own currency for the euro for a quick pay out
why dont you ask your friend how much the average pensioner makes
must be a hell of a coincidence that the mythology of the phoenix is greek
greeks used to have a very vivid culture
In Greece, the average household net-adjusted disposable income per capita is USD 20 791 a year, less than the OECD average of USD 30 490 a year. In terms of employment, about 56% of people aged 15 to 64 in Greece have a paid job, below the OECD employment average of 66%.****
comparing against OECD, some of the richest nations in the world is no joke
while Greece isn't US, it isn't bad off
if you aren't convinced by real-life experiences, or data there isn't much ground one can accomplish logically.
are we both reading the same page
which part of that shows people enjoying their life
?
Greek pensions are quite pathetic for one, I am from the czech republic, and our pensions are close to 50% more, and we are in the middle of a pension crisis with many pensioners living in utter poverty.
and greece has higher cost of living than here afaik
what part of
while Greece isn't US, it isn't bad off
is confusing?
is it in debt? or worse than africa?
yes...compared to the best of 66% in scandinavian countries
are you seriously comparing against the richest country on earth
go on, compare india to USA
that's exactly what you are doing lmao
We're not situated in asia, this is european countries compared against each other
can someone help me with python?
so? european country, then make your own wealth. EU gives money - but it doesn't convert them to super-rich nations
bruh
is it better off than rest of the countries in the world? yes.
are you seriously using the hustlegrind argument
who cares about global averages
who cares about cyprus
the average human has fewer than 2 arms, does that mean my issues arent important?
holy fuck
why are we even having this conversation rn, I have no idea
ok im gonna stop right now
just because it isn't horrible doesn't mean it's not bad lol
there's no poverty in europe because the world poverty line is like $1.22
thanks, but I am not continuing this unproductive conversation. it might be better to move to DMs
lol
oh that was updated, the last time I remember it was 1.18
hm
oh sure, Europe is dying - do you even know what goes in other countries outside your little bubble? literal genocides. but ofc, we're prized Europeans - our lives clearly matter. unless we are earning millions a day, we're clearly depressed
bruh we're literally under occupation
bruh, so are half of other regimes
so what
uh, that doesn't make it ok
exactly, but as mariosis expressed - who cares about the rest of the world?
are you seriously telling me to stop because im not at the maximum level of unhappiness?
its just us privileged europeans
woah since 1974, sad
I googled that, so prob misinformation but
simply put - recognize that other people may be having worse problems that you too.
what even is your argument lol. other people have it worse, so being occupied is ok?
i dont give a shit about other people
I think you've made it pretty clear. again, good day
you better not ever complain about anything in here
and i hope you carry this attitude with you and not show it only where its convenient
got stabbed? it's ok, someone died before
and also if something bad happens to you or your loved ones i hope you keep quiet because other people have it worse
hm, that's uncalled for
the irony
i'll take a warning if necessary
hi im at the maximum level of unhappiness and kind of a big deal on the oppression olympics u got my permission to have problems ¯_(ツ)_/¯
get good, can't do much here 🫂
you good bro? I am simply expressing something optimistic - looking on the positive side of things. but really sorry if it struck a nerve. My point was to simply argue about why EU is good for europe - again, sorry if I offended you...
oh you died? look on the bright side, at least you dont have to live in this wretched god forsaken world anymore
goddamn excel is slowly pushing me over the line
lol
was this really about looking at the bright side or "hurr durr u dont get to complain" moment
bright side memers are annoying but this one went extra lol
Starcy stop complaining about the anticlimactic end to the convo
Others have it worse
i have it the worst, my coffee is cold and decaf
😦
Very sad indeed
FIND ME AT https://twitter.com/DoryStentorian De-dum-de-diddly-dum-de-dum...
sorry moite i dont have a TV loisense
gets stabbed
Call the coppers
eyar mate, you takin the mick? That's bang out of order, innit.
sure beats the "i dont give a shit about other people" attitude, atleast in my world
like you said, world doesnt care about us, why should we care about the world
@sinful sun @blissful coral please don't continue this conversation, take it to DMs
honestly, this isn't really a thing to discuss about- its something that you decide yourself. so we'll take minaberry's advice and continue some other convo here 🙂
nice
pog
Congrats 🎉
Friday too
yee, gotta go get some nice food now
niceee

Hehe
Whats BCC
👀 And yea, my accent sucks
no bro
yes bro
He uses RTX
3060😔
its RTX
👁 👄 👁
Reasons I said GPU

Lemme show my 3060
Lemme show mine too
🗿
Here it is
crazy
Definitely mine
huh
Should I go live again after a week. Idk I wanna try again
What live
live what
Twitch
Ah
you play fn?
Messy🗿
I earned money with it 🤷♂️
I only have a laptop, soooooooo
tournaments?
More like support a creator and donations etc
you trying to 1v1 😼
Made a total of €200
nice
bet
Me got power ranking
Okimii
Huh?
Nvm
What the
you know?
whats your epic and server
Ash does
Eu 😅
na east
North Africa?
Lol the snacks🤣
Yes
bro what
LMAO



