Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
N

Nelson Goncalves Oct2022

@Nelson Goncalves Oct2022
About
Posts
6
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • What do you do when a client keeps wanting free services yet then they brag to you about their new office space, new mfg plant, new employees and such?
    N Nelson Goncalves Oct2022

    Personally, I think that it is not at all unreasonable to help out a potential customer for free. In your case, since you try to behave as rational as possible it should be easy to establish a point of no return. The potential project will make you X dollars, you charge Y dollars/hour so don't work more than X/Y hours on it for free. Obviously you want to keep this ratio as small as possible. But at least you have a hard number for reference, so don't do more than 10% of X/Y for free.

    The Lounge learning css business sales help

  • I want you Bach...Baby
    N Nelson Goncalves Oct2022

    Jazz, mostly big bands from the 50's and 60's. But anything without lyrics, works to get me into the zone.

    The Lounge com performance question

  • Unit Testing... yay or nay?
    N Nelson Goncalves Oct2022

    I always write tests for the small components in the code (aka unit tests) for two reasons: 1. 1 day of writing unit tests saves me a week of looking for bugs in the small crevices of a larger project 2. unit tests describe the behaviour of the component, so they double as documentation Also, since I have mostly worked at small companies there is usually nobody to double check my code. So testing is fundamental to avoid big mistakes.

    The Lounge testing beta-testing question

  • Silly Documentation Question
    N Nelson Goncalves Oct2022

    Its not a silly question to ask :) I would at least include: - source code documentation (Doxygen is your friend) - build instructions (which you tested on a clean machine) - description of the communication protocol between PC and the hardware - installation instructions (which you tested on a clean machine) - use instructions (e.g. command line arguments) - eventually an high-level flowchart of how the system operates The first two items are helpful when in the future, you or somebody else needs to do some work. The other are useful for the actual users and typically will be part of manual. Which I strongly advise you to make, if somebody else isn't doing. I have found that "have you read the manual ?" substantially decreases support effort :) A lot of work ? The first time yes, a few days at least, but then it is just minor edits to the documents. I use Doxygen for generating the documentation of the source code, of the language own tool if better. And Sphinx[^] for writing the manual and instructions.

    The Lounge hardware question

  • look for a good email hosting service company
    N Nelson Goncalves Oct2022

    Hello, I am using runbox[^] for a couple of years now. Inexpensive, although their web interface is a bit clunky. Got it working with my domain without any problems.

    The Lounge hosting question

  • Why would any solo dev release open source?
    N Nelson Goncalves Oct2022

    The most obvious valid reason to release code as OSS if you are a stand-alone developer is that it will add credibility to your CV. Then not only you can claim that you know how do/use X, and there is also tangible proof of it. And a better CV means higher pay. Another not so obvious reason, if you give out the source code then paying customers will be easier to lure in because if you stop working on it, they are not left with a binary blackbox which they cannot use/fix. Now, you may argue that the latter is not OSS but it depends on what your business model is. OSS is a distribution stragegy that may, or may not, make sense for you business. A typical scenario where it makes sense is if you are selling hardware, e.g. an IoT for a niche market. At my current company we are using an LTE router with specific hardware I/O, which runs OpenWRT customized by the vendor. They can, and do, give us almost(*) all of the source code because their advantage is the hardware, not the software. (*) and I wish it was really, really, really all of the source code. I stumbled the other day on a bug from an OSS library that our vendor uses, but that is bundled together into a binary blob with their own private code. If I had the full source, the fix would have been done by me that very same day. Without it, I have to wait 6 months (at least) for them to make a new distro release.

    The Lounge database com linux performance question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups