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-31 00:00:00Z and 2024-06-01 00:00:00Z
Avatar
Avatar
MilkeeyCat
my feed is very educational justatest
Slipknot fan much
Avatar
Avatar
Ewan
Slipknot fan much
I like them
Avatar
cd17c5b Add 20€ RUS funding by iwa - def-
Avatar
b8af9fe Add 30€ RUS funding by Lumpy - def-
07:54
i hardly proofread this myself
07:54
i just know it works
Avatar
some people would complain because you're saving secrets and keys in plain text, but if it works, it works gigachad
Avatar
they expire
Avatar
most keys do :P - Ewan what system are you running now btw? arch, plasma, systemd?
08:04
i want gnome but its wayland compositor is so busted
08:04
so i am destined to a life of plasma
Avatar
Avatar
Ewan
i want gnome but its wayland compositor is so busted
especially as it comes to fractional scaling
08:05
gnome lacks a setting like this
08:05
so every single x11 app will be scaled in post by gnome and have shitty filtering on it
08:05
also it's particularly bad about nvidia
Avatar
i tried wayland on arch with my old pc (nvidia gtx 1050ti) - that was the worst possible experience i ever had with Nouveau drivers. eye jitter, text-rendering issues
08:13
i use official drivers
08:13
for frames
09:24
monday i can confirm i get a new apartment
09:24
bigger better
09:24
epyc
Avatar
Avatar
Ryozuki
bigger better
more place for even more fishies LETSGOO
Avatar
i can have a room for it
Avatar
@heinrich5991 thanks for the bitwarden recommendation btw, loving it so far
Avatar
Avatar
Ryozuki
i can have a room for it
Avatar
More space for gf clothers
09:32
ill make my dev room
09:32
with rust merch
Avatar
Avatar
Ryozuki
ill make my dev room
set it up like linus torvalds
Avatar
is wireguard good? i want to setup my vps to allow me to connect to my home pc behind a cgnat
09:38
but when i change home ill change ISP to one with ipv6 and no cgnat
Avatar
not using CGNAT just makes it even easier no? - i like wireguard
09:40
i cant choose to not usa a CGNAT because my current isp uses a CGNAT
09:40
its not something i control
Avatar
Avatar
Ryozuki
with rust merch
justatest
Avatar
Avatar
Ryozuki
is wireguard good? i want to setup my vps to allow me to connect to my home pc behind a cgnat
generally yeah
09:55
more performant than openvpn
Avatar
wtf chiller, my brash broken.. i thought bash is divine & infallible -bash: _comp_initialize: Kommando nicht gefunden.
09:58
restart helped
pepe_holy 2
09:58
😏
Avatar
Avatar
Ryozuki
is wireguard good? i want to setup my vps to allow me to connect to my home pc behind a cgnat
works because your VPS's IP address does not change and your home PC can always connect to the VPS
11:50
wireguard sounds like a good fit here
Avatar
look what i got at the office
justatest 2
Avatar
DDNet android build failed on both Ubuntu 24 and WSL Ubuntu
31.16 KB
15:05
btw
15:05
wireguard i made by a gento odeveloper
15:05
Wireguard is written and maintained by Jason A. Donenfeld (zx2c4) , a Gentoo developer.
Avatar
2ad0c69 4674 - def- 86a7f19 Add 5€ RUS funding by ByFox - def-
Avatar
nice 🙂
Avatar
Verified with clean build, the variable is not necessary. Closes #8420.

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 (especially base/) or added coverage to integration test
  • [ ] Considered possible null pointers and out of bounds array indexing
  • [ ] Changed no physics that affect existing maps
  • [ ] Tested the change with [ASan+UBS...
Avatar
Avatar
Ryozuki
im 24 now
So, Im25now. May is may
Avatar
@Robyt3 what about the other two occurences?
Avatar
Ah, I'll check
Avatar
Avatar
heinrich5991
@Robyt3 what about the other two occurences?
The second one CMakeLists is not for Android though, or was that never necessary?
Avatar
I'll check, sorry
Avatar
Seems necessary, both Android and Windows build fail without the ones on CMakeLists (edited)
Avatar
yes
15:55
I come to the same conclusion. sorry for the false positive (edited)
15:55
thanks!
Avatar
Is #8419 what's causing the build failure on newer Ubuntu?
Avatar
Relevant line: ddnet/src/rust-bridge/test/build.rs Line 18 in a5ca7c6 !rustc_version.starts_with(b"rustc ") || rustc_version >= &b"rustc 1.61.0"[..];
Avatar
Or only future potential issue?
Avatar
Avatar
Peakies
DDNet android build failed on both Ubuntu 24 and WSL Ubuntu
If your build fails, it's helpful to only debug with one arch first, e.g. x86 instead of all, so you don't get the output for all builds interleaved
Avatar
rust 1.100 will release in a couple of years
16:01
so future issue
Avatar
60bbbcd Remove unnecessary DDNET_TEST_NO_LINK=1 in Android build - Robyt3 7f5330b Merge pull request #8421 from Robyt3/Android-Unused-Flag-Cleanup - Robyt3
Avatar
@louis I absolutely love the confetti effect, nicely done :D
❤️ 1
Avatar
Esperanto has less than 30% of translated strings 😱
22:00
where chiller
22:00
filing a missing persons report rn
Avatar
ws-client BOT 2024-05-31 23:22:48Z
<ChillerDragon> wot ewan im here wat happend
Avatar
o u didnt see my msg
23:23
i just asked for a review on some bash thing i did
23:24
i hardly proofread this but it does work
23:25
well it worked yesterday
23:25
now i think it's not saving the key or something
23:25
but whatever
Avatar
@ChillerDragon why huge afk
23:31
yo Ewan
Avatar
chillerdragon BOT 2024-05-31 23:34:08Z
Idk I wasn’t gone that long was I?
23:35
Bruv ewan I am too lazy to check your entire thing. I found two non problematic things but they are general so you can add them to your bash toolkit.
23:35
1. don’t use echo 2. handle errors
23:36
https://github.com/ewancg/spotifyd-notification/blob/master/spotifyd-notification#L136 this method can throw with exit code 1 but it’s in a subshell so it won’t exit the script. And you also don’t quote it so it might shell expand.
Show status notifications when spotifyd emits a song change - ewancg/spotifyd-notification
23:37
Use if var=„$(subshell)“ to check or use bash strict mode aka set -e
Avatar
o u dont have to read it all
Avatar
It's both PR and discussion place for it. Starter player doesn't really need to have such bind as standard, they have it in Controls setting page in case they want to try it

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 (especially base/) or added coverage to integration test
  • [ ] Considered possible null pointers and out of bounds arra...
Avatar
if u dont want to
Avatar
chillerdragon BOT 2024-05-31 23:38:08Z
The reason why echo is trol is it’s not reliable
23:38
And when you run into its edge cases you will be sad
Avatar
what kind of edge cases
Avatar
chillerdragon BOT 2024-05-31 23:38:38Z
Run those commands in your terminal
23:38
echo -a
23:38
echo -b
23:38
echo -c
23:39
echo -d
23:39
echo -e
23:39
Notice anything unexpected?
23:39
my head hurts
Avatar
chillerdragon BOT 2024-05-31 23:39:44Z
It gone
23:39
It activated the color mode thingy
23:40
But ye it’s rare that you run into it and printf is more annoying to type
23:41
Just wanted to let you know. But the error handling thing you should fix
Avatar
mostly i like the trailing newline
23:41
i didn't know about the -e thing
Avatar
Avatar
zhn
yo Ewan
hi i missed this
23:42
so what did u say i wasnt quoting chiller
23:42
Here you use printf without %s
23:42
That’s also bad practice
Avatar
chillerdragon BOT 2024-05-31 23:43:03Z
There is also echo -n
23:43
Which sends no newline xd but don’t use echo
Avatar
why need %s
23:43
this aint c
Avatar
chillerdragon BOT 2024-05-31 23:43:55Z
It’s like c
23:44
Here you didn’t quote. But more importantly you ignore if that subshell fails with exit code 1. if you get back an error you still continue running here https://github.com/ewancg/spotifyd-notification/blob/master/spotifyd-notification#L136
Show status notifications when spotifyd emits a song change - ewancg/spotifyd-notification
23:45
Im On phone bruv so annoying to do this kind of stuff
23:45
my head is pounding rn
Avatar
chillerdragon BOT 2024-05-31 23:46:06Z
Why?
Avatar
i can hardly intuit ur feedback anyway
23:46
idk
Avatar
chillerdragon BOT 2024-05-31 23:46:11Z
Too much Friday party?
23:46
no i just fucked up like that i guess
23:46
im
Avatar
chillerdragon BOT 2024-05-31 23:47:04Z
Ok time for coffee. Nice that you are bash enjoyer.
Avatar
bash slower than pyson :(
Exported 155 message(s)