IRC channel logs
2024-01-16.log
back to list of logs
<damo22>something fishy is going on, i changed all the baud parameters from B9600 to B115200, and i mostly get a 115200 console over real com port, but the last bit after start pci-arbiter:..... is garbled <damo22>what sets the baud rate after start pci-arbiter: .... ? <damo22>maybe the tty params are changed by bootstrap? <damo22>this was captured over a serial port from a HP T620 <damo22>we probably dont see it on qemu because the baud rate doesnt matter on something that has no clock <damo22>but we really need to fix serial port debug access <solid_black>sneek: tell gnucode to stop spelling Ladybird with capital B 😀️ <sneek>Welcome back solid_black, you have 1 message! <sneek>solid_black, gnucode says: For now, do you suppose it would be hard to package LadyBird for Debian ? <sneek>gnucode, solid_black says: to stop spelling Ladybird with capital B 😀️ <solid_black>judging by my recent experience, *everything* is hard to package for Debian <solid_black>but what do I know; people with actual Debian packagingng experience will probably disagree <solid_black>but even then, Ladybird may be relatively hard, since it was not written to be a good citizen among other software / packages <solid_black>the SerenityOS Browser was written to be a good citizen on Serenity, and then things got ported to other systems as Lagom / Ladybird, but they don't respect the existing conventions much <solid_black>but also, there's hope, since it's not only the Hurd people who would like Ladybird packaged <solid_black>so we'll probably see it eventually packaged, from the larger Debian community <gfleury>youpi: can you resend me the command make check in glibc to check if abi and plt are ok when moving symbol <youpi>gfleury: I don't remember what I had sent you, but it should have been something like <youpi>make -C ../htl subdir=htl objdir=$PWD ..=../ $PWD/htl/check-abi-libpthread.out <youpi>make -C ../elf subdir=elf objdir=$PWD ..=../ $PWD/elf/check-abi-libc.out <gnucode>nikolar: what cool things are you doing today? <gnucode>I'm thinking about writing q2 2023 qoth. <gnucode>Samuel actually requested that someone go in and fill out that backlog of features. :) <youpi>nikolar: I believe it's still useful <youpi>so people know that no, the project hasn't been inactive for all that time, it just has not communicated <youpi>but better late than never :) <gnucode>ThinkT510: well ideally one would go back for several years perhaps? It takes me about 2-3 days to write up a qoth. It's not difficult. It just takes time. <ThinkT510>impressive. I like your dedication. probably need to go through a lot of the mailing lists and commit logs <gnucode>ThinkT510: Anyone can write a qoth. I just follow this guide: <gnucode>Gooberpatrol66: thanks! It's nice the q3 of 2023 we can report that rust works! I actually got html-ts-mode working in Emacs yesterday! That means Emacs on the Hurd can use tree-sitter! <dsmith>gnucode, Next month I'm giving a talk about Rust at the Akron Linux User Group meeting <gnucode>dsmith: that sounds cool! How many archetitures does rust actually support? I've heard it is a really hard language to port. <gnucode>*hard to port to other archetitures. (maybe hard to port to OSes too). <dsmith>Lots. But there are different Tiers.