Feed digilinux.ru [copy] http://digilinux.ru/feed/ has loading error: cURL error 22: The requested URL returned error: 403 Forbidden
Feed freepost [copy] https://freepo.st/rss/new has loading error: cURL error 6: Could not resolve host: freepo.st
Hooks - running stuff on Github hooks
I found myself in need of a simple tool for deploying a project on every git commit, but I didn’t have a build server set up. This led to Hooks - a very simple tool that allows you to run arbitrary commands when Github’s hooks execute.
The configuration is very simple. In /etc/hooks.conf, write:
[truecraft] repository=SirCmpwn/TrueCraft branch=master command=systemctl restart hooks valid_ips=204.232.175.64/27,192.30.252.0/22,127.0.0.1
You may include any number of hooks. The valid_ips entry in that example allows you to accept hooks from Github and from localhost. Then you run Hooks itself, it will execute your command when you push a commit to your repository.
This allows you to do continuous deployment on the cheap and...
freesmartphone.org API docs live again
After the outage of the VM where freesmartphone.org has been hosted on, we are now almost fully back. I have integrated the DBus API documentation (that has been hosted on the doc subdomain) into the top level documentation which now lives at http://www.freesmartphone.org. The source code has already been moved to https://github.com/freesmartphone and the new mailing list has been alive for a few months at goldelico. Now that the documentation is live again, I have plans for short, mid, and long term: 1. Short-term I'm working on completing the merge to libgee-0.8 and then cut the next point release. 2....
RFC: Future of SidPlayer, ModPlayer, PokeyPlayer for iOS
This is a post about the state of Sid-, Mod, or PokeyPlayer on iOS. Coming from the background of the C64 and AMIGA demo scenes, I always thought that every platform needs a way to play back the musical artwork created by those great musicians in the 80s and 90s on machines like the Commodore C64, the AMIGA, and the ATARI XL. Fast forward to the iPhone: Being excited about the new platform, me and another guy from the good ole' AMIGA days started working on SidPlayer in 2008, shortly after Apple opened the developer program for european developers. After...
Wayback Machine
Thanks to the fabulous wayback machine, I have imported my blog from between 1999 and 2006. It's not properly formatted and most of the images are missing, but it's somewhat interesting to read the things my younger self wrote about 15 years ago.
2015-02-14
slcon2 will be held in Budapest on 2015-10-(30-31).
The CfP for interested participants is now open and will end on 2015-04-30.
To web or not?
I have pondered a long time whether to learn web programming for my customers' services app, so that they can access their user & device statistics, crash logs, manage service messages, push messages, etc. I now have decided not to pursue this path. Web technology is a mess, even more than mobile technology. It's lacking a clear separation of layers and although many frameworks nowadays are using MVC or similar patterns, I feel I have to do too many things at once (web service, html templating, css design, java script for interactive stuff, etc.) to really make a professional web...
Porting an assembler, debugger, and more to WebAssembly
WebAssembly is pretty cool! It lets you write portable C and cross-compile it to JavaScript so it’ll run in a web browser. As the maintainer of KnightOS, I looked to WASM as a potential means of reducing the cost of entry for new developers hoping to target the OS.
Note: this article uses JavaScript to run all of this stuff in your web browser. I don't use any third-party scripts, tracking, or anything else icky. Rationale for WASMThere are several pieces of software in the toolchain that are required to write and test software for KnightOS:
scas - a z80 assembler genkfs - generates KFS filesystem images kpack - packaging...2014-11-24
There will be a suckless assembly at the 31C3. The whole suckless community is invited to come, meet and hack!
Simplify your life
After 6 years being co-director and CTO of LaTe App-Developers, I feel it is time to make some changes. It's not that mobile development is no longer interesting to me, however after doing (too) many small (5-20 person days) iOS projects, I need some new challenges. Project work has been limiting my creativity and enforcing too much regularity in my daily routine. Besides, there's hardly any room to do compelling software architecture work in projects of said size. You're rather constantly working against the time in order to make some profit with those fixed-price projects. This year I took three...