Viewing profile — tennix
tennix
HN member- Joined
- Sun, May 24, 2015, 10:36 PM UTC
- HN karma
- 48
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About tennix
No profile information was provided.
Recent public activity
-
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…
-
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…
- story
- story
- story
- story
- story
- story
- story
- story
-
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…
-
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
- story
-
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…
-
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
-
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…
-
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, …
-
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
-
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…