Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tennix
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
tennix
2y ago
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 setup https://blog.funcer.xyz/blog&#
2.
▲
by
tennix
4y ago
> 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 services can gracefully scale the API server up when they pred
3.
▲
AWS clockbound client and daemon implemented in Rust
(github.com)
1 points
by
tennix
5y ago
|
0 comments
4.
▲
Understanding Real-World Concurrency Bugs in Go [pdf]
(songlh.github.io)
2 points
by
tennix
6y ago
|
0 comments
5.
▲
Building an Automated Testing Framework Based on Chaos Mesh and Argo
(pingcap.com)
1 points
by
tennix
6y ago
|
0 comments
6.
▲
TimeChaos enables time to swing freely in containers
(pingcap.com)
2 points
by
tennix
6y ago
|
0 comments
7.
▲
Netflix beats growth predictions with 15.77M net new subscribers
(techcrunch.com)
7 points
by
tennix
6y ago
|
0 comments
8.
▲
A practical guide to writing technical specs
(stackoverflow.blog)
67 points
by
tennix
6y ago
|
6 comments
9.
▲
How to double read throughput easily for a NewSQL database
(pingcap.com)
2 points
by
tennix
6y ago
|
0 comments
10.
▲
by
tennix
7y ago
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, with these two namespaces joined the target container, you can
11.
▲
by
tennix
9y ago
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
12.
▲
Using Idris to develop Android apps
(mmhelloworld.github.io)
3 points
by
tennix
10y ago
|
0 comments
13.
▲
by
tennix
10y ago
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 guarantees data consistency.
14.
▲
by
tennix
10y ago
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
15.
▲
by
tennix
10y ago
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 and OCaml/F# like syntax and support theorem proving
16.
▲
by
tennix
10y ago
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, but more emoji added more confusion it will be make. Just im
17.
▲
by
tennix
11y ago
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
18.
▲
by
tennix
11y ago
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/playpen-mode