Live data from Hacker News

Viewing profile — pyronicide

pyronicide

HN member
Joined
Sat, Aug 15, 2009, 5:45 PM UTC
HN karma
455
Public activity
50 items

About pyronicide

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. story
    Show HN: Kty – The Terminal for Kubernetes

    kty is an SSH server written in rust that provides a TUI-based dashboard mapping k8s concepts onto SSH. It relies on OpenID providers for identity so that you don't need to introdu…

  4. comment
    Comment #27623094

    I've always wanted a setup like this! It is so much easier to author docs when you can tie them directly to functionality and manage through PRs. How are you planning on managing t…

  5. story
  6. story
  7. story
  8. story
  9. story
  10. story
  11. story
  12. comment
    Comment #16717149

    Check out ksonnet, it is closer to what you're looking for. ( https://ksonnet.io/ )

  13. comment
    Comment #16715970

    This article is pretty focused on the build type of k8s developer tools. There are other types as well that can fit into specific places in your workflow. Joe Beda does a fantastic…

  14. story
  15. story
  16. comment
    Comment #2622434

    Would anyone know if there's audio/video of these lectures? I keep seeing amazing classes like this and wishing that everyone could enjoy them instead of just the local students.

  17. story
    Ask HN: Anyone know of a client package/dependency manager for javascript?

    As time goes on, I seem to collect utilities libraries like underscore.js or jquery. For any project that I work on, I'd like to have the dependencies for these libraries tracked a…

  18. comment
    Comment #2125401

    The reason that cross-domain requests are disallowed has to do almost entirely with cookies. The concern is that since almost everyone uses cookies for identity, it is possible (wi…

  19. comment
    Comment #2124776

    I've not done much profiling/performance (especially on older browsers) yet. My use case for the whole thing was to do a fire and forget POST to a separate domain. Honestly, flash …

  20. comment
    Comment #2124723

    The one browser that I didn't test in, gah! Let's see what I can do about that ... edit: It's fixed now, that's what I get for not reading the removeEventListener docs.

  21. story
  22. comment
    Comment #2120474

    Right now, I'm just using qunit + sinon.js. I'm not super happy with it (I'd really like to get to the point where all my development is done via. writing unit tests), but so far i…

  23. comment
    Comment #2120262

    I've done some interesting applications with Backbone.js over the last 2 months or so (for anyone that uses uTorrent, here's one: http://apps.bittorrent.com/ucast/ucast.btapp all i…

  24. story
  25. comment
    Comment #1996143

    I'd suggest not actually using a bug tracking system. They tend to be separate from actual planning and the fact that they're separate means that planning is harder. Take a look at…