<hayley>
To my knowledge the byteswap is done off-line though; I think Xerox should have just picked an endianness and had the VM byteswap at some convenient time (like we do with every network protocol).
<ldb>
At least Plan 9 is designed with the potential endianess difference in mind
<jcowan>
Yes, apparently it is done offline. I had forgotten that.
<jcowan>
I also didn't know that Fujitsu had abandoned SPARC in favor of ARM
<jcowan>
There remains z/Arch, though
pve has quit [Quit: leaving]
louis` has quit [Ping timeout: 246 seconds]
louis` has joined #commonlisp
louis` has quit [Remote host closed the connection]
louis` has joined #commonlisp
akoana has joined #commonlisp
louis` has quit [Ping timeout: 245 seconds]
wildbartty_ has joined #commonlisp
habamax has quit [Quit: ERC 5.4 (IRC client for GNU Emacs 28.2)]
habamax has joined #commonlisp
triffid has joined #commonlisp
wildbartty has quit [Ping timeout: 272 seconds]
wildbartty_ has quit [Quit: Leaving]
wildbartty_ has joined #commonlisp
tyson2 has quit [Remote host closed the connection]
tyson2` has quit [Remote host closed the connection]
louis` has joined #commonlisp
tyson2 has joined #commonlisp
louis` has quit [Ping timeout: 264 seconds]
louis` has joined #commonlisp
random-nick has quit [Ping timeout: 240 seconds]
louis` has quit [Ping timeout: 246 seconds]
b00p has joined #commonlisp
louis` has joined #commonlisp
akoana has quit [Quit: leaving]
louis` has quit [Ping timeout: 264 seconds]
b00p has quit [Ping timeout: 240 seconds]
louis` has joined #commonlisp
louis` has quit [Ping timeout: 246 seconds]
masinter has quit [Ping timeout: 250 seconds]
masinter has joined #commonlisp
louis` has joined #commonlisp
louis` has quit [Ping timeout: 240 seconds]
yewscion has quit [Remote host closed the connection]
yewscion has joined #commonlisp
yewscion has quit [Remote host closed the connection]
yewscion has joined #commonlisp
louis` has joined #commonlisp
louis` has quit [Ping timeout: 272 seconds]
ldb has quit [Quit: ERC 5.4 (IRC client for GNU Emacs 28.1)]
eddof13 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
louis` has joined #commonlisp
habamax has quit [Quit: ERC 5.4 (IRC client for GNU Emacs 28.2)]
louis` has quit [Ping timeout: 245 seconds]
tyson2 has quit [Remote host closed the connection]
<edgar-rft>
the characters in the video are so small that I can see barely nothing at all
<edgar-rft>
not even in full-screen mode :-(
<pve>
edgar-rft: oh, that's not good.. are you using a phone?
<jackdaniel>
looks good on 4k
<pve>
this is basically my first time making a video :)
<edgar-rft>
pve: 1280x1024 pixel VGA
<pve>
ok, I guess I should have used a bigger font..
<pve>
I'll try to remember that in case I make a new video
<edgar-rft>
pve: it turns out that it's the shitty github video player, if I download the video and watch the local copy from harddisk I can see everything
<pve>
phew!
waleee has joined #commonlisp
jonatack1 has joined #commonlisp
random-nick has joined #commonlisp
thollief has joined #commonlisp
mgl has quit [Quit: Client closed]
mgl has joined #commonlisp
green_ has quit [Remote host closed the connection]
green_ has joined #commonlisp
waleee has quit [Ping timeout: 246 seconds]
jonatack2 has joined #commonlisp
jonatack1 has quit [Read error: Connection reset by peer]
Gleefre has quit [Remote host closed the connection]
mfiano has quit [Quit: WeeChat 3.8]
mfiano has joined #commonlisp
lucasta has joined #commonlisp
<paulapatience>
Shinmera: If I'm just using pathname-utils for native-namestring, i.e., I'm not specifically using dos-native-namestring on a Unix platform, can I use UIOP's native-namestring instead? Or is UIOP's version lacking in some respects?
habamax has quit [Remote host closed the connection]
tyson2 has joined #commonlisp
splatt990 has joined #commonlisp
<Shinmera>
uiop's is not as strict. For instance, it'll parse a namestring with a Nul character, even though that's not allowed for unix namestrings. uiop's also doesn't handle things like ~/../ correctly, while p-u does.
<Shinmera>
that's just from me looking at the source.
<paulapatience>
Shinmera: Ok, thanks. I do recall from UIOP's documentation that its pathname functions are not to be used with untrusted input. I'll use pathname-utils then.
silasfox has quit [Quit: Connection closed]
pi2 is now known as johnjaye
mgl has quit [Quit: Client closed]
eddof13 has joined #commonlisp
eddof13 has quit [Client Quit]
pranavats has left #commonlisp [Disconnected: Hibernating too long]
eddof13 has joined #commonlisp
<ogamita>
Shinmera: ~/../ works niceley in CL: (merge-pathnames (make-pathname :directory '(:relative :up) :defaults (user-homedir-pathname)) (user-homedir-pathname)) #| --> #P"/home/" |#
<Shinmera>
wow cool thanks, I told you to never talk to me again and once more you go and don't respect my wishes.
<Shinmera>
so here's a fun thing: I'm a mod of this channel
<Shinmera>
if you talk to me again I will ban you again.
<Shinmera>
got that?
<Shinmera>
good.
Gleefre has joined #commonlisp
<ogamita>
I wonder why somebody wouldn't want me to talk to him again…
<ogamita>
Also, for IRC newbies, be them mod or not, it doesn't work like this. There's not a /donottalkto command, there's an /ignore command. Type /ignore ogamita !!!
jeosol has joined #commonlisp
ogamita was banned on #commonlisp by Shinmera [*!*@2a01:4f8:161:52e2::2]
ogamita was kicked from #commonlisp by Shinmera [ogamita]
pjb was banned on #commonlisp by Shinmera [pjb!*@*]
<Shinmera>
Thanks for making the choice easier on me
<Shinmera>
any other alt nicks of his that I'm missing?
pjb was kicked from #commonlisp by Shinmera [pjb]
<Shinmera>
lmk if he uses another alt
<Shinmera>
For those that may think my actions are rather drastic, rest assured I have plenty of other reasons to believe it is better for this channel to be free of his presence
<yitzi>
Shinmera: You don't need to defend yourself. The logs are available for those curious....at least for a sampling.
<yitzi>
s/defend yourself/defend your actions/
<Shinmera>
Sure, though I understand not many would want to trawl through years of history to get a good picture :)
NotThatRPG has quit [Ping timeout: 245 seconds]
<White_Flame>
I think this +b was the case back on freenode, too?
<Shinmera>
it was reverted by request, though I wasn't present when that request happened
<Shinmera>
There's so much still left to do though
<Shinmera>
Especially 3D collision/physics are very underbaked
<Shinmera>
And that's currently roadblocking me from making actual progress on the game
pranavats has joined #commonlisp
hosk1 has joined #commonlisp
hosk1 has quit [Client Quit]
bike has quit [Remote host closed the connection]
zxcvz has joined #commonlisp
woudshoo has quit [Ping timeout: 245 seconds]
bike has joined #commonlisp
jonatack2 has quit [Read error: Connection reset by peer]
jonatack3 has joined #commonlisp
bike has quit [Read error: Connection reset by peer]
bike has joined #commonlisp
flip768 is now known as flip214
ezakimak has quit [Ping timeout: 245 seconds]
woudshoo has joined #commonlisp
tane has joined #commonlisp
tane has quit [Changing host]
tane has joined #commonlisp
bendersteed has quit [Quit: βυε]
tyson2 has quit [Remote host closed the connection]
tane has quit [Remote host closed the connection]
tane has joined #commonlisp
tane has joined #commonlisp
lucasta has quit [Quit: Leaving]
tane has quit [Client Quit]
jackdaniel has left #commonlisp [#commonlisp]
tyson2 has joined #commonlisp
cage has joined #commonlisp
woudshoo has quit [Ping timeout: 246 seconds]
rtypo has joined #commonlisp
dcb has joined #commonlisp
attila_lendvai_ has joined #commonlisp
NotThatRPG has joined #commonlisp
eelhazred has joined #commonlisp
attila_lendvai_ is now known as attila_lendvai
eddof13 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
eddof13 has joined #commonlisp
ezakimak has joined #commonlisp
tyson2 has quit [Remote host closed the connection]
tyson2 has joined #commonlisp
tyson2 has quit [Remote host closed the connection]
cage has quit [Quit: rcirc on GNU Emacs 28.2]
tyson2 has joined #commonlisp
tyson2 has quit [Remote host closed the connection]
Cymew has quit [Ping timeout: 272 seconds]
Oladon has joined #commonlisp
Gleefre has quit [Remote host closed the connection]
tyson2 has joined #commonlisp
thuna` has joined #commonlisp
tyson2 has quit [Remote host closed the connection]
msavoritias has quit [Remote host closed the connection]
tyson2 has joined #commonlisp
eddof13 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Inline has joined #commonlisp
Brucio-61 has quit [Ping timeout: 250 seconds]
tyson2 has quit [Remote host closed the connection]
dino_tutter has quit [Ping timeout: 246 seconds]
tyson2 has joined #commonlisp
alcor has joined #commonlisp
Brucio-61 has joined #commonlisp
rogersm has joined #commonlisp
thollief has quit [Quit: Leaving]
zxcvz has quit [Quit: zxcvz]
tyson2 has quit [Ping timeout: 272 seconds]
<aeth>
oh, yes, 3D collision.
<aeth>
kind of hard to do a rough "good enough, come back to it later" in 3D... so easy to get caught in corners
<aeth>
I mean, literally. Not corner cases, corners.
<aeth>
Maybe it's one of those things where you have to do it properly from the start.
tyson2 has joined #commonlisp
rgherdt has joined #commonlisp
notzmv has quit [Ping timeout: 246 seconds]
shka has quit [Ping timeout: 272 seconds]
NotThatRPG has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dino_tutter has joined #commonlisp
Inline has quit [Ping timeout: 272 seconds]
attila_lendvai has quit [Ping timeout: 272 seconds]
jeosol has quit [Quit: Client closed]
waleee has joined #commonlisp
Oladon has quit [Quit: Leaving.]
son0p has joined #commonlisp
waleee has quit [Ping timeout: 272 seconds]
rgherdt has left #commonlisp [Leaving]
waleee has joined #commonlisp
igemnace has quit [Remote host closed the connection]
tyson2 has quit [Remote host closed the connection]
hrberg has quit [Ping timeout: 245 seconds]
hrberg has joined #commonlisp
triffid has quit [Ping timeout: 240 seconds]
triffid has joined #commonlisp
waleee has quit [Ping timeout: 240 seconds]
eddof13 has joined #commonlisp
tyson2 has joined #commonlisp
dino_tutter has quit [Ping timeout: 250 seconds]
eddof13 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
azimut has quit [Ping timeout: 240 seconds]
pve has quit [Quit: leaving]
habamax has joined #commonlisp
yewscion has quit [Remote host closed the connection]
yewscion has joined #commonlisp
waleee has joined #commonlisp
alcor has quit [Remote host closed the connection]
<jcowan>
Shinmera: Thank you. A better justification is not that he personally annoys you but that he's a troll. An occasionally very helpful troll, but still a troll.
waleee has quit [Ping timeout: 246 seconds]
Nilby has quit [Quit: [d⃥e⃥l⃥e⃥t⃥e⃥d⃥]]
eddof13 has joined #commonlisp
waleee has joined #commonlisp
Oladon has joined #commonlisp
tyson2 has quit [Remote host closed the connection]
eddof13 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]