HN user

bliker

342 karma

samvasko@gmail.com

https://github.com/bliker

Posts7
Comments207
View on HN
OCLint 9 years ago

Clang static analyzer can be run as part of oclint run. It contains slower and more complex memory related checks.

OCLint 9 years ago

Clang tidy has more style related checks. Where oclint is better at diagnosing complexity.

Saying that, I've recently felt like the development of clang tidy has been much more active and it will become the do-it-all tool very soon.

Today I was looking into using the VS Code debugger for embedded C and I was surprised that the c/c++ extension is not open source. Does anyone know the reason?

Eva Diagnostics (http://www.evadiagnostics.com) | Full-Time | London UK | ONSITE

Eva is an award-winning healthtech company developing the next generation of connected patient-side blood tests offering new insights for better health outcomes. The company is presently developing technology which will reduce healthcare costs and improve patient quality of care across anaemia treatment and chemotherapy. ​ Eva is seeking an experienced cloud developer who is interested in joining a multi-award winning startup with fantastic opportunities for personal development. As part of the engineering team, the role will involve close collaboration with our design, electronics and software teams to develop an innovative data collection and analytics cloud platform that integrates with our devices. You will have the opportunity to take full responsibility for your role, interact with clients and partners, and gain detailed insights into the entire cloud development lifecycle for medical data.

Responsibilities

- Design and implement a secure, scalable cloud backend for device and 3rd party integration

- Oversee the verification and validation of the cloud and analytics platform

- Maintain software quality throughout the development process

Apply and see more here: http://www.evadiagnostics.com/cloud-developer

I’ve noticed the same thing. Do you by any chance have a catch-all address? That was the major source of spam in the inbox for me.

HW: Retina Macbook Pro

SW: OSX for Photoshop and Illustrator, Sublime Text for C/JS/PHP plus XCode. I also run Windows VM for all sorts of engineering software (Siemens NX, ANSYS, LabView, Multisim).

I was wondering why there is a need to involve a micro-controller? I can see this project being done with couple of op-amps and potentiometer? I see so many hobby project using arduinos for no good reason. Please people show some love for analog electronics!

I love gpg but openpgp tooling is just ancient piece of crap from CLI perspective.

- writing gpg just gives you cryptic “gpg: Go ahead and type your message ...” without any more information.

- `gpg --list-keys` apart from being hard to remember* has a table of misaligned values without any headers.

- I still can’t figure out how to make use of gpg-agent.

* I always tend to write --keys and I get another non-helpful info error “gpg: Option “--keys” is ambiguous”)