Live data from Hacker News

Viewing profile — tennix

tennix

HN member
Joined
Sun, May 24, 2015, 10:36 PM UTC
HN karma
48
Public activity
19 items

About tennix

No profile information was provided.

Recent public activity

  1. comment
    Comment #41230805

    I've been a long tmux user, but I've migrated to Kitty only setup. To make my muscle memory feel at home, I configured Kitty with nearly the same keybindings as tmux. Here is my se…

  2. comment
    Comment #32477864

    > This is particularly problematic for hosted Kubernetes services like Google Kubernetes Engine (GKE), which often limit the CPU and memory available to the API server. These servi…

  3. story
  4. story
  5. story
  6. story
  7. story
  8. story
  9. story
  10. story
  11. comment
    Comment #21758895

    You can debug such containers by running another debugging container to join their corresponding namespaces. For example the most frequently used namespaces are pid and network, wi…

  12. comment
    Comment #14715059

    If you're familiar with ansible, it'll be quite easy to setup a k8s cluster on bare metal with kubespray. What's more is that it deploys production ready cluster with HA support

  13. story
  14. comment
    Comment #13209169

    https://github.com/pingcap/tikv stores consensus state in RocksDB. > With the implementation of the Raft consensus algorithm in Rust and consensus state stored in RocksDB, it guara…

  15. comment
    Comment #12098844

    Yeah, you're right. But almost all of the community uses indentation which defined as layout in Haskell2010 Language Report instead of semicolons and curly braces

  16. comment
    Comment #12098675

    Agreed on dependent type, and I also love ML syntax more than haskell(yes I don't like indentation sensitive language). BTW I suggest you give FStar a try, it has dependent type an…

  17. comment
    Comment #11767453

    I believe emoji is designed to be expressive, if we need to look it up in a emoji dictionary ,then emoji goes wrong. The fact is that everybody wants to add their favourite emoji, …

  18. comment
    Comment #10517689

    Here are the source code for the new website, and it is written in guile itself http://git.savannah.gnu.org/cgit/guile/guile-web.git

  19. comment
    Comment #9597912

    I have wrote a playpen-mode for emacs last week with which we can play rust without installing rust and without opening rust playpen in your browser. https://github.com/tennix/play…