Search found 31 matches

by MarkJ
June 27th, 2020, 8:59 am
Forum: Other Cellular Automata
Topic: LogicWorld
Replies: 8
Views: 3487

Re: LogicWorld

Sorry, I didn't see your question

> And for the record, who created the original 'experiment from 2010'?

Own experiment.

Also, for the coming period it doesn't seem I'll have any time to upgrade LogicWorld
by MarkJ
June 4th, 2020, 1:22 pm
Forum: Other Cellular Automata
Topic: LogicWorld
Replies: 8
Views: 3487

Re: LogicWorld

You beat me to it with a metacell, although it's a non-programmable one. I've seen and used self-feeding XOR gates before. I don't know why I haven't thought of it in this context. It's used in the WW primes computer as well as my recent WW clock. I too have been thinking that I don't like LW as muc...
by MarkJ
June 3rd, 2020, 5:03 pm
Forum: Other Cellular Automata
Topic: LogicWorld
Replies: 8
Views: 3487

Re: LogicWorld

4-gen pulse counters Binary: x = 125, y = 133, rule = LogicWorld 77.48B$76.B$75.B12.37B$64.2A8.B12.B$63.A2.DA5.B2.2A8.B12.26B$62.A2.A 2.A2.2B2.A2.DA5.B2.2A8.B$63.A2.AL2.B2.DA2.A2.A2.2B2.A2.DA5.B2.2A8.15B $64.A2.M2B2.A2.A2.AL2.B2.DA2.A2.A2.2B2.A2.DA5.B$65.2A3.B.N3.A2.M2B2.A 2.A2.AL2.B2.DA2.A2.A2.2B$7...
by MarkJ
June 3rd, 2020, 4:33 pm
Forum: Other Cellular Automata
Topic: LogicWorld
Replies: 8
Views: 3487

Re: LogicWorld

The fastest togglers (Master-slave T-flip-flops) I can make are 42-tick. Is this the fastest they can get? I need them much faster, preferably 8-tick. Input is ≥4 gen, but as these will be cascaded, the input needs to support longer signals. The alternative is to use regular flip-flops (which requir...
by MarkJ
June 3rd, 2020, 2:42 pm
Forum: Other Cellular Automata
Topic: LogicWorld
Replies: 8
Views: 3487

Re: LogicWorld

I'm thinking about changing the 'color' of the crossovers (not the icons) to support icon-less viewers like the one here and on discord. How about desaturated shades of yellow?
by MarkJ
May 31st, 2020, 2:58 pm
Forum: Other Cellular Automata
Topic: LogicWorld
Replies: 8
Views: 3487

LogicWorld

LogicWorld - Logic gates and wires that can be energized, as well as 1-cell crossovers. @RULE LogicWorld Mark Jeronimus's LogicWorld - Logic gates and wires that can be energized, as well as 1-cell crossovers. Version 1.2 (20180531T2025) Cleaned up version of an experiment I found from 2010, with ne...
by MarkJ
May 30th, 2020, 9:54 am
Forum: Other Cellular Automata
Topic: WireWorld Crossover?
Replies: 6
Views: 4123

Re: WireWorld Crossover?

This one's not pretty, and it can probably be optimized more, but it's completely asynchronous. x = 274, y = 159, rule = WireWorld 74.A.A2C.C.29C$73.CAB3.3C29.C$72.C.A.2C2.C.C29.C$71.C4.C.B3.C30.C$70. C5.C2.A.C32.C$69.C6.C3.C34.C$68.C8.3C36.C$67.C49.C$66.C7.C.3C.C.26C 10.C$65.C7.2CA3.3C26.C10.C$64.C...
by MarkJ
May 28th, 2020, 5:05 pm
Forum: General Discussion
Topic: Antialiased hexagonal icons
Replies: 0
Views: 1652

Antialiased hexagonal icons

I felt like redoing the slanted hexagonal icons with Antialiasing and gamma correction (works only on black background) For reference, here is Tim Hutton's attempt from 10 years ago: https://timhutton.github.io/2010/05/21/31455.html Z8lhZnA.png These XPM icons are uncompromised true-color gray-scale...
by MarkJ
May 22nd, 2020, 3:37 pm
Forum: Other Cellular Automata
Topic: NoTimeAtAll - A circuit rule with squishy signals
Replies: 41
Views: 18259

Re: NoTimeAtAll - A circuit rule with squishy signals

No but I'm investigating an extended version
by MarkJ
May 22nd, 2020, 2:50 pm
Forum: Other Cellular Automata
Topic: NoTimeAtAll - A circuit rule with squishy signals
Replies: 41
Views: 18259

Re: NoTimeAtAll - A circuit rule with squishy signals

Small And-Not gate x = 26, y = 5, rule = NoTimeAtAll DCADBADCADB3A$13.A10.A$11.15A$DCADCADBADBA.A$11.3A! Two And-Not gates make an And gate. I think this is the smallest and fastest(!) yet. x = 30, y = 6, rule = NoTimeAtAll 13.5A$DCADBADCADB3A3.A10.A$13.A.15A$11.5A.A$DCADCADBADBA.A.3A$11.3A! The 2nd...
by MarkJ
May 11th, 2020, 2:28 pm
Forum: Other Cellular Automata
Topic: WireWorld-Follow
Replies: 0
Views: 1217

WireWorld-Follow

I made a toy WireWorld variant where I could mark one photon with a different color and see where it ends up in the circuit. Useful for debugging. Just stick an F at the end of the name in the rule selection dialog to start following. Remove the F and marked photons just revert to Wire (because that...
by MarkJ
May 10th, 2020, 2:41 pm
Forum: Other Cellular Automata
Topic: CMOS in WireWorld
Replies: 10
Views: 3331

Re: CMOS in WireWorld

Today I've implemented the CMOS 'gated D latch' from https://en.wikipedia.org/wiki/Pass_transistor_logic (without the inverter at the input) It seems the changes to the transistor were adequate, because it works out of the box. Essentially what this does is identical to the 'serial register circuit'...
by MarkJ
May 9th, 2020, 6:35 pm
Forum: Other Cellular Automata
Topic: CMOS in WireWorld
Replies: 10
Views: 3331

Re: CMOS in WireWorld

I went through two more transistor design iterations because the old ones still didn't do everything they're supposed to. For example, they failed when applied as transmission gates. I found two problems: - Each input is split and directed to different logic. When the results are combined they were ...
by MarkJ
May 8th, 2020, 3:29 pm
Forum: Other Cellular Automata
Topic: CMOS in WireWorld
Replies: 10
Views: 3331

Re: CMOS in WireWorld

I made a working "dynamic logic" D-flip-flop. This flip-flop is edge-triggered, and when the clock is stable, it stores the internal state in a 'floating' electrode, thus keeping a static charge while surrounding transistors are off. For more background on how this works, see this In order to make i...
by MarkJ
May 6th, 2020, 4:56 pm
Forum: Other Cellular Automata
Topic: CMOS in WireWorld
Replies: 10
Views: 3331

Re: CMOS in WireWorld

5-inverter oscillator, period 3600. I noticed everything crashes when a burst of negative electrons enters the positive power rail and mixes with the positive power via the junctions, and keeps circulating through the circuit, accumulating more and more garbage until everything reads "+‒+‒" in chort...
by MarkJ
May 6th, 2020, 4:05 pm
Forum: Other Cellular Automata
Topic: CMOS in WireWorld
Replies: 10
Views: 3331

Re: CMOS in WireWorld

NAND gate. We have proof of turing-completeness. As if that wsn't clear already. But it's good to see my logic work out as expected for once. The propagation delay of this gate (with indicator wires) is 1220 gens. This means at that gen you see the answer in the lightbulbs. x = 2142, y = 780, rule =...
by MarkJ
May 6th, 2020, 3:10 pm
Forum: Other Cellular Automata
Topic: CMOS in WireWorld
Replies: 10
Views: 3331

Re: CMOS in WireWorld

Expanded on the crossing variants, and the first working Inverter x = 382, y = 164, rule = WireWorld 33.C7.C7.C$32.C.C5.C.C5.C.C$33.2C.3C2.2C.3C2.2C$34.C7.C7.C$33.C7.C7.C 5$30.B99.B99.B99.B$29.C.A19.C77.C.A19.C77.C.A19.C77.C.A19.C$29.C.C19. C77.C.C19.C77.C.C19.C77.C.C19.C$29.C.C19.C77.C.C19.C77.C.C1...
by MarkJ
May 6th, 2020, 1:44 pm
Forum: Other Cellular Automata
Topic: CMOS in WireWorld
Replies: 10
Views: 3331

Re: CMOS in WireWorld

New crossings because I realized the old ones don't preserve synchronicity (as delays differ between different signal turns) This is actually an adaption of an earlier more optimized crossing which had narrower wires. Since the longest past can't be shorter than than 90 gens, all paths must be 90 ge...
by MarkJ
May 6th, 2020, 11:33 am
Forum: Other Cellular Automata
Topic: CMOS in WireWorld
Replies: 10
Views: 3331

Re: CMOS in WireWorld

The P-type transistor turned out to be quite trivial. Just advance the photon extinguisher loop at the control input by 10 gens. Here it it together with the N-type transistor, and with more test cases and updated "artwork". (Reminder: set step size to 10 to make it look better) x = 319, y = 223, ru...
by MarkJ
May 5th, 2020, 11:16 am
Forum: Other Cellular Automata
Topic: CMOS in WireWorld
Replies: 10
Views: 3331

Re: CMOS in WireWorld

New indicator wires x = 283, y = 255, rule = WireWorld 121.4C$120.C4.C$120.C4.C.4C$120.C5.C4.C$120.C.C2.3C3.C$121.3C2.C4.C. 9C$122.C.2C.2C.C.C9.B$41.81C11.8CA$92.C.C34.C$43.45C.C.C2.C.C.CBA27. 3C$43.16C10.5C14.5C2.3C3.C25.C.C.C$60.8C9.3C3.2C4.C2.C.C.C.C2.C27.C$ 43.17C8.6C2.C3.C.C2.C2.5C.C3.C2.C27.C$...
by MarkJ
May 5th, 2020, 9:43 am
Forum: Other Cellular Automata
Topic: CMOS in WireWorld
Replies: 10
Views: 3331

Re: CMOS in WireWorld

Pretty failed experiments (pun intended) Old logic without phase-keying x = 562, y = 110, rule = WireWorld 239.3C32.3C44.C51.5C62.2C71.5C$238.C3.C30.C3.C42.2C51.C65.C77.C$242.C 34.C41.C.C51.C64.C78.C$241.C33.2C41.C2.C52.3C61.4C74.C$240.C36.C40.5C 54.C60.C3.C72.C$239.C33.C3.C43.C51.C3.C60.C3.C72.C$23...
by MarkJ
May 4th, 2020, 7:20 pm
Forum: The Sandbox
Topic: Challenges
Replies: 327
Views: 148236

Re: Challenges

Moosey wrote:
March 6th, 2020, 9:37 am
Challenge: come up with a sequence like Gijswijt's sequence with
1) an even harder name to spell and pronounce
2) a slower growth rate
Gijswijt is actually a Dutch person (or name at least, according to genealogy) and the pronunciation on that site is COMPLETELY WRONG.
by MarkJ
May 4th, 2020, 4:31 pm
Forum: Other Cellular Automata
Topic: CMOS in WireWorld
Replies: 10
Views: 3331

CMOS in WireWorld

I'm working on a technique in Wireworld to simulate CMOS technology from real-world electronics. It should embed entirely in classic WireWorld everyone knows and loves. Why? Because I can. BRAINSTORMING Making logic with wires which are one-directional, whether 'logic levels' or photons, is easy. Ho...
by MarkJ
May 2nd, 2020, 5:30 am
Forum: Bugs & Errors
Topic: Golly 2.8 vs. Ubuntu 17.04
Replies: 8
Views: 9429

Re: Golly 2.8 vs. Ubuntu 17.04

I just installed Golly for the first time in 2 years (and I've freed my mind and converted Ubuntu instead of Windows) and noticed this bug and found this thread. Moreover my version seems to be 2.8. Why is the repository giving me a 3½-year old version!? Never mind that, I uninstalled 2.8 and downlo...
by MarkJ
October 22nd, 2019, 2:11 am
Forum: Bugs & Errors
Topic: Site safe again
Replies: 5
Views: 5054

Site safe again

Finally the administrators yielded and fixed the site certificate, despite that I complained via email several times in he past half year. Finally people can log in again without worries. I also don't know how long this issue persisted because it was half a year ago I wanted to log in again after a ...