Torsten RugerinRuby XRegister allocation in a ruby compilerI had put off proper register allocation until now, and somehow the 100 commits it took verifies that i wasn’t completely wrong. I think…Mar 23, 2020Mar 23, 2020
Torsten RugerThe end of silenceOk, maybe that is too dramatic. It’s not that i have been that silent, nor do i really have earthshaking things to say. But i have been…Jan 22, 2020Jan 22, 2020
Torsten RugerinRuby XParsing parfait and other goodiesAs rubyx will eventually need to parse and compile itself, i am very happy to report success on the first steps towards that goal. Also…Aug 21, 2019Aug 21, 2019
Torsten RugerinRuby XClass methods and a conferenceIn short, class methods are working. Plus is some meta stuff that and gotchas that i will explain below. Also i was at presenting rubyx at…Feb 28, 2019Feb 28, 2019
Torsten RugerinRuby XUnderstanding RubyX through historic decisionsOff course the architecture gives a good overview of the system as it is. But it does not explain how we got there. And sometimes knowing…Jul 25, 2018Jul 25, 2018
Torsten RugerinRuby X1000 tests and working binariesIt was almost going to be working binaries and over 1000 tests. But i am coming more and more to the point where software is measured in…Jun 22, 2018Jun 22, 2018
Torsten RugerinRuby XFour years and going strongAfter finishing the code, i updated all the docs too!Apr 23, 2018Apr 23, 2018
Torsten Rugerinrubydesign_webUsing svg to it’s potentialI showed a good example of how to use svg to draw graphs in the previous post. But it’s not just graphs, it can be logos, or whole 3d…Apr 9, 2018Apr 9, 2018
Torsten Rugerinrubydesign_webVue responsive reportsThis is a short write up of a responsive report engine. Client side Vue, server rails, though it’s json, so could be anything. I’ve…Feb 20, 2018Feb 20, 2018
Torsten Rugerinrubydesign_webA Vue data-table for railsIn this post we’ll be writing a Vue data-table component that can be sorted, searched and configured. In 50 lines of code! It assumes you…Jan 25, 20181Jan 25, 20181