Viewing profile — orksliver
orksliver
HN member- Joined
- Sat, Mar 18, 2017, 5:46 AM UTC
- HN karma
- 49
- Public activity
- 28 items
- HN profile
- View on Hacker News ↗
About orksliver
Recent public activity
-
comment
Comment #49218867
Also one of my motivations here was to see what we can do with completely deterministic generated beats - it relies only on a seed value (no AI etc) I also created a schema.org com…
-
comment
Comment #49218842
Hello people! Thanks for checking out my blog - yes it's heavily written by claude, and contains AI slop ;-) I'm a lover of petri-nets this was my most interesting experiment so fa…
-
comment
Comment #47963349
[dead]
- story
-
comment
Comment #47040639
agreed https://book.pflow.xyz/
-
comment
Comment #47039751
Petri nets were invented in 1962. They predate Unix, the internet, and object-oriented programming. For most of their history, they lived in academic papers — a formalism known to …
- story
-
comment
Comment #46097894
What this actually do?: You define a Petri net, simulate it with ODEs, and the structure becomes a scaffold for LLM-generated code. The net is the spec that both humans and LLMs ca…
-
comment
Comment #46097856
I've been experimenting with Petri nets as a shared representation between humans and LLMs. The model becomes the artifact—you sketch topology, validate with simulation, extend mon…
- story
-
comment
Comment #42558799
In our previous post, we demonstrated how Petri.jl can model Tic-Tac-Toe by translating its states and transitions into a dynamic Petri net framework. By embedding win conditions i…
- story
-
comment
Comment #42427539
Explore how to model Tic-Tac-Toe as a Petri net and convert it into an ODE problem for deeper analysis! By combining game logic with mathematical rigor, we unlock new ways to analy…
- story
-
comment
Comment #27248141
Using petri-nets as a formal method to encode a game of tic-tac-toe - written in bash (for fun)
- story
-
comment
Comment #19445962
Added another example to the repo based on this work https://github.com/FactomProject/ptnet-zkp/blob/master/examp...
-
comment
Comment #19389147
Help Wanted: Still looking for feedback for this linked Gist. It seems like this approach using a Linear Algebra Solver offers guaranteed privacy and security, but more results are…
- story
- story
- story
-
comment
Comment #13904098
Ah I see - maybe I should find a better article to demonstrate the 'State Explosion' Problem. I thought you were referring to my live demo: https://bitwrap.github.io/#octothorpe
-
comment
Comment #13903811
I'm afraid I've learned about them mostly by tinkering - the tool I use is: https://github.com/sarahtattersall/PIPE I believe "Dining Philosophers" is the usual problem used to int…
-
comment
Comment #13903617
> But if someone can explain the problem better, I'm all ears. Assuming you mean it... Here's a youtube video about the benefits and attributes of event-sourcing. https://www.youtu…
-
comment
Comment #13903538
Hi thanks for the feedback: Just a few comments in response: > event-based calculator in VBScript It's mostly coffeescript > My problem with this is the calculator program is very …