d08ble | 3 years ago | on: Ask HN: What are your favorite examples of elegant software?
d08ble's comments
d08ble | 3 years ago | on: Show HN: Scanwatch – Fast and simple file watcher for Node
d08ble | 8 years ago | on: The software engineering notebook
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
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 | 8 years ago | on: The Last Analog Motion Graphics Machine [video]
d08ble | 8 years ago | on: Apple’s Guidelines Now Allow Executable Code in Educational Apps and Dev Tools
I'm using iPad for developing in Xcode using ACPU remote control of my Mac from 2014. I was made special ACPU-bot for touch control of remote Xcode execution and low bandwidth connection.
d08ble | 8 years ago | on: Apple’s Guidelines Now Allow Executable Code in Educational Apps and Dev Tools
Animation CPU Studio will be published soon.
d08ble | 8 years ago | on: MoonScript, a programmer friendly language that compiles to Lua
Images: http://acpul.tumblr.com/
Code sample: https://github.com/d08ble/acpul-demo/tree/master/dota
d08ble | 8 years ago | on: How Scratch teaches kids to follow the hacker ethic
https://www.youtube.com/watch?v=CAcv12eBqcc
PS: I want to make some leraning videos using twitch/livecoding tv. I think, this idea is good.
d08ble | 9 years ago | on: A static website with React
d08ble | 9 years ago | on: Why are browsers so slow?
Too many modules in this "Bot Machine".
d08ble | 9 years ago | on: VimWiki – A personal wiki for Vim
LiveComment is Editor/IDE-independent, cross-language, realtime & easy with client or server JavaScript plugins.
For example, my HN notes pool http://acpul.org/pool
d08ble | 9 years ago | on: Fall cleaning: Optimizing V8 memory consumption
d08ble | 9 years ago | on: VNC in VR: Synchronized Virtual Desktops
JS coding using browser editor: http://acpul.tumblr.com/image/116464611050
iSimulator on iPad: http://acpul.tumblr.com/image/116464559770
Video Apple WWDC picture in picture in VR (realtime performance): https://www.youtube.com/watch?v=ubNfWarTawI
d08ble | 9 years ago | on: Swift Playgrounds – Learn to code on your iPad
https://www.youtube.com/watch?v=CAcv12eBqcc
Another sample: use Xcode on iPad for publish to AppStore remotely.
http://acpul.tumblr.com/image/116464494150
Coming soon...
d08ble | 9 years ago | on: P4: open-source programming language for high-performance packet switching
d08ble | 9 years ago | on: Show HN: Curabase – Curate a list of links for yourself, your team, or the world
Just see demo: bookmarks_managers.sh is generated from interested links of this topic in 5 minutes.
d08ble | 10 years ago | on: Eve: My Concerns
d08ble | 10 years ago | on: Myrddin: a systems language that is powerful and fun
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!
d08ble | 10 years ago | on: Ask HN: Which people and groups are researching new approaches to programming?
I'm working on Animation CPU platform, ACPUL declarative algorithmic language for same purposes.
https://www.youtube.com/watch?v=ubNfWarTawI
Also LiveComment information tool:
https://www.npmjs.com/package/scanwatch