←2023-09-20 2023-09-21 2023-09-22→ ↑2023 ↑all
00:00:22 -!- Lord_of_Life has quit (Ping timeout: 260 seconds).
00:01:58 -!- Lord_of_Life has joined.
00:10:58 <esolangs> [[Special:Log/newusers]] create * Elliptical * New user account
00:46:49 -!- Sgeo has joined.
00:52:27 -!- Hooloovoo has quit (Read error: Connection reset by peer).
00:53:02 -!- Hooloovoo has joined.
01:21:39 -!- siesta has joined.
01:41:40 <esolangs> [[Headsecks]] M https://esolangs.org/w/index.php?diff=116397&oldid=115814 * Kaveh Yousefi * (-1) Rectified an orthographic mistake.
05:48:30 <Sgeo> There exists at least one non-esoteric programming language in which the syntax to indicate that the rest of the line is a comment is: two spaces
05:57:13 <int-e> . o O ( "we hate indentation" )
05:57:33 <zzo38> Which programming languages is that?
06:00:08 <Sgeo> IBM 1401 Autocoder
06:00:40 <Sgeo> Comments
06:00:40 <Sgeo> A remark can be included anywhere in the operand
06:00:40 <Sgeo> field of an Autocoder statement, if at least two nonSignificant spaces separate it from the operands.
06:00:45 <Sgeo> According to http://bitsavers.org/pdf/ibm/1401/J24-1434-2_IBM_1401_Autocoder_Specifications_1961.pdf
06:01:45 <Sgeo> The programs would generally be written down on a sheet that shows the exact columns each character is in, and then typed into punched cards, so I'd imagine two spaces is more clearly visible than they would be in a modern day text editor
06:09:45 <citrons> that's interesting.
06:10:43 -!- tromp has joined.
06:11:26 <citrons> is this just a macro assembler
06:13:08 <citrons> wow, strings are delimited with @
06:17:59 <int-e> Oh yes, designing for punched cards makes a difference.
06:19:21 -!- Deepfriedice has joined.
06:20:49 <citrons> putting things in specific columns, etc
06:20:52 <int-e> @ looks a bit like a colon on a punched card going by https://en.wikipedia.org/wiki/File:Blue-punch-card-front-horiz_top-char-contrast-stretched.png
06:21:50 <int-e> also, who really uses @ for anything, right
06:24:17 <int-e> (I'm assuming that 1961 is the date of that specification)
06:25:48 <zzo38> The document said you can have blanks and @ inside of a alphamerical literal, as long as @ does not appear in any comment on the same line as a alphamerical literal.
06:27:46 <zzo38> It also says only one alphamerical literal per line, which makes sense otherwise it would be ambiguous.
06:28:04 <citrons> I'm wondering what "processing overlap" is
06:28:45 <Sgeo> Offhand I think it's like async I/O, but let me check
06:28:57 <citrons> oh, interesting.
06:30:25 <Sgeo> The processing overlap feature allows processing to
06:30:25 <Sgeo> be interrupted in order to take input-output cycles. A
06:30:25 <Sgeo> character can be read, written, or punched between
06:30:25 <Sgeo> processing cycles.
06:30:29 <Sgeo> http://bitsavers.trailing-edge.com/pdf/ibm/1401/A24-1403-5_1401_Reference_Apr62.pdf
06:30:50 <zzo38> It seems badly designed to use the same @ sign for overlap operations which can then interfere in this way.
06:31:00 <citrons> I was thinking the same thing
06:31:50 <citrons> what character set did the 1401 use?
06:31:55 <Sgeo> @ for overlap seems to be machine code level, while Autocoder is assembler (before the term "assembler" was invented)
06:32:18 <Sgeo> Something based on BCD based on Hollerith, I think
06:32:43 <Sgeo> Although the punched card format doesn't quite match the internal format
06:33:18 <citrons> an "@" appears literally in the machine code?
06:33:38 <Sgeo> Hmm, "assembler" does exist before 1959
06:33:46 <Sgeo> 1401 machine code is human readable
06:34:06 <citrons> oh, there's a chart in this document
06:34:09 <int-e> it would be stored on punched cards
06:34:13 <citrons> that's neat.
06:34:17 <int-e> (I think)
06:34:40 <Sgeo> https://ibm-1401.info/1401CardDecks-RandyT/MusicGeneralProgramobject.txt
06:34:49 <citrons> oh, right. if you don't have an assembler, I suppose you'd have to write machine code directly.
06:35:14 <citrons> wow, that's just wonderful.
06:35:33 <citrons> MUSIC
06:35:38 <Sgeo> The character set doesn't match ASCII. There are stuff like lozenges. This site, for some reason, shows these text files as the old encoding SIMH used to use, except ` instead of ' for some reason
06:35:49 <Sgeo> https://www.righto.com/2019/09/risky-line-printer-music-on-vintage-ibm.html
06:36:00 <int-e> Hah the Autocoder specification itself also has a mapping from mnemonics to opcodes.
06:36:18 <int-e> Sgeo: oh right you wanted to emulate that
06:36:22 <citrons> I was looking at that
06:37:13 <int-e> maybe the term "macro assembler" wasn't coined yet
06:37:18 <Sgeo> Here's the current status of my emulation attempt: https://cdn.discordapp.com/attachments/751238054823329863/1152156688619675658/marsiellaise2.wav is the attempted emulation, https://www.youtube.com/watch?v=Oe0MGO17K10 is the real thing
06:38:02 <int-e> Or maybe it's just the usual phenomenon that early on the same thing gets called different names by different people before eventually a field standardizes the terminology.
06:39:48 <citrons> that would make sense
06:40:30 <Sgeo> Sense Switch A is weirdly fascinating. Like turning off the ability to check for EOF
06:41:03 -!- siesta has quit (Quit: Connection closed for inactivity).
06:41:49 <int-e> so did they have support people who'd take those sheets and operate the card punchers?
06:42:20 <int-e> (and did those punchers have autoincrement features for line numbers?)
06:42:53 <int-e> (and maybe a repeat feature for the identification too... hmm)
06:43:46 <Sgeo> The punchers had some automated features, not sure if autoincrement is in there. But automatically filling in some stuff, and skipping to the next field, is
06:44:06 <int-e> it's almost surreal from today's perspective... we take displays for granted
06:44:30 <int-e> and, well, computers, obviously
06:44:59 <int-e> tabs are a mechanical typewriter feature
06:45:19 <Sgeo> https://www.youtube.com/watch?v=Q07PhW5sCEk computing with no displays, but work in progress of being able to interact with a computer without wasting valuable computer time
06:45:20 <int-e> so it would be surprising if the punched card analog didn't have that :)
06:46:16 <int-e> hmm, that's kind of long, maybe another time
06:48:45 <Sgeo> Notes. Sense switch A (last card switch) is standard
06:48:45 <Sgeo> in all systems equipped with an IBM 1402 Card
06:48:45 <Sgeo> Rea -Punch. When the last card passes the second
06:48:45 <Sgeo> reading brushes, and switch A is in the ON position,
06:48:45 <Sgeo> the last-card indicator is turned ON and a Jl xxx A
06:48:46 <Sgeo> instruction causes a branch to the I-address. It is
06:48:48 <Sgeo> turned OFF: on a run-in; if the switch is physically
06:48:50 <Sgeo> turned OFF; or if the start reset key is pressed.
07:17:23 -!- Sgeo has quit (Read error: Connection reset by peer).
07:27:52 -!- Hooloovoo has quit (Ping timeout: 258 seconds).
07:29:26 <b_jonas> "<Sgeo> Something based on BCD based on Hollerith, I think" => so one of the thousand variants of EBCDIC I assume. those are the ones based on punch card code.
07:33:37 -!- Hooloovoo has joined.
08:10:44 <esolangs> [[Talk:Footsteps]] https://esolangs.org/w/index.php?diff=116398&oldid=106838 * Pro465 * (+285) /* is not ResPlicate a subset of this, thus proving it also turing complete? */ new section
09:09:51 <int-e> `"
09:09:54 <HackEso> 1/1:1183) <zzo38> Is axiom of choice applicable to work of such a game though? Maybe it is, but I don't know. I also don't know, what game. \ 1084) <Fiora> "gosh I'm so excited for more caffeine research!!!!!" said the caffeine researcher, jittering as he frantically tried to come up with the words to describe the energetic feelings coursing through his body
09:27:42 -!- Thelie has joined.
10:05:53 <int-e> `w
10:05:54 <HackEso> lord//The way of the Lord is not just.
10:06:02 <int-e> `w
10:06:03 <HackEso> schwa//To schwa is to reduce one or more vowels in a word. Example: "He usually pronounces the names of Indian dishes well, except he always schwas 'Tikka'."
10:25:16 -!- __monty__ has joined.
10:49:00 <esolangs> [[Talk:Headsecks]] M https://esolangs.org/w/index.php?diff=116399&oldid=115810 * None1 * (+8)
10:50:21 -!- arseniiv has joined.
10:55:41 <esolangs> [[Revapp]] https://esolangs.org/w/index.php?diff=116400&oldid=112605 * Abo-Junghichi * (+39) /* revapp-interpreter */ nostdlib: remove last variable placed in rwdata-page, shorten filesize by 860 byte.
11:12:39 <esolangs> [[Talk:Minsky machine]] M https://esolangs.org/w/index.php?diff=116401&oldid=114197 * None1 * (-141) Blanked the page
11:15:10 <esolangs> [[Bawkbawk]] M https://esolangs.org/w/index.php?diff=116402&oldid=116396 * None1 * (+5) /* Cat program */
11:28:28 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
11:32:14 <esolangs> [[+*-]] N https://esolangs.org/w/index.php?oldid=116403 * None1 * (+770) Created page with "+*- is an esolang very close to a [[Minsky machine]], it is created by [[User:None1]]. ==Commands== It had two unbounded accumulators named {{cd|a}} and {{cd|b}}, both set to zero at start of program. {| class="wikitable" ! Command !! Meaning |- | {{cd|+}} || Increment {{cd|a}
11:34:32 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=116404&oldid=116394 * None1 * (+10) /* Non-alphabetic */
11:35:47 <esolangs> [[User:None1]] https://esolangs.org/w/index.php?diff=116405&oldid=116377 * None1 * (+60) /* My Esolangs */
11:42:01 <esolangs> [[+*-]] M https://esolangs.org/w/index.php?diff=116406&oldid=116403 * None1 * (+279) Added implementation in [[Python]]
11:51:31 <esolangs> [[+*-]] M https://esolangs.org/w/index.php?diff=116407&oldid=116406 * None1 * (+23)
12:03:26 -!- tromp has joined.
12:05:20 <esolangs> [[Project Euler/16]] https://esolangs.org/w/index.php?diff=116408&oldid=116389 * None1 * (+91) /* Implementations */ Added my 1-line Python impementation of the problem
12:08:35 <esolangs> [[Project Euler/20]] https://esolangs.org/w/index.php?diff=116409&oldid=116390 * None1 * (+116) /* Implementations */ Added my 1-line implementation in [[Python]] of the problem
12:09:43 <esolangs> [[Project Euler/25]] N https://esolangs.org/w/index.php?oldid=116410 * Europe2048 * (+385) Created page with "'''Project Euler Problem 25''' is a problem related to Fibonacci numbers. It requires you to find the smallest Fibonacci number with 1000 digits. ''This article is not detailed enough and needs to be expanded. Please help us by [https://esolangs.org/w/index.p
12:09:59 <esolangs> [[Project Euler/25]] M https://esolangs.org/w/index.php?diff=116411&oldid=116410 * Europe2048 * (+1)
12:11:01 <esolangs> [[User:None1]] https://esolangs.org/w/index.php?diff=116412&oldid=116405 * None1 * (+87) /* Challenges that I tried */
12:13:58 <esolangs> [[Project Euler/25]] https://esolangs.org/w/index.php?diff=116413&oldid=116411 * None1 * (+87) /* Implementations */ Add python implementation
12:16:36 <esolangs> [[Project Euler/25]] M https://esolangs.org/w/index.php?diff=116414&oldid=116413 * None1 * (+28)
12:18:20 <esolangs> [[User:ProjectEuler]] M https://esolangs.org/w/index.php?diff=116415&oldid=112500 * None1 * (+21) /* List of problems */
12:19:39 <esolangs> [[User:None1]] https://esolangs.org/w/index.php?diff=116416&oldid=116412 * None1 * (+25) /* Challenges that I tried */
12:22:02 <esolangs> [[User:ProjectEuler]] M https://esolangs.org/w/index.php?diff=116417&oldid=116415 * None1 * (+23) /* Problems overview */
12:25:21 <esolangs> [[Project Euler/1]] https://esolangs.org/w/index.php?diff=116418&oldid=91815 * None1 * (+96) /* Implementations */ Added 1-line python impl
12:26:30 <esolangs> [[User:None1]] https://esolangs.org/w/index.php?diff=116419&oldid=116416 * None1 * (+23) /* Challenges that I tried */
12:31:22 <esolangs> [[Project Euler/25]] M https://esolangs.org/w/index.php?diff=116420&oldid=116414 * None1 * (-195)
13:08:23 <esolangs> [[1]] M https://esolangs.org/w/index.php?diff=116421&oldid=116194 * None1 * (+0) /* Commands */
13:14:28 <esolangs> [[Maentwrog]] M https://esolangs.org/w/index.php?diff=116422&oldid=72453 * Lilchiky * (-24)
13:16:49 -!- Thelie has quit (Remote host closed the connection).
13:22:29 <esolangs> [[1]] M https://esolangs.org/w/index.php?diff=116423&oldid=116421 * None1 * (+1) /* Random bit */ Stacks are LIFO
13:22:52 <esolangs> [[Talk:Footsteps]] https://esolangs.org/w/index.php?diff=116424&oldid=116398 * Ais523 * (+460) /* is not ResPlicate a subset of this, thus proving it also turing complete? */ the major difference between Footsteps and ResPlicate
13:23:09 <esolangs> [[1]] M https://esolangs.org/w/index.php?diff=116425&oldid=116423 * None1 * (+0) /* Random bit */
13:25:27 <esolangs> [[1]] M https://esolangs.org/w/index.php?diff=116426&oldid=116425 * None1 * (-51) /* Truth Machine */ You can't write a Truth Machine in this esolang
13:25:47 <esolangs> [[Truth-machine]] M https://esolangs.org/w/index.php?diff=116427&oldid=116315 * None1 * (-39) /* 1 */
13:31:33 <esolangs> [[1]] M https://esolangs.org/w/index.php?diff=116428&oldid=116426 * None1 * (+0) /* Execution */
13:34:50 <esolangs> [[Category:Accumulator-based]] https://esolangs.org/w/index.php?diff=116429&oldid=114061 * Lilchiky * (+40)
13:35:15 <esolangs> [[Category:Accumulator-based]] https://esolangs.org/w/index.php?diff=116430&oldid=116429 * Lilchiky * (-32)
13:35:28 <esolangs> [[UT19]] https://esolangs.org/w/index.php?diff=116431&oldid=115688 * Ais523 * (+644) /* The production rules of UT19 */ a fourth halting rule that UT19 can be trivially modified to be Turing-complete under
13:35:53 <esolangs> [[2/9 of an esolang]] https://esolangs.org/w/index.php?diff=116432&oldid=106344 * Xi-816 * (+375)
13:38:59 <esolangs> [[2/9 of an esolang]] https://esolangs.org/w/index.php?diff=116433&oldid=116432 * Xi-816 * (+52)
13:40:03 <esolangs> [[1]] https://esolangs.org/w/index.php?diff=116434&oldid=116428 * None1 * (+108) /* Dialects */ Added [[Python]] interpreter and change category
13:40:28 <esolangs> [[1]] M https://esolangs.org/w/index.php?diff=116435&oldid=116434 * None1 * (+63)
13:40:33 <esolangs> [[2/9 of an esolang]] https://esolangs.org/w/index.php?diff=116436&oldid=116433 * Xi-816 * (+58)
13:44:27 <esolangs> [[.:iI1l!]] https://esolangs.org/w/index.php?diff=116437&oldid=103679 * Lilchiky * (-149)
13:45:09 <esolangs> [[.:iI1l!]] M https://esolangs.org/w/index.php?diff=116438&oldid=116437 * Lilchiky * (-12) /* Overview */
13:45:35 <esolangs> [[.:iI1l!]] https://esolangs.org/w/index.php?diff=116439&oldid=116438 * Lilchiky * (+3) /* Overview */
13:53:33 <esolangs> [[Bawkbawk]] M https://esolangs.org/w/index.php?diff=116440&oldid=116402 * Lilchiky * (+4) /* Cat program */
14:07:27 -!- Sgeo has joined.
14:10:00 -!- wib_jonas has joined.
14:10:44 <esolangs> [[Bawkbawk]] M https://esolangs.org/w/index.php?diff=116441&oldid=116440 * Lilchiky * (+57)
14:14:30 <esolangs> [[Bawkbawk]] M https://esolangs.org/w/index.php?diff=116442&oldid=116441 * Lilchiky * (-4) after, not before
14:15:13 <wib_jonas> a 3-cube has 48 symmetries. if you paint the 8 corners of the cube with 2 colors then it's necessarily symmetric by at least one of those symmetries. if you want a completely asymetric cube, there are various workaround: you can paint the corners with 3 colors, or paint the edges with 2 colors. the easiest solution though is to paint the corners of
14:15:14 <wib_jonas> a 4-cube with 2 colors, there are lots of ways to make that not invariant to any of the 384 symmetries of the 4-cube.
14:15:45 <esolangs> [[Bawkbawk]] M https://esolangs.org/w/index.php?diff=116443&oldid=116442 * Lilchiky * (-78) hard
15:44:45 -!- Deepfriedice has quit (Remote host closed the connection).
15:55:12 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
15:57:54 -!- tromp has joined.
16:01:43 <Sgeo> https://ibm-1401.info/SPS-Coding-v-.jpg form for SPS (a simpler IBM 1401 assembly language. I think without macros, and a more fixed format. It can run from cards, I think Autocoder generally needs tape drives, not sure if that's mandatory or just suggested)
16:18:19 -!- wib_jonas has quit (Quit: Client closed).
16:23:10 <esolangs> [[Talk:Muriel]] N https://esolangs.org/w/index.php?oldid=116444 * BoundedBeans * (+739) Created page with "The Muriel program for 99 bottles of beer doesn't work because of operator precedence. It should be <code>(b>0)*&Z</code> instead of <code>b>0*&Z</code>, as well as in R. Here is a fixed version: <pre><nowiki> b:99; A:$b+" bottle"+(%"s",0,1-(b=1))+" of beer"; .A
16:23:19 <esolangs> [[Talk:Muriel]] https://esolangs.org/w/index.php?diff=116445&oldid=116444 * BoundedBeans * (+100)
16:33:54 <Sgeo> There are various "formats" machine code can be in. Which is just that each card needs to contain extra information to set word marks and load the next card
16:34:33 <Sgeo> So a compiled deck contains not just the program to run, but programs that run in order to properly load the main program into memory
16:37:11 <esolangs> [[User:XKCD Random Number]] M https://esolangs.org/w/index.php?diff=116446&oldid=116153 * Europe2048 * (+38)
16:41:37 <esolangs> [[Talk:Footsteps]] https://esolangs.org/w/index.php?diff=116447&oldid=116424 * Pro465 * (+693) /* is not ResPlicate a subset of this, thus proving it also turing complete? */ i think we have a way of ignoring the next lines
16:48:58 <esolangs> [[Project Euler/25]] M https://esolangs.org/w/index.php?diff=116448&oldid=116420 * Europe2048 * (-148)
17:08:11 <esolangs> [[2002-12-14]] M https://esolangs.org/w/index.php?diff=116449&oldid=101940 * Europe2048 * (+957)
17:17:39 <esolangs> [[User talk:Ais523]] M https://esolangs.org/w/index.php?diff=116450&oldid=116343 * Pro465 * (+0) /* mind verifying my proof? */ fix punctuation
17:27:51 <esolangs> [[Esolang talk:General disclaimer]] M https://esolangs.org/w/index.php?diff=116451&oldid=103448 * Pro465 * (-1) /* ! Please approach these links with caution if you have any allergies to peanuts or lactose ! */ fix typo
17:39:34 <esolangs> [[Hello world program in esoteric languages (N-Z)]] https://esolangs.org/w/index.php?diff=116452&oldid=115651 * Pro465 * (+715) /* Reversible-2D */ add rhokell
17:46:42 <esolangs> [[Xeroxer]] https://esolangs.org/w/index.php?diff=116453&oldid=116342 * Pro465 * (+38) /* See also */ add footsteps
17:47:27 <esolangs> [[Xeroxer]] M https://esolangs.org/w/index.php?diff=116454&oldid=116453 * Pro465 * (+0) /* See also */ fix ordering
17:52:45 <esolangs> [[Dragostea din tei]] https://esolangs.org/w/index.php?diff=116455&oldid=106003 * LEOMOK * (+334)
17:56:56 <esolangs> [[Talk:Dragostea din tei]] https://esolangs.org/w/index.php?diff=116456&oldid=112274 * LEOMOK * (+52)
17:59:24 <esolangs> [[SMG4: Mario Gets His PINGAS Stuck In The Door]] https://esolangs.org/w/index.php?diff=116457&oldid=105872 * LEOMOK * (+9) Fixed typos and possible mistake
18:03:49 <esolangs> [[Talk:SMG4: Mario Gets His PINGAS Stuck In The Door]] https://esolangs.org/w/index.php?diff=116458&oldid=110956 * LEOMOK * (+133)
18:05:56 <esolangs> [[SMG4: Mario Gets His PINGAS Stuck In The Door]] https://esolangs.org/w/index.php?diff=116459&oldid=116457 * LEOMOK * (+0) Fixed another typo
18:10:08 <esolangs> [[Super SNUSP]] https://esolangs.org/w/index.php?diff=116460&oldid=103683 * LEOMOK * (+0) Fixed possible capitalisation error
18:39:02 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
18:53:11 -!- __monty__ has quit (Quit: leaving).
19:09:34 -!- tromp has joined.
19:09:40 <esolangs> [[Special:Log/upload]] upload * ALBANIAN-LAUNDROMAT * uploaded "[[File:Cflathelloworld.png]]": Hello, World! program in [[C Flat]]
19:11:22 <esolangs> [[C Flat]] M https://esolangs.org/w/index.php?diff=116462&oldid=79700 * ALBANIAN-LAUNDROMAT * (+549)
19:59:23 <Sgeo> https://web.archive.org/web/20141022044506/http://www.bandwidthco.com/history/punch/Do%20Not%20Fold%20Spindle%20or%20Mutilate%20-%20%20A%20Hole%20Story%20of%20Punched%20Cards.pdf
19:59:37 <Sgeo> (Linked from ibm-1401.info, but the original URL is down)
20:03:54 -!- arseniiv has quit (Quit: gone too far).
20:18:01 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=116463&oldid=116404 * Xi-816 * (+17)
20:18:27 <esolangs> [[6673846771]] N https://esolangs.org/w/index.php?oldid=116464 * Xi-816 * (+8) Created page with "{{stub}}"
20:26:24 <esolangs> [[6673846771]] https://esolangs.org/w/index.php?diff=116465&oldid=116464 * Xi-816 * (+740)
20:29:50 <esolangs> [[6673846771]] https://esolangs.org/w/index.php?diff=116466&oldid=116465 * Xi-816 * (+120)
20:34:12 <esolangs> [[6673846771]] https://esolangs.org/w/index.php?diff=116467&oldid=116466 * Xi-816 * (+399)
20:34:22 <esolangs> [[6673846771]] https://esolangs.org/w/index.php?diff=116468&oldid=116467 * Xi-816 * (+1)
20:40:11 <esolangs> [[6673846771]] https://esolangs.org/w/index.php?diff=116469&oldid=116468 * Xi-816 * (+470)
20:40:46 <esolangs> [[6673846771]] https://esolangs.org/w/index.php?diff=116470&oldid=116469 * Xi-816 * (+1)
20:41:09 <esolangs> [[6673846771]] https://esolangs.org/w/index.php?diff=116471&oldid=116470 * Xi-816 * (+9)
20:45:40 <esolangs> [[6673846771]] https://esolangs.org/w/index.php?diff=116472&oldid=116471 * Xi-816 * (+142)
20:46:14 <esolangs> [[6673846771]] https://esolangs.org/w/index.php?diff=116473&oldid=116472 * Xi-816 * (+3)
20:47:22 <esolangs> [[6673846771]] https://esolangs.org/w/index.php?diff=116474&oldid=116473 * Xi-816 * (+36)
20:56:43 <esolangs> [[SMG4: Mario Gets His PINGAS Stuck In The Door]] https://esolangs.org/w/index.php?diff=116475&oldid=116459 * LEOMOK * (+11)
21:01:24 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
21:03:27 <esolangs> [[Special:Log/upload]] upload * Xi-816 * uploaded "[[File:Nice Logo.PNG]]"
21:08:55 <esolangs> [[Project Euler/20]] https://esolangs.org/w/index.php?diff=116477&oldid=116409 * Xi-816 * (+92)
21:09:46 <esolangs> [[Project Euler/20]] https://esolangs.org/w/index.php?diff=116478&oldid=116477 * Xi-816 * (+22)
22:11:22 <Sgeo> "All of the above approaches had limited use. In
22:11:22 <Sgeo> those days it was hard to compete with the band
22:11:22 <Sgeo> width of a truck loaded with boxes of cards. "
22:11:32 <Sgeo> Even today apparently trucks of data are useful
22:12:31 <int-e> The data density of HDDs has increased too.
22:14:14 <int-e> (networks are fast but if you're setting up a new data center...)
23:53:10 <Sgeo> "The 7030 was a pioneering effort in several areas. It was one of the first truly multiprogrammed machines. I"
23:53:16 <Sgeo> What is meant by "multiprogrammed"?
←2023-09-20 2023-09-21 2023-09-22→ ↑2023 ↑all