@jjlmoya/utils-science 1.9.0 → 1.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +63 -62
- package/src/category/i18n/de.ts +96 -0
- package/src/category/i18n/id.ts +96 -0
- package/src/category/i18n/it.ts +96 -0
- package/src/category/i18n/ja.ts +96 -0
- package/src/category/i18n/ko.ts +96 -0
- package/src/category/i18n/nl.ts +96 -0
- package/src/category/i18n/pl.ts +96 -0
- package/src/category/i18n/pt.ts +96 -0
- package/src/category/i18n/ru.ts +96 -0
- package/src/category/i18n/sv.ts +96 -0
- package/src/category/i18n/tr.ts +96 -0
- package/src/category/i18n/zh.ts +96 -0
- package/src/category/index.ts +12 -0
- package/src/tests/i18n_coverage.test.ts +36 -0
- package/src/tests/locale_completeness.test.ts +2 -2
- package/src/tests/schemas_fulfillment.test.ts +23 -0
- package/src/tests/slug_uniqueness.test.ts +81 -0
- package/src/tests/title_quality.test.ts +55 -0
- package/src/tool/asteroid-impact/component.astro +1 -1
- package/src/tool/asteroid-impact/i18n/de.ts +194 -0
- package/src/tool/asteroid-impact/i18n/en.ts +75 -38
- package/src/tool/asteroid-impact/i18n/es.ts +75 -38
- package/src/tool/asteroid-impact/i18n/fr.ts +75 -38
- package/src/tool/asteroid-impact/i18n/id.ts +194 -0
- package/src/tool/asteroid-impact/i18n/it.ts +194 -0
- package/src/tool/asteroid-impact/i18n/ja.ts +194 -0
- package/src/tool/asteroid-impact/i18n/ko.ts +194 -0
- package/src/tool/asteroid-impact/i18n/nl.ts +194 -0
- package/src/tool/asteroid-impact/i18n/pl.ts +194 -0
- package/src/tool/asteroid-impact/i18n/pt.ts +194 -0
- package/src/tool/asteroid-impact/i18n/ru.ts +194 -0
- package/src/tool/asteroid-impact/i18n/sv.ts +194 -0
- package/src/tool/asteroid-impact/i18n/tr.ts +194 -0
- package/src/tool/asteroid-impact/i18n/zh.ts +194 -0
- package/src/tool/asteroid-impact/index.ts +13 -1
- package/src/tool/cellular-renewal/i18n/de.ts +207 -0
- package/src/tool/cellular-renewal/i18n/en.ts +83 -46
- package/src/tool/cellular-renewal/i18n/es.ts +83 -46
- package/src/tool/cellular-renewal/i18n/fr.ts +83 -46
- package/src/tool/cellular-renewal/i18n/id.ts +207 -0
- package/src/tool/cellular-renewal/i18n/it.ts +207 -0
- package/src/tool/cellular-renewal/i18n/ja.ts +207 -0
- package/src/tool/cellular-renewal/i18n/ko.ts +207 -0
- package/src/tool/cellular-renewal/i18n/nl.ts +207 -0
- package/src/tool/cellular-renewal/i18n/pl.ts +207 -0
- package/src/tool/cellular-renewal/i18n/pt.ts +207 -0
- package/src/tool/cellular-renewal/i18n/ru.ts +207 -0
- package/src/tool/cellular-renewal/i18n/sv.ts +207 -0
- package/src/tool/cellular-renewal/i18n/tr.ts +207 -0
- package/src/tool/cellular-renewal/i18n/zh.ts +207 -0
- package/src/tool/cellular-renewal/index.ts +13 -1
- package/src/tool/colony-counter/i18n/de.ts +185 -0
- package/src/tool/colony-counter/i18n/en.ts +69 -35
- package/src/tool/colony-counter/i18n/es.ts +69 -35
- package/src/tool/colony-counter/i18n/fr.ts +69 -35
- package/src/tool/colony-counter/i18n/id.ts +185 -0
- package/src/tool/colony-counter/i18n/it.ts +185 -0
- package/src/tool/colony-counter/i18n/ja.ts +185 -0
- package/src/tool/colony-counter/i18n/ko.ts +185 -0
- package/src/tool/colony-counter/i18n/nl.ts +185 -0
- package/src/tool/colony-counter/i18n/pl.ts +185 -0
- package/src/tool/colony-counter/i18n/pt.ts +185 -0
- package/src/tool/colony-counter/i18n/ru.ts +185 -0
- package/src/tool/colony-counter/i18n/sv.ts +185 -0
- package/src/tool/colony-counter/i18n/tr.ts +185 -0
- package/src/tool/colony-counter/i18n/zh.ts +185 -0
- package/src/tool/colony-counter/index.ts +12 -0
- package/src/tool/microwave-detector/i18n/de.ts +204 -0
- package/src/tool/microwave-detector/i18n/en.ts +75 -38
- package/src/tool/microwave-detector/i18n/es.ts +75 -38
- package/src/tool/microwave-detector/i18n/fr.ts +75 -38
- package/src/tool/microwave-detector/i18n/id.ts +204 -0
- package/src/tool/microwave-detector/i18n/it.ts +204 -0
- package/src/tool/microwave-detector/i18n/ja.ts +204 -0
- package/src/tool/microwave-detector/i18n/ko.ts +204 -0
- package/src/tool/microwave-detector/i18n/nl.ts +204 -0
- package/src/tool/microwave-detector/i18n/pl.ts +204 -0
- package/src/tool/microwave-detector/i18n/pt.ts +204 -0
- package/src/tool/microwave-detector/i18n/ru.ts +204 -0
- package/src/tool/microwave-detector/i18n/sv.ts +204 -0
- package/src/tool/microwave-detector/i18n/tr.ts +204 -0
- package/src/tool/microwave-detector/i18n/zh.ts +204 -0
- package/src/tool/microwave-detector/index.ts +13 -1
- package/src/tool/simulation-probability/i18n/de.ts +226 -0
- package/src/tool/simulation-probability/i18n/en.ts +79 -42
- package/src/tool/simulation-probability/i18n/es.ts +79 -42
- package/src/tool/simulation-probability/i18n/fr.ts +79 -42
- package/src/tool/simulation-probability/i18n/id.ts +226 -0
- package/src/tool/simulation-probability/i18n/it.ts +226 -0
- package/src/tool/simulation-probability/i18n/ja.ts +226 -0
- package/src/tool/simulation-probability/i18n/ko.ts +226 -0
- package/src/tool/simulation-probability/i18n/nl.ts +226 -0
- package/src/tool/simulation-probability/i18n/pl.ts +226 -0
- package/src/tool/simulation-probability/i18n/pt.ts +226 -0
- package/src/tool/simulation-probability/i18n/ru.ts +226 -0
- package/src/tool/simulation-probability/i18n/sv.ts +226 -0
- package/src/tool/simulation-probability/i18n/tr.ts +226 -0
- package/src/tool/simulation-probability/i18n/zh.ts +227 -0
- package/src/tool/simulation-probability/index.ts +13 -1
|
@@ -0,0 +1,204 @@
|
|
|
1
|
+
const slug = 'magnetron-lek-detector';
|
|
2
|
+
const description = 'Analyseer of je magnetron straling lekt door real-time interferentie op je WiFi-netwerk te meten. Een wetenschappelijk veiligheidshulpmiddel.';
|
|
3
|
+
const title = 'Magnetron Lek Detector: WiFi interferentie Visualisator';
|
|
4
|
+
const howTo = [
|
|
5
|
+
{
|
|
6
|
+
name: 'Maak verbinding met 2,4 GHz WiFi-netwerk',
|
|
7
|
+
text: 'Zorg ervoor dat je mobiel of laptop NIET met de 5 GHz-band is verbonden, zodat de interferentie meetbaar is.',
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
name: 'Start basis latentietest',
|
|
11
|
+
text: 'Druk op de startknop met de magnetron uit om een stabiele verbindingsbasislijn vast te stellen.',
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
name: 'Zet de magnetron aan',
|
|
15
|
+
text: 'Verwarm een glas water gedurende 30-60 seconden en ga met je apparaat bij het toestel staan.',
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
name: 'Analyseer real-time grafiek',
|
|
19
|
+
text: 'Observeer of de latentie boven de 100-200 ms stijgt of dat er packetverlies optreedt terwijl het apparaat aan staat.',
|
|
20
|
+
},
|
|
21
|
+
];
|
|
22
|
+
const faq = [
|
|
23
|
+
{
|
|
24
|
+
question: 'Hoe kan een website mijn magnetron detecteren?',
|
|
25
|
+
answer: 'We gebruiken geen magische sensoren, maar netwerklatentie. Zowel 2,4 GHz WiFi als magnetronovens werken op dezelfde frequentie (ca. 2450 MHz). Als de afscherming van de magnetron faalt, genereert deze "ruis" die botst met de WiFi, waardoor de latentie (ping) drastisch toeneemt.',
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
question: 'Is het gevaarlijk als mijn magnetron lekt?',
|
|
29
|
+
answer: 'Kleine WiFi-interferentie is normaal en betekent geen onmiddellijk gezondheidsrisico, aangezien het vermogen snel afneemt met de afstand. Een massaal lek duidt echter op een slechte afdichting van de deur of het gaas, wat gecontroleerd moet worden voor technische veiligheid.',
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
question: 'Waarom werkt de test niet met 5 GHz WiFi?',
|
|
33
|
+
answer: 'Omdat 5 GHz WiFi op een veel hogere frequentieband werkt dan een magnetron. Om de test effectief te laten zijn, moet je apparaat verbonden zijn met het 2,4 GHz-netwerk van de router.',
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
question: 'Wat betekenen de latentiepieken op de grafiek?',
|
|
37
|
+
answer: 'Constante pieken tijdens het gebruik van de magnetron suggereren dat het elektromagnetische signaal "ontsnapt" en de lucht verzadigt, waardoor WiFi-datapakketten niet op tijd kunnen aankomen.',
|
|
38
|
+
},
|
|
39
|
+
];
|
|
40
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
41
|
+
|
|
42
|
+
export const content: ToolLocaleContent = {
|
|
43
|
+
slug,
|
|
44
|
+
title,
|
|
45
|
+
description,
|
|
46
|
+
faqTitle: 'Veelgestelde Vragen',
|
|
47
|
+
bibliographyTitle: 'Bibliografie',
|
|
48
|
+
ui: {
|
|
49
|
+
copied: 'Gekopieerd',
|
|
50
|
+
noHistory: 'Geen geschiedenis',
|
|
51
|
+
load: 'Laden',
|
|
52
|
+
delete: 'Verwijderen',
|
|
53
|
+
microwaveDetection: 'Magnetron Detectie',
|
|
54
|
+
shieldingAnalysis: 'Afschermingsanalyse',
|
|
55
|
+
startTest: 'Start Test',
|
|
56
|
+
stopTest: 'Stop Test',
|
|
57
|
+
waitingForStart: 'Wachten op start...',
|
|
58
|
+
detectingInterference: 'Interferentie detecteren...',
|
|
59
|
+
baseLevel: 'Basisniveau',
|
|
60
|
+
activeLevel: 'Actief Niveau',
|
|
61
|
+
leakProbability: 'Lekkans',
|
|
62
|
+
lowLeak: 'Laag',
|
|
63
|
+
mediumLeak: 'Gemiddeld',
|
|
64
|
+
highLeak: 'Hoog',
|
|
65
|
+
pingLabel: 'Latentie (ms)',
|
|
66
|
+
packetLossLabel: 'Packetverlies (%)',
|
|
67
|
+
rfInterferenceMonitor: 'RF-interferentie Monitor',
|
|
68
|
+
mwLeakDetector: 'MW LEK DETECTOR v2.0',
|
|
69
|
+
jitterUnit: 'ms / jitter',
|
|
70
|
+
systemReady: 'Systeem Gereed',
|
|
71
|
+
physicalRequirement: 'Fysieke Vereiste',
|
|
72
|
+
physicalDesc: 'Deze detector maakt gebruik van interferentie op de 2,4 GHz-band (de magnetronfrequentie). Om goed te werken, moet je verbonden zijn met een 2,4 GHz WiFi-netwerk (niet 5 GHz/6 GHz) of je telefoon dicht bij het apparaat houden.',
|
|
73
|
+
understandStart: 'Begrepen, Start Scan',
|
|
74
|
+
rfInterferenceTitle: 'Interferentie Monitor',
|
|
75
|
+
connectToAnalyze: 'Verbind om thermische interferentie-analyse te starten.',
|
|
76
|
+
audioFeedback: 'Audio Feedback',
|
|
77
|
+
muteUnmute: 'DEMPEN / ONT-DEMPEN',
|
|
78
|
+
static: 'Statisch',
|
|
79
|
+
},
|
|
80
|
+
seo: [
|
|
81
|
+
{
|
|
82
|
+
type: 'title',
|
|
83
|
+
text: 'GOLFFYSICA: Lekt je magnetron werkelijk straling?',
|
|
84
|
+
level: 2,
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
type: 'paragraph',
|
|
88
|
+
html: 'De magnetron is het meest onbegrepen apparaat in de moderne keuken. Gehaat door puristen en geliefd door pragmatici, verbergt het een constante strijd tussen ingesloten energie und de buitenwereld.',
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
type: 'paragraph',
|
|
92
|
+
html: 'Vanuit een puur fysiek standpunt is een magnetronoven een <strong>trilholte</strong> die is ontworpen om watermoleculen te bestoken met elektromagnetische straling op een zeer specifieke frequentie: <strong>2,45 GHz</strong>. Deze frequentie is niet willekeurig; het is noodzakelijk om de dipooloscillatie van waterdeeltjes te veroorzaken, wat warmte genereert door wrijving. Het probleem is dat dit precies dezelfde frequentie is als die wordt gebruikt door de 802.11b/g/n WiFi-standaard.',
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
type: 'title',
|
|
96
|
+
text: 'Elektromagnetische Interferentie (EMI)',
|
|
97
|
+
level: 3,
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
type: 'paragraph',
|
|
101
|
+
html: 'Elk WiFi-apparaat dat op de 2,4 GHz-band werkt, concurreert om dezelfde "lucht" als je magnetron. In een perfecte oven zou de <strong>Kooi van Faraday</strong> (het metalen gaas dat je op de deur en binnenwanden ziet) 100% van de energie moeten binnenhouden.',
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
type: 'paragraph',
|
|
105
|
+
html: 'Geen enkele kooi is echter op de lange termijn perfect. Deurrubbers, magnetische sluitingen en metaalslijtage kunnen ervoor zorgen dat kleine hoeveelheden energie ontsnappen. Hoewel deze niveaus meestal ver onder de veiligheidslimieten voor mensen liggen, zijn ze <strong>gigantisch</strong> voor een WiFi-netwerkkaart, wat latentie, packetverlies en de karakteristieke "jitter" veroorzaakt die onze tool meet.',
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
type: 'title',
|
|
109
|
+
text: 'De Huis-tuin-en-keuken-kooi van Faraday-test',
|
|
110
|
+
level: 3,
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
type: 'paragraph',
|
|
114
|
+
html: 'Er is een zeer eenvoudige analoge manier om de basisstatus van de afscherming van je oven te controleren, hoewel deze minder nauwkeurig is dan onze digitale jittermeting:',
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
type: 'list',
|
|
118
|
+
items: [
|
|
119
|
+
'<strong>Stap 1 - De Telefoon:</strong> Plaats je mobiele telefoon in de magnetron (<strong>ZET DE OVEN ONDER GEEN BEDING AAN!</strong> Sluit alleen de deur).',
|
|
120
|
+
'<strong>Stap 2 - De Oproep:</strong> Probeer die telefoon te bellen vanaf een ander apparaat. Als de telefoon overgaat, is de kooi van Faraday defect of niet afgestemd op mobiele frequenties. Als hij "buiten bereik" geeft, werkt de afscherming correct.',
|
|
121
|
+
],
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
type: 'title',
|
|
125
|
+
text: 'Mythen vs Wetenschappelijke Realiteit',
|
|
126
|
+
level: 3,
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
type: 'list',
|
|
130
|
+
items: [
|
|
131
|
+
'<strong>"Magnetrons veranderen de moleculaire structuur van water"</strong> - ONWAAR. Magnetronstraling is <em>niet-ioniserend</em>. Het heeft niet genoeg energie om chemische verbindingen te verbreken of DNA te veranderen. Het trilt simpelweg de watermoleculen, waardoor hun kinetische energie (temperatuur) toeneemt.',
|
|
132
|
+
'<strong>"Straling hoop zich op in voedsel"</strong> - ONWAAR. Microgolven zijn als licht: zodra je de schakelaar uitzet, zijn ze weg. Warm voedsel zendt geen magnetronstraling uit, alleen infrarode straling (warmte), net als een kampvuur of een pan.',
|
|
133
|
+
'<strong>"Kijken naar het draaiende bord beschadigt je ogen"</strong> - GEDEELTELIJK WAAR. Het glas van de deur is ontworpen met een gaas dat golflengten van 2,45 GHz blokkeert. Als het gaas echter beschadigd is, houdt het glas de microgolven niet tegen. De ooglens is erg gevoelig voor hitte en heeft een slechte doorbloeding, dus langdurige directe blootstelling (nabij een lek) zou thermische grauwe staar kunnen veroorzaken.',
|
|
134
|
+
],
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
type: 'title',
|
|
138
|
+
text: 'Hoe werkt deze digitale detector?',
|
|
139
|
+
level: 3,
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
type: 'paragraph',
|
|
143
|
+
html: 'Onze tool meet straling niet direct (smartphones hebben hier geen sensoren voor), maar meet het <strong>belangrijkste symptoom</strong>. Wanneer een 2,45 GHz stralingsmolecuul uit de oven ontsnapt, "botst" het met het WiFi-signaal van je apparaat. Dit veroorzaakt:',
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
type: 'list',
|
|
147
|
+
items: [
|
|
148
|
+
'<strong>Packet-hertransmissies:</strong> De router detecteert dat het bericht corrupt is aangekomen en moet het opnieuw verzenden, wat de latentie verhoogt.',
|
|
149
|
+
'<strong>Jitter-variatie:</strong> Dit is de maatstaf voor instabiliteit in responstijd. Hoge jitter is een onmiskenbaar teken van massale externe interferentie.',
|
|
150
|
+
'<strong>Prestatiedaling:</strong> De overdrachtssnelheid keldert door verzadiging van het radiospectrum.',
|
|
151
|
+
'<strong>Achtergrondruis:</strong> De magnetron injecteert ruis die de "ruisvloer" verhoogt, waardoor het apparaat moeilijk onderscheid kan maken tussen echte data en radioactieve chaos.',
|
|
152
|
+
],
|
|
153
|
+
},
|
|
154
|
+
],
|
|
155
|
+
faq,
|
|
156
|
+
bibliography: [
|
|
157
|
+
{
|
|
158
|
+
name: 'Magnetron Oven Leakage: Standards and Safety - Food and Drug Administration (FDA)',
|
|
159
|
+
url: 'https://www.fda.gov/radiation-emitting-products/resources-you-radiation-emitting-products/microwave-oven-radiation',
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
name: 'Electromagnetic Compatibility of Microwave Ovens and WLAN - IEEE Xplore',
|
|
163
|
+
url: 'https://ieeexplore.ieee.org/document/8444555',
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
name: 'Faraday Cages and RF Shielding Effectiveness - NIST (National Institute of Standards and Technology)',
|
|
167
|
+
url: 'https://www.nist.gov/topics/electromagnetic-fields',
|
|
168
|
+
},
|
|
169
|
+
],
|
|
170
|
+
howTo,
|
|
171
|
+
|
|
172
|
+
schemas: [
|
|
173
|
+
{
|
|
174
|
+
'@context': 'https://schema.org',
|
|
175
|
+
'@type': 'SoftwareApplication',
|
|
176
|
+
name: title,
|
|
177
|
+
description: description,
|
|
178
|
+
applicationCategory: 'ScientificApplication',
|
|
179
|
+
operatingSystem: 'Any',
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
'@context': 'https://schema.org',
|
|
183
|
+
'@type': 'FAQPage',
|
|
184
|
+
mainEntity: faq.map((item) => ({
|
|
185
|
+
'@type': 'Question',
|
|
186
|
+
name: item.question,
|
|
187
|
+
acceptedAnswer: {
|
|
188
|
+
'@type': 'Answer',
|
|
189
|
+
text: item.answer,
|
|
190
|
+
},
|
|
191
|
+
})),
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
'@context': 'https://schema.org',
|
|
195
|
+
'@type': 'HowTo',
|
|
196
|
+
name: title,
|
|
197
|
+
step: howTo.map((step) => ({
|
|
198
|
+
'@type': 'HowToStep',
|
|
199
|
+
name: step.name,
|
|
200
|
+
text: step.text,
|
|
201
|
+
})),
|
|
202
|
+
},
|
|
203
|
+
],
|
|
204
|
+
};
|
|
@@ -0,0 +1,204 @@
|
|
|
1
|
+
const slug = 'wykrywacz-nieszczelnosci-mikrofalowki';
|
|
2
|
+
const description = 'Przeanalizuj czy Twoja mikrofalówka emituje promieniowanie, mierząc w czasie rzeczywistym zakłócenia w sieci WiFi. Naukowe narzędzie bezpieczeństwa.';
|
|
3
|
+
const title = 'Wykrywacz Nieszczelności Mikrofalówki: Wizualizacja Zakłóceń WiFi';
|
|
4
|
+
const howTo = [
|
|
5
|
+
{
|
|
6
|
+
name: 'Połącz się z siecią WiFi 2,4 GHz',
|
|
7
|
+
text: 'Upewnij się, że Twój telefon lub laptop NIE jest połączony z pasmem 5 GHz, aby zakłócenia były mierzalne.',
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
name: 'Uruchom test opóźnienia bazowego',
|
|
11
|
+
text: 'Naciśnij przycisk start przy wyłączonej mikrofalówce, aby ustalić stabilny punkt odniesienia dla połączenia.',
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
name: 'Włącz mikrofalówkę',
|
|
15
|
+
text: 'Podgrzewaj szklankę wody przez 30-60 sekund i stań z urządzeniem w pobliżu kuchenki.',
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
name: 'Analizuj wykres w czasie rzeczywistym',
|
|
19
|
+
text: 'Obserwuj, czy opóźnienie wzrasta powyżej 100-200 ms lub czy następuje utrata pakietów podczas pracy kuchenki.',
|
|
20
|
+
},
|
|
21
|
+
];
|
|
22
|
+
const faq = [
|
|
23
|
+
{
|
|
24
|
+
question: 'Jak strona internetowa może wykryć moją mikrofalówkę?',
|
|
25
|
+
answer: 'Nie używamy magicznych czujników, lecz analizujemy opóźnienia sieciowe. Zarówno WiFi 2,4 GHz, jak i kuchenki mikrofalowe pracują na tej samej częstotliwości (ok. 2450 MHz). Jeśli uszczelnienie mikrofalówki zawodzi, generuje ona "szum", który zakłóca WiFi, drastycznie zwiększając ping.',
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
question: 'Czy wyciek z mikrofalówki jest niebezpieczny?',
|
|
29
|
+
answer: 'Małe zakłócenia WiFi są normalne i nie oznaczają bezpośredniego zagrożenia dla zdrowia, ponieważ moc promieniowania szybko maleje wraz z odległością. Jednak silny wyciek wskazuje na nieszczelność drzwiczek lub siatki, co powinno zostać sprawdzone ze względów bezpieczeństwa technicznego.',
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
question: 'Dlaczego test nie działa z WiFi 5 GHz?',
|
|
33
|
+
answer: 'Ponieważ WiFi 5 GHz pracuje na znacznie wyższym paśmie częstotliwości niż mikrofalówka. Aby test był skuteczny, Twoje urządzenie musi być połączone z siecią 2,4 GHz routera.',
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
question: 'Co oznaczają nagłe skoki opóźnienia na wykresie?',
|
|
37
|
+
answer: 'Ciągłe skoki podczas pracy mikrofalówki sugerują, że sygnał elektromagnetyczny "ucieka" i nasyca pasmo, uniemożliwiając pakietom danych WiFi dotarcie na czas.',
|
|
38
|
+
},
|
|
39
|
+
];
|
|
40
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
41
|
+
|
|
42
|
+
export const content: ToolLocaleContent = {
|
|
43
|
+
slug,
|
|
44
|
+
title,
|
|
45
|
+
description,
|
|
46
|
+
faqTitle: 'Często Zadawane Pytania',
|
|
47
|
+
bibliographyTitle: 'Bibliografia',
|
|
48
|
+
ui: {
|
|
49
|
+
copied: 'Skopiowano',
|
|
50
|
+
noHistory: 'Brak historii',
|
|
51
|
+
load: 'Wczytaj',
|
|
52
|
+
delete: 'Usuń',
|
|
53
|
+
microwaveDetection: 'Wykrywanie Mikrofal',
|
|
54
|
+
shieldingAnalysis: 'Analiza Ekranowania',
|
|
55
|
+
startTest: 'Rozpocznij Test',
|
|
56
|
+
stopTest: 'Zatrzymaj Test',
|
|
57
|
+
waitingForStart: 'Oczekiwanie na start...',
|
|
58
|
+
detectingInterference: 'Wykrywanie zakłóceń...',
|
|
59
|
+
baseLevel: 'Poziom Podstawowy',
|
|
60
|
+
activeLevel: 'Poziom Aktywny',
|
|
61
|
+
leakProbability: 'Prawdopodobieństwo Wycieku',
|
|
62
|
+
lowLeak: 'Niskie',
|
|
63
|
+
mediumLeak: 'Średnie',
|
|
64
|
+
highLeak: 'Wysokie',
|
|
65
|
+
pingLabel: 'Opóźnienie (ms)',
|
|
66
|
+
packetLossLabel: 'Utrata Pakietów (%)',
|
|
67
|
+
rfInterferenceMonitor: 'Monitor Zakłóceń RF',
|
|
68
|
+
mwLeakDetector: 'MW LEAK DETECTOR v2.0',
|
|
69
|
+
jitterUnit: 'ms / jitter',
|
|
70
|
+
systemReady: 'System Gotowy',
|
|
71
|
+
physicalRequirement: 'Wymóg Fizyczny',
|
|
72
|
+
physicalDesc: 'Ten detektor wykorzystuje zakłócenia w paśmie 2,4 GHz (częstotliwość mikrofal). Aby narzędzie działało poprawnie, upewnij się, że jesteś połączony z siecią WiFi 2,4 GHz (nie 5 GHz / 6 GHz) lub umieść telefon blisko urządzenia.',
|
|
73
|
+
understandStart: 'Rozumiem, Rozpocznij Skanowanie',
|
|
74
|
+
rfInterferenceTitle: 'Monitor Zakłóceń',
|
|
75
|
+
connectToAnalyze: 'Połącz się, aby rozpocząć analizę zakłóceń termicznych.',
|
|
76
|
+
audioFeedback: 'Sygnalizacja Dźwiękowa',
|
|
77
|
+
muteUnmute: 'WYCISZ / WYŁĄCZ WYCISZENIE',
|
|
78
|
+
static: 'Szum',
|
|
79
|
+
},
|
|
80
|
+
seo: [
|
|
81
|
+
{
|
|
82
|
+
type: 'title',
|
|
83
|
+
text: 'FIZYKA FAL: Czy Twoja mikrofalówka naprawdę emituje promieniowanie?',
|
|
84
|
+
level: 2,
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
type: 'paragraph',
|
|
88
|
+
html: 'Kuchenka mikrofalowa to najbardziej niezrozumiane urządzenie w nowoczesnej kuchni. Nienawidzona przez purystów i uwielbiana przez pragmatyków, skrywa w sobie nieustanną walkę pomiędzy uwięzioną energią a światem zewnętrznym.',
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
type: 'paragraph',
|
|
92
|
+
html: 'Z czysto fizycznego punktu widzenia kuchenka mikrofalowa to <strong>rezonator wnękowy</strong> zaprojektowany do bombardowania cząsteczek wody promieniowaniem elektromagnetycznym o bardzo specyficznej częstotliwości: <strong>2,45 GHz</strong>. Częstotliwość ta nie jest przypadkowa; jest niezbędna do wywołania oscylacji dipolowych cząsteczek wody, co generuje ciepło poprzez tarcie. Problem polega na tym, że jest to dokładnie ta sama częstotliwość, której używa standard WiFi 802.11b/g/n.',
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
type: 'title',
|
|
96
|
+
text: 'Zakłócenia Elektromagnetyczne (EMI)',
|
|
97
|
+
level: 3,
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
type: 'paragraph',
|
|
101
|
+
html: 'Każde urządzenie WiFi działające w paśmie 2,4 GHz konkuruje o to samo "powietrze" co Twoja mikrofalówka. W idealnej kuchence <strong>Klatka Faradaya</strong> (metalowa siatka, którą widzisz na drzwiczkach i wewnętrznych ściankach) powinna zatrzymywać 100% energii.',
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
type: 'paragraph',
|
|
105
|
+
html: 'Jednak żadna klatka nie jest idealna w dłuższej perspektywie. Uszczelki drzwi, zatrzaski magnetyczne i zużycie metalu mogą pozwalać na ucieczkę niewielkich ilości energii. Chociaż poziomy te są zazwyczaj znacznie poniżej limitów bezpieczeństwa dla ludzi, są one <strong>gigantyczne</strong> dla karty sieciowej WiFi, powodując opóźnienia, utratę pakietów i charakterystyczny "jitter", który mierzy nasze narzędzie.',
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
type: 'title',
|
|
109
|
+
text: 'Domowy Test Klatki Faradaya',
|
|
110
|
+
level: 3,
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
type: 'paragraph',
|
|
114
|
+
html: 'Istnieje bardzo prosty, analogowy sposób na sprawdzenie podstawowego stanu ekranowania kuchenki, choć jest on mniej dokładny niż nasz cyfrowy pomiar jittera:',
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
type: 'list',
|
|
118
|
+
items: [
|
|
119
|
+
'<strong>Krok 1 - Telefon:</strong> Umieść telefon komórkowy wewnątrz mikrofalówki (<strong>POD ŻADNYM POZOREM NIE WŁĄCZAJ KUCHENKI!</strong> Po prostu zamknij drzwiczki).',
|
|
120
|
+
'<strong>Krok 2 - Połączenie:</strong> Spróbuj zadzwonić na ten telefon z innego urządzenia. Jeśli telefon zadzwoni, klatka Faradaya jest uszkodzona lub nie jest dostrojona do częstotliwości komórkowych. Jeśli usłyszysz komunikat "poza zasięgiem", ekranowanie działa poprawnie.',
|
|
121
|
+
],
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
type: 'title',
|
|
125
|
+
text: 'Mity vs Naukowa Rzeczywistość',
|
|
126
|
+
level: 3,
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
type: 'list',
|
|
130
|
+
items: [
|
|
131
|
+
'<strong>"Mikrofalówki zmieniają strukturę molekularną wody"</strong> - FAŁSZ. Promieniowanie mikrofalowe jest <em>niejonizujące</em>. Nie ma wystarczającej energii, aby rozerwać wiązania chemiczne lub zmienić DNA. Po prostu wprowadza cząsteczki wody w wibracje, zwiększając ich energię kinetyczną (temperaturę).',
|
|
132
|
+
'<strong>"Promieniowanie kumuluje się w jedzeniu"</strong> - FAŁSZ. Mikrofale są jak światło: po wyłączeniu przełącznika znikają. Gorące jedzenie nie emituje promieniowania mikrofalowego, a jedynie promieniowanie podczerwone (ciepło), tak samo jak ognisko czy patelnia.',
|
|
133
|
+
'<strong>"Patrzenie na obracający się talerz niszczy wzrok"</strong> - CZĘŚCIOWO PRAWDA. Szyba w drzwiczkach posiada siatkę blokującą fale o częstotliwości 2,45 GHz. Jeśli jednak siatka jest uszkodzona, szyba nie zatrzyma mikrofal. Soczewka oka jest bardzo wrażliwa na ciepło i słabo ukrwiona, więc długotrwała bezpośrednia ekspozycja (w pobliżu wycieku) mogłaby spowodować zaćmę cieplną.',
|
|
134
|
+
],
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
type: 'title',
|
|
138
|
+
text: 'Jak działa ten cyfrowy detektor?',
|
|
139
|
+
level: 3,
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
type: 'paragraph',
|
|
143
|
+
html: 'Nasze narzędzie nie mierzy promieniowania bezpośrednio (smartfony nie posiadają do tego czujników), ale mierzy jego <strong>główny objaw</strong>. Gdy cząsteczka promieniowania 2,45 GHz wydostaje się z kuchenki, "zderza się" z sygnałem WiFi Twojego urządzenia. Powoduje to:',
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
type: 'list',
|
|
147
|
+
items: [
|
|
148
|
+
'<strong>Retransmisję pakietów:</strong> Router wykrywa, że wiadomość dotarła uszkodzona i musi ją wysłać ponownie, co zwiększa opóźnienie.',
|
|
149
|
+
'<strong>Wahania Jittera:</strong> Jest to miara niestabilności czasu odpowiedzi. Wysoki jitter jest jednoznacznym znakiem silnych zakłóceń zewnętrznych.',
|
|
150
|
+
'<strong>Spadek wydajności:</strong> Prędkość transferu gwałtownie spada z powodu nasycenia pasma radiowego.',
|
|
151
|
+
'<strong>Szum tła:</strong> Mikrofalówka "wstrzykuje" szum, który podnosi "poziom szumów", utrudniając urządzeniu odróżnienie rzeczywistych danych od radioaktywnego chaosu.',
|
|
152
|
+
],
|
|
153
|
+
},
|
|
154
|
+
],
|
|
155
|
+
faq,
|
|
156
|
+
bibliography: [
|
|
157
|
+
{
|
|
158
|
+
name: 'Microwave Oven Leakage: Standards and Safety - Food and Drug Administration (FDA)',
|
|
159
|
+
url: 'https://www.fda.gov/radiation-emitting-products/resources-you-radiation-emitting-products/microwave-oven-radiation',
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
name: 'Electromagnetic Compatibility of Microwave Ovens and WLAN - IEEE Xplore',
|
|
163
|
+
url: 'https://ieeexplore.ieee.org/document/8444555',
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
name: 'Faraday Cages and RF Shielding Effectiveness - NIST (National Institute of Standards and Technology)',
|
|
167
|
+
url: 'https://www.nist.gov/topics/electromagnetic-fields',
|
|
168
|
+
},
|
|
169
|
+
],
|
|
170
|
+
howTo,
|
|
171
|
+
|
|
172
|
+
schemas: [
|
|
173
|
+
{
|
|
174
|
+
'@context': 'https://schema.org',
|
|
175
|
+
'@type': 'SoftwareApplication',
|
|
176
|
+
name: title,
|
|
177
|
+
description: description,
|
|
178
|
+
applicationCategory: 'ScientificApplication',
|
|
179
|
+
operatingSystem: 'Any',
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
'@context': 'https://schema.org',
|
|
183
|
+
'@type': 'FAQPage',
|
|
184
|
+
mainEntity: faq.map((item) => ({
|
|
185
|
+
'@type': 'Question',
|
|
186
|
+
name: item.question,
|
|
187
|
+
acceptedAnswer: {
|
|
188
|
+
'@type': 'Answer',
|
|
189
|
+
text: item.answer,
|
|
190
|
+
},
|
|
191
|
+
})),
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
'@context': 'https://schema.org',
|
|
195
|
+
'@type': 'HowTo',
|
|
196
|
+
name: title,
|
|
197
|
+
step: howTo.map((step) => ({
|
|
198
|
+
'@type': 'HowToStep',
|
|
199
|
+
name: step.name,
|
|
200
|
+
text: step.text,
|
|
201
|
+
})),
|
|
202
|
+
},
|
|
203
|
+
],
|
|
204
|
+
};
|
|
@@ -0,0 +1,204 @@
|
|
|
1
|
+
const slug = 'detetor-fugas-micro-ondas';
|
|
2
|
+
const description = 'Analise se o seu micro-ondas está a verter radiação medindo a interferência em tempo real na sua rede WiFi. Uma ferramenta de segurança científica.';
|
|
3
|
+
const title = 'Detetor de Fugas de Microondas: Visualizador de Interferências WiFi';
|
|
4
|
+
const howTo = [
|
|
5
|
+
{
|
|
6
|
+
name: 'Ligue-se a uma rede WiFi de 2,4 GHz',
|
|
7
|
+
text: 'Certifique-se de que o seu telemóvel ou portátil NÃO está ligado à banda de 5 GHz para que a interferência seja mensurável.',
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
name: 'Inicie o teste de latência base',
|
|
11
|
+
text: 'Prima o botão de início com o micro-ondas desligado para estabelecer uma linha de base de ligação estável.',
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
name: 'Ligue o micro-ondas',
|
|
15
|
+
text: 'Aqueça um copo de água durante 30-60 segundos e fique perto do aparelho com o seu dispositivo.',
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
name: 'Analise o gráfico em tempo real',
|
|
19
|
+
text: 'Observe se a latência sobe acima dos 100-200ms ou se ocorre perda de pacotes enquanto o aparelho está a funcionar.',
|
|
20
|
+
},
|
|
21
|
+
];
|
|
22
|
+
const faq = [
|
|
23
|
+
{
|
|
24
|
+
question: 'Como é que um website pode detetar o meu micro-ondas?',
|
|
25
|
+
answer: 'Não utilizamos sensores mágicos, mas sim a latência da rede. Tanto o WiFi de 2,4 GHz como os fornos micro-ondas operam na mesma frequência (aprox. 2450 MHz). Se a blindagem do micro-ondas falhar, gera "ruído" que colide com o WiFi, aumentando drasticamente a latência (ping).',
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
question: 'É perigoso se o meu micro-ondas tiver uma fuga?',
|
|
29
|
+
answer: 'Pequenas interferências WiFi são normais e não implicam um risco de saúde imediato, pois a potência decai rapidamente com a distância. No entanto, uma fuga massiva indica uma má vedação da porta ou da malha, que deve ser verificada por segurança técnica.',
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
question: 'Porque é que o teste não funciona com WiFi de 5 GHz?',
|
|
33
|
+
answer: 'Porque o WiFi de 5 GHz opera numa banda de frequência muito mais elevada do que um micro-ondas. Para que o teste seja eficaz, o seu dispositivo deve estar ligado à rede de 2,4 GHz do router.',
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
question: 'O que significam os picos de latência no gráfico?',
|
|
37
|
+
answer: 'Picos constantes durante o funcionamento do micro-ondas sugerem que o sinal eletromagnético está a "escapar" e a saturar o ar, impedindo que os pacotes de dados WiFi cheguem a tempo.',
|
|
38
|
+
},
|
|
39
|
+
];
|
|
40
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
41
|
+
|
|
42
|
+
export const content: ToolLocaleContent = {
|
|
43
|
+
slug,
|
|
44
|
+
title,
|
|
45
|
+
description,
|
|
46
|
+
faqTitle: 'Perguntas Frequentes',
|
|
47
|
+
bibliographyTitle: 'Bibliografia',
|
|
48
|
+
ui: {
|
|
49
|
+
copied: 'Copiado',
|
|
50
|
+
noHistory: 'Sem histórico',
|
|
51
|
+
load: 'Carregar',
|
|
52
|
+
delete: 'Eliminar',
|
|
53
|
+
microwaveDetection: 'Deteção de Micro-ondas',
|
|
54
|
+
shieldingAnalysis: 'Análise de Blindagem',
|
|
55
|
+
startTest: 'Iniciar Teste',
|
|
56
|
+
stopTest: 'Parar Teste',
|
|
57
|
+
waitingForStart: 'A aguardar início...',
|
|
58
|
+
detectingInterference: 'A detetar interferências...',
|
|
59
|
+
baseLevel: 'Nível Base',
|
|
60
|
+
activeLevel: 'Nível Ativo',
|
|
61
|
+
leakProbability: 'Probabilidade de Fuga',
|
|
62
|
+
lowLeak: 'Baixa',
|
|
63
|
+
mediumLeak: 'Média',
|
|
64
|
+
highLeak: 'Alta',
|
|
65
|
+
pingLabel: 'Latência (ms)',
|
|
66
|
+
packetLossLabel: 'Perda de Pacotes (%)',
|
|
67
|
+
rfInterferenceMonitor: 'Monitor de Interferência RF',
|
|
68
|
+
mwLeakDetector: 'MW LEAK DETECTOR v2.0',
|
|
69
|
+
jitterUnit: 'ms / jitter',
|
|
70
|
+
systemReady: 'Sistema Pronto',
|
|
71
|
+
physicalRequirement: 'Requisito Físico',
|
|
72
|
+
physicalDesc: 'Este detetor utiliza a interferência na banda de 2,4GHz (a frequência do micro-ondas). Para funcionar corretamente, certifique-se de que está ligado a uma rede WiFi de 2,4GHz (não 5GHz/6GHz) ou utilize o seu telemóvel perto do aparelho.',
|
|
73
|
+
understandStart: 'Compreendido, Iniciar Varredura',
|
|
74
|
+
rfInterferenceTitle: 'Monitor de Interferência',
|
|
75
|
+
connectToAnalyze: 'Ligue-se para iniciar a análise de interferência térmica.',
|
|
76
|
+
audioFeedback: 'Feedback de Áudio',
|
|
77
|
+
muteUnmute: 'MUDO / SOM',
|
|
78
|
+
static: 'Estático',
|
|
79
|
+
},
|
|
80
|
+
seo: [
|
|
81
|
+
{
|
|
82
|
+
type: 'title',
|
|
83
|
+
text: 'FÍSICA DAS ONDAS: O seu micro-ondas verte realmente radiação?',
|
|
84
|
+
level: 2,
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
type: 'paragraph',
|
|
88
|
+
html: 'O micro-ondas é o eletrodoméstico mais incompreendido da cozinha moderna. Odiado pelos puristas e amado pelos pragmáticos, esconde uma batalha constante entre a energia contida e o mundo exterior.',
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
type: 'paragraph',
|
|
92
|
+
html: 'De um ponto de vista puramente físico, um forno micro-ondas é um <strong>ressonador de cavidade</strong> concebido para bombardear as moléculas de água com radiação eletromagnética numa frequência muito específica: <strong>2,45 GHz</strong>. Esta frequência não é arbitrária; é necessária para causar a oscilação dipolar das partículas de água, gerando calor através da fricção. O problema é que esta é exatamente a mesma frequência utilizada pelo padrão WiFi 802.11b/g/n.',
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
type: 'title',
|
|
96
|
+
text: 'Interferência Eletromagnética (EMI)',
|
|
97
|
+
level: 3,
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
type: 'paragraph',
|
|
101
|
+
html: 'Qualquer dispositivo WiFi a operar na banda de 2,4 GHz compete pelo mesmo "espaço" que o seu micro-ondas. Num forno perfeito, a <strong>Gaiola de Faraday</strong> (a malha metálica que vê na porta e nas paredes internas) deveria conter 100% da energia.',
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
type: 'paragraph',
|
|
105
|
+
html: 'No entanto, nenhuma gaiola é perfeita a longo prazo. As vedações das portas, os fechos magnéticos e o desgaste do metal podem permitir a fuga de pequenas quantidades de energia. Embora estes níveis estejam geralmente muito abaixo dos limites de segurança para os seres humanos, são <strong>gigantescos</strong> para uma placa de rede WiFi, causando latência, perda de pacotes e o característico "jitter" que a nossa ferramenta mede.',
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
type: 'title',
|
|
109
|
+
text: 'O Teste Caseiro da Gaiola de Faraday',
|
|
110
|
+
level: 3,
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
type: 'paragraph',
|
|
114
|
+
html: 'Existe uma forma analógica muito simples de verificar o estado básico da blindagem do seu forno, embora seja menos precisa do que a nossa medição digital de jitter:',
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
type: 'list',
|
|
118
|
+
items: [
|
|
119
|
+
'<strong>Passo 1 - O Telemóvel:</strong> Coloque o seu telemóvel dentro do micro-ondas (<strong>EM CIRCUNSTÂNCIA ALGUMA LIGUE O FORNO!</strong> Apenas feche a porta).',
|
|
120
|
+
'<strong>Passo 2 - A Chamada:</strong> Tente ligar para esse telemóvel a partir de outro dispositivo. Se o telemóvel tocar, a gaiola de Faraday está defeituosa ou não está sintonizada para frequências celulares. Se der "fora de cobertura", a blindagem está a funcionar corretamente.',
|
|
121
|
+
],
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
type: 'title',
|
|
125
|
+
text: 'Mitos vs Realidade Científica',
|
|
126
|
+
level: 3,
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
type: 'list',
|
|
130
|
+
items: [
|
|
131
|
+
'<strong>"Os micro-ondas alteram a estrutura molecular da água"</strong> - FALSO. A radiação micro-ondas é <em>não ionizante</em>. Não tem energia suficiente para quebrar ligações químicas ou alterar o DNA. Simplesmente faz vibrar as moléculas de água, aumentando a sua energia cinética (temperatura).',
|
|
132
|
+
'<strong>"A radiação acumula-se nos alimentos"</strong> - FALSO. Os micro-ondas são como a luz: assim que desliga o interruptor, eles desaparecem. A comida quente não emite radiação micro-ondas, apenas radiação infravermelha (calor), tal como uma fogueira ou uma frigideira.',
|
|
133
|
+
'<strong>"Observar o prato a girar danifica os olhos"</strong> - PARCIALMENTE VERDADEIRO. O vidro da porta é concebido com uma malha que bloqueia os comprimentos de onda de 2,45 GHz. No entanto, se a malha estiver danificada, o vidro não travará os micro-ondas. O cristalino do olho é muito sensível ao calor e tem má circulação sanguínea, pelo que uma exposição direta prolongada (perto de uma fuga) pode causar cataratas térmicas.',
|
|
134
|
+
],
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
type: 'title',
|
|
138
|
+
text: 'Como funciona este detetor digital?',
|
|
139
|
+
level: 3,
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
type: 'paragraph',
|
|
143
|
+
html: 'A nossa ferramenta não mede a radiação diretamente (os smartphones não têm sensores para isso), mas mede o <strong>sintoma principal</strong>. Quando uma molécula de radiação de 2,45 GHz escapa do forno, ela "colide" com o sinal WiFi do seu dispositivo. Isto causa:',
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
type: 'list',
|
|
147
|
+
items: [
|
|
148
|
+
'<strong>Retransmissões de Pacotes:</strong> O router deteta que a mensagem chegou corrompida e tem de a reenviar, aumentando a latência.',
|
|
149
|
+
'<strong>Variação de Jitter:</strong> Esta é a medida da instabilidade no tempo de resposta. Um jitter elevado é um sinal inequívoco de interferência externa massiva.',
|
|
150
|
+
'<strong>Queda de Desempenho:</strong> A velocidade de transferência cai a pique devido à saturação do espetro de rádio.',
|
|
151
|
+
'<strong>Ruído de Fundo:</strong> O micro-ondas injeta ruído que eleva o "piso de ruído", tornando difícil para o dispositivo distinguir entre dados reais e o caos radioativo.',
|
|
152
|
+
],
|
|
153
|
+
},
|
|
154
|
+
],
|
|
155
|
+
faq,
|
|
156
|
+
bibliography: [
|
|
157
|
+
{
|
|
158
|
+
name: 'Microwave Oven Leakage: Standards and Safety - Food and Drug Administration (FDA)',
|
|
159
|
+
url: 'https://www.fda.gov/radiation-emitting-products/resources-you-radiation-emitting-products/microwave-oven-radiation',
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
name: 'Electromagnetic Compatibility of Microwave Ovens and WLAN - IEEE Xplore',
|
|
163
|
+
url: 'https://ieeexplore.ieee.org/document/8444555',
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
name: 'Faraday Cages and RF Shielding Effectiveness - NIST (National Institute of Standards and Technology)',
|
|
167
|
+
url: 'https://www.nist.gov/topics/electromagnetic-fields',
|
|
168
|
+
},
|
|
169
|
+
],
|
|
170
|
+
howTo,
|
|
171
|
+
|
|
172
|
+
schemas: [
|
|
173
|
+
{
|
|
174
|
+
'@context': 'https://schema.org',
|
|
175
|
+
'@type': 'SoftwareApplication',
|
|
176
|
+
name: title,
|
|
177
|
+
description: description,
|
|
178
|
+
applicationCategory: 'ScientificApplication',
|
|
179
|
+
operatingSystem: 'Any',
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
'@context': 'https://schema.org',
|
|
183
|
+
'@type': 'FAQPage',
|
|
184
|
+
mainEntity: faq.map((item) => ({
|
|
185
|
+
'@type': 'Question',
|
|
186
|
+
name: item.question,
|
|
187
|
+
acceptedAnswer: {
|
|
188
|
+
'@type': 'Answer',
|
|
189
|
+
text: item.answer,
|
|
190
|
+
},
|
|
191
|
+
})),
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
'@context': 'https://schema.org',
|
|
195
|
+
'@type': 'HowTo',
|
|
196
|
+
name: title,
|
|
197
|
+
step: howTo.map((step) => ({
|
|
198
|
+
'@type': 'HowToStep',
|
|
199
|
+
name: step.name,
|
|
200
|
+
text: step.text,
|
|
201
|
+
})),
|
|
202
|
+
},
|
|
203
|
+
],
|
|
204
|
+
};
|