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-02 00:00:00Z and 2021-01-03 00:00:00Z
10:30
oh no
10:30
even git itself is going dumb
Avatar
[quakenet] ChillerDragon BOT 2021-01-02 11:17:48Z
Did anyone else get this weird email? https://zillyhuhn.com/cs/.1609586067.png
11:18
i never did any bruteforce work lul
Avatar
no, but I get spam from "researchers" spamming every github user relatively often
Avatar
[quakenet] ChillerDragon BOT 2021-01-02 11:19:21Z
oh i see
11:19
i dont want to ghost him but im also afraight to answer
11:19
are these hoomans? i mean he uses a gmail so yea
Avatar
Closes #963

Checklist

  • [ ] 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
  • [ ] Changed no physics that affect existing maps
  • [ ] Tested the change with [ASan+UBSan or valgrind's memcheck](https://github.com/ddnet/ddnet/#using-addr...
Avatar
ChillerDragon: don't answer, it's spam
Avatar
2021 01 02🙌
Avatar
[quakenet] Animepdf BOT 2021-01-02 13:53:46Z
:D
Avatar
btw, in the first link I sent today: rust is the second most used language in AoC, after py3
14:15
(among self-selected survey answerers)
Avatar
Self reported studies usually have some bias, but still impressive
Avatar
17 EU member states signed a joint declaration to commit to work together in developing next generation, trusted low-power embedded processors.
14:20
2nm processors
14:21
isnt this like rly smart
14:21
iirc amd is at 7nm
14:22
rly small
14:22
i meant
14:22
idk why i said smart
14:22
xd
Avatar
Tsmc was looking into 2nm technology but it felt so far off. I’m no siliconperson but I think at those sizes your yield becomes veryshit
14:24
Iirc GAAFETs can go that small, but I’m not sure how affordable it’d ever be
Avatar
Apparently even finfets can go that small, interesting
Avatar
best update
Avatar
Add Discord Rich Presence with info like name, server, map
Avatar

Checklist

  • [ ] 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
  • [ ] Changed no physics that affect existing maps
  • [ ] Tested the change with [ASan+UBSan or valgrind's memcheck](https://github.com/ddnet/ddnet/#using-addresssanitizer--u...
15:20
56bfab6 Make dragging quads in the editor more sensitive to small mouse deltas - timakro 6f14d4e Merge #3469 - bors[bot]
Avatar
@Learath2 bitcoin at 30k dollars
15:39
POGGIES
15:39
The 2020 bitcoin price surge can be chalked up to a convergence of many positive factors that are continuing to push up the price in 2021.
15:40
It took bitcoin (BTC) 10 years in existence to reach the $20,000 mark, on Dec. 15. Then it took just 17 days to reach $30,000. It took the Dow Jones almost three years to make the same move.
15:41
In the past, a common criticism of bitcoin from skeptics was that it isn’t useful as a real currency—you can’t spend it in most places. In 2020, investors decided they don’t care about that, and don’t want to spend their bitcoin anyway. Institutional firms flooded in, viewing cryptocurrencies as a legitimate asset to hold in their portfolio.
>
At the very least, the consensus now appears to be: Bitcoin isn’t going away. It has existed for 10 years and will continue to exist.
15:41
lmao
Avatar
[quakenet] ChillerDragon BOT 2021-01-02 15:44:22Z
yea ikr told ya guys
15:44
but its the usual end of year rise so..
Avatar
nah its not
Avatar
lets wait for the ath and then
16:06
alt coins will rise
16:06
and bitcoin will half again and sleep another 3 years
Avatar
check ripple. They got sued and xrp droppen into the basement.
Avatar
Current work done: finding discord libraries (tested only on linux by me)

Checklist

  • [ ] 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
  • [ ] Changed no physics that affect existing maps
  • [ ] Tested the change with [ASan+UBSan or valgr...
Avatar
@deen how do you manage a pr that needs ddnet-libs to be updated too?
16:14
xd
16:17
the os corner
Avatar
how to show score in the tab, not the time (score that i set with SetClientScore())
Avatar
ddnet or vanilla?
16:34
I guess ddnet, so go t gamecontroller.cpp::Snap() and remove the timescore flag
Avatar
ddnet
16:38
yes thx
16:44
beautiful error
Avatar
It’s actually pretty good
16:51
Gave you the linker line and told you what is missing that’s breaking linking
16:52
but i found it funny it added a big wall of text
16:52
@Learath2 maybe u know how, im kinda stuck https://github.com/ddnet/ddnet/pull/3472#issuecomment-753498063
Avatar
Sounds like something @heinrich5991 should look at being the cmake guy, but I think we just ship the so
Avatar
yeah but i think i never saw this
16:53
shipping so files
16:53
on linux
Avatar
Why not?
16:54
steam does it
16:54
Avatar
One problem I can think of is whether we want to allow building without discord game sdk
Avatar
its already an option
Avatar
If we want to allow it then I think you need a stub just like the one we have for the steamapi
16:55
we will need a stub
16:55
heinrich the magician maybe knows how to do this
Avatar
I’ve been thinking about whether the stub was a good idea btw. I think the argument heinrich gave was that a build configuration addition is one more thing to test. Which I agree with, but a stub just allows us to test that it builds in either case. It doesn’t let us actually test whether or not the integration works
Avatar
We get an library, wrap it up with a stub which we then wrap up with a kernel interface, feels very unmaintainable
Avatar
I spent an entire day on math just to get 1 example done, at this rate I’ll become a starbucks barista. Then I’ll have a lot of time to contribute to ddnet after work
17:13
4 hours to find the set of pointwise convergence for nx/(1+n^3x^3)
Avatar
@Learath2 yeah, the easier thing would just be ifdefs
Avatar
I still think that our way to build the steamapi stuff is better
21:56
it allows you to build the steamapi version without signing any NDKs e.g.
21:56
no need to fiddle with dependencies to build with the steam version, either
21:56
it just builds without any external dependencies
Avatar
@Ryozuki discord sdk seems to be written in rust 😮
Avatar
ye
Avatar
i didnt see anything rust related
Avatar
check the so
22:51
_ZN10serde_json5value2de78_$LT$impl$u20$serde..de..Deserializer$u20$for$u20$serde_json..value..Value$GT$18deserialize_struct17h18b5f2849f604c08E
22:51
true
22:51
serde is a rust library
Exported 106 message(s)