diff --git a/lib/rob b/lib/rob index c3b1d73bc..c0d24c195 100644 --- a/lib/rob +++ b/lib/rob @@ -297,3 +297,6 @@ I would call that a bug. Feel free to file an issue. I really dislike knobs in APIs. ??? +What's wrong with the obvious? +I am dyspeptic. +I do not. diff --git a/lib/rsc b/lib/rsc index 5d016a3d4..cd88c5128 100644 --- a/lib/rsc +++ b/lib/rsc @@ -174,3 +174,6 @@ I filed the bug that change fixed. I will fix this. It sounds reasonable to me. Thanks for your patience. +LGTM (not actually looking carefully) +I'd like to disable more than just the test. +swtch.com is in the process of moving to the cloud. diff --git a/sys/games/lib/fortunes b/sys/games/lib/fortunes index bffac5d29..e6a7d31d9 100644 --- a/sys/games/lib/fortunes +++ b/sys/games/lib/fortunes @@ -5136,3 +5136,8 @@ In a 1984 version of Unix, things started heating up, and 'true' grew to 276 byt everyone move to github, so I did too I have an idea for an encryption scheme and I want to know what you guys think of it. Are the O'Reilly X books worth hanging onto? +What I want to know is why he considers GCC harmful at all? Wasn't it developed by the GNU Project? +Why are most webpages so shitty now? I don't ever remember the web being so shitty back around 2005ish. +No. -- hiro +How can I reconcile my belief that proprietary software is inherently malicious with my desire to make a living writing code? +But theory turned out not to be Joy’s forte. diff --git a/sys/src/9/pc/vga.c b/sys/src/9/pc/vga.c index 9043d544d..6969f9e3c 100644 --- a/sys/src/9/pc/vga.c +++ b/sys/src/9/pc/vga.c @@ -188,7 +188,7 @@ vgascreenwin(VGAscr* scr) h = scr->memdefont->height; r = scr->gscreen->r; - if(i = mkcolor(scr->gscreen, 0x444488FF)){ + if(i = mkcolor(scr->gscreen, 0x0D686BFF)){ memimagedraw(scr->gscreen, r, i, ZP, nil, ZP, S); freememimage(i); }