26 Jul 2023 |
@heavyrain266:mozilla.org | Matrix still feels like the alternative to mails rather than something for real-time chatting | 07:08:42 |
@heavyrain266:mozilla.org | Each message is like 60 lines of json to process... | 07:09:31 |
@heavyrain266:mozilla.org | Oh, it's not like that anymore | 07:10:27 |
cwfitzgerald | I mean it's not like parsing json is expensive | 07:10:47 |
@heavyrain266:mozilla.org | {
"content": {
"body": "Each message is like 60 lines of json to process...",
"msgtype": "m.text"
},
"origin_server_ts": 1690355371125,
"sender": "@heavyrain266:mozilla.org",
"type": "m.room.message",
"unsigned": {
"age": 64,
"transaction_id": "m1690355368827.2"
},
"event_id": "$nN3FFw7Re3YvxRWmjBCxjlnw60Prv8Meoy2KJfzhVWM",
"room_id": "!NnQKKHycLsnvUKYsfE:matrix.org"
}
| 07:10:47 |
@heavyrain266:mozilla.org | if you have milions of users on instance then it's expensive | 07:11:17 |
cwfitzgerald | Of course, but that's a hosts problem not ours | 07:12:49 |
cwfitzgerald | And can always be solved with more hardware | 07:12:59 |
m4b | With announcement of mold 2.0 I’ll note my large wgpu project would previously take 10-15 seconds for a debug build after some edits. Now it’s 2-5 seconds when I started using mold a few months ago :) | 15:32:06 |
David Huculak | Damn! Ok I think it's finally time for me to try it out | 15:34:23 |
m4b | Highly recommend :) | 15:35:36 |
m4b | If you’re on x86 something like this in cargo config should work:
[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = [
"-C", "link-arg=-fuse-ld=mold",
]
| 15:37:16 |
m4b | Prepare for a recompile of everything tho :) | 15:37:32 |
m4b | It is such a pronounced change for me I barely notice debug build times anymore | 15:38:06 |
m4b | If you’re on windows I don’t know how to set it up :) | 15:39:43 |
David Huculak | Mold isn't supported on windows but they will eventually add support in the commercial version: sold.
Sadly this means I'll need to wait till I get off work to try it out lol | 15:40:52 |
m4b | Ah bummer | 15:46:37 |
28 Jul 2023 |
| Joe O'Connor set a profile picture. | 10:58:26 |
1 Aug 2023 |
kvark | I’m sad to write this, but seriously, FF, can you not lose open tabs? It’s like the main responsibility you have.
On desktop, this may happen after an update or restart. Not often, but still.
On iOS, if I hadn’t switched to a tab for a while, it will become blank with no url. Seriously, man… | 13:39:09 |
@heavyrain266:mozilla.org | Isn't it using WebKit on iOS? I remember exact same behaviour on safari | 13:42:47 |
2 Aug 2023 |
m4b | yea i feel like ios aggressively reclaims tabs in safari; i have like 300+ open right now and if i open up some old tab it'll reload the whole thing from scratch | 04:03:26 |
3 Aug 2023 |
| Paddi ⚡️ joined the room. | 00:09:33 |
kvark | In reply to @heavyrain266:mozilla.org Isn't it using WebKit on iOS? I remember exact same behaviour on safari The engine is WebKit, but tab management- I assume to be a part of the browser, not the engine. | 20:09:07 |
7 Aug 2023 |
kvark | Baldurs Gate 3 on Tactician difficulty brings back good memories from the past. Happen to stumble upon an enemy unprepared? Expect the party to be wiped out in 3 turns :) | 17:18:51 |
9 Aug 2023 |
| prataprc joined the room. | 12:19:40 |
15 Aug 2023 |
scoopr | https://hachyderm.io/@Mara/110893379722645234 | 15:14:19 |
cwfitzgerald | Nice | 15:29:54 |
17 Aug 2023 |
| @heavyrain266:mozilla.org left the room. | 16:49:49 |
| @heavyrain266:mozilla.org joined the room. | 16:51:14 |
19 Aug 2023 |
| @heavyrain266:mozilla.org left the room. | 10:02:15 |