00:36:11 -!- arseniiv has quit (Ping timeout: 260 seconds). 00:52:12 -!- NotApplicable has quit (Quit: Leaving). 01:27:41 -!- arcsor5 has quit (Ping timeout: 240 seconds). 01:30:54 [[User talk:Heavpoot]] https://esolangs.org/w/index.php?diff=81914&oldid=81903 * Truttle1 * (+383) 02:41:46 -!- delta23 has quit (Quit: Leaving). 02:56:41 -!- arcsor5 has joined. 03:10:45 -!- ReddyAlice has joined. 03:12:57 hi 03:13:24 -!- ReddyAlice has quit (Client Quit). 05:00:23 Do you like goto sigil and gosub sigil? 05:28:49 -!- arcsor5 has quit (Ping timeout: 265 seconds). 05:40:11 -!- sprock has quit (Ping timeout: 240 seconds). 06:02:46 [[PDA-er]] https://esolangs.org/w/index.php?diff=81915&oldid=81692 * Largejamie * (+4620) 06:05:51 [[Hello world program in esoteric languages]] https://esolangs.org/w/index.php?diff=81916&oldid=81702 * Largejamie * (+302) 06:58:28 -!- Sgeo has quit (Read error: Connection reset by peer). 08:07:00 -!- hendursaga has joined. 08:09:57 -!- hendursa1 has quit (Ping timeout: 240 seconds). 08:27:58 [[Macron]] M https://esolangs.org/w/index.php?diff=81917&oldid=81896 * CatIsFluffy * (+34) Let's compromise 08:31:12 [[Caballo]] M https://esolangs.org/w/index.php?diff=81918&oldid=80335 * CatIsFluffy * (+0) /* Conditional */ 08:33:06 -!- clog has quit (Ping timeout: 260 seconds). 08:54:28 -!- LKoen has joined. 09:52:53 -!- clog has joined. 11:06:11 -!- tromp has quit (Read error: No route to host). 11:06:47 -!- tromp has joined. 12:13:10 -!- drunken_lizard has joined. 12:24:02 -!- arseniiv has joined. 12:34:11 -!- Grego has joined. 12:34:19 wiki wiki 12:34:21 ajam 12:34:23 wiki wiki 12:34:24 haciendo 12:51:16 -!- mmmattyx has joined. 12:51:35 -!- dionys has joined. 12:59:21 -!- arcsor5 has joined. 13:30:01 -!- LKoen has quit (Quit: “It’s only logical. First you learn to talk, then you learn to think. Too bad it’s not the other way round.”). 13:31:57 -!- LKoen has joined. 13:31:59 -!- LKoen has quit (Read error: Connection reset by peer). 13:57:23 -!- LKoen has joined. 14:04:59 -!- Sgeo has joined. 14:23:29 -!- LKoen has quit (Quit: “It’s only logical. First you learn to talk, then you learn to think. Too bad it’s not the other way round.”). 15:08:43 -!- Grego has left. 15:14:31 -!- LKoen has joined. 15:20:26 `learn The password of the month is hiding in plain sight. 15:20:26 (A bit late for Easter, but here we go) 15:20:30 Relearned 'password': The password of the month is hiding in plain sight. 15:22:02 Oh no, someone else got involved in the 2026 fiasco. 15:23:39 sigh 15:31:39 -!- sprock has joined. 15:31:44 -!- LKoen has quit (Quit: “It’s only logical. First you learn to talk, then you learn to think. Too bad it’s not the other way round.”). 15:36:36 Trajedy is 4 years (and a month and a few days) old. 15:48:12 -!- LKoen has joined. 16:12:46 -!- drunken_lizard has quit (Remote host closed the connection). 16:39:24 [[/ggu/]] M https://esolangs.org/w/index.php?diff=81919&oldid=78996 * PythonshellDebugwindow * (+0) /* Commands */ s/rn/nr/g 17:11:51 [[User:Mario]] https://esolangs.org/w/index.php?diff=81920&oldid=81150 * Mario * (+46) 17:16:56 [[Language list]] M https://esolangs.org/w/index.php?diff=81921&oldid=81900 * Mario * (+15) added self%ify 17:18:46 [[Third Party Contractor Accused Of A Robbery]] M https://esolangs.org/w/index.php?diff=81922&oldid=81221 * Mario * (+3) 17:22:52 [[Language list]] https://esolangs.org/w/index.php?diff=81923&oldid=81921 * Mario * (+50) added third party contractor accused of a robbery 17:25:33 [[Self%ify]] https://esolangs.org/w/index.php?diff=81924&oldid=81139 * Mario * (+86) 17:43:53 [[Special:Log/newusers]] create * AarMil42 * New user account 17:51:43 [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=81925&oldid=81907 * AarMil42 * (+395) Introduced myself 17:55:19 Do any version control systems have a partial clone function? The format of fossil should support this, although I think the implementation does not, and the existing implementation might get confused if you have a partial clone. 18:03:57 What sort of partial clone? 18:04:14 To clone just one version or a few versions rather than all versions of the code. 18:08:47 Ah. git has something called a "shallow clone" which might do some of what you want. 18:09:01 I think some hg people do fancier things than that. 18:09:11 What fancier things? 18:26:34 zzo38 how many esolangs have you made? 18:26:41 I don't know. 18:26:58 im assuming more than 1 then? 18:27:04 Yes. 18:46:35 zzo38: svn has something like that, but not quite 18:46:50 zzo38: you can make partial read-only mirrors of a repository 18:47:11 but you can't really have two repositories such that you can write to either one 18:48:05 git can't make partial clones, and I believe this is just a client limitation, the server that you clone from can send you just selected objects 18:48:22 it's not an easy one to solve though 19:10:31 Depends on what you mean by "partial". 19:10:41 It can definitely do shallow clones, as shachaf mentioned. 19:10:54 And that's a reasonable reading of "just one version or a few versions". 19:13:35 Mercurial's (optional but bundled?) "narrow" extension can slice in the other direction, too; i.e., only check out specific directories. 19:14:44 For shallow clones on git, see the --depth, --shallow-since and --shallow-exclude flags. 19:18:06 (IIRC, both Chromium and AOSP support doing a no-history clone as a more or less standard practice, through their dedicated wrappers ('repo', 'fetch'), presumably because they're so ridiculously large.) 19:19:06 With fossil it would also be possible to ask the server for only some artifacts, although you would have to know the hash of the manifest that you want; the hashes of the files can then be found after downloading the manifest. However, the implementation does not have this capability, and it might also get confused if the previous version if not available (and propagating tags may be lost). 19:20:56 If you don't care about the repository but only want to download a specific version, the same method can be used. 19:25:59 Fossil has the ability for the server to create a ZIP archive or tape archive so that you can download it, but it is sometimes disabled due to system load, and alternative implementations might not have this function. 19:27:39 [[Deskin]] https://esolangs.org/w/index.php?diff=81926&oldid=81846 * Leothetechguy * (-50) 19:30:06 The manifest will always mention all of the files though, even if you do not download some of them (in which case you cannot verify that the R card is correct). 19:48:22 -!- Lord_of_Life_ has joined. 19:49:19 -!- Lord_of_Life has quit (Ping timeout: 260 seconds). 19:49:48 -!- Lord_of_Life_ has changed nick to Lord_of_Life. 19:57:01 [[Third Party Contractor Accused Of A Robbery]] M https://esolangs.org/w/index.php?diff=81927&oldid=81922 * PythonshellDebugwindow * (+29) Turning tarpits 20:04:18 -!- S_Gautam has joined. 20:12:33 [[WALP]] https://esolangs.org/w/index.php?diff=81928&oldid=67500 * PythonshellDebugwindow * (+17) /* Programming in WALP */ Fix explanation after ~1 year 20:48:04 -!- delta23 has joined. 21:58:44 -!- LKoen has quit (Quit: “It’s only logical. First you learn to talk, then you learn to think. Too bad it’s not the other way round.”). 22:00:07 -!- hendursaga has quit (Remote host closed the connection). 22:00:32 -!- hendursaga has joined. 23:12:53 -!- S_Gautam has quit (Quit: Connection closed for inactivity). 23:23:46 -!- arcsor5 has quit (Ping timeout: 240 seconds). 23:25:42 [[Airline food]] N https://esolangs.org/w/index.php?oldid=81929 * Largejamie * (+4496) Created page with "'''Airline food''' is an [[esoteric programming language]] created by [[User:Largejamie]] in April 2021 whose programs are supposed to look like Jerry Seinfeld's stand-up. ==..." 23:28:03 [[Hello world program in esoteric languages]] https://esolangs.org/w/index.php?diff=81930&oldid=81916 * Largejamie * (+1186) 23:30:11 [[Truth-machine]] https://esolangs.org/w/index.php?diff=81931&oldid=81703 * Largejamie * (+380) /* AF */ 23:30:33 [[Truth-machine]] https://esolangs.org/w/index.php?diff=81932&oldid=81931 * Largejamie * (-1) /* Airline Food] */ 23:30:53 [[Truth-machine]] https://esolangs.org/w/index.php?diff=81933&oldid=81932 * Largejamie * (+0) /* Airline Food */ 23:56:09 [[Language list]] M https://esolangs.org/w/index.php?diff=81934&oldid=81923 * PythonshellDebugwindow * (+19) /* A */ [[Airline food]]