Current Server Time: 23:21 (Central Europe)

#apertus IRC Channel Logs

2021/03/24

Timezone: UTC


01:07
mumptai
left the channel
01:23
BAndiT1983
changed nick to: BAndiT1983|away
03:17
vnksnkr
joined the channel
04:25
Bertl_oO
off to bed now ... have a good one everyone!
04:25
Bertl_oO
changed nick to: Bertl_zZ
06:05
BAndiT1983|away
changed nick to: BAndiT1983
06:19
vnksnkr
left the channel
06:23
vnksnkr
joined the channel
06:41
vnksnkr
left the channel
06:42
vnksnkr
joined the channel
06:42
vnksnkr
left the channel
06:43
vnksnkr
joined the channel
06:43
vnksnkr
left the channel
07:40
markusengsner
joined the channel
08:09
se6ast1an
good day
09:00
panintended
left the channel
11:43
mumptai
joined the channel
12:02
Bertl_zZ
changed nick to: Bertl
12:02
Bertl
morning folks!
12:07
se6ast1an
good day
12:39
satacker[m]
Good morning
12:44
hp_dopeman[m]
joined the channel
12:44
hp_dopeman[m]
Good morning
12:44
satacker[m]
< https://matrix.org/_matrix/media/r0/download/matrix.org/ZuXVbHEGVkOQGieMrAWKaORT/message.txt >
12:45
satacker[m]
And modprobe -rf doesn't work either
12:46
satacker[m]
https://github.com/SAtacker/kernel_learn
12: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
12: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
12: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)
12:58
Bertl
the '2' in the last column hints that there are two 'holders' for the driver
12:59
satacker[m]
<Bertl "try to avoid long messages when "> Sorry , will keep that in mind
13:00
satacker[m]
<Bertl "regarding unloading your module,"> okay
13:24
vnksnkr
joined the channel
14:02
markusengsner
left the channel
14:16
vnksnkr
left the channel
14:17
vnksnkr
joined the channel
15:31
bluez_
changed nick to: bluez
15:31
bluez
left the channel
15:32
bluez
joined the channel
15:39
bluez
changed nick to: bluez_
15:44
bluez_
changed nick to: bluez
15:45
bluez
left the channel
15:45
bluez
joined the channel
15:47
BAndiT1983
changed nick to: BAndiT1983|away
16:14
Bertl
off for now ... bbl
16:14
Bertl
changed nick to: Bertl_oO
16:24
BAndiT1983|away
changed nick to: BAndiT1983
16:48
pangelo[m]
left the channel
16:48
priyamraj2000[m]
left the channel
16:51
priyamraj2000[m]
joined the channel
17:04
pangelo[m]
joined the channel
17:06
BAndiT1983
changed nick to: BAndiT1983|away
17:07
illwieckz
left the channel
17:09
vnksnkr
left the channel
17:14
illwieckz
joined the channel
18:35
BAndiT1983|away
changed nick to: BAndiT1983
18:58
markusengsner
joined the channel
19:25
satacker[m]
Hello
19:25
satacker[m]
Could you please verify Kernel Challenge Task 1 https://github.com/SAtacker/kernel_learn#output
19:30
Bertl_oO
check out https://www.kernel.org/doc/html/v5.10/process/coding-style.html
19:40
satacker[m]
<Bertl_oO "check out https://www.kernel.org"> How bad is the current one actually?
19:42
BAndiT1983
death penalty is not enough for that ;) :P
19:42
BAndiT1983
besides the code style, why are there compiler warnings?
19:43
satacker[m]
<BAndiT1983 "besides the code style, why are "> Those are okayish i guess
19:47
BAndiT1983
warnings are okayish? and i've always thought that they have some purpose
19: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)
19:56
eppisai
https://user-images.githubusercontent.com/54789531/112026838-9cde5280-8b5c-11eb-9b02-ea9a70f50129.mp4
19:56
eppisai
it is still like this..
19:57
satacker[m]
Good Night folks
19:57
eppisai
gn :)
19:58
eppisai
https://github.com/eppisai/AXIOM-Remote/blob/windows_build/AXIOM_Remote_Firmware_Visualizer/CMakeLists.txt
19: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?
19:59
Bertl_oO
satacker[m]: night!
20:00
Bertl_oO
BAndiT1983: eppisai was talking about reverse engineering, maybe this refers to Microsoft Windows? :)
20:00
BAndiT1983
this could be illegal in some countries
20:01
BAndiT1983
but i'm not holding people back there, living on the edge as gangsta and such
20: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
20: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 ...
20:05
BAndiT1983
ehm, there is a pretty new technology to make your life easier, it's called debugger
20:05
LordVan_
joined the channel
20:07
eppisai
haha..new :p well I'll use now, i had never used it before.. so was mentioned std::cout..
20:09
eppisai
btw , i had created P.R eariler, if you have time please look at it, and provide some feedback.. :)
20:09
BAndiT1983
just don't tell that to a company in the future, as debugger is the default tool you should know
20:09
BAndiT1983
new PR or the one i've already commented?
20:10
Bertl_oO
well, actually Linus Torvalds uses a debugger as well, but not for debugging ...
20:11
eppisai
aaah.. you haven't commented on it yet.. its one day old..
20:12
BAndiT1983
i can see my comments -> https://github.com/apertus-open-source-cinema/AXIOM-Remote/pull/33
20:12
eppisai
Bertl_oO: I am sorry maybe something was implied , but still need to, for what?
20:13
BAndiT1983
https://www.reddit.com/r/linux/comments/b48irs/linus_torvalds_i_dont_like_debuggers_never_have/
20:13
Bertl_oO
here is the quote: "I don't like debuggers. Never have, probably never will. I use gdb all the
20:13
Bertl_oO
time, but I tend to use it not as a debugger, but as a disassembler on
20:13
BAndiT1983
currently reddit seems to throw 503
20:13
Bertl_oO
steroids that you can program."
20:13
BAndiT1983
don't know if it's the tool on steroids or Linus
20:16
vup
I mean why not both
20: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
20: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,
20: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
20: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..
20:24
eppisai
https://en.wikipedia.org/wiki/SOLID
20:39
mumptai
left the channel
20:40
mumptai
joined the channel
22:02
mumptai
left the channel
22:31
LordVan_
left the channel
22:46
markusengsner
left the channel
22:48
se6ast1an
off to bed, good night
23:02
Bertl_oO
nn
23:03
eppisai
gn! :)