Potato
I can raise it, but I'll need to restart the bot
Anonymous
That's alright
rosbridge
<BieHDC> i wonder, does it also take over style?
rosbridge
<BieHDC> nope
Potato
test
rosbridge
<Cernodile> so it escapes any markdown on both sides
rosbridge
<BieHDC> likely a good idea
rosbridge
<BieHDC> so we are just missing file transfer from telegram to discord then?
Mark
'missing'
rosbridge
<Cernodile> we're not really missing, it's just limited.
Potato
hmm
Potato
another message dropped
rosbridge
<Cernodile> anything with a shrug doesn't arrive
Potato
¯\_(ツ)_/¯
rosbridge
<BieHDC> it doesnt like messages with a "command"
rosbridge
<BieHDC> (╯°□°)╯︵ ┻━┻
rosbridge
<Cernodile> well, that went through
rosbridge
<BieHDC> :thonk:
rosbridge
<BieHDC> then it might have a forbidden character
rosbridge
<BieHDC> seems so, i directly copied the "/shrug" output
Potato
I can try changing the message style
BieHDC
/shrug@matterbridge_1_bot
Potato
but that requires a restart of the bot
BieHDC
/shrug@matterbridge_1_bot
rosbridge
<BieHDC> wtf
rosbridge
<BieHDC> "/shrug" assembles to a link when clicked sends this message i better go afk now
Mark
guess its time to disable notifications for this chat
hacker12455
Yeah.
Alejandro Jeditobe
does anybody want to test fresh fix from hackfest?
Alejandro Jeditobe
https://github.com/reactos/reactos/pull/768
rosbridge
<Cernodile> Alright, we'll stop poking around for now and will notify if there's anything interesting going on from our side.
Stas'M
Oh
Stas'M
HELO d1sc0rd p30pl3
rosbridge
<the bot> whoa
rosbridge
<the bot> really fuckin nice
Anonymous
@x86corez btw do you still need smbios dumps?
Anonymous
I saw that you have Latitude E5530 noted there, I have a E5430 to add there :)
Stas'M
I'm from mobile now, but will test more dumps soon
Anonymous
Alright, if you need more smbios dumps, I'll also bring up your smbios program to Discord so you can get more results from there.
Eris
o are we talking with discord peeps?
Anonymous
yes but it's read-only for the regular members there, only certain privileged members can talk backwards
Eris
i think that's for the best tbh
Anonymous
It will stay that way, because Discord is ten times more noisy compared to the Telegram group, and well, in here everything goes to one place, in Discord it's split across multiple channels.
Eris
i know how discord works
Anonymous
Hey guys I want to know in which language React Os is written?
Anonymous
Visual basic?
Anonymous
C?
Mark
english
Anonymous
And is it just fork of Wine or it only uses some part of it?
Anonymous
Chungy
Almost entirely a combination of C and C++
rosbridge
<BieHDC> i hope it hels @x86corez its a very diverse dump https://cdn.discordapp.com/attachments/480317303339089930/480423404462407681/smbiosdumps.zip
Chungy
[chungy@turanga reactos]$ loccount . 2>/dev/null all 5579063 (100.00%) in 14104 files c 5182778 (92.90%) in 7838 files c++ 327451 (5.87%) in 972 files asm 32217 (0.58%) in 271 files yacc 12179 (0.22%) in 11 files javascript 7110 (0.13%) in 11 files python 6788 (0.12%) in 13 files lex 2697 (0.05%) in 6 files autotools 2361 (0.04%) in 28 files m4 1929 (0.03%) in 3 files expect 1695 (0.03%) in 3 files perl 1335 (0.02%) in 2 files makefile 205 (0.00%) in 10 files shell 186 (0.00%) in 6 files rust 68 (0.00%) in 2 files css 47 (0.00%) in 1 files php 10 (0.00%) in 1 files obj-c 7 (0.00%) in 1 files
Chungy
@redshaman
Anonymous
Almost entirely a combination of C and C++
And how can I contribute? I mean lets say I fixed something. How can I test it? I must compile whole thing then reinstall to see the result?
Chungy
I suppose it depends on the component you're editing :) you might be able to just replace an exe if you find that easy, or rebuild the whole thing.
Chungy
If you're modifying the kernel, you'll probably want to run it in QEMU and use the virtual serial port to debug it (I do believe you can hook gdb into the virtual machine too, I'm not positive about it...)
Chungy
but if you fix a display issue in something like Notepad, you can visually inspect that :)
Chungy
https://www.reactos.org/wiki/Debugging
Chungy
There is some information on the wiki
hacker12455
I can help with setting up debugging on VirtualBox.
Anonymous
There is some information on the wiki
Thanks for your time and information. I really want to do something and just wanted to be sure that I will do it right way
Chungy
You'll probably do it the wrong way at first, but that's just how we learn :D
Chungy
and yeah VirtualBox should be usable too
Chungy
If you're on Windows, QEMU will be slow
Chungy
on Linux it's faster than VirtualBox with KVM. heh
Anonymous
I can help with setting up debugging on VirtualBox.
Thanks. I know how to install system via VirtualBox
hacker12455
I meant debugging.
hacker12455
Not OS install.
Anonymous
I meant debugging.
There is a debug mode or something?
Anonymous
Windows also has it?
hacker12455
I think so
hacker12455
ROS has a kernel debugger
hacker12455
User mode too
Chungy
the release versions of Windows don't have any debugging symbols in them, but otherwise Microsoft debugs it in much the same way ReactOS is debugged.
Mark
you can download the PDB files for windows
Anonymous
I can do translations too. If its needed.