Current Server Time: 00:45 (Central Europe)

#apertus IRC Channel Logs

2021/03/24

Timezone: UTC


00:07
mumptai
left the channel
00:23
BAndiT1983
changed nick to: BAndiT1983|away
02:17
vnksnkr
joined the channel
03:25
Bertl_oO
off to bed now ... have a good one everyone!
03:25
Bertl_oO
changed nick to: Bertl_zZ
05:05
BAndiT1983|away
changed nick to: BAndiT1983
05:19
vnksnkr
left the channel
05:23
vnksnkr
joined the channel
05:41
vnksnkr
left the channel
05:42
vnksnkr
joined the channel
05:42
vnksnkr
left the channel
05:43
vnksnkr
joined the channel
05:43
vnksnkr
left the channel
06:40
markusengsner
joined the channel
07:09
se6ast1an
good day
08:00
panintended
left the channel
10:43
mumptai
joined the channel
11:02
Bertl_zZ
changed nick to: Bertl
11:02
Bertl
morning folks!
11:07
se6ast1an
good day
11:39
satacker[m]
Good morning
11:44
hp_dopeman[m]
joined the channel
11:44
hp_dopeman[m]
Good morning
11:44
satacker[m]
< https://matrix.org/_matrix/media/r0/download/matrix.org/ZuXVbHEGVkOQGieMrAWKaORT/message.txt >
11:45
satacker[m]
And modprobe -rf doesn't work either
11:46
satacker[m]
https://github.com/SAtacker/kernel_learn
11:55
Bertl
try to avoid long messages when using the matrix gateway, as they end up as single line with a link, which delays getting a proper response
11:56
Bertl
if you have something longer to support your question or comment, use a pastebin, write a few words what is pasted there and add the link
11:57
Bertl
regarding unloading your module, this looks like part of your driver is either still used or the way you designed the driver keeps it from being removed (self reference for example)
11:58
Bertl
the '2' in the last column hints that there are two 'holders' for the driver
11:59
satacker[m]
<Bertl "try to avoid long messages when "> Sorry , will keep that in mind
12:00
satacker[m]
<Bertl "regarding unloading your module,"> okay
12:24
vnksnkr
joined the channel
13:02
markusengsner
left the channel
13:16
vnksnkr
left the channel
13:17
vnksnkr
joined the channel
14:31
bluez_
changed nick to: bluez
14:31
bluez
left the channel
14:32
bluez
joined the channel
14:39
bluez
changed nick to: bluez_
14:44
bluez_
changed nick to: bluez
14:45
bluez
left the channel
14:45
bluez
joined the channel
14:47
BAndiT1983
changed nick to: BAndiT1983|away
15:14
Bertl
off for now ... bbl
15:14
Bertl
changed nick to: Bertl_oO
15:24
BAndiT1983|away
changed nick to: BAndiT1983
15:48
pangelo[m]
left the channel
15:48
priyamraj2000[m]
left the channel
15:51
priyamraj2000[m]
joined the channel
16:04
pangelo[m]
joined the channel
16:06
BAndiT1983
changed nick to: BAndiT1983|away
16:07
illwieckz
left the channel
16:09
vnksnkr
left the channel
16:14
illwieckz
joined the channel
17:35
BAndiT1983|away
changed nick to: BAndiT1983
17:58
markusengsner
joined the channel
18:25
satacker[m]
Hello
18:25
satacker[m]
Could you please verify Kernel Challenge Task 1 https://github.com/SAtacker/kernel_learn#output
18:30
Bertl_oO
check out https://www.kernel.org/doc/html/v5.10/process/coding-style.html
18:40
satacker[m]
<Bertl_oO "check out https://www.kernel.org"> How bad is the current one actually?
18:42
BAndiT1983
death penalty is not enough for that ;) :P
18:42
BAndiT1983
besides the code style, why are there compiler warnings?
18:43
satacker[m]
<BAndiT1983 "besides the code style, why are "> Those are okayish i guess
18:47
BAndiT1983
warnings are okayish? and i've always thought that they have some purpose
18:56
eppisai
hi BAndiT1983, I had opened windows today, thought i should continue on running visulizer in windows and see why app is behaving like this.. can you give me some pointers on how to reverse engineering this, to see whats going wrong, had downloaded radare2 cutter and google's orbit(since they provide .exe for windows)
18:56
eppisai
https://user-images.githubusercontent.com/54789531/112026838-9cde5280-8b5c-11eb-9b02-ea9a70f50129.mp4
18:56
eppisai
it is still like this..
18:57
satacker[m]
Good Night folks
18:57
eppisai
gn :)
18:58
eppisai
https://github.com/eppisai/AXIOM-Remote/blob/windows_build/AXIOM_Remote_Firmware_Visualizer/CMakeLists.txt
18:58
BAndiT1983
eppisai: hi, first thing, why do you need a disassembler when you have the source code there? second question, which compiler and what is the context there? third question, have you tried RenderDoc to analyze why the rendering is nto there?
18:59
Bertl_oO
satacker[m]: night!
19:00
Bertl_oO
BAndiT1983: eppisai was talking about reverse engineering, maybe this refers to Microsoft Windows? :)
19:00
BAndiT1983
this could be illegal in some countries
19:01
BAndiT1983
but i'm not holding people back there, living on the edge as gangsta and such
19:02
BAndiT1983
eppisai: you can also place log output to the terminal, as it seems that something is not starting up properly, usually the output will tell some things at the beginning, like OpenGL version 3.3
19:04
eppisai
no, I have not tried RenderDoc,because i didnt know about it, i thought maybe i find which function is at fault using disassembler.. I'll try render doc, and std::cout ...
19:05
BAndiT1983
ehm, there is a pretty new technology to make your life easier, it's called debugger
19:05
LordVan_
joined the channel
19:07
eppisai
haha..new :p well I'll use now, i had never used it before.. so was mentioned std::cout..
19:09
eppisai
btw , i had created P.R eariler, if you have time please look at it, and provide some feedback.. :)
19:09
BAndiT1983
just don't tell that to a company in the future, as debugger is the default tool you should know
19:09
BAndiT1983
new PR or the one i've already commented?
19:10
Bertl_oO
well, actually Linus Torvalds uses a debugger as well, but not for debugging ...
19:11
eppisai
aaah.. you haven't commented on it yet.. its one day old..
19:12
BAndiT1983
i can see my comments -> https://github.com/apertus-open-source-cinema/AXIOM-Remote/pull/33
19:12
eppisai
Bertl_oO: I am sorry maybe something was implied , but still need to, for what?
19:13
BAndiT1983
https://www.reddit.com/r/linux/comments/b48irs/linus_torvalds_i_dont_like_debuggers_never_have/
19:13
Bertl_oO
here is the quote: "I don't like debuggers. Never have, probably never will. I use gdb all the
19:13
Bertl_oO
time, but I tend to use it not as a debugger, but as a disassembler on
19:13
BAndiT1983
currently reddit seems to throw 503
19:13
Bertl_oO
steroids that you can program."
19:13
BAndiT1983
don't know if it's the tool on steroids or Linus
19:16
vup
I mean why not both
19:16
Bertl_oO
but I agree with BAndiT1983 here, debugger are awesome and can help a lot if you know how to use them ... as long as you do not solely rely on them
19:20
eppisai
BAndiT1983: here its showing me, 1 min ago..maybe something wrong with github.. I didn't want to place all the functions in a header file, so thought of extending it to utils.cpp,
19:21
BAndiT1983
there is a difference by moving some function or core functionality and variables of a class, SOLID principles should be applied, please look them up
19:24
eppisai
oh.... i see...Thanks! I looked it up, i thought 'solid' as in adjective before,I will read it and follow it from now..
19:24
eppisai
https://en.wikipedia.org/wiki/SOLID
19:39
mumptai
left the channel
19:40
mumptai
joined the channel
21:02
mumptai
left the channel
21:31
LordVan_
left the channel
21:46
markusengsner
left the channel
21:48
se6ast1an
off to bed, good night
22:02
Bertl_oO
nn
22:03
eppisai
gn! :)