HN user

MadRabbit

184 karma
Posts62
Comments45
View on HN
devpropulsion.io 9y ago

Separation of Powers in a Software Company

MadRabbit
1pts0
nikolay.rocks 9y ago

Artificial Intelligence is used to design a new, more efficient keyboard layout

MadRabbit
1pts0
nikolay.rocks 9y ago

A year with JavaScript (after 10 years with Ruby)

MadRabbit
2pts0
nikolay.rocks 10y ago

About more serious errors handling in Node.js apps

MadRabbit
1pts0
nikolay.rocks 10y ago

Technical debt vs. technical disappointment

MadRabbit
1pts0
nikolay.rocks 10y ago

A case in defense of ES6 generators in JavaScript

MadRabbit
1pts1
nikolay.rocks 10y ago

Switching from Ruby to 100% JavaScript. A 6 months retrospective

MadRabbit
3pts2
nikolay.rocks 10y ago

Rant: You're not paid to write code

MadRabbit
4pts2
nikolay.rocks 10y ago

How to stop babeling and start enjoying Node.js

MadRabbit
1pts0
nikolay.rocks 10y ago

How to top Babel and start Node.js

MadRabbit
1pts0
nikolay.rocks 10y ago

Fear and greed in software development

MadRabbit
1pts0
nikolay.rocks 10y ago

Using genetic algorithms to find more efficient keyboard layouts

MadRabbit
3pts0
github.com 10y ago

Meet doubleagent – the ES7 async/await aware testing util for Node.js apps

MadRabbit
2pts0
nikolay.rocks 10y ago

Show HN: Meet the rockstar programmer keyboard layout

MadRabbit
3pts4
nikolay.rocks 10y ago

Testing ExpressJS apps like it's 2016

MadRabbit
3pts0
github.com 10y ago

Show HN: Rockstar programmer keyboard layout

MadRabbit
6pts5
nikolay.rocks 10y ago

Rainbows generator in JavaScript

MadRabbit
2pts0
nikolay.rocks 10y ago

A rainbows generator in Ruby and a flux capacitor

MadRabbit
1pts0
github.com 10y ago

Introducing git-rainbow – a rainbow commits generator for GIT

MadRabbit
2pts0
nikolay.rocks 10y ago

From Swift to react-native. My experiences in rebuilding the MeowTV app

MadRabbit
4pts0
nikolay.rocks 10y ago

Minimalistic yet fully featured fixed-width layout in pure CSS and flexbox

MadRabbit
2pts1
nikolay.rocks 10y ago

Programs are people too – a different look at code quality and software design

MadRabbit
2pts1
nikolay.rocks 10y ago

The first two weeks with Elixir lang. First impressions

MadRabbit
2pts0
nikolay.rocks 10y ago

How to force long string line breaks in pure CSS

MadRabbit
2pts0
nikolay.rocks 10y ago

CSS Hacks: Not your daddy's link highlighting

MadRabbit
2pts2
nikolay.rocks 10y ago

How to make ruby on rails dev web server to load pages much faster

MadRabbit
1pts0
nikolay.rocks 10y ago

Why Lovely.IO failed – how I built rubygems for JavaScript and it didn't fly

MadRabbit
2pts0
nikolay.rocks 11y ago

Open-sourcing my new blogging engine implementation

MadRabbit
43pts44
nikolay.rocks 11y ago

How to make fancy animated checkboxes out of nothing

MadRabbit
3pts0
nikolay.rocks 11y ago

Easy peasy vector icons with CSS and sprinkles of SVG

MadRabbit
1pts0

because that's an extra moving part, i will have to handle those compiled files separately, collect them somewhere, copy to S3 or whatevers. I don't want that. I want a simple thing that has just the content and a shallow presentation layer that just shows the content in a browser, that's it. No extra transformations or anything, this way the system is immediate and simple. markdown + front-end, no other moving parts

i used jekyll as well, and it's alright. this thing gives you the same workflow minus dependency on ruby runtime or a specific hosting platform that supports jekyll (like github for example).

i just write stuff and git push it to heroku

i use the engine for some commercial work at the moment, i might open-source it eventually as well (if there is enough interest in it). but at the moment it's just a bunch of make-shift scripts thrown together which are not really in a publisheable shape

well it is implemented on the backend anyways, but you still need to handle the restrictions on the front-end somehow as well, right? coz backend API and the front-end are not always a 1 to 1 match of resources