Public
Federated
User

Izzy's Old Account@[email protected]
Following
3
Followers
3
Posts
29
Grumpy t-girl networking engineer.

I have a blue 2007 Kawasaki ZZR250, red 1988 Honda VT250, and a red 2005 Suzuki Swift. I'd really like a CB750 or Z1 900 one day.
Recognised as an infohazard in the state of Queensland.
I probably won't follow you back until you've said something interesting to me, sorry.


Statuses
Following
Followers
Media
Gallery
Favorites
[email protected] reposted



Izzy's Old Account
replyReply to @[email protected]
@tlapka@ak.kawen.space is this a lego survival game???

Izzy's Old Account
protip: if an instance's timelines are locked down but you still want to vibe check it after someone does someone shitty, check the emojos
Show all NSFW posts

Izzy's Old Account
replyReply to @[email protected]
real talk I'll probably do some more bullshit with different size vtys on T2 and 3 displays. If you run them at lower resolutions you get non-displayed but drawable areas; this means if you run a T3 display (160x50) at T2 resolution (80x25) you get the equivalent of 3 more screens of VRAM.it would also be interesting to play with allocating one less line as the drawable area and having a status line with like, time, memory, number of processes. this would give me just enough VRAM wiggle room to allow swapping out an extra screen one section at a time. with a T3 GPU, using 80x24 displays instead of 80x25 displays gives you half a screen worth of free VRAM, which could be used to store half the screen, which would then be drawn over with the terminal you're switching to, then that section of VRAM would be drawn into from the half you saved, and the process would be repeated for the other half. this would mean doing ... 4 bitblt calls instead of 2, but only 2 of those would actually relate to the screen

Izzy's Old Account
replyReply to @[email protected]
Shout-out to @asie@mk.asie.pl who fixed a synchronisation bug in OC that was preventing this from working in-game and stopped me pulling all my hair out.
Now I have it running in-game, see the attached video for a demonstration
for my next trick I'll allow multiple physical displays on one GPU


Izzy's Old Account
replyReply to @[email protected]
while it would be interesting to implement something that runs on the screen only and acts as a task manager/debugger, I'm not confident I can reasonably do that.
that's okay though. this is pretty useful nonetheless.


Izzy's Old Account
so I implemented multiple virtual terminals per display in the PsychOS terminal emulator layer
if I use a T3 GPU instead of a T2 GPU, the screen it's attached to gets 12 vtys it's pretty silly
haven't implemented the DEC extensions for copying data between "pages" yet but I might later. also the area fill control sequences.




Izzy's Old Account
I feel slightly robbed that meteorology doesn't have anything to do with space rocks

Izzy's Old Account
replyReply to @[email protected]
@TransGal4872@fedi.absturztau.be @wolf480pl@mstdn.io friendly reminder that the correct term is "guilds", check the API for confirmation


Izzy's Old Account
replyReply to @[email protected]
re: uncharacteristically optimistic shower thought@TransGal4872@fedi.absturztau.be @wolf480pl@mstdn.io I haven't heard anything about it since the initial thingo
I guess Microsoft would be better than the current management, mostly because I haven't heard about them trying to kill anyone recently
Shout-out to Antitrust (2001)

Izzy's Old Account
discord may be annoying but I mean they're less of an existential threat to humanity than disney
pedos running a walled garden chat platform used primarily by The Gamers vs a megacorp owning most entertainment produced, among other things? hardly a competition.


Izzy's Old Account
replyReply to @[email protected]
@coolboymew@shitposter.club aren't you missing hawaii and alaska?

Izzy's Old Account
replyReply to @[email protected]
@fluffy@social.handholding.io @yousei@ap.tiuxo.com hell, a significant reason I bothered to set this up was so I could have a Free chat setup I could give out links to that wasn't IRC
and as it is it all runs on my own infrastructure, so I'm pretty fuckin happy with it

Izzy's Old Account
replyReply to @[email protected]
@fluffy@social.handholding.io @yousei@ap.tiuxo.com ConverseJS is, and I'll add a note about the landing page JS being Free next time I modify it

Izzy's Old Account
replyReply to @[email protected]
@yousei@ap.tiuxo.com it's all javascript - ConverseJS is the actual active part, but I did the landing page with JS rather than server side scripting because if the client needs it anyway, why not?