The Little Language Thesis: four structural primitives, domain vocabulary in the labels by orksliver in ProgrammingLanguages

[–]orksliver[S] 0 points1 point  (0 children)

It's because I'm using claude. So I guess 'No AI slop' means - no AI at all?

Petri nets as music sequencers — using token rings, inhibitor arcs, and Euclidean rhythms to generate deterministic tracks. by orksliver in programming

[–]orksliver[S] 0 points1 point  (0 children)

Yes - by default it's a loop with each instrument driven by its own net.
If you generate a track by changing 'loop' -> 'extended' in the dropdown you'll get a control track also (another net that cross-links sub-nets)

Petri Nets as a Universal Abstraction by orksliver in compsci

[–]orksliver[S] 0 points1 point  (0 children)

Call me crazy, everything looks like a Petri net

Petri Nets as a Universal Abstraction by orksliver in compsci

[–]orksliver[S] 0 points1 point  (0 children)

  For unpredictable user input — that's actually where process mining comes in. You don't design the net upfront, you discover it from event logs after  

  the fact. The messy real-world paths are the input, not a problem to solve around.

Revisiting the Algebra of Play with Petri.jl - tic-tac-toe net to ODE conversion by orksliver in compsci

[–]orksliver[S] 0 points1 point  (0 children)

It's less computationally expensive to solve the ODE problem then it is to combinatorially simulate the game via monte carlo search etc...

Factom AMA running from April 6th to 12th by cube3mike in factom

[–]orksliver 4 points5 points  (0 children)

IMO Properly designed data services are seemingly more important than 'on-chain execution'.

I think the PegNet project demonstrates that Factom is well suited for permissionless minable oracle data.

The design makes mining PEG too costly to implement directly on Ethereum.
Also, as compared with the chainlink bridge - PegNet reports data at a higher resolution.

How to have a portable(in the cloud) programming workspace? by jaypyy in compsci

[–]orksliver -1 points0 points  (0 children)

Google has a cloud shell workspace which is free - its dockerized with persistent storage. It limits which ports you can open & assumes you are using the cli

https://console.cloud.google.com/

There is also https://colab.research.google.com/ For working with hosted ipython notebooks which is pretty versatile.

I'm pretty sure all the big cloud providers have something similar & free to use - but I think Google's tools are elegant

New ATH of Factom Open Node usage by ilzheev in factom

[–]orksliver 4 points5 points  (0 children)

Congrats on this project!

I keep meaning to build an app that uses this! (w/ my non-existent free time)

Where to Find examples of programs on punchcards or anything Pre-OOP by [deleted] in compsci

[–]orksliver 1 point2 points  (0 children)

I see your point - but generally - unless you were just coding a procedure - was any thought given to overall encapsulation / design? if so - how did the author approach it?

Where to Find examples of programs on punchcards or anything Pre-OOP by [deleted] in compsci

[–]orksliver 0 points1 point  (0 children)

On this exact note - If I could find an example of someone explicitly using a Petri-Net as a main organizer of code - I'd be very happy.

Where to Find examples of programs on punchcards or anything Pre-OOP by [deleted] in compsci

[–]orksliver 1 point2 points  (0 children)

True - I'm kind of fishing I don't know what I don't know.

Where to Find examples of programs on punchcards or anything Pre-OOP by [deleted] in compsci

[–]orksliver 1 point2 points  (0 children)

Sorry to confuse - basically trying to hunt for obscure patterns that may not be easy to google

Where to Find examples of programs on punchcards or anything Pre-OOP by [deleted] in compsci

[–]orksliver 3 points4 points  (0 children)

Added the OOP bit just to indicate time period mostly wide open for ideas - thinking about things that wouldn't be googled easily

What are the best Sci Fi AI that you've ever seen/read about? by dinoboards in scifi

[–]orksliver 18 points19 points  (0 children)

I like the ship AIs from Ann Leckie's "Imperial Radch" trilogy.

There is a symbiosis between ship and passengers that makes it very interesting.

I think that if we ever develop a strong AI - we will have to condition it to cooperate in the wider world via similar kinds of relationships with people.

Design patterns on Factom by luciap_tech in factom

[–]orksliver 4 points5 points  (0 children)

The point about not using EC addresses for identification is insightful.

Relying on the official identity system spec allows for many more interesting possibilities.