d08ble's comments

d08ble | 8 years ago | on: The software engineering notebook

I'm using LiveComment structured notes for everything. I developed a methodology how to use it across multiple operation systems & technologies. LiveComment extend my memory & speedup developing source code. It has powerful server/client plugins system for add any function in runtime with live reload. I'm using paper & board for brainstorm too.

https://www.npmjs.com/package/livecomment

Samples here:

http://acpul.org/livecomment-src - livecomment js sources (it's quine, that developed using self documented code)

http://acpul.org/pool - common memory pool: active info, some processed bookmarks from HN, reddit, etc.

http://acpul.org/pica - livecomment in real project. here is collected info when i was develop gpu optimizations for popular nodejs image resizing library https://www.npmjs.com/package/pica

d08ble | 8 years ago | on: ChrysaLisp – A 64-bit Lisp OS with GUI

Very interting, my dream too.

I made similar OS. ACPU OS run on mobiles/desktop/browsers/bare-metal, with multiuser p2p team development livecoding, time travel debugger, multiple libraries, startup in 30 seconds on iPad in development mode with synchronization, compile sources & symbol navigations, etc. Powered by ACPUL programming language.

Here is OS API:

https://github.com/d08ble/acpul-demo/tree/master/sys

Simple multiplayer DOTA game prototype:

https://github.com/d08ble/acpul-demo/tree/master/dota

Some demos:

https://www.youtube.com/watch?v=pk58kWIAqMM

https://www.youtube.com/watch?v=UsQklNVUDwM

https://www.youtube.com/watch?v=ubNfWarTawI

Follow us: https://twitter.com/ACPUStudio

d08ble | 9 years ago | on: A static website with React

Thanks for your work! That is cool stuff for my project. I'm looking for the solution very long time. I worked with React from first versions. I remember, how I was tried to startup first buggly webpack versoin and lost 2 week at 2014...

d08ble | 9 years ago | on: P4: open-source programming language for high-performance packet switching

P4 syntax like ACPUL, but ACPUL started up as more generic minimalistic algorithmic language. It can be easy compiled to multiple target VMs & hardware also as P4. I think how to use ACPUL for Nginx frontend module, but found some issues in network using, like IPv4/v6 addresses formats, strings, etc. ACPUL is currently using in ACPU iPad IDE (Codea like). Here is sample code https://github.com/d08ble/acpul-demo/blob/master/dota/contro...

d08ble | 10 years ago | on: Eve: My Concerns

Eve == ACPU platform. Same things. http://acpul.org/ PS: I'm looking for help with my project, peoples who like same things. I made that project at 2012, too much things collected for this day. I made LiveComment for save this collection, because this is future of programming.

d08ble | 10 years ago | on: Myrddin: a systems language that is powerful and fun

Myrddin language has very similar ideology in syntax to ACPUL.

http://acpul.org/ (see api & samples, also screenshots with minimal working code for DOTA game prototype)

But ACPUL is different, main idea in minimal touch programming on mobiles with full livecoding using self-development tools. Not only language. For example, editor & debugger is used and developed in real-time (also as other parts). By this, ACPUL syntax is very limited. It don't have strings, because strings is form of data. ACPUL don't have standart console log, because your console is whole GPU-accleated screen. And many others things.

I think Myrddin in right way, but additional tools is needed. I like it!

page 1