00:00:02 -!- danieljabailey has quit (Quit: ZNC 1.6.4+deb1 - http://znc.in). 00:00:20 -!- danieljabailey has joined. 00:04:32 -!- `^_^v has joined. 00:12:51 -!- `^_^v has quit (Quit: This computer has gone to sleep). 00:14:42 -!- `^_^v has joined. 00:14:55 -!- Phantom_Hoover has quit (Remote host closed the connection). 00:36:42 -!- `^_^v has quit (Quit: This computer has gone to sleep). 01:20:05 -!- doesthiswork has joined. 02:02:42 <\oren\> At least SOMEBODY made a good fighter combat game for PC even if it wasn't bandai namco 02:05:23 why would it have been bandai namco? 02:06:11 <\oren\> alercah: they make ace combat series 02:06:56 <\oren\> but the only title for PC is "ace combat assault horizon" which is total crap 02:07:33 <\oren\> http://store.steampowered.com/app/242130/ 02:08:18 <\oren\> but apparently somebody made a proper recreation of the classic ace combat games 02:08:30 -!- Cale has joined. 02:48:05 -!- hppavilion[1] has quit (Ping timeout: 240 seconds). 02:59:37 -!- sleffy has quit (Ping timeout: 260 seconds). 03:02:37 -!- ATMunn has quit (Quit: See ya! o/). 03:07:54 -!- Cale has quit (Remote host closed the connection). 03:23:23 Why does bash believe that the only files I will want to open with Firefox are HTML files? It isn't; sometimes I want to load PDF files, SVG files, and sometimes even plain text files (mainly for printing), too. 03:24:38 Maybe because Firefox is often called a "web browser". 03:24:59 Yes, but I also use it for PDF (since I don't have another program for PDF) 03:25:16 Perhaps the authors of the computer code that things you only want to open HTML files have never used Firefox. 03:25:33 They only made their decision based on the one-line description of the program. 03:25:57 I could probably alter it easily enough, although still there it is. 03:26:30 The people who make it should learn better; you can write to them such notice 03:27:19 it's not bash, it's whoever writes the default completions 03:27:21 I don't know who made that part of the code 03:27:37 bash completions are customizable 03:27:39 though very arcane 03:27:51 alercah: Yes, but I thought they were written by the same people 03:28:00 I dunno 03:28:04 I try not to assume that sort of thing 03:28:08 it's a separate package on debian 03:28:41 O, OK, I did not know that 03:37:11 Do you know if it is possible to make bash completions for some commands to be able to use SQL queries for the completions? (I have a shell script where this would be useful) 03:37:52 -!- `^_^v has joined. 03:37:52 -!- `^_^v has quit (Client Quit). 03:38:33 I think so 03:38:41 I believe you can call arbitrary binaries 03:38:56 Yes, it's just a bash function. 03:42:43 Specifically the following SQL query is what I use: select moz_bookmarks.title from moz_places, moz_bookmarks on moz_places.id = moz_bookmarks.fk where not hidden; I use it with another shell script which makes a different SQL query on the same database in order to load Firefox with the named bookmark as the loaded URL. (I name all of my bookmarks with single words making them easily to type) 03:51:14 zzo38: What database software do you like, other than sqlite? 03:54:05 SQLite is all I use for databases 03:56:00 -!- hppavilion[1] has joined. 03:56:29 what about for distributed systems? 03:56:43 halercah 03:56:48 -!- imode has quit (Ping timeout: 240 seconds). 03:56:56 I don't use that 03:57:03 Are there any good scalable open-source databases that aren't key-value stores? 03:57:45 I don't know, but you could write a driver to use them with SQLite4 perhaps, if you want to use a key-value store as a SQL database. 03:59:09 (I think SQLite4 does support shard keys, in case you need that feature.) 03:59:20 How does that work? 03:59:46 shachaf: hachaf 04:01:27 The documentation describes how that is working. Any columns which are the keys are stored as part of the key using such an encoding so that a binary sort will sort them in the correct order. The table number is also stored at the beginning of the key, using a variable integer encoding. 04:06:24 zzo38: I was reading about how cockroachdb was implementing SQL recently, https://www.cockroachlabs.com/blog/sql-in-cockroachdb-mapping-table-data-to-key-value-storage/ 04:06:30 I don't like the name of that company. 04:06:33 -!- doesthiswork has quit (Quit: Leaving.). 04:06:37 I'll do my best not to use their product because of the name. 04:12:27 -!- tromp has quit (Remote host closed the connection). 04:15:22 It is different than what SQLite4 does. 04:20:13 (I also think if you hate it due to their name, that is not a very good reason to avoid using it. However, you may have other reasons to use or don't use it, which can be OK.) 04:21:41 No, that's pretty much the main reason. 04:22:08 I hope they nearly fail and are forced by their investors to chang their name. 04:24:15 Well, it is your choice to use or don't, but in my opinion it is not a very good reason. (I also don't hate their name, but even if so, isn't the very good reason, unless perhaps you are also using another program with the same name and makes it confusing.) 04:24:54 No, I just don't like cockroaches. 04:27:28 -!- sleffy has joined. 04:29:01 This is the SQLite4 description http://sqlite.org/src4/doc/trunk/www/index.wiki 04:33:19 zzo38: Do you like SQL? 04:33:31 Have you designed another database query language? 04:34:10 I have not designed another one; I think SQL is OK (there are some things that are difficult with it, but mostly it is OK) 04:34:34 imo Scow Query Language 04:34:53 SQL is not so bad. But I think it's possible to do much better probably. 04:35:18 Maybe you are correct; I don't know 04:35:52 Of course it depends on the application. 04:39:51 SQL seems good for querying SQL databases and also CSV and similar stuff, although to query something such as a RDF graph will be difference 05:06:59 -!- tromp has joined. 05:11:45 -!- tromp has quit (Ping timeout: 248 seconds). 05:24:49 -!- hppavilion[1] has quit (Quit: HRII'FHALMA MNAHN'K'YARNAK NGAH NILGH'RI'BTHNKNYTH). 05:25:16 -!- hppavilion[1] has joined. 06:05:22 -!- sleffy has quit (Ping timeout: 240 seconds). 06:13:19 -!- pancaked has joined. 06:13:26 hi 06:55:09 -!- tromp has joined. 06:59:29 -!- tromp has quit (Ping timeout: 248 seconds). 07:01:32 -!- FreeFull has quit. 07:45:59 -!- imode has joined. 07:50:58 -!- tromp has joined. 07:55:42 -!- tromp has quit (Ping timeout: 246 seconds). 08:04:40 -!- Antoxyde has joined. 08:14:50 -!- jaboja has joined. 08:16:11 -!- augur has joined. 08:26:13 -!- tromp has joined. 08:34:44 -!- AnotherTest has joined. 08:38:03 -!- imode has quit (Ping timeout: 246 seconds). 09:01:57 -!- kurolox has joined. 09:19:28 -!- augur has quit (Remote host closed the connection). 09:44:49 Hey fizzie, I'm not sure if you're around here. do you know any way of setting up the locale inside umlbox? 09:55:05 -!- hppavilion[1] has quit (Ping timeout: 240 seconds). 10:09:22 -!- jaboja has quit (Read error: Connection reset by peer). 10:10:44 -!- tromp has quit (Remote host closed the connection). 10:13:57 -!- jaboja has joined. 10:16:49 -!- augur has joined. 10:18:30 kurolox: The same way you'd do it outside, pretty much. The kernel isn't really involved. On HackEgo we call essentially "umlbox env LANG=en_NZ.UTF-8 X" to run X. 10:19:14 so env changes are permanent inside the sandbox? 10:20:42 I'm not sure what "permanent" means this context. It works the same way as always, children inherit the environment from the parent. 10:21:02 Well, I mean this. https://i.imgur.com/DIRXDjL.png 10:21:35 because the locale between umlbox and the host are quite different. 10:21:36 No, we just wrap every execution inside env. 10:21:54 That was the "X" part of "env LANG=en_NZ.UTF-8 X". 10:22:17 As in, when someone says `foo, we run env LANG=en_NZ.UTF-8 foo. (Omitting some details here.) 10:22:17 oh, okay. Now I understand. 10:22:36 For some reason I was thinking that you were trying to run a X session with umlbox, not that X was "insert whatever here" 10:22:53 I need a coffee 10:23:08 -!- tromp has joined. 10:23:18 I was thinking of saying instead, but was wary of '<'s and '>'s. 10:23:50 okay, thanks for the help. 10:27:56 There's a more "direct" way of setting environment in umlbox in that the init binary's configuration file format has an 'env' command, but I don't think the stock umlbox script ever uses that. 10:29:30 -!- augur has quit (Remote host closed the connection). 10:49:28 -!- jaboja has quit (Ping timeout: 240 seconds). 10:56:59 zzo38: that's not bash's beleif, that's the belief of debian who wrote all those crazy custom completion scripts. I start by disabling those. 11:16:06 -!- jaboja has joined. 11:17:08 -!- J_Arcane has joined. 11:49:29 -!- tromp has quit (Remote host closed the connection). 11:50:47 -!- Slereah has joined. 11:50:54 Hey folks 11:53:20 -!- tromp has joined. 11:57:47 -!- kurolox has quit (Quit: Leaving). 11:59:32 allo 12:27:15 -!- LKoen has joined. 12:30:20 -!- augur has joined. 12:34:22 -!- augur has quit (Ping timeout: 240 seconds). 13:17:42 -!- zseri has joined. 13:36:01 -!- `^_^v has joined. 13:38:55 -!- `^_^v has quit (Client Quit). 13:48:56 -!- jaboja has quit (Ping timeout: 246 seconds). 13:58:50 -!- ATMunn has joined. 14:03:30 -!- `^_^v has joined. 14:10:33 -!- MrBusiness3 has quit (Ping timeout: 246 seconds). 14:18:44 -!- `^_^v has quit (Quit: Leaving). 14:19:13 -!- `^_^v has joined. 14:38:43 -!- jaboja has joined. 15:03:05 `? brevity 15:03:07 syn. "shortness" 15:03:12 `? terseness 15:03:13 terseness? ¯\(°​_o)/¯ 15:16:11 -!- ATMunn has quit (Quit: ¯\_(ツ)_/¯). 15:49:46 @google lambdabot 15:49:48 https://wiki.haskell.org/Lambdabot 16:36:21 -!- AnotherTest has quit (Ping timeout: 240 seconds). 16:42:25 [wiki] [[MIX (Knuth)]] https://esolangs.org/w/index.php?diff=53091&oldid=53085 * B jonas * (+1764) 16:47:50 `grwp dome 16:47:59 boredome:The Boredome is a dangerous place swarming with woodpeckers, dentists, and bookworms. \ wisdome:The Wisdome is the place where all of HackBot's wisdom is stored and forced to fight to the death for the freedom of being printed out when you type `wisdom. Strictly speaking, it should be called the "Wissphere". 16:48:59 a sphere is just a bidome 16:57:36 `? sphere 16:57:37 sphere? ¯\(°​_o)/¯ 16:57:37 `? bidome 16:57:38 bidome? ¯\(°​_o)/¯ 16:57:53 -!- augur has joined. 16:58:32 -!- idris-bot has quit (Quit: Terminated). 16:59:28 -!- Melvar has quit (Quit: thunderstorm). 17:00:18 -!- augur has quit (Remote host closed the connection). 17:04:39 -!- ais523 has joined. 17:04:40 -!- ais523 has quit (Changing host). 17:04:40 -!- ais523 has joined. 17:14:09 -!- ais523 has quit (Remote host closed the connection). 17:14:38 hmm, what was the last olist? 17:15:18 -!- ais523 has joined. 17:16:45 `olist 1099 17:16:46 olist 1099: shachaf oerjan Sgeo FireFly boily nortti b_jonas 17:23:18 -!- imode has joined. 17:29:26 -!- AnotherTest has joined. 17:32:45 -!- sleffy has joined. 17:33:31 -!- FreeFull has joined. 17:36:31 -!- Melvar has joined. 17:43:14 -!- idris-bot has joined. 17:44:08 -!- AnotherTest has quit (Ping timeout: 246 seconds). 17:46:50 what's an olist? 17:47:33 zseri: ask the wisdome 17:48:48 `? olist 17:48:50 olist is update notification for the webcomic Order of the Stick. http://www.giantitp.com/comics/ootslatest.html 17:49:18 ok 17:57:31 -!- ATMunn has joined. 18:02:25 -!- ais523 has quit (Remote host closed the connection). 18:03:34 -!- ais523 has joined. 18:08:23 -!- augur has joined. 18:09:41 -!- augur has quit (Remote host closed the connection). 18:25:44 -!- augur has joined. 18:25:47 -!- ais523 has quit. 18:25:54 -!- augur has quit (Remote host closed the connection). 18:25:56 -!- ais523 has joined. 18:31:21 -!- augur has joined. 18:32:19 -!- erdic has joined. 18:44:14 -!- augur has quit (Remote host closed the connection). 18:44:51 -!- augur has joined. 18:49:20 -!- augur has quit (Ping timeout: 255 seconds). 18:51:56 -!- AnotherTest has joined. 18:59:02 -!- ATMunn has quit (Quit: rip me :( (just kidding, I'LL BE BACK)). 19:01:49 -!- ais523 has quit (Remote host closed the connection). 19:01:58 -!- ais523 has joined. 19:10:36 -!- `^_^v has quit (Quit: This computer has gone to sleep). 19:27:29 -!- `^_^v has joined. 19:30:04 -!- Phantom_Hoover has joined. 19:30:04 -!- Phantom_Hoover has quit (Changing host). 19:30:04 -!- Phantom_Hoover has joined. 20:03:47 -!- brandonson has joined. 20:04:01 -!- brandonson has quit (Client Quit). 20:04:11 -!- brandonson has joined. 20:04:13 -!- brandonson has quit (Client Quit). 20:06:38 -!- brandonson has joined. 20:06:39 -!- brandons1n has joined. 20:06:39 -!- LKoen has quit (Remote host closed the connection). 20:07:12 -!- Lord_of_Life has quit (Changing host). 20:07:12 -!- Lord_of_Life has joined. 20:07:12 -!- Lord_of_Life has quit (Changing host). 20:07:12 -!- Lord_of_Life has joined. 20:09:05 -!- brandonson has quit (Disconnected by services). 20:10:08 -!- brandons1n has quit (Client Quit). 20:10:36 -!- brandonson has joined. 20:12:41 -!- augur has joined. 20:15:11 -!- brandonson has quit (Client Quit). 20:15:59 -!- brandonson has joined. 20:16:00 -!- brandons1n has joined. 20:18:57 -!- brandonson has quit (Client Quit). 20:18:57 -!- brandons1n has quit (Client Quit). 20:22:23 -!- brandonson has joined. 20:32:32 -!- erkin has joined. 20:57:50 -!- `^_^v has quit (Quit: This computer has gone to sleep). 21:03:16 -!- wob_jonas has joined. 21:07:14 -!- zseri has quit (Quit: Leaving). 21:09:05 -!- sleffy has quit (Ping timeout: 240 seconds). 21:20:30 -!- ^v has quit (Ping timeout: 252 seconds). 21:28:13 -!- ^v has joined. 21:32:14 [wiki] [[Javagrid]] https://esolangs.org/w/index.php?diff=53092&oldid=53033 * Stefan-hering * (+4050) 21:34:28 [wiki] [[Javagrid]] https://esolangs.org/w/index.php?diff=53093&oldid=53092 * Stefan-hering * (+0) 21:49:35 -!- augur has quit (Remote host closed the connection). 21:52:00 -!- augur has joined. 21:53:49 -!- augur has quit (Remote host closed the connection). 21:54:58 -!- Phantom_Hoover has quit (Ping timeout: 264 seconds). 21:56:49 -!- Phantom_Hoover has joined. 22:06:33 -!- MrBusiness3 has joined. 22:15:37 -!- sleffy has joined. 22:37:53 <\oren\> "Russia is a big country. Russia helps the United States run the International Space Station. Other countries also help with the space station. But only Russian spacecraft carry people to it right now." -- NASA official website 22:38:32 \oren\: using that language? :-D 22:42:12 -!- `^_^v has joined. 22:42:52 -!- Cale has joined. 22:47:05 -!- Phantom_Hoover has quit (Read error: Connection reset by peer). 22:47:13 -!- erkin has quit (Quit: Ouch! Got SIGABRT, dying...). 22:59:10 -!- wob_jonas has quit (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client). 23:04:33 sounds like a site for kids 23:06:57 <\oren\> Apparently a WaPo writer was disciplined for criticizing jeff bezos 23:07:28 -!- doesthiswork has joined. 23:11:08 -!- Phantom_Hoover has joined. 23:11:08 -!- Phantom_Hoover has quit (Changing host). 23:11:08 -!- Phantom_Hoover has joined. 23:23:28 -!- AnotherTest has quit (Ping timeout: 240 seconds). 23:29:06 -!- augur has joined. 23:32:34 -!- augur has quit (Remote host closed the connection). 23:32:52 -!- pancaked has quit (Quit: Page closed). 23:32:58 -!- `^_^v has quit (Quit: This computer has gone to sleep). 23:35:56 -!- augur has joined. 23:40:01 -!- Phantom_Hoover has quit (Remote host closed the connection). 23:40:28 -!- ATMunn has joined. 23:50:40 -!- augur has quit (Remote host closed the connection). 23:56:29 [wiki] [[MIX (Knuth)]] https://esolangs.org/w/index.php?diff=53094&oldid=53091 * B jonas * (-1) /* Instruction opcodes */