bechampion
|
1 year ago
they don't avoid it cause the hostility , they avoid it case we live in this high level era , where nobody knows where code runs or how it runs.
bechampion
|
2 years ago
|
on: Slack: A redesigned Slack, built for focus
I love slack , but they gotta get their game together , this year I have personally seen around 4 or 5 outages, what annoys me the most is the way the app fails, it simply greys out text that you just sent , images take forever to upload (if they ever upload) , i think if you gonna have this many outages maybe build something into the UI
bechampion
|
6 years ago
|
on: Ask HN: Do you contribute to open source? Why? Why not?
I've contributed to a number of things during my time working with computers , unfortunately it has always been commits that fix things that stop me moving forward. nothing major.
bechampion
|
6 years ago
|
on: Monorepo or Multirepo? Role-Based Repositories
I worked in a big bank in the UK using monorepo "cuz Google uses it", error number 1, your not Google.
The clones were gigantic, Jenkins would timeout cloning the whole project when all it needed was a bunch of files.
Merge conflicts all over the place, but the best part, we had scripts on our pipeline literally removing folders after cloning the repo to avoid automatic inclusions of libs etc.
In my opinion separation of boundaries is one of those things that should t be mess with.
bechampion
|
6 years ago
|
on: Richard Stallman Has Been Vilified by Those Who Don’t Know Him
I met him around 2002 , he was nuts already . He says shit he would've gotten away in the early days of the internet but he doesn't now . He hasn't change much to be fair it's just now what he says gets echoed in social networks.
bechampion
|
6 years ago
|
on: Turn off DoH, Firefox
privacy aside , how about internal hosted zones and stuff that isn't resolvable by TLDS or CCTLDS?
bechampion
|
6 years ago
|
on: Apple hid a secret message in its latest YouTube video
They should express their love to tech people openning up osx instead of these lame attempts.
bechampion
|
6 years ago
|
on: The Cult of Kubernetes
Remember when Linux was hard to install and run as desktop ( multiple screens , acpi , sound , winmodems ) ?? We all have had this colleague that gets frustrated and installs windows after 10 minutes , And spends the rest of his life saying that Linux is of fanatics , geeks etc .
Well this post it's literally the same .
bechampion
|
6 years ago
|
on: Cool but obscure X11 tools
xeyes isn't obscure , how else do you test that ssh x forwarding works otherwise :)
bechampion
|
6 years ago
|
on: Foliate – A simple and modern GTK eBook viewer
dont you dare!
bechampion
|
6 years ago
|
on: Xdpcap: XDP Packet Capture
bechampion
|
7 years ago
|
on: Breach at IT Outsourcing Giant Wipro
If you've ever had the pleasure to work with people from wipro,ipsoft,atos etc to name a few this should not surprise you.
bechampion
|
7 years ago
|
on: Want to learn a new skill? Take some short breaks
this reminds me when i was younger and i would tell my mom that i need to take breaks because "knwoledge needs to rest in my brain"(sentence translated from spanish) , now i can tell her science backs me up.
bechampion
|
7 years ago
|
on: Show HN: My shell script for HTTP/HTTPS troubleshooting and profiling
as others said , dependecies need to be sorted. other than that i think this is quite cool and i will use it.
bechampion
|
7 years ago
|
on: Ask HN: What has the past 12 months taught you?
showing up wins.
bechampion
|
8 years ago
|
on: Experiences with running PostgreSQL on Kubernetes
I'm still not a big fan to run stateful services in a platform mostly built for stateless . Also not a huge psql user , but replication and failover in psql has always been a half-done job, kube isn't gonna fix that.
bechampion
|
8 years ago
|
on: Linux Performance: Why You Should Almost Always Add Swap Space
i agree with this , lack of swap makes oom too aggressive . , question what's worst no app (and react to OOM) or app swapping
bechampion
|
8 years ago
|
on: SSH Check – public SSH server testing tool
and returns almost the same details , there is also a nmap script
https://nmap.org/nsedoc/scripts/ssh2-enum-algos.html
I've always found these kind of webapps attractive in a way ... the fact that it may be doing a os.popen("nmap -vv bla bla bla") makes me uncomfortable ,
bechampion
|
8 years ago
|
on: Why Threads are a Bad Idea (for most purposes) (1995) [pdf]
and still powers more than 25% of the interwebs... some claim.
bechampion
|
8 years ago
|
on: Bingrep: Like grep, but for binaries
bingrep | grep