For me, I want to use orca for slicing there are many more additions to the local code. As both orca and Bambo are from the same open source, the current limitation in the Bambo version is breaking the licensing of the…
As a senior dev, when pairing with junious I get a more skilled team. Then I can continue to give new teams the skill and we all grow as people and companies.
On commercial vessels, the colors have to follow the Solars standards. To make sure there are no misunderstandings in the charts. Many, software for no-comersical ships have much more fancy displays in random colors.…
All commercial plotters have autorouting. There is automatic wind routing for sailing in OpenCPN (as a plugin). I'm not sure that adding it to a phone with carplay is a viable option. If you have a display to show it…
It's an international standard so all professionals that read the maps never have to guess what the colors mean. In commercial vessels, you need to follow the Solas standards. This also means that you need certified…
There is no mandatory government registration of non-profits in Sweden. You can get a like a tradename protection by registering like a company name. Suppose you would like to start a non-profit or any other…
If you try that you totally broken the DevOps idea, but now the whole world of ops and IT did that ages ago as anything that is configured in code, e.g. yaml, is devops. The article suggests using a higher level…
They for sure intended to make an API, but also intended it only to be used between the two contractors involved in the application development. There was a requirement in the RFQ for the backend to have a well…
Agile and Scrum isn't the same thing. Even if Scrum in someways are agile. The "original" agile process, or the first videspread variant XP didn't mention any dailies. Scrum as such is much a way to adopt XP into a…
You can write most of your app in any language, it's only some UI and startup code that needs to be in the javalike languages.
Or that the opensource hobby is much more longlived that something as temporary as an employer.
I try to rememberf my local history view in the editor, it sometimes give a better overview.
Yes, more TomTom that openstreetmap, that was clearly show by the dataquality. Much less walk and vike information. If you don't drive a car all my sampling say OSM is way better.
The "tivoisation clause" also in many cases makes it against the law to use GPLv3 software in some consumer products, or parts of the products. For example much embedded software that comes under radio transmission…
ECU is usually an Electronic Control Unit. Some OME's name one of there ECU's, Engine Control Unit to make stuff more complex. Not app manufacturers have Engine Control Unit or a Body Control Module. The electronic…
That got my unix account suspended at university....
For me: smr from 1995 ioccc, http://www.ioccc.org/1994/smr.hint
Microwave oven is about 2.45 GHz, and I agree it's not optimal for heating water. But the middle of the free 2.4GHz to 2.5GHz band.
Not really, there always is and been some kind of separations between the phones when they send data. Most 2G systems used TDMA, so the phones inside a cell spitted the time between them. e.g. one phone could send…
Most, almost all animals are mostly water. About 2GHz you have a frequency that resonates with water, it's gets stopped by water, including rain. E.g. it's energy goes into the water, this is how the microwave operates.…
To handle deploys and especially rollbacks you need a working CI, or rather CD chain. Where eveything is automated. In there are dependencied in your architecture, all of that needs to be part of the same deploy so you…
Change working directory seans like the most stupid idea i ever heard... That would make: vim module/code.cpp :make Not use the build system on the top level...
For CSS i find a text editor and two browsers live showing the changes to be most efficient. I have one or more live real browsers even with a IDE environment.
Going out on the C++ support side, embedded have to bad C++ support, for many bad reasons. People tend to think C++ have much higher runtime needs that C, but used right it's usually lower, specially if you use C++-11…
Kinda hard like the lawers are still after years trying to figure out the issue between Oracle and Google, Apple and Samsung... It's a really hard legal issue, expecting it to be easy for a computer to solve. It's naive.
For me, I want to use orca for slicing there are many more additions to the local code. As both orca and Bambo are from the same open source, the current limitation in the Bambo version is breaking the licensing of the…
As a senior dev, when pairing with junious I get a more skilled team. Then I can continue to give new teams the skill and we all grow as people and companies.
On commercial vessels, the colors have to follow the Solars standards. To make sure there are no misunderstandings in the charts. Many, software for no-comersical ships have much more fancy displays in random colors.…
All commercial plotters have autorouting. There is automatic wind routing for sailing in OpenCPN (as a plugin). I'm not sure that adding it to a phone with carplay is a viable option. If you have a display to show it…
It's an international standard so all professionals that read the maps never have to guess what the colors mean. In commercial vessels, you need to follow the Solas standards. This also means that you need certified…
There is no mandatory government registration of non-profits in Sweden. You can get a like a tradename protection by registering like a company name. Suppose you would like to start a non-profit or any other…
If you try that you totally broken the DevOps idea, but now the whole world of ops and IT did that ages ago as anything that is configured in code, e.g. yaml, is devops. The article suggests using a higher level…
They for sure intended to make an API, but also intended it only to be used between the two contractors involved in the application development. There was a requirement in the RFQ for the backend to have a well…
Agile and Scrum isn't the same thing. Even if Scrum in someways are agile. The "original" agile process, or the first videspread variant XP didn't mention any dailies. Scrum as such is much a way to adopt XP into a…
You can write most of your app in any language, it's only some UI and startup code that needs to be in the javalike languages.
Or that the opensource hobby is much more longlived that something as temporary as an employer.
I try to rememberf my local history view in the editor, it sometimes give a better overview.
Yes, more TomTom that openstreetmap, that was clearly show by the dataquality. Much less walk and vike information. If you don't drive a car all my sampling say OSM is way better.
The "tivoisation clause" also in many cases makes it against the law to use GPLv3 software in some consumer products, or parts of the products. For example much embedded software that comes under radio transmission…
ECU is usually an Electronic Control Unit. Some OME's name one of there ECU's, Engine Control Unit to make stuff more complex. Not app manufacturers have Engine Control Unit or a Body Control Module. The electronic…
That got my unix account suspended at university....
For me: smr from 1995 ioccc, http://www.ioccc.org/1994/smr.hint
Microwave oven is about 2.45 GHz, and I agree it's not optimal for heating water. But the middle of the free 2.4GHz to 2.5GHz band.
Not really, there always is and been some kind of separations between the phones when they send data. Most 2G systems used TDMA, so the phones inside a cell spitted the time between them. e.g. one phone could send…
Most, almost all animals are mostly water. About 2GHz you have a frequency that resonates with water, it's gets stopped by water, including rain. E.g. it's energy goes into the water, this is how the microwave operates.…
To handle deploys and especially rollbacks you need a working CI, or rather CD chain. Where eveything is automated. In there are dependencied in your architecture, all of that needs to be part of the same deploy so you…
Change working directory seans like the most stupid idea i ever heard... That would make: vim module/code.cpp :make Not use the build system on the top level...
For CSS i find a text editor and two browsers live showing the changes to be most efficient. I have one or more live real browsers even with a IDE environment.
Going out on the C++ support side, embedded have to bad C++ support, for many bad reasons. People tend to think C++ have much higher runtime needs that C, but used right it's usually lower, specially if you use C++-11…
Kinda hard like the lawers are still after years trying to figure out the issue between Oracle and Google, Apple and Samsung... It's a really hard legal issue, expecting it to be easy for a computer to solve. It's naive.