--- Log opened Sat Sep 08 00:00:21 2018 |
00:05 | | VirusJTG [VirusJTG@Nightstar-42s.jso.104.208.IP] has joined #code |
00:05 | | mode/#code [+ao VirusJTG VirusJTG] by ChanServ |
00:21 | | Orthia is now known as Carstol-Reg |
00:21 | | Reiver is now known as Salvani |
00:40 | | Kindamoody is now known as Kindamoody[zZz] |
00:59 | | celticminstrel [celticminst@Nightstar-v1qb0r.dsl.bell.ca] has joined #code |
00:59 | | mode/#code [+o celticminstrel] by ChanServ |
03:18 | | Carstol-Reg is now known as orthia |
03:20 | | Salvani is now known as Reiver |
03:30 | | Degi [Degi@Nightstar-17e0en.dyn.telefonica.de] has quit [Connection closed] |
03:40 | | Derakon is now known as Derakon[AFK] |
03:55 | | JustBob [justbob@ServerAdministrator.Nightstar.Net] has joined #code |
03:55 | | mode/#code [+o JustBob] by ChanServ |
04:27 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code |
04:27 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
05:14 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has quit [Ping timeout: 121 seconds] |
05:17 | | Derakon [Derakon@Nightstar-fr5qel.ca.comcast.net] has joined #code |
05:17 | | mode/#code [+ao Derakon Derakon] by ChanServ |
05:18 | | Derakon[AFK] [Derakon@Nightstar-fr5qel.ca.comcast.net] has quit [Ping timeout: 121 seconds] |
05:33 | | Vorntastic [uid293981@Nightstar-6br85t.irccloud.com] has joined #code |
05:33 | | mode/#code [+qo Vorntastic Vorntastic] by ChanServ |
06:13 | | macdjord is now known as macdjord|slep |
07:18 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code |
07:18 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
07:25 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has quit [Ping timeout: 121 seconds] |
08:47 | <&McMartin> | Hooray, my Atari project is now fully playable |
08:47 | <&McMartin> | 619 bytes! |
08:48 | <&McMartin> | Though at the moment it cannot actually tell if you have won, but the way it makes new games is such that it kind of doesn't have to |
09:04 | <~Vorntastic> | It should make a stupid noise |
09:04 | <&McMartin> | yes |
09:04 | <&McMartin> | I have it all picked out |
09:05 | <&McMartin> | Also if you have won or not started it should randomly change the foreground and background colors every four seconds, as seen in Combat and Space Invaders |
09:06 | <&McMartin> | And then, finally, I have a bunch of unused screen and ROM space and I'm going to attempt The Penultimate Technique to have a high-res title graphic. |
09:06 | <&McMartin> | The Penultimate Technique is described at https://lparchive.org/Solaris/Update%2010/ among other places |
09:35 | <~Vorntastic> | If that's the penultimate technique, what's the ultimate technique |
09:35 | <&McMartin> | It's a technique about penultimates |
09:35 | <&McMartin> | (It exploits a mode where the graphics displayed are the second-most-recent write to the graphics register) |
09:37 | <&McMartin> | It was *intended* to let you have your graphics loop last 152 cycles instead of 76 without halving your vertical sprite placement resolution, but two years before The Great Crash it got repurposed for super-high-res score displays |
09:37 | <&McMartin> | ... and then the console stayed in commercial support eight further years after the Great Crash |
09:38 | <&McMartin> | So basically all games of import for the console post Yars' Revenge, inclusive, use that trick and basically nothing uses VDEL for its intended purpose but Combat and Breakout |
09:38 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code |
09:38 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
09:39 | <&McMartin> | did that get through up through Breakout? |
09:39 | <&McMartin> | hopefully tastic stayed around |
09:42 | <~Vorntastic> | Yes |
09:43 | <~Vorntastic> | Lines end with register, displays, crash, breakout |
09:43 | <&McMartin> | that's all of them |
09:48 | <~Vorntastic> | So, there is no Omnislash |
09:52 | | Kindamoody[zZz] is now known as Kindamoody |
10:02 | <&McMartin> | Not as such no |
10:04 | <@abudhabi> | Hrm. I need to upgrade libcairo2 past what my package manager thinks is stable. What's the easiest way to do this? I need it for the new version of MySQL Workbench. |
10:09 | <&[R]> | For one machine or plural? |
10:09 | <@abudhabi> | One machine. |
10:10 | <&[R]> | Make a new package with the updated version, that way when upstream has a version that's even newer, it'll update seamlessly and properly. |
10:11 | <@abudhabi> | I'm not sure what that means. |
10:12 | <@abudhabi> | How do I make a new package? |
10:12 | <&[R]> | What's your package manager? |
10:13 | <@abudhabi> | I use aptitude usually. There's also apt-get, and Mint's graphical update manager. |
10:13 | <@abudhabi> | For this operation, I'm using gdebi to try to install mysql workbench. |
10:13 | <&[R]> | So... dpkg |
10:13 | <@abudhabi> | It tells me that, " |
10:13 | <@abudhabi> | "Dependency is not satisfiable: libcairo2 (>= 1.15.8)". |
10:14 | <@abudhabi> | Yeah. |
10:15 | <&[R]> | Honestly, your best option is to look up how to make an RPM package then use alien to convert it. |
10:15 | <&[R]> | Making a .deb normally is needlessly complicated |
10:17 | <@abudhabi> | What if I simply obtain the deb of the version I need and install it? |
10:17 | <&[R]> | That might work, depends on the compilation environment and options of that package |
10:19 | <@abudhabi> | Or I could try to find a different mysql client. |
10:20 | <&[R]> | Or run it in a Docker container |
10:20 | <@abudhabi> | I have very little experience with docker. |
10:20 | <&[R]> | Or in a chroot of another distro or an updated distro |
10:21 | <&[R]> | https://fleshless.org/pages/spark.html <-- provides a rootfs tarball |
10:22 | <&[R]> | Gentoo stage3 would also work I think |
10:35 | <@abudhabi> | Or I could just switch over to my Windows machine and install WB there. |
11:39 | | Degi [Degi@Nightstar-9qdo67.dyn.telefonica.de] has joined #code |
11:52 | | Pink [user1@Nightstar-g7hdo5.dyn.optonline.net] has joined #code |
12:09 | | Pink [user1@Nightstar-g7hdo5.dyn.optonline.net] has quit [Connection closed] |
12:32 | | VirusJTG [VirusJTG@Nightstar-42s.jso.104.208.IP] has quit [[NS] Quit: Leaving] |
12:48 | | VirusJTG [VirusJTG@Nightstar-42s.jso.104.208.IP] has joined #code |
12:48 | | mode/#code [+ao VirusJTG VirusJTG] by ChanServ |
14:12 | | Pink [user1@Nightstar-g7hdo5.dyn.optonline.net] has joined #code |
14:14 | | VirusJTG [VirusJTG@Nightstar-42s.jso.104.208.IP] has quit [[NS] Quit: Leaving] |
14:38 | | VirusJTG [VirusJTG@Nightstar-42s.jso.104.208.IP] has joined #code |
14:38 | | mode/#code [+ao VirusJTG VirusJTG] by ChanServ |
18:18 | | Kindamoody is now known as Kindamoody|out |
18:52 | | macdjord|slep is now known as macdjord |
20:09 | | Degi [Degi@Nightstar-9qdo67.dyn.telefonica.de] has quit [Ping timeout: 121 seconds] |
20:22 | | Vorntastic [uid293981@Nightstar-6br85t.irccloud.com] has quit [[NS] Quit: Connection closed for inactivity] |
20:24 | | Pink [user1@Nightstar-g7hdo5.dyn.optonline.net] has quit [Connection closed] |
20:25 | | Pink [user1@Nightstar-g7hdo5.dyn.optonline.net] has joined #code |
21:15 | | Degi [Degi@Nightstar-9qdo67.dyn.telefonica.de] has joined #code |
21:15 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has quit [Ping timeout: 121 seconds] |
23:25 | <&[R]> | Windows never ceases to amaze me how much lag it has between having a USB device plugged in and it being usable |
--- Log closed Sun Sep 09 00:00:23 2018 |