Live data from Hacker News

Viewing profile — ategra

ategra

HN member
Joined
Sat, Apr 05, 2014, 8:14 AM UTC
HN karma
5
Public activity
2 items

About ategra

No profile information was provided.

Recent public activity

  1. comment
    Comment #7558146

    Here's a crazy idea: single addresss space for the kernel, virtual memory for applications in userland since their memory grows more unpredictably. I guess this dual approach would…

  2. comment
    Comment #7537431

    I'm on my mobile, so I can't paste code here. But the way I do it is to subclass the flask app and setup the routes in the setup method. Almost nothing happens on module scope. All…