code logs -> 2024 -> Mon, 25 Mar 2024< code.20240324.log - code.20240326.log >
--- Log opened Mon Mar 25 00:00:58 2024
01:59 Degi [Degi@Nightstar-1m0411.pool.telefonica.de] has quit [Ping timeout: 121 seconds]
02:05 Degi [Degi@Nightstar-vichkc.pool.telefonica.de] has joined #code
06:01
<&[R]>
If you want to watch me struggle learning gdb so I can get a working copy of Inferno OS compiled, come watch my stream at https://twitch.tv/fossunleashed
06:07
<&[R]>
I think emu segfaults before main()
06:07
<&[R]>
WEEEE
07:21
<&[R]>
Okay, got it all working
07:21
<&[R]>
Inferno is quite different from what I expected
07:43
<@macdjord>
[R]: ... how the hell do you segfault /before/ main()?!?
07:43
<&[R]>
pthreads
07:44
<&[R]>
I think main() wasn't main()
07:44
<@macdjord>
Ah. As the saying goes: Now you have /two/ problems.
08:32
<&[R]>
Is there a shell program that can be used to quickly convert numbers to/from hex?
08:42
<@macdjord>
... I could swear there is but the name escapes me.
08:43
<@macdjord>
You can certainly write a one-line Python script to do it in a pinch.
09:08
<&[R]>
Yeah
09:09
<&[R]>
I've been using the node.js REPL to bruteforce base10->base16
09:09
<&[R]>
Going the otherway is nice and simply at least
09:41 Pinkhair [Pink@Nightstar-0l1v5d.sub-75-236-37.myvzw.com] has joined #code
09:44 Pink [Pink@Nightstar-f5ed0e.sub-75-236-31.myvzw.com] has quit [Ping timeout: 121 seconds]
13:32 bluefoxx [fuzzylombax@Nightstar-gmk.ubj.180.108.IP] has quit [[NS] Quit: breaking configs]
13:39 bluefoxx [fuzzylombax@Nightstar-gmk.ubj.180.108.IP] has joined #code
13:52 Vornicus [Vorn@Nightstar-ivektl.res.spectrum.com] has joined #code
13:52 mode/#code [+qo Vornicus Vornicus] by ChanServ
15:13 Vornicus [Vorn@Nightstar-ivektl.res.spectrum.com] has quit [Connection closed]
17:02 Emmy [Emmy@Nightstar-qo29c7.fixed.kpn.net] has joined #code
19:39 Vornicus [Vorn@Nightstar-ivektl.res.spectrum.com] has joined #code
19:39 mode/#code [+qo Vornicus Vornicus] by ChanServ
20:24
<&McMartin>
Yeah, I just sit in a Python repl to do that
20:24
<&McMartin>
hex(57) or 0x57 as needed
20:28
<~Vornicus>
'0x39', 87
20:54
<@Tamber>
There's also `bc`. tell it `obase=16` and it'll output in hex. (going the other way is `obase=10`,`ibase=16`)
21:09
<&[R]>
Ah nice, thanks Tamber
22:08
<&[R]>
TIL about the idea cypher
22:09
<&[R]>
Not much discussion about symetrical encryption algos
22:09
<&[R]>
Or shared key rather
22:11
<&[R]>
(Inferno ships with a utility for it)
22:16
<&[R]>
Ah, it's broken
22:54 Emmy [Emmy@Nightstar-qo29c7.fixed.kpn.net] has quit [Ping timeout: 121 seconds]
--- Log closed Tue Mar 26 00:00:59 2024
code logs -> 2024 -> Mon, 25 Mar 2024< code.20240324.log - code.20240326.log >

[ Latest log file ]