Live data from Hacker News

Viewing profile — ruxkor

ruxkor

HN member
Joined
Wed, Oct 06, 2010, 7:43 PM UTC
HN karma
33
Public activity
24 items

About ruxkor

[ my public key: https://keybase.io/ruxkor; my proof: https://keybase.io/ruxkor/sigs/yJ4W6GD61cHhKGFn_va3J8l-QCig9waH72Z2h33Jh5s ]

Recent public activity

  1. comment
    Comment #43580178

    This article was printed on November 10th, 2003 (!).

  2. comment
    Comment #16045492

    Alex Vermeer's guide "8,760 hours" [1] could be helpful if you didn't already come up with your resolutions: Its method gives you a framework how to analyze and prioritize your lon…

  3. comment
    Comment #15735581

    Thanks for sharing! It seems quite similar to the Loop Habit Tracker ( https://play.google.com/store/apps/details?id=org.isoron.uha... ), an Android App with the same goal.

  4. comment
    Comment #10345346

    Here is a short video introduction, if you were not aware of the scheme: https://youtu.be/KxsylnDO15w

  5. comment
    Comment #10152619

    An alternative in Germany (or any country adhering to the IBAN/BIC numbering system) is cringle [1]. It uses direct withdrawals (Lastschrift) or wire transfers and does not require…

  6. comment
    Comment #7953128

    While the method using to sign documents is identical (as posted by inkfactory), the main difference is that bitstamped is also hosting your files. This can be regarded as both an …

  7. comment
    Comment #6980119

    You could install the Kindle for PC [1] version, which allows you to buy and read Kindle Book Editions from Amazon. [1]: http://www.amazon.com/gp/kindle/pc/download

  8. comment
    Comment #6776570

    A very nice list of debuggers, but I'm wondering why there is no mentioning of the (very good) debugging support you can find in IntelliJ and Eclipse and mostly, why there is no me…

  9. comment
    Comment #5966068

    A very nice game! Another automatic click script, clicking the buttons only when necessary: var checkAll = setInterval(function() { var bn = ['stoke','gather','traps']; for (var i=…

  10. comment
    Comment #5708960

    beautifully designed! I'd love to see some sort of retention limit, and the functionality to manually remove an uploaded design. An export function of all comments and a special st…

  11. comment
    Comment #5444324

    This is very interesting as it reminds me of my youth (and probably also the experiences of other people): After the obligatory QBASIC dabbling, my first experiences as a child wit…

  12. comment
    Comment #5404713

    Apart from the request of removing their logos, Amazon also requested that "[you] shut down the site". Is this because of the specific business model you had, or only because of th…

  13. comment
    Comment #4874136

    setcap solves the problem in the wrong way in this scenario imho: With setcap, any user could run node with a node script using ports What would be more useful is the ability to al…

  14. comment
    Comment #4828093

    The console syntax seems to be Python. I'm excited how this could enable an easier modification of minecraft, especially for beginners.

  15. comment
    Comment #4506056

    A very nice initial listing for applications, I'd love to see it completed! One framework I think is missing in the category "server-side" is derby.js ( http://derbyjs.com ), have …

  16. comment
    Comment #4373650

    Very nice! However, in its current implementation, the service does not seem to optimize the created gifs at all, i.e. all frames are opaque and do not try to reuse existing pixels…

  17. comment
    Comment #4086452

    javascript sorting: having expected a sorting somewhat similar to python and being very... surprised that javascript essentially sorts everything but primitive types by comparing t…

  18. comment
    Comment #4010882

    while the "spyglass" idea is nice, i'd prefer having at least some kind of client encryption in order to avoid the trust issue mentioned by ChuckMcM. ZeroBin ( http://sebsauvage.ne…

  19. comment
    Comment #4004122

    If I recall correctly, it is possible to modify a pull-request by deleting the "active" commit of the pull request on github and adding something else, i.e. if I do something like …

  20. comment
  21. comment
    Comment #3997540

    Apparently this was already done for python a few years ago: I just discovered a very similar, albeit older project that essentially does the same (i.e. implementing the actor mode…

  22. comment
    Comment #3765816

    I'm surprised nobody mentioned brubeck ( http://brubeck.io ) until now, which takes a completely fresh approach to concurrent handling via implicit context switching (more on their…

  23. comment
    Comment #3743009

    be sure to reload the page a few times to get the right one :)

  24. comment
    Comment #3523170

    Another notable feature is the generation of readable stacktraces in iced, as explained here: https://github.com/maxtaco/coffee-script/blob/iced/iced.md (search for: "Debugging and…