Guild icon
DDraceNetwork
Development / developer
Development discussion. Logged to https://ddnet.tw/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 2021-01-14 00:00:00Z and 2021-01-15 00:00:00Z
Avatar
98402 finishes on that with 11.716min average
00:01
that would take someone about 2 years and 2 months to get if they played ddrace 24/7
00:02
for multeasymap its even more, you'd need 6 years and 220 days to get 99446 finishes unless my math is wrong
00:02
feelsamazingman pretty cool
Avatar
time well spent… πŸ˜‰ with friends and others having a fun time
Avatar
PogU ❀️ didn't even know
00:44
Also there is a lot of stronghold LuL
Avatar
we need something like thissendhelp
f3 1
f4 2
Avatar
[quakenet] ChillerDragon BOT 2021-01-14 09:03:33Z
yo deen these grub args dont make my kernel custom right? Because my graphics driver does not work and i read something about nvidia-dmks for custom kernels but I assume i still need nvidia right?
Avatar
@hussainx3 that is planned, yes
09:57
no, not custom
10:11
deepfly should be on and off by one key
Avatar
[quakenet] ChillerDragon BOT 2021-01-14 10:13:03Z
yikes i think i rq debuggig my pc :/ any recommendations where I can buy good pcs and be sure that linux runs smooth on it?
Avatar
@hussainx3 not so easy I think
Avatar
but i have in one key
Avatar
Hussainx3 you probably have the noob version of deepfly
Avatar
I didn't want to ship the config files for these binds
Avatar
hmm ok
Avatar
𓆏 Kynilix 𓆏 2021-01-14 11:15:17Z
quakenet
11:15
wdym noob version @Ama ? (edited)
11:16
flux btw
Avatar
5996fea Update frontpage video - def-
Avatar
hey, i was wondering if there are any alternatives ways to build on windows (without using cmake)
Avatar
Yes, mingw works too
13:54
C++ implementation of the Medial Axis Shrinking Ball algorithm - tudelft3d/masbcpp
Avatar
thanks, you will get something back for that ❀️
13:55
you said without cmake, I thought that was without visual studio
13:55
no, we only support cmake as the build system
Avatar
aight, thanks anyways
Avatar
can we be able to watch demos while on a server?
Avatar
not without significant changes to the client
15:25
as a workaround, you could open a second client
Avatar
mh ok
Avatar
I wouldn't call that a workaround but the proper solution
Avatar
heh, that's nice πŸ™‚
Avatar
is there any public dns names that I can use to resolve to any IP address
16:17
like e.g. 1.2.3.4.something.com resolving to 1.2.3.4, etc.
16:18
my google-fu fails me
Avatar
There are probably limits to the amount of subdomains you can have
16:36
Might not be possible at all for all ipv4 domains
Avatar
@heinrich5991 what for?
16:40
@timakro the dns server could implement it dynamically
Avatar
yea, you can host your own dns server
Avatar
anyway, I don't know such a dns server, no
Avatar
I see the number 16777216 for BIND floating around the internet
Avatar
@deen certificates for IP addresses
16:41
@timakro nothing would really prevent you from dynamically implementing it. I mean I can describe the algorithm to use in like 1 sentence
Avatar
Oh you're talking about a specific dns server
Avatar
@timakro IP addresses can always be interpreted as 32bit uint numbers
Avatar
You might not be able to control the dns server
Avatar
the one you posted is 1.0.0.0
Avatar
huh? if you have a domain name, like heinrich5991.de
16:42
I can host the dns server on my own hardware
16:42
I can completely control what it does
Avatar
Oh, really?
Avatar
yes
Avatar
this is used for breaking the bootstrapping problem if I host the heinrich5991.de domain on heinrich5991.de: https://en.wikipedia.org/w/index.php?title=Domain_Name_System&oldid=999921407#Circular_dependencies_and_glue_records
Avatar
anyone knows if SSPL is a free software license according to fsf?
16:46
elasticsearch moving to sspl
16:46
Avatar
Google found it @heinrich5991 http://xip.io/
Avatar
google pro
16:46
poggers
Avatar
@deen thanks, I couldn't find it
Avatar
but that of course means you trust the hoster of xip.io
Avatar
xip.io runs a custom DNS server on the public Internet.
Avatar
ofc
Avatar
they made a custom dns
16:47
@heinrich5991 what do u need this for?
Avatar
Like heinrich said, it's not exactly complicated, a few lines of bash: https://github.com/basecamp/xip-pdns/blob/master/bin/xip-pdns
PowerDNS pipe backend adapter powering xip.io. Contribute to basecamp/xip-pdns development by creating an account on GitHub.
Avatar
@Ryozuki for now mostly a thought experiment, whether it's possible to automatically get some publicly trusted tls certificate on an arbitrary server
16:52
MongoDB has decided to change the licensing of MongoDB Community Server, seemingly to prevent businesses from monetizing on their product without giving anything back: https://www.mongodb.com/press/
16:52
Please not the same thing with elastic as with mongodb
Avatar
hm?
Avatar
They removed mongodb from debian
Avatar
2eb7e25 Add donation by Chillbreaker & SpeedyGER for GER1 - def-
Avatar
@heinrich5991 open source != free software tho
Avatar
open source and free software generally mean the same thing, I think
Avatar
not rly
Avatar
maybe they're defined by slightly different groups
Avatar
@heinrich5991 now you will get assassinated by the free software foundation πŸ˜„
Avatar
yes; gnu has a stance on that, they're the free software camp
17:00
but check wikipedia:
17:00
The term "open source", as used to describe software, was first proposed by a group of people in the free software movement who were critical of the political agenda and moral philosophy implied in the term "free software" and sought to reframe the discourse to reflect a more commercially minded position.[3]
Avatar
i think this explicitly says why its not the same
Avatar
An open-source license is a type of license for computer software and other products that allows the source code, blueprint or design to be used, modified and/or shared under defined terms and conditions.[1][2] This allows end users and commercial companies to review and modify the source code, blueprint or design for their own customization, curiosity or troubleshooting needs. Open-source licensed software is mostly available free of charge, though this does not necessarily have to be the case.[3]
17:01
also wikipedia
Avatar
it doesnt say anything about user freedoms
17:02
which is probably what those people refered to as political agenda and moral philosophy
17:02
thats why its not the same
Avatar
can you describe a difference?
17:03
like what can I do with x but not with y
Avatar
The freedom to run the program as you wish, for any purpose (freedom 0). The freedom to study how the program works, and change it so it does your computing as you wish (freedom 1). Access to the source code is a precondition for this. The freedom to redistribute copies so you can help others (freedom 2). The freedom to distribute copies of your modified versions to others (freedom 3). By doing this you can give the whole community a chance to benefit from your changes. Access to the source code is a precondition for this.
Avatar
can you tell me a difference
17:05
one concrete
17:06
<food>
Avatar
i guess there isnt much practical difference, but open source has a different philosophy more based on practical goals i guess
17:15
there actually are
Avatar
lol copyleft
Avatar
@Ryozuki I'm trying to understand the vs code thing. does that mean that the MIT license is not a free software license?
17:45
according to GNU
Avatar
GNU doesn't like permissive licenses like MIT. They want copyleft licenses like GPLv3 https://www.datamation.com/open-source/open-source-debate-copyleft-vs.-permissive-licenses.html
Avatar
I'm aware of them preferring GPL over permissive licenses
Avatar
Should better say FSF (edited)
Avatar
howeverthat document tries to lay out practical differences between free software and open source software, and gives vscode as an example
17:48
vscode is MIT licensed, does that mean that the FSF does not consider the MIT license to be a free software license?
Avatar
Those are just words, idk who defines them. I like the terms "permissive" and "copyleft", it's clear what's meant
Avatar
fsf considers mit free software
17:49
license
17:50
but that doesnt mean it makes it a free software
17:50
Avatar
the beginning of the discussion was what is the difference between "free software" and "open source software". I don't see how this discussion could not be about words
Avatar
well i guess free software cares about the user freedoms and social aspects of the software and open source just cares about the practical uses
17:51
imagine a open source implementation of drm software
17:51
even if it has a free license
17:51
it will never be free software
17:52
Avatar
Personally I say open source because I'm sick of this FSF propaganda against he word "open source"
17:52
free software raise up
Avatar
https://www.sqlite.org/c3ref/expanded_sql.html Fixes #3381

Checklist

  • [x] Tested the change ingame
  • [ ] Provided screenshots if it is a visual change
  • [ ] Tested in combination with possibly related configuration options
  • [ ] Written a unit test if it works standalone, system.c especially
  • [ ] Considered possible null pointers and out of bounds array indexing
  • [x] Changed no physics that affect existing maps
  • [x] Tested the change with [ASan+UBSan or valgrind's me...
Avatar
[quakenet] SnowFox BOT 2021-01-14 20:32:14Z
Welcome b3z from quakenet -> freenode -> Matrix.
Avatar
[freenode] b3z[m] BOT 2021-01-14 20:33:13Z
Yes I see it works Matrix -> freenode -> quakenet :D
Avatar
[quakenet] SnowFox BOT 2021-01-14 20:33:30Z
:)
Avatar
hi b3z πŸ™‚
20:36
(discord β†’ freenode β†’ matrix)
Avatar
[freenode] Ryozuki BOT 2021-01-14 20:37:04Z
hi Ryozuki
Avatar
[quakenet] Ryozuki BOT 2021-01-14 20:37:08Z
hi Ryozuki
20:37
i have so many friends
Avatar
maybe you need a matrix account πŸ˜‰
Avatar
i used element once
20:37
but idk any good communities
20:39
Lead with a Communication Hub that allows total control of your data. All in one platform: team collaboration, omnichannel engagement, DevOps and ChatOps.
Avatar
[quakenet] b3z BOT 2021-01-14 20:40:08Z
:D
20:40
hi heinrich5991 quakenet -> quakenet
Avatar
[freenode] b3z BOT 2021-01-14 20:41:50Z
we were just trying stuff with matrix and irc ^^ quite nice how everything is connected these days
Avatar
[freenode] b3z[m] BOT 2021-01-14 20:44:37Z
but i figured we need a slack server to connect to. And a telegram group... xD
Avatar
[quakenet] SnowFox BOT 2021-01-14 20:45:26Z
No thanks to either of those...
Avatar
[freenode] b3z BOT 2021-01-14 20:45:36Z
:D
20:46
Now SnowFox and me chatting via 4 querys + #ddnet and a couple minutes ago also ingame tw. There is no way this is enough
Avatar
if you need to connect chat rooms, I suggest using https://github.com/42wim/matterbridge
Avatar
[freenode] b3z BOT 2021-01-14 20:50:49Z
lol. okay. That looks sick
Avatar
[freenode] b3z BOT 2021-01-14 20:52:39Z
Ryozuki: deen in 60 years from now
20:53
or wait I don't want to say number. But you get it
Avatar
[quakenet] SnowFox BOT 2021-01-14 21:09:37Z
Hey. What happened to the Australian servers?
21:10
Did they not receive enough usage?
Avatar
dd09896 state kwarg isn't optional - 12pm 254fc6e add birthday profile - 12pm
Avatar
bac2dd7 Add donation by Konsti - def-
22:10
f5c3e9d Actually, Chile sponsoring - def-
feelsamazingman 5
greenthing 2
Avatar
SnowFox: correct
Avatar
[quakenet] SnowFox BOT 2021-01-14 22:16:35Z
Aw.
Avatar
"free" as a word is awful, way too ambiguous. "open source" is so well defined, if the source is available it's open source, simple
23:29
though of course the politically minded among us have destroyed that term by redefining it a billion times aswell
23:29
We should invent new words for these concepts that are more precise
Avatar
[quakenet] fstd BOT 2021-01-14 23:42:16Z
LiBrE
Avatar
tbf "libre software" is more precise than "free software"
23:47
if you are a free software proponent you might still be talking about "free" as in beer. If you are a libre software proponent I know you have a shrine to stallman in your closet
Avatar
[quakenet] fstd BOT 2021-01-14 23:53:42Z
yes, yes
23:53
i can tell by a person's B/O whether they're going to say libre or not, tho
Avatar
lol, 10/10 skill
Avatar
[quakenet] fstd BOT 2021-01-14 23:59:28Z
in unrelated news i just accidentally pressed @ and put my whole inventory into a BoH
23:59
including another BoH
Exported 179 message(s)