Shanghai
I'm more of a philosophy student than a programmer but I do have some computer-related projects.
Pronouns: they/them
Ticket created by ~runxiyu on ~emersion/soju
When soju receives a large amount of messages (in my testing I used 10000 messages in approximately 3 seconds), it becomes noticeably slow and hangs intermittently.
Screencasts:
- soju: https://andrewyu.org/direct.mkv https://envs.sh/i4T.mkv.xz
- direct connection: https://andrewyu.org/soju.mkv https://envs.sh/i4p.mkv.xz
Comment by ~runxiyu on ~delthas/senpai
Could we also have a way to access it from the keyboard?
And to be honest, I'd prefer it to be on the screen all the time (as opposed to only show when clicked or only show when activated via the keyboard) but I guess that's a personal preference
Ticket created by ~runxiyu on ~bptato/chawan
#Output
[previous successful output omitted] CC: ../../src/utils/twtstr.nim CC: jebp.nim In file included from /home/runxiyu/ext/chawan/adapter/img/jebp.c:4: /home/runxiyu/ext/chawan/adapter/img/jebp.h: In function ‘jebp__sum_pred_dct’: /home/runxiyu/ext/chawan/adapter/img/jebp.h:2168:9: note: use ‘-flax-vector-conversions’ to permit conversions between vectors with differing element types or numbers of subparts 2168 | v_pred32 = vreinterpret_u8_u32(v_pred8); | ^~~~~~~~ /home/runxiyu/ext/chawan/adapter/img/jebp.h:2168:40: error: incompatible type for argument 1 of ‘vreinterpret_u8_u32’ 2168 | v_pred32 = vreinterpret_u8_u32(v_pred8); | ^~~~~~~ | | | uint8x8_t In file included from /home/runxiyu/ext/chawan/adapter/img/jebp.h:482: /usr/lib/gcc/aarch64-redhat-linux/14/include/arm_neon.h:33:9: note: expected ‘__Uint32x2_t’ but argument is of type ‘uint8x8_t’ 33 | #pragma GCC aarch64 "arm_neon.h" | ^~~ Error: execution of an external compiler program 'gcc -c -w -fmax-errors=3 -flto=auto -fno-strict-aliasing -I/home/runxiyu/ext/chawan/adapter/img -fpermissive -O3 -fno-strict-aliasing -fno-ident -fno-math-errno -I/home/runxiyu/ext/nim-2.0.8/lib -I/home/runxiyu/ext/chawan/adapter/img -o /home/runxiyu/ext/chawan/.obj/release/jebp/@mjebp.c.o /home/runxiyu/ext/chawan/adapter/img/jebp.c' failed with exit code: 1#System environment
- Fedora Linux Asahi Remix 40
- aarch64 (Apple M1), with 16k pages
#Questions
- Could I just disable jebp if I don't need webp support? (I personally like webp, but this seems like a weird issue to deal with)
- I'm not sure what uint8x8_t is at all, it seems to be some ARM "Neon" types
Comment by ~runxiyu on ~runxiyu/sjdb
Both On This Day and In The News use legacy code written by Albert, which depends on using BeautifulSoup to parse Wikipedia's HTML, which is unstable. We have to switch to the API sometime.
Comment by ~runxiyu on ~runxiyu/sjdb
In The News was completed using legacy code in
892ff97dda7f05f7783d9c9bad13a221db8befd6.
Comment by ~runxiyu on ~runxiyu/sjdb
On This Day was completed using legacy code in
9ef2d4253c7f85baed2ec576b4c012b371abd131.