• R/O
  • SSH

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisão47da9bac238304c035c4c5069312a4c754b50527 (tree)
Hora2023-04-24 02:34:54
AutorAlbert Mietus < albert AT mietus DOT nl >
CommiterAlbert Mietus < albert AT mietus DOT nl >

Mensagem de Log

added reading-time (both blogs)

Mudança Sumário

Diff

diff -r 34d7862bb84a -r 47da9bac2383 SoftwareCompetence/blogs/01.WhyPrinters_with_EmbeddedWeb.rst
--- a/SoftwareCompetence/blogs/01.WhyPrinters_with_EmbeddedWeb.rst Sun Apr 23 19:26:55 2023 +0200
+++ b/SoftwareCompetence/blogs/01.WhyPrinters_with_EmbeddedWeb.rst Sun Apr 23 19:34:54 2023 +0200
@@ -12,6 +12,8 @@
1212 :location: Geldrop
1313 :language: en
1414
15+ :reading-time: 3m45
16+
1517 Whether it's your office printer, your internet router at home, or your future top-notch embedded system, they all
1618 use technologies that, only a decade ago, nobody imagined using in an embedded system! How did this happen?
1719 |BR|
diff -r 34d7862bb84a -r 47da9bac2383 SoftwareCompetence/blogs/02.The_Neverending_Struggle_on_CodeQuality.rst
--- a/SoftwareCompetence/blogs/02.The_Neverending_Struggle_on_CodeQuality.rst Sun Apr 23 19:26:55 2023 +0200
+++ b/SoftwareCompetence/blogs/02.The_Neverending_Struggle_on_CodeQuality.rst Sun Apr 23 19:34:54 2023 +0200
@@ -12,6 +12,8 @@
1212 :location: Geldrop
1313 :language: en
1414
15+ :reading-time: 6m
16+
1517 As your embedded software codebase grows, the risk of introducing errors and bugs increases exponentially. Doubling
1618 the number of developers will roughly double the risk of mistakes. We need new *“tricks”* to strive for the
1719 ever-demanded high quality.