HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mechanicker

no profile record

comments

mechanicker
·2 года назад·discuss
Wonder if this is more due to Bhyve being developed on FreeBSD and Illumos derives from a common ancestor BSD?

I know NetApp (stack based on FreeBSD) contributed significantly to Bhyve when they were exploring options to virtualize Data ONTAP (C mode)

https://forums.freebsd.org/threads/bhyve-the-freebsd-hypervi...
mechanicker
·2 года назад·discuss
Would love UC Berkeley to revive innovation and collaboration as seen during the BSD days.
mechanicker
·2 года назад·discuss
I hope this and SCIP becomes a standard and we have more programming languages emitting symbols in SCIP format.
mechanicker
·2 года назад·discuss
Awesome tool I purchased when I stumbled upon it.

I draw flowcharts for complex implementations in ASCII using Monodraw and embed them in source code.
mechanicker
·3 года назад·discuss
This is my exact concern when new corp of developers try and learn operating systems using languages further away from the building blocks.

Unpopular opinion: It is still good to learn enough C + system programming & their gotchas before starting with a more fancy higher level language.
mechanicker
·3 года назад·discuss
What happens when rest of the team does not rise to the occasion? You now have a happy but very mediocre team for the task on hand. Decision making is very democratic but seldom happens in time.

I feel you need pace setters but not excessively reward individual heroics.
mechanicker
·3 года назад·discuss
Well, those OS differences taught us to write (or strive to) portable code. It also taught me to better appreciate strengths in different operating systems over the years.
mechanicker
·3 года назад·discuss
Samba for file sharing? I led development efforts for the first Samba release on VMS (IA64) working at HP. It was not performant enough compared to ASV but we were on the right path.
mechanicker
·3 года назад·discuss
Could it be more to prevent monopoly by their competitor Amazon becoming the biggest investor?

OpenAI gave Microsoft a competitive edge and this could just be a hedge to prevent Amazon from getting even further ahead.
mechanicker
·3 года назад·discuss
I feel it is best to leave git out of this - separation of concerns Let external tools evolve independently instead.
mechanicker
·3 года назад·discuss
Was the BSOD screensaver from sysinternals by Mark Russinovich?

I had installed the same and couple of my colleagues sitting around me had done the same.

Our CTO (Robotics simulation software) was visiting and had an early morning meeting. He saw this on all screens and had a minor panic attack fearing a virus outbreak or software bug.
mechanicker
·3 года назад·discuss
I have a similar requirement where I want all my work related links to open in a particular browser/profile.

I use Mac and ended up implementing something that I can tweak easily, not polished but works.

https://github.com/mechanicker/chromer
mechanicker
·3 года назад·discuss
This is the approach that finally worked for me and have been using this for past 4 years.

I create a top level directory for collection of related repositories. It lets me configure git for different collection of repositories.
mechanicker
·3 года назад·discuss
> I remember having used a Red Hat (?) SourceNav (Source Navigator) by any chance?

I used it quite a lot before completely moving to Emacs.
mechanicker
·3 года назад·discuss
Use ‘ditto’ for copying directories. It is fast!

https://osxdaily.com/2014/06/11/use-ditto-copy-files-directo...
mechanicker
·3 года назад·discuss
We have a service that uses Go http proxy for implementing a reverse proxy.

Upgrading to Go 1.16 introduced an unexplained performance drop. We suspect it is due to how it flushes when the content length is not known (typical for streaming). In earlier versions of Go, the call to flush was less frequent and in other versions, flush was called on every write. As a team, we sunk a lot of time trying to debug this and finally changed some of the application architecture/logic to circumvent these overheads.
mechanicker
·3 года назад·discuss
Reminds me of my early days as a rookie people manager. I was asked to estimate a project for a team that I had no idea about their abilities. I was very hesitant to estimate since I had no data to begin with. My manager asked me to throw a number and see if there is a push back!!!

I soon made a decision not to be a manager responsible for guess work based estimation and moved back to an IC role where I estimate effort for work assigned to me.
mechanicker
·3 года назад·discuss
I am on my 26th year as a programmer. I love the fact that I can imagine and also make it happen.

However, I see a constant push from people around me to focus on creating a pipeline of ideas and let others implement them. Unfortunately, I do not see the same level of enthusiasm I have in implementing some of those ideas - could be due to lack of recognition since it is not their original idea.

Once I retire, I will just go back to where it all started. Come up with an idea followed by implementation. The sheer pleasure of seeing your idea working in a reasonable timeframe is exhilarating!