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 2023-04-24 00:00:00Z and 2023-04-25 00:00:00Z
Avatar
Avatar
Learath2
Go from A to B, you don't know where A is, you don't know where B is, nor do you have any information about any paths? Ill defined question, I'd leave the interview
I did too
02:24
after finishing the interview that is
Avatar
yo i haven't played in a while and was wondering if anyone knew why my mouse gets stuck at top left of ddnet when i start it up. and i cant move it at all ( on latest version for linux )
03:47
if you could pm me if you know because im not very active, reason being I'm at work most of the time
Avatar
left click once to grab focus
Avatar
chillerdragon BOT 2023-04-24 05:59:09Z
Have you tried switching from x11 to wayland or vice versa? (@BloodDrippn)
if you could pm me if you know because im not very active, reason being I'm at work most of the time
Avatar
kek it's that time of the month again. really have no motivation to work
Avatar
Avatar
TsFreddie
kek it's that time of the month again. really have no motivation to work
Jupstar βœͺ 2023-04-24 07:05:58Z
During the week #off-topic is usually more active. I guess that is explained by the same reason πŸ˜‚
Avatar
Good morning
Avatar
another beautiful day to code in rust
πŸ§™β€β™‚οΈ 1
Avatar
Every morning is a blessing from god and is excellent in it's own way
Avatar
@Learath2 zeus will zap u
Avatar
He can't. That'd be a bad vibe, but they have been banned
Avatar
Avatar
Learath2
He can't. That'd be a bad vibe, but they have been banned
Catxplosion have you considered a boyfriend
Avatar
Avatar
TsFreddie
Catxplosion have you considered a boyfriend
Yes, but I don't seem to have the system update required
Avatar
They only gave me a cis module at birth it seems
Avatar
are you implying cis male can not have a boyfriend
Avatar
Lockless algorithms are of interest for the Linux kernel when traditional locking primitives either cannot be used or are not performant enough. For this reason they come up every now and then on LWN; one of the last mentions, which prompted me to write this article series, was last July. Topics that arise even more frequently are read-copy-upd...
Avatar
Avatar
TsFreddie
Catxplosion have you considered a boyfriend
Avatar
ChillerDragon BOT 2023-04-24 16:08:55Z
watf gerdoe
Avatar
Avatar
gerdoe
Click to see attachment πŸ–ΌοΈ
bruhπŸ’€
Avatar
you are surprised?
16:12
idk
Avatar
Avatar
gerdoe
Click to see attachment πŸ–ΌοΈ
Just normal gerdoe:
Avatar
epic furry moment
Avatar
dafuck?
17:47
didn't know it was possible to do that yourself
Avatar
Well it is physically possible. I never thought someone would be motivated enough and have the skills to do it
Avatar
that guy has 10k$+ pieces equipment though (edited)
Avatar
He also has a cool startup now with Jim Keller: Atomic Semi
Avatar
ChillerDragon BOT 2023-04-24 18:10:47Z
are official ddnet integration tests also wonkey or is it just me? I just got a [-] Error: expected 1 rank got 3 that seems weird
Avatar
ur wonky
Avatar
ChillerDragon BOT 2023-04-24 18:16:21Z
at least on github it passes 🀷
Avatar
Avatar
Chairn
that guy has 10k$+ pieces equipment though (edited)
It is a lot, but it's also a lot less than what one might expect. This is an extremely expensive manufacturing process
Avatar
graph is from 2018
18:30
18:30
red is cost for each node
Avatar
Avatar
Chairn
Click to see attachment πŸ–ΌοΈ
Jupstar βœͺ 2023-04-24 18:32:20Z
if i get my 10 fps more i'd pay lot more
18:36
the market of also grew a lot πŸ˜„
18:36
so its probably rather cheap
Avatar
Avatar
Chairn
Click to see attachment πŸ–ΌοΈ
Jupstar βœͺ 2023-04-24 20:06:01Z
more stats like these from 2023
20:06
where is it so outdated XD
Avatar
SELECT COUNT(*) as count, date(timezone('UTC', purchase_time)) as day from purchase GROUP BY date(timezone('UTC', purchase_time)) ORDER BY day DESC LIMIT 15;
20:10
any sql masters
20:10
how can i make this faster
20:10
i wanna count purchases by day
20:11
create index if not exists idx_purchase_purchase_time on purchase( date(timezone('UTC', purchase_time)) );
20:11
it has this index
20:11
it has no primary key though
20:12
explain analyze SELECT COUNT(*) as count, date(timezone('UTC', purchase_time)) as day from purchase GROUP BY date(timezone('UTC', purchase_time)) ORDER BY day DESC LIMIT 15; QUERY PLAN -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Limit (cost=1000.46..11744.04 rows=15 width=12) (actual time=1667.304..1700.836 rows=15 loops=1) -> Finalize GroupAggregate (cost=1000.46..341213.86 rows=475 width=12) (actual time=1667.302..1700.832 rows=15 loops=1) Group Key: (date(timezone('UTC'::text, purchase_time))) -> Gather Merge (cost=1000.46..341201.99 rows=950 width=12) (actual time=1666.905..1700.817 rows=31 loops=1) Workers Planned: 2 Workers Launched: 2 -> Partial GroupAggregate (cost=0.43..340092.31 rows=475 width=12) (actual time=15.057..1098.931 rows=291 loops=3) Group Key: date(timezone('UTC'::text, purchase_time)) -> Parallel Index Scan Backward using idx_purchase_purchase_time on purchase (cost=0.43..323734.62 rows=3270114 width=4) (actual time=0.029..975.622 rows=2609251 loops=3) Planning Time: 0.235 ms Execution Time: 1700.887 ms
Avatar
limited by o(n) time in a world of capitalism sadSnail (edited)
Avatar
where to find the file game.cpp in the source of ddrace? (edited)
Avatar
Avatar
Chairn
red is cost for each node
You can buy everything to make 5nm transistors from Alibaba <$0.5m USD https://t.co/0C65WM4zNI https://t.co/KQDBI4drDD https://t.co/cQXzhAKLAb https://t.co/CXi7MEhy1a etc
Likes
1137
Retweets
157
Avatar
Avatar
KUKUMBER
where to find the file game.cpp in the source of ddrace? (edited)
.
20:46
I am told that it is in scr/game, but there is only a similar gamecore file there, is that it?
Avatar
πŠπ‘π€π‹ 2023-04-24 20:48:08Z
Hello, I'm thinking of creating a server for my game, how do you think I should do it?
Avatar
Avatar
deen
He claims you can do 5nm for 500k πŸ˜‰ https://twitter.com/szeloof/status/1549937044067172352
@adam3us Nah what I said is tru If you wanna do high volume production, good yield, standard process, etc then it’s 12bn$πŸ€‘
20:56
yield is probably really shitty, like 90%+ defect
20:57
not sure those machines linked can be used for 5nm
20:57
electron microscope is useless too
Avatar
Avatar
KUKUMBER
I am told that it is in scr/game, but there is only a similar gamecore file there, is that it?
.
Avatar
Avatar
πŠπ‘π€π‹
Hello, I'm thinking of creating a server for my game, how do you think I should do it?
what is your game? Is it based on DDNet/Teeworlds or an independent game?
21:02
do you just want to run the server or write the source code for it?
Avatar
Avatar
KUKUMBER
I am told that it is in scr/game, but there is only a similar gamecore file there, is that it?
There is no game.cpp, what are you looking for?
Avatar
where to get it then? I search in the source archive from github ddrace
Avatar
Avatar
deen
what is your game? Is it based on DDNet/Teeworlds or an independent game?
πŠπ‘π€π‹ 2023-04-24 21:05:11Z
an indie game
Avatar
There is no game.cpp in ddnet or teeworlds
Avatar
maybe it was renamed by the developers?
Avatar
Avatar
Learath2
There is no game.cpp in ddnet or teeworlds
what is it called then. similar code
Avatar
What code are you looking for?
Avatar
πŠπ‘π€π‹ 2023-04-24 21:06:46Z
I want the server to record user information, such as level, etc.
Avatar
Avatar
Learath2
What code are you looking for?
initial, where all the functionality is written
Avatar
huh? the functionality is spread amongst all the source files
21:09
if you are looking for a specific functionality I can try to help you track it down, but there isn't one file with the entire game in it πŸ˜›
Avatar
Avatar
Learath2
if you are looking for a specific functionality I can try to help you track it down, but there isn't one file with the entire game in it πŸ˜›
Well, for example, I want to make arrows that will be public on a nearby player. In what file should I write it?
Avatar
Public arrows? I'm afraid I don't follow
Avatar
I didn't understand you, I'll use a translator πŸ™‚
Avatar
Avatar
πŠπ‘π€π‹
I want the server to record user information, such as level, etc.
πŠπ‘π€π‹ 2023-04-24 21:16:01Z
I can explain in more detail @deen πŸ™‚
Avatar
Avatar
Learath2
Public arrows? I'm afraid I don't follow
for example, I want to make a line go from my player to another, where to write it?
think_bot 1
Avatar
Avatar
KUKUMBER
for example, I want to make a line go from my player to another, where to write it?
That would probably belong in src/game/client/components/ inside a new file, like how we added freezebars.cpp
Avatar
Avatar
Learath2
There is no game.cpp in ddnet or teeworlds
hmm, the actual quote is "there is no spoon"
21:32
there is no cow level
Exported 88 message(s)