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.
HN user
bechampion
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
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.
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.
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.
privacy aside , how about internal hosted zones and stuff that isn't resolvable by TLDS or CCTLDS?
They should express their love to tech people openning up osx instead of these lame attempts.
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 .
xeyes isn't obscure , how else do you test that ssh x forwarding works otherwise :)
dont you dare!
this looks close to https://github.com/Netronome/bpf-samples/tree/master/xdpdump . I'm a cloudflare user and i really like seeing this kind of things.
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.
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.
as others said , dependecies need to be sorted. other than that i think this is quite cool and i will use it.
showing up wins.
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.
i agree with this , lack of swap makes oom too aggressive . , question what's worst no app (and react to OOM) or app swapping
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 ,
and still powers more than 25% of the interwebs... some claim.
bingrep | grep
also at no point i say that docker is based on lxc or uses it...
danke!
but the title clearly states "not Docker" , why would you expecting to find Docker when the title says "not Docker"
I think an explanation would be PTRACING a process and tapping on its syscalls will always add some latency , for example time(process(open())) < time(ptrace(process(open))) if that makes sense ? , similar to selinux ... there's a cost to tapping syscalls.
I have a windows 10 vm .. it applies updates every week that force me to restart. No thanks.
I'm sorry I disagree , you're assuming that the "application" is vulnerable to sql injection and others.
maybe a sql injection ....and escalate from there..
i agree with that .. this isn't remote at all.
they make me cringe too , but i often question myself if feeling this way is my own fault. What is wrong with loving code or loving a little project? Do we all wanna be seen as hardcore devs that do this work cause we are forced to? I'm not attacking just a question I'd like to pop out there.
even tho the commands mentioned above aren't bash built-ins