Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ashishmax31
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
ashishmax31
1mo ago
The installer script installs k3s which is a lightweight distribution of k8s which runs in a single binary. It has a low resource footprint and is well suited for running on VPS boxes. While its not as light as plain docker/docker-comp
2.
▲
Show HN: Stackdome – An open source self-hostable Railway alternative on K8s
(stackdome.com)
21 points
by
ashishmax31
1mo ago
|
6 comments
3.
▲
by
ashishmax31
2y ago
Exactly. I've come to describe k8s as a distributed operating system for servers. K8s tries to abstract away individual "servers" and gives you an API to interact with all the compute/storage in the cluster.
4.
▲
by
ashishmax31
2y ago
+1 to this. Especially with go, most of the (non-integration) tests I end up writing are behaviour driven tests. I'm not really sure how one can write these sort of tests without interfaces and mocks.
5.
▲
by
ashishmax31
3y ago
Could you elaborate a little bit more? These days i write a lot of go code and i end up using mock objects for different interfaces to write unit tests. Is there another way to do this?
6.
▲
by
ashishmax31
3y ago
Care to explain the reasoning behind your "no"?
7.
▲
The Great Crypto Scam
(youtube.com)
8 points
by
ashishmax31
4y ago
|
0 comments
8.
▲
by
ashishmax31
4y ago
Ex machina
9.
▲
by
ashishmax31
4y ago
Thanks for making me chuckle. Good one :)
10.
▲
From zero to 10k stargazers on GitHub
(blog.tooljet.com)
3 points
by
ashishmax31
4y ago
|
0 comments
11.
▲
Why we’re changing our license to AGPL
(blog.tooljet.io)
13 points
by
ashishmax31
5y ago
|
1 comments
12.
▲
by
ashishmax31
5y ago
I'm no expert in crypto. But how would people know that your public key belongs to "you" ?
13.
▲
by
ashishmax31
5y ago
Do we have evidence that the virus has mutated into something more deadly? Such mutation is clearly not beneficial to the virus. My guess would be that the virus mutated into something with a higher R-0. Read more about the optimal virulenc
14.
▲
by
ashishmax31
5y ago
I learned Go as my first statically typed language(Worked on ruby and some python before that). Although I missed the functional goodies from Ruby in Go, I thought that was the price I had to pay for performance and static checking guarante
15.
▲
by
ashishmax31
5y ago
Thank you so much. I don't see many of these courses listed on youtube in their official mit ocw website. I wonder why..
16.
▲
by
ashishmax31
6y ago
Couldn't agree more.. Reading CLRS cover to cover and reading SICP cover to cover are two different things.
17.
▲
by
ashishmax31
6y ago
I would think so. Can anyone eli5 why statically linking binaries is a big deal? Even light weight container oriented linux distributions like alpine ship with musl. In which scenario would it find it use cases?
18.
▲
by
ashishmax31
6y ago
So does that mean no statically linked binaries since glibc can't be statically linked?
19.
▲
Rust's BtreeMap Case Study
(cglab.ca)
1 points
by
ashishmax31
6y ago
|
0 comments
20.
▲
by
ashishmax31
6y ago
Yes, but we already know about the rules which govern evolution, its the laws of physics.
21.
▲
by
ashishmax31
6y ago
Read the Blind Watchmaker and then The Selfish Gene. These books should help you understand the science behind life's existence.(For the uninitiated)
22.
▲
by
ashishmax31
6y ago
Now the programmer just waits till the stack blows up to get his free drink.
23.
▲
by
ashishmax31
6y ago
Please can you elaborate on the objective measures of code quality part? Do you mean to use static analysis tools like code climate? Also, if you don't mind can you share some good reads/books which cover these topics? Thanks
24.
▲
by
ashishmax31
6y ago
Happy new year to all the HNers, no place like this on the internet :) പുതുവത്സര ആശംസകൾ...
25.
▲
by
ashishmax31
6y ago
Neat! Definitely going to try this out.