Guild icon
DDraceNetwork
Development / developer
Development discussion. Logged to https://ddnet.org/irclogs/ Connected with DDNet's IRC channel, Matrix room and GitHub repositories — IRC: #ddnet on Quakenet | Matrix: #ddnet-developer:matrix.org GitHub: https://github.com/ddnet
Between 2024-05-24 00:00:00Z and 2024-05-25 00:00:00Z
01:05
0da30b7 Remove obsolete autogen.sh usage for OpenSSL build - Robyt3 2844ad7 Remove redundant OS_NAME_PATH variable - Robyt3 e9581b8 Ensure specified target system for buiding libraries is valid - Robyt3 60733bc Remove redundant check for existing directory with mkdir -p - Robyt3 45f6197 Avoid duplicate creation of ddnet-libs directory - Robyt3 930836f Split compile_source function for readability - Robyt3 6910288 Remove unused GE_NO_APK_BUILD variable - Robyt3 6a453d1 Remove unused _RELEASE_TYPE_APK_NAME variable - Robyt3 e981d48 Extract build_gradle function, fix Gradle use without arguments - Robyt3 d968659 Ensure APK build type parameter is valid - Robyt3 41738f1 Ensure libary is copied successfully, remove unnecessary copies - Robyt3 d9f8106 Remove duplicate dynamic loading of game library - Robyt3 c8f0391 Remove unnecessary copy_dummy_files_rec function - Robyt3 1a3b2ea Abort build script if CMake build failed for any architecture - Robyt3 7de52fd Improve Android build script output, improve colors - Robyt3 63710a1 Preserve filenames and line numbers in ProGuard for debugging - Robyt3 1dfed54 Lower minimum SDK to 19, remove unnecessary Gradle dependencies - Robyt3 dd85209 Merge pull request #8394 from Robyt3/Android-Building-Cleanup - def-
❤️ 1
Avatar
ws-client BOT 2024-05-24 01:08:43Z
<ChillerDragon> @MilkeeyCat pog
Avatar
ws-client BOT 2024-05-24 05:57:45Z
<ChillerDragon> heinrich send brain
05:58
<ChillerDragon> i am starting to blame something ddnet and teeworlds do in the cmakelists that messes up my hot reloading
05:58
A retro multiplayer shooter. Contribute to ChillerDragon/teeworlds development by creating an account on GitHub.
05:58
<ChillerDragon> Its a veeeeery slimmed down version of the teeworlds code base
05:59
A community fork of teeworlds. Trying to have more active maintainers and merge prs faster. - TeeworldsBotLib/teeworlds
05:59
<ChillerDragon> neither in ddnet nor in teeworlds
Avatar
A memory profiler for Linux. Contribute to koute/bytehound development by creating an account on GitHub.
Avatar
try debugging it beyond works/doesn't work, ChillerDragon
Avatar
ChillerDragon: 🧠
Avatar
ws-client BOT 2024-05-24 08:26:51Z
<ChillerDragon> well its the same doesn't work it used to be
08:27
<ChillerDragon> it seems to find the symbols that were statically linked unless i copy paste the code into my minimal example -.-
Avatar
do you enable -rdynamic in both cases?
Avatar
ws-client BOT 2024-05-24 08:43:18Z
<ChillerDragon> yes
Avatar
(and you have verified that by looking at the raw build commands)
Avatar
ws-client BOT 2024-05-24 08:46:24Z
<ChillerDragon> no
08:47
<ChillerDragon> i added rdynamic because without it says symbol not found and then the file command says "not stripped" so i am sure its applied
08:47
<ChillerDragon> working one:
08:47
<ChillerDragon> teeworlds_srv: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=0da68a5bc1557e6a4f79b811ca012eb174855643, for GNU/Linux 3.2.0, with debug_info, not stripped
08:47
<ChillerDragon> non working one:
08:47
<ChillerDragon> teeworlds_srv: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=6f05358423394232a821f8a952215a0f5f377bbe, for GNU/Linux 3.2.0, not stripped
Avatar
"not stripped" is unrelated to -rdynamic
Avatar
ws-client BOT 2024-05-24 08:56:38Z
<ChillerDragon> isnt rdynamic about exposing the symbols?
09:02
<ChillerDragon> `/usr/bin/c++ -g CMakeFiles/teeworlds_srv.dir/src/engine/server/server.cpp.o CMakeFiles/teeworlds_srv.dir/src/external/TeeworldsBotLib/src/bots/base.cpp.o CMakeFiles/teeworlds_srv.dir/src/external/TeeworldsBotLib/src/bots/sample.cpp.o CMakeFiles/teeworlds_srv.dir/src/external/TeeworldsBotLib/src/shared/hotreload.cpp.o "CMakeFiles/json.dir/src/engine/external/json-parser/json.c.o"
09:02
"CMakeFiles/engine-shared.dir/src/engine/shared/kernel.cpp.o" "CMakeFiles/game-shared.dir/src/game/collision.cpp.o" "CMakeFiles/game-shared.dir/src/generated/git_revision.cpp.o" -o teeworlds_srv /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libcrypto.so -lrt -rdynamic `
09:03
<ChillerDragon> looking at that seems like a good idea gimme a sec
Avatar
-rdynamic is about exposing the symbols of the executable to shared libraries
Avatar
ws-client BOT 2024-05-24 09:05:45Z
<ChillerDragon> and stripping is about hiding symbols
09:06
<ChillerDragon> but yea both make VERBOSE=1 show rdynamic on every target
09:06
<ChillerDragon> i will try to minimize that further so i can reason easier about it
Avatar
only non-dynamic symbols
09:09
but -rdynamic is only about dynamic symbols
Avatar
ws-client BOT 2024-05-24 09:10:01Z
<ChillerDragon> justatest
Avatar
ChillerDragon likes to be edgy, but it's server-side bots apparently
Avatar
Ah, false alarm
Avatar
ws-client BOT 2024-05-24 09:10:36Z
<ChillerDragon> oh yea i somehow thought the stripping gave hints about that
09:11
<ChillerDragon> ye either way i now verified rdynamic is applied on both i still dont really know what the difference between the working and non working code base is
09:11
<ChillerDragon> but im losing focus so ill continue tomorrow :D
09:15
<ratspuJ> chillerdragon yo
09:16
<ratspuJ> still hot reloading problems mhh
09:16
<ratspuJ> just blame global variables and live the best life
Avatar
ws-client BOT 2024-05-24 10:14:33Z
<ChillerDragon> ye but i am so close. I now know that everything i want is possible. I just can't get it to work in a real codebase :D
10:15
<ratspuJ> sadly remote debugging is always hard
10:15
<ChillerDragon> this channel has been very helpful already
10:15
<ChillerDragon> ur name backwards is so unintuitive xd
10:16
<ratspuJ> rats
10:16
<ChillerDragon> konsti
Avatar
hi i got 1 wisdom tooth out
10:20
half mouth sleepy
10:20
AMA
Avatar
ws-client BOT 2024-05-24 10:25:47Z
<ratspuJ> hope it wasn't the wisdom of rust
Avatar
Avatar
Ryozuki
half mouth sleepy
is talking hard?
Avatar
ws-client BOT 2024-05-24 10:36:18Z
<ratspuJ> good that for saying "rust" u dont need to open your mouth lol
Avatar
Avatar
ws-client
<ratspuJ> good that for saying "rust" u dont need to open your mouth lol
you fooled me! how dare are you! (edited)
Avatar
Avatar
Ryozuki
AMA
Did they knock you out or did you get local?
Avatar
local lol
Avatar
i survived another week of work dab
Avatar
Avatar
meloƞ
i survived another week of work dab
Not yet
10:53
Or are you already home?
Avatar
Avatar
meloƞ
i survived another week of work dab
hope you'll survive another weekend coding on bw
monkaStop 1
12:28
greenthing
monkaStop 1
12:28
monkaStop
monkaStop 1
Avatar
dont make me cry man (edited)
Avatar
i'll make you enjoy your boring weeks of work
12:30
haha
Avatar
pain
🐛 1
Avatar
Avatar
meloƞ
dont make me cry man (edited)
are you programmer?
Avatar
wouldn't call myself a good one but ye
Avatar
do you do opengl?
Avatar
in what context?
Avatar
i dont know
13:12
do you need help with anything?
Avatar
Hi, I read for days and weeks words of bigotry and hate against homo and black people in ddnet from RUS, UKR, and POL.
13:16
Names like Hitler, Adolf, 88 and so on.
13:16
All tolerated by their "tolerants" admins.
13:17
Yesterday a crazy and cringe psycho stalked me for hours asking about black and homosexual people.
13:17
Finally started like a fucking mad guy telling me he loves me and more words, i tried to ignore him, but every tim you disconnect, the ignore is forgoten.
13:18
So I decided to say who is and what he does.
13:18
Admin instead of helping banned me.
13:18
I am going to research who are the admins in ddnet, and show the world: NAMES, SURNAMES, PHOTOS of DDNET admins tolerating nazism, fascism, racism and homophobia.
13:18
To all the world.
13:19
And belive me that is not going to be a good thing for them.
Avatar
we have a good ticket system if you join discord server you'll be able to use it
Avatar
It is what they deserves.
13:19
And I am starting collecting name, surname and photos of devels.
13:19
All of them.
13:19
Implicated in this bigotry and hateness full servers.
Avatar
you are multiplying this hate yourself though
Avatar
Believe me that I am going to do this. Indeed,I al ready started.
13:20
:)
13:20
Nah, I am going to create a web with names, surnames an dphotos, and what the admins tolerate: racism, fascism, nazism,. homophiobia.
13:21
But not a single one in the other team: democracy and human rights.
13:21
You all are a piece of shit because it is IMPOSIBLE to believe that you dont know what it is already happening there.
Avatar
the bad part is that we have moderators that are trying to moderate ddnet servers and they do it on their free time
13:21
i have never heard an admin or moderator tolerating anything you pointed
Avatar
That "moderators" are tolerating nazism, racism, and homophobia. Yesterday for 2 hours I was told that I am a nigga fucker faggot.
13:22
I am not black, and I am antifascist and I dont tolerate that.
Avatar
so who did it?
Avatar
Who?
13:22
Go to any server from rus and pol and tell me who DONT.
13:22
xD
Avatar
wazzup ddnets
Avatar
I dont know what is happening in that countries, but that teenegers are full of hate.
Avatar
and teeworlder
Avatar
as i said ddnet has ticket system in discord server
Avatar
Iwill not change my username. I am proud of what I said.
Avatar
its not moderators nor admins fault for not being able to modeeate something
13:23
its their free time and no one pays them
Avatar
it's friday, it's weekend, it's freedom, it's FFR
Avatar
Nah, you are responsible of what there happens.
13:23
So I will show, I made some videos.
13:23
And I am editing.
13:24
Name, surname, photos. And videos of what there happens.
Avatar
oke go ahead weirdo
Avatar
you're upset at the wrong people
Avatar
That is not tolerated in the Europan Union.
13:24
That is ilegal. 100%
13:24
So you will have the problems you created.
Avatar
i am the law
poggers2 1
Avatar
Tolerating that befaveiour for years.
Avatar
obay me
Avatar
The law is what we created in european institutions, not you Freak.
Avatar
your behafier is quit gud
Avatar
And believe me that I will put all the names and surnames and their photos with the videos.
Avatar
Avatar
Jupstar ✪
it's friday, it's weekend, it's freedom, it's FFR
heyho jupjop
Avatar
Showing the world what toxic and bigotry ambient is there.
Avatar
and hey big melony
Avatar
DDNET = S H I T
Avatar
Avatar
sdsds
And believe me that I will put all the names and surnames and their photos with the videos.
gesundheit!
13:25
leak me aswell while you're at it
Avatar
Avatar
zhn
heyho jupjop
hello zohan.. u are so active since u are no mod anymore... weird
13:25
😏
Avatar
Avatar
Jupstar ✪
hello zohan.. u are so active since u are no mod anymore... weird
wtf hans, stop leak
Avatar
Avatar
meloƞ
gesundheit!
finally ill see the happy father melony
Avatar
Avatar
zhn
finally ill see the happy father melony
kek
Avatar
You will get what you deserve.
Avatar
Avatar
Jupstar ✪
hello zohan.. u are so active since u are no mod anymore... weird
ita kind of coincident
13:26
im waiting for bus rn
Avatar
it's fine @zhn
13:26
u prepare your return
Avatar
watching cpp russia
Avatar
i support that
Avatar
Avatar
Jupstar ✪
i support that
support him even harder so he can finish our new source tiihii
Avatar
I just managed to kill my fps in teeworlds with animations
Avatar
time for binary search
pepe_holy 1
14:05
lazy devs knew it: // TODO: make this smarter.. binary search
Avatar
Ah, classic, leave a todo and never look at it again
Avatar
Do you think 200 fps are enough in teeworlds, when you own a GTX 3070 or will people start complaining about lag?
🇱 1
🇬 1
🇹 1
🇲 1
Avatar
Avatar
AssassinTee
Do you think 200 fps are enough in teeworlds, when you own a GTX 3070 or will people start complaining about lag?
i'd complain
14:11
xd
Avatar
I fixed this by clipping each animated quad layer in it's own group (edited)
14:13
lol, why is this like this?
14:13
an animation 1000 blocks away issues the gpu otherwise
Avatar
We do our best to moderate the servers, if you think a moderator has failed in that duty, feel free to report the moderator. Under both US and EU law, best effort moderation is completely acceptable. (Section 230(c) of the Communications Decency Act in the US and Article 12 of the EU E-Commerce Directive, IANAL that's just how I understand them). Furthermore the sort of content you mentioned is under procedural accountability, so under current EU law, I believe our obligation is to only take down that sort of illegal content on notice. (Which I'm not even sure applies due to the ephemeral nature of chat messages) Now that we have the law out of the way, let's talk more subjectively. I do agree that we have a moral obligation to keep the chat clean. Which is why moderators exist and have a mandate to mute/ban/kick players that engage in inflammatory speech. Since moderators are not omnipotent, omniscient nor moderate 24/7 it's unreasonable to expect the chat to be completely void of any speech that might offend others at all times. Finally, I'll speculate a bit. I think that you are just bitter because you got banned and are just using this very serious issue just as a crutch to get back at the people you blame for getting banned. If you were unjustly banned as you say, you'd simply appeal the ban and not use a random name to hide yourself. Thus I believe that you were banned for good reason, which makes it even more ironic that you'd complain about our handling of hate speech.
14:15
I look away from a sec, immediately saw EU law
14:19
is this accurate
Avatar
i wouldnt say so myself °-°
Avatar
figured
Avatar
Avatar
TsFreddie
Click to see attachment 🖼️
yeah ~80% correct
Avatar
do you guys think he'll leak his website when he's done?
14:21
i really wanna see what kind of picture he chooses of me
Avatar
yes, I never thought I can map so hard, that it causes FPS issues xD
Avatar
Avatar
AssassinTee
yes, I never thought I can map so hard, that it causes FPS issues xD
some maps lower my fps down to 1500 - which is impressive given i can play at ~20K if i dont cap it
Avatar
Avatar
meloƞ
i really wanna see what kind of picture he chooses of me
You are not staff, I'd guess you are safe
Avatar
Avatar
TsFreddie
Click to see attachment 🖼️
Discord analyzing chat Is more scary than lero beeing mad justatest
Avatar
Avatar
Learath2
You are not staff, I'd guess you are safe
not yet™️ (edited)
Avatar
Avatar
meloƞ
some maps lower my fps down to 1500 - which is impressive given i can play at ~20K if i dont cap it
I bet I can make teeworlds a slide show to you
kek 2
Avatar
Avatar
Bota
Discord analyzing chat Is more scary than lero beeing mad justatest
when did lero get mad
Avatar
Avatar
TsFreddie
when did lero get mad
The long text?
Avatar
I thought I was pretty neutral in tone
Avatar
he's the sweetest sweetheart
f3 3
Avatar
Avatar
TsFreddie
he's the sweetest sweetheart
Don't say that, you might get cancelled by association
Avatar
are you cancelled
Avatar
!cancel Learath2
14:24
you're gone for
Avatar
also why would i care about being cancelled
14:25
catxplosion
Avatar
We are all about to get cancelled for not being able to moderate our server effectively
Avatar
Avatar
TsFreddie
also why would i care about being cancelled
Guess
Avatar
Avatar
Learath2
We are all about to get cancelled for not being able to moderate our server effectively
old news
Avatar
Avatar
아름
Hi
Hi
Avatar
Choo choo 🚂
14:28
I need to work on my tool
14:28
Ill maybe do that later
Avatar
i need to work on my game
Avatar
i need to..
Avatar
Ah so you also lazy
Avatar
i dont know what i need to do
Avatar
I need to get ready for cancellation
Avatar
Avatar
Learath2
I need to get ready for cancellation
you need to get ready to receive a free steam key from me
Avatar
Avatar
Learath2
I need to get ready for cancellation
you can start recording an apology video
Avatar
Avatar
Learath2
I need to get ready for cancellation
Ima annoy you later for my tool
Avatar
Avatar
MilkeeyCat
you can start recording an apology video
should I start it with a deep sigh
Avatar
I need smth from you
Avatar
Avatar
MilkeeyCat
you can start recording an apology video
You mean Testament?
Avatar
Avatar
Learath2
should I start it with a deep sigh
EXACTLY
Avatar
then after say: "So guys"
Avatar
Avatar
Learath2
should I start it with a deep sigh
deep sigh hey everyone, i am learath2, also known as insert leaked name here, I am deeply sorry for my mistakes, the leaked chat's confirmed i inadvertently contributed to and perpetuated racism and for that i am sorry.
Avatar
Avatar
Cellegen
then after say: "So guys"
I'll also get a dog
Avatar
Oh, so cyberfighter then troll
Avatar
Avatar
meloƞ
deep sigh hey everyone, i am learath2, also known as insert leaked name here, I am deeply sorry for my mistakes, the leaked chat's confirmed i inadvertently contributed to and perpetuated racism and for that i am sorry.
"I have failed to remove racism that I was not alerted to, and for that I'm deeply sorry. I should have done better and existed on all servers at the same time at all hours of the day. Going forward I'll become as god and be omnipotent and omniscient."
Avatar
Avatar
Learath2
"I have failed to remove racism that I was not alerted to, and for that I'm deeply sorry. I should have done better and existed on all servers at the same time at all hours of the day. Going forward I'll become as god and be omnipotent and omniscient."
damn can you like, add me to the weekly prayer text?
14:37
Our Learath2 who art in heaven, hallowed be thy name. Thy kingdom come. Thy will be done on earth, as it is in heaven. Give us this day our daily bread, and forgive us our trespasses, as we forgive those who trespass against us, and lead us not into temptation, but deliver us from evil. For thine is the kingdom, the power, and the glory, For ever and ever. DDNet.
Avatar
Worst case I'll move to new zealand and start over. I've been looking for an excuse to disappear anyway
Avatar
Avatar
Learath2
Worst case I'll move to new zealand and start over. I've been looking for an excuse to disappear anyway
come visit before you do!
Avatar
Avatar
meloƞ
come visit before you do!
You don't want to be seen with a racism propagator
KEKW 1
Avatar
In all recent times, I, as a former moderator have failed to accomplish my duty and restrict the use of a sort of negative activity called "Racism" which myself was not capable of noticing, thus for thee I, from the bottom of my heart, apologize to this community. If I would turn back time, I feel like I would've done better preparations for the mistakes I made, thus would've considered making several paralel universes which form a wormhole, that will make me able to have clones of myself and work on the objective with a 100% efficiency. May God forgive for breaking reality, for the sake of undoing the wrong, and bringing justice to this world, may Jesus forgive me for my sins that I took with this responsibility and May the Gods see myself as a competent moderator for the forseeable future.
❓ 4
14:41
What the actual fuck did I just type
❓ 3
14:47
I made the chat dead lol
Avatar
yeah wtf
Avatar
We are still trying to process
Avatar
just dont
14:47
maybe im high
pepe_ew92 3
Avatar
Avatar
Cellegen
maybe im high
what do you smoke
Avatar
I wish I could snus
Avatar
Avatar
Learath2
Worst case I'll move to new zealand and start over. I've been looking for an excuse to disappear anyway
From Turkey to Italy and now to new zealand
Avatar
Avatar
Cellegen
What the actual fuck did I just type
Even me the bot cant process it
Avatar
Avatar
Cellegen
In all recent times, I, as a former moderator have failed to accomplish my duty and restrict the use of a sort of negative activity called "Racism" which myself was not capable of noticing, thus for thee I, from the bottom of my heart, apologize to this community. If I would turn back time, I feel like I would've done better preparations for the mistakes I made, thus would've considered making several paralel universes which form a wormhole, that will make me able to have clones of myself and work on the objective with a 100% efficiency. May God forgive for breaking reality, for the sake of undoing the wrong, and bringing justice to this world, may Jesus forgive me for my sins that I took with this responsibility and May the Gods see myself as a competent moderator for the forseeable future.
Response from google Gemini: I appreciate your sincerity and willingness to take responsibility. Here's a more realistic approach to tackling racism in your future moderation efforts: Self-Education: Racism can be subtle. Learn about racial bias and microaggressions. Read books and articles by BIPOC (Black, Indigenous, People of Color) authors who discuss their experiences. Community Guidelines: Create clear community guidelines that define racism and unacceptable behavior. Enforcement: Be consistent in enforcing the guidelines. Don't be afraid to remove racist comments or posts, even if it creates conflict. Open Communication: Encourage open communication where people can report racism. Support for Targets: Have resources available for people who experience racism on the platform. While creating parallel universes might be a creative thought, focusing on real-world solutions will be more effective. As for forgiveness, focus on learning and doing better. Here's how you can improve as a moderator: Actively Listen: When someone reports racism, listen actively and believe their experience. Learn from Mistakes: Every situation is a learning opportunity. Analyze what went wrong and how to improve. Seek Guidance: Talk to other moderators or diversity experts for advice. By taking these steps, you can become a more effective moderator and create a more inclusive community. Here are some resources that might be helpful: The National Conference for Community and Justice of NCCJ: https://nccj.org/ Southern Poverty Law Center: https://www.splcenter.org/ Anti-Defamation League: https://www.adl.org/ Remember, fighting racism is an ongoing process. Thank you for your commitment to making the community a better place.
NCCJ, the National Conference for Community and Justice has been helping humans human better together since 1927.
Avatar
the first lol
14:54
yeah educate yourself, good idea
Avatar
Must be funny for the google employee reading the prompt text
Avatar
he would also need to process what the fuck is that input
Avatar
This power is only mine I guess
14:59
greenthing
14:59
I can make everyone be quiet for a few minutes
Avatar
Actually now that I think about it more, if we remove all moderation we'd be even more covered legally 🙃
15:08
i'm going to bed
Avatar
Avatar
Learath2
Actually now that I think about it more, if we remove all moderation we'd be even more covered legally 🙃
the EU is trying to change that or has already done that, I think
Avatar
Avatar
heinrich5991
the EU is trying to change that or has already done that, I think
Yeah I'm unsure where that stands, but with the content he mentions iirc we are not liable either way. There is only voluntary self regulation in those things. Except for within germany, where I think you have to comply with notices to takedown
Avatar
few weeks until next european parliament is elected
15:13
will we get another undemocratic elected leader
Avatar
Avatar
Jupstar ✪
will we get another undemocratic elected leader
why do you think the european parliament is undemocratically elected?
Avatar
not the parliament
15:13
but the leader
Avatar
but doesn't the parliament elect it's leader?
Avatar
the leader chooses now which leader... oh, so how North Korea does it
Avatar
I find it hard to believe that the leader of the eurpean parliament chooses the next leader 😄
Avatar
we live in wild times, you never know
Avatar
afaik MEPs elect the president of the european parliament, and europeans elect the MEPs, sooo I don't see why it would be undemocratic
15:17
it is perhaps less democratic
Avatar
Avatar
Learath2
but doesn't the parliament elect it's leader?
i'd say that is the problem, ursula was not part of any voting list she was selected bcs nobody in europe liked manfred weber to become the leader
15:19
she was basically placed by the big countries, germany/france etc.
Avatar
oh you mean the european commision not the european parliament
Avatar
Avatar
TsFreddie
Click to see attachment 🖼️
xdddd
Avatar
Avatar
Learath2
oh you mean the european commision not the european parliament
well the parliament had to vote her then (edited)
15:20
but she wasn't even part of the voting process in first place
15:20
very shady
Avatar
Avatar
Jupstar ✪
i'd say that is the problem, ursula was not part of any voting list she was selected bcs nobody in europe liked manfred weber to become the leader
Manfred Weber - Member of the European Parliament and Chairman of the EPP Group
Avatar
oh yeah our beloved CSU politicans
15:21
who doesnt love them outside of bavaria
greenthing 1
Avatar
imagine to perform on cpp russia only to advertise your project
15:22
(Taskflow moment)
15:23
isn't it popular already justatest
15:25
no way this guy visited every conference with this talk
15:25
omagad
Avatar
Avatar
Jupstar ✪
well the parliament had to vote her then (edited)
Yeah that one is a bit too far from the people's votes for my taste, but it's also very hard to fix. The European Commission is supposed to be bureaucrats, appointed, neutral. The European Council which proposes the candidate is just leaders of member countries (not neutral), so they can't propose one of their own. MEPs are not neutral either, (though perhaps they are the best idea). Maybe the commission can itself propose one of it's own as the president and the parliament would have to approve it?
15:26
but I do agree bringing in some complete unelected outsider is just not good
Avatar
Avatar
Learath2
Yeah that one is a bit too far from the people's votes for my taste, but it's also very hard to fix. The European Commission is supposed to be bureaucrats, appointed, neutral. The European Council which proposes the candidate is just leaders of member countries (not neutral), so they can't propose one of their own. MEPs are not neutral either, (though perhaps they are the best idea). Maybe the commission can itself propose one of it's own as the president and the parliament would have to approve it?
i dunno, hard to judge what they discussed behind the doors, i am not sure if the eu council should exist at all.
Avatar
Avatar
Jupstar ✪
i dunno, hard to judge what they discussed behind the doors, i am not sure if the eu council should exist at all.
Perhaps, but as far as I understand it is the compromise that is used to make the deal of joining the EU less awful for states. EU law has supremacy, so it really strips a lot of power from the leaders of it's member states, especially smaller ones
15:39
(to be fair it's really hard to make the european commission in general more democratic, they are supposed to be neutral technocrats, the more you involve elections in the matter the more political and less neutral they will become)
Avatar
god this hurts
15:42
i only wish this to rust haters
15:42
fuckyousnail
15:42
justatest
15:43
i can only stay in bed
Avatar
Avatar
Ryozuki
i can only stay in bed
but u have ur brain with u
15:44
your whole life happens in ur head
Avatar
the pain doesnt let me think
Avatar
think of the pain
Avatar
waiting 10 mins to take the med
Avatar
do it without med
Avatar
i believe in drug usage
Avatar
u talk about how strong u are every other day
Avatar
need the drugs
15:46
its just enantyum
Avatar
xd
15:47
just try to sleep, count an integer until it overflows and rust panics
kek 1
Avatar
Avatar
Ryozuki
the pain doesnt let me think
If you lived in the land of the free home of the brave they would have given you some nice painkillers for recovery
Avatar
Avatar
Ryozuki
its just enantyum
come visit i give you my dad's morphine
Avatar
Avatar
meloƞ
come visit i give you my dad's morphine
He is too far. Give it to me instead so I can finally achieve my dream of being a junky
Avatar
Avatar
Learath2
He is too far. Give it to me instead so I can finally achieve my dream of being a junky
weed's legal in germany now, go go go quick
16:43
before they illegalize it again! (edited)
Avatar
Avatar
Learath2
If you lived in the land of the free home of the brave they would have given you some nice painkillers for recovery
ingot enantyum
16:43
and paracetamor
Avatar
Avatar
meloƞ
weed's legal in germany now, go go go quick
Weed is legal in too many places now. It's not cool anymore
Avatar
Avatar
Ryozuki
ingot enantyum
isnt that just placebo against inflammation?
Avatar
Avatar
Ryozuki
and paracetamor
Paracetamol and praying to god have similar efficacy
Avatar
enantyum is effective
16:44
i took it and now im fine
Avatar
Enantyum is just regular old dexketoprofen, it's not placebo
Avatar
i used to give my 4 y/o nephew a kind of spicy sweet once and told him "it hurts in your mouth but stops the pain everywhere else!" because he had a tummy ache, worked like a charm
Avatar
The brain has a gating mechanism for pain and can only register the most severe injuries. Hit your own leg with a baseball bat and your toothache shall go away
Avatar
I think it's really built in your nerves
17:22
Hyperpolarization is a change in a cell's membrane potential that makes it more negative. It is the opposite of a depolarization. It inhibits action potentials by increasing the stimulus required to move the membrane potential to the action potential threshold. Hyperpolarization is often caused by efflux of K+ (a cation) through K+ channels, or...
Avatar
Hello, while making my server, I wanted to add commands to rcon that have several values ​​like “command [value 1] [value 2]”, I used MACRO_CONFIG_INT but it can only take one value. I would also like to know how one could get each value separately for use in code
Avatar
Avatar
RedRay32
Hello, while making my server, I wanted to add commands to rcon that have several values ​​like “command [value 1] [value 2]”, I used MACRO_CONFIG_INT but it can only take one value. I would also like to know how one could get each value separately for use in code
The MACRO_CONFIG_* macros specifically declare config variables, they can only have one value/parameter. See for example the CServer::RegisterCommands function in server.cpp where commands like kick are registered that can have multiple parameters.
❤️ 1
Avatar
Avatar
Robyt3
The MACRO_CONFIG_* macros specifically declare config variables, they can only have one value/parameter. See for example the CServer::RegisterCommands function in server.cpp where commands like kick are registered that can have multiple parameters.
thanks, I figured it out
Avatar
Avatar
Jupstar ✪
lazy devs knew it: // TODO: make this smarter.. binary search
xd I recognize that comment
19:11
since those sequences are all very short, I'm relatively certain the linear search should beat binary search there
Avatar
Avatar
Patiga
since those sequences are all very short, I'm relatively certain the linear search should beat binary search there
why tho? since animations are repeating u always have the best and worst case.. so in the end u have smth in the mid or not? xd
Avatar
afaik the operations binary search are slightly more costly for some reason, so its not worth it on tiny arrays
19:20
maybe the additional branching
Avatar
A contiguous growable array type, written as Vec, short for ‘vector’.
Avatar
but only bcs i tried to never use linear search anywhere
19:22
not bcs i actually fear perf loss of these 5-key frame animations giving me bad perf lol
happy 1
Avatar
but ty for share 😬
19:25
the rust impl for binary search look rather simple tho
19:26
// This control flow produces conditional moves, which results in // fewer branches and instructions than if/else or matching on // cmp::Ordering. // This is x86 asm for u8: https://rust.godbolt.org/z/698eYffTx. left = if cmp == Less { mid + 1 } else { left }; right = if cmp == Greater { mid } else { right }; if cmp == Equal { // SAFETY: same as the `get_unchecked` above unsafe { hint::assert_unchecked(mid < self.len()) }; return Ok(mid); } ah alright
19:26
standards are always funny to read
Avatar
Add IInput::ConsumeEvents function accepting a consumer std::function to replace the duplicate usage of the IInput::NumEvents, IInput::GetEvent and IInput::IsEventValid functions. Use an std::vector to store the current input events to support any number of input events per client update instead of at most 32. Use full uint32_t range for input counter instead of only using the range 0..0xFFFF. If the range is artificially reduced, then this can result in inputs being handl...
Avatar
Im in such a downstate with coding right now, while realising i understand more each day it gets Harder and Harder for me to actually Code? I Used to spend 8hours a day coding and now i get demotivated the Second i Open um neovim.
Avatar
Avatar
meloƞ
Im in such a downstate with coding right now, while realising i understand more each day it gets Harder and Harder for me to actually Code? I Used to spend 8hours a day coding and now i get demotivated the Second i Open um neovim.
how da hell will you write the os for me with such a motivation??
Avatar
need to do something new
20:28
go ride a bicycle
Avatar
Avatar
Ewan
go ride a bicycle
Its not like i dont do anything else :D - it just makes me sad i lost the fire i had for coding i guess
Avatar
do something new
Avatar
Its hard to find something new
Avatar
Avatar
MilkeeyCat
how da hell will you write the os for me with such a motivation??
How to grub loader looking ?
Avatar
how did u wanna make it
Avatar
i wanted to make all options grey except selected one
20:38
but grub doesnt allow to choose place for the image
20:38
it can be only a small icon on the left side
Avatar
Avatar
MilkeeyCat
it can be only a small icon on the left side
Time to rewrite grub
Avatar
Avatar
EGYT
So, someone told me that this channel is a better place for my progress on translation (correct me if I'm wrong). Today (19.05.2024) I translated, like, 4 strings, two of them being from the load screen, one being the chat and one... can't remember, actually. At least now I have (probably?) fully translated load screen. And yeah, I made it so it says something like "[We are] doing something" instead of "doing something", feels a bit more personal imo. Should get some 🇺🇦 speakers to look at it, if it is not cringe... but I'm too shy to do that :^( UPD: forgot to mention: translated "Tutorial" as "Посібник" ("manual", sort of) and "Learn" as "Wiki". Sometimes you have to improvise to fit into the character limits! (edited)
Back on track! 368 out of 607 strings translated (60%)! Thanks to meloƞ for the advice heartw
Avatar
Avatar
EGYT
Back on track! 368 out of 607 strings translated (60%)! Thanks to meloƞ for the advice heartw
Huh what did i do again
20:58
🥴
Avatar
Avatar
meloƞ
Time to rewrite grub
trueee
20:58
milklang has variables btw
20:58
kinda
20:58
justatest
Avatar
Avatar
MilkeeyCat
kinda
Kinda? kek
Avatar
it works
20:59
kinda
20:59
justatest
Avatar
Avatar
MilkeeyCat
justatest
Lgtm!
Avatar
Avatar
EGYT
Back on track! 368 out of 607 strings translated (60%)! Thanks to meloƞ for the advice heartw
I won't promise that I'll finish it on my weekends, not even by June, but who knows!
Avatar
Avatar
EGYT
I won't promise that I'll finish it on my weekends, not even by June, but who knows!
People will be thankful when you're done! My language is sadly translated 100% already so i cant do any Translating feelsbadman
Avatar
Avatar
meloƞ
People will be thankful when you're done! My language is sadly translated 100% already so i cant do any Translating feelsbadman
You can always learn another language :^)
Avatar
Avatar
meloƞ
People will be thankful when you're done! My language is sadly translated 100% already so i cant do any Translating feelsbadman
learn Ukrainian and contribute to translations poggers
Avatar
Avatar
MilkeeyCat
learn Ukrainian and contribute to translations poggers
That's what I'm doing...
Avatar
I might actually Pick Up a new language
21:06
Maybe properly learn Japanese ? I understand Like 40% But i cant write or speak properly
Avatar
I wanted to learn Esperanto or Toki Pona, because I'm into conlangs, and I already know one of them
Avatar
learning languages hard
21:09
my noodle cant remember new words feelsbadman (edited)
Avatar
Avatar
MilkeeyCat
my noodle cant remember new words feelsbadman (edited)
Your noodle can understand words ?!?!
21:09
Damn
Avatar
brain lag
Avatar
Avatar
MilkeeyCat
my noodle cant remember new words feelsbadman (edited)
I see (from bio) you are learning Czech. Maybe try out Interslavic? May help you a bit, I think.
Avatar
Avatar
Patiga
afaik the operations binary search are slightly more costly for some reason, so its not worth it on tiny arrays
huge f3
21:14
bruh i pinged the big Patiga
Avatar
HUGE ping
Avatar
Avatar
EGYT
I see (from bio) you are learning Czech. Maybe try out Interslavic? May help you a bit, I think.
czech is my first and last slavic language i will ever learn
Avatar
Avatar
Patiga
HUGE ping
le huge Patiga
Avatar
Avatar
Patiga
HUGE ping
Ping
Avatar
Avatar
zhn
le huge Patiga
So weird seeing you in Dev color Not in Mod color
Avatar
ye i was light blue and now purple
21:16
still zhn
21:16
ah im 19 now
Avatar
still gerdoe
Avatar
Avatar
MilkeeyCat
czech is my first and last slavic language i will ever learn
Why? Interslavic is really, really easy to learn (for slavic people, at the very least)
Avatar
Avatar
meloƞ
So weird seeing you in Dev color Not in Mod color
btw i think when src2 will be production ready™ ill hop on src3 xdddddd
Avatar
Avatar
zhn
btw i think when src2 will be production ready™ ill hop on src3 xdddddd
Lmao why 😂
21:19
Wanna restructure everything again ?
Avatar
Avatar
zhn
ah im 19 now
Whhaaaaaa
Avatar
Avatar
meloƞ
Wanna restructure everything again ?
want to move to rust
Avatar
Avatar
meloƞ
Whhaaaaaa
ye its may 25th
Avatar
Note to self, dont Fake at everyone, First time i've been timeouted justatest
21:31
I Wonder why tho? Considering it doesnt Work anyway
Avatar
Avatar
zhn
want to move to rust
So move the ENTIRE Server Logic to Rust ?
Avatar
Avatar
zhn
ah im 19 now
happy b=irthday
❤️ 1
Avatar
Avatar
meloƞ
Note to self, dont Fake at everyone, First time i've been timeouted justatest
lmfao
Avatar
Avatar
meloƞ
So move the ENTIRE Server Logic to Rust ?
ye, why not
21:49
the only thing i missing is both will and time xd
Avatar
mods crush his head to a pulp
Exported 402 message(s)