# Stuff

# Geopeitus

#### 18650 vs 3x AAA

<table id="bkmrk-%C2%A0-18650-%28vtc5%29-enelo" style="border-collapse:collapse;width:100%;"><tbody><tr><td style="width:22.3457%;"> </td><td style="width:30.8642%;">18650 (VTC5)</td><td style="width:32.4691%;">Eneloop AAA x3</td><td style="width:33.2098%;">Eneloop AAA</td></tr><tr><td style="width:22.3457%;">Nominal voltage</td><td style="width:30.8642%;">3.6 V</td><td style="width:32.4691%;">3.6 V (1.2 x3)</td><td style="width:33.2098%;">1.2 V</td></tr><tr><td style="width:22.3457%;">Nominal capacity</td><td style="width:30.8642%;">2500 mAh</td><td style="width:32.4691%;">2250</td><td style="width:33.2098%;">750mAh</td></tr><tr><td style="width:22.3457%;">Weight</td><td style="width:30.8642%;">~45 g</td><td style="width:32.4691%;">~35 g</td><td style="width:33.2098%;">~12 g</td></tr><tr><td style="width:22.3457%;">Energy capacity</td><td style="width:30.8642%;">9 Wh</td><td style="width:32.4691%;">8.1 Wh</td><td style="width:33.2098%;">0.9 Wh</td></tr><tr><td style="width:22.3457%;">Energy per gram</td><td style="width:30.8642%;">9Wh/45g = 0.2 Wh per gram</td><td style="width:32.4691%;">8.1Wh/35 = 0.23 Wh per gram</td><td style="width:33.2098%;">0.08Wh/12 = 0.08 Wh per gram</td></tr></tbody></table>

[https://www.omnicalculator.com/other/battery-capacity](https://www.omnicalculator.com/other/battery-capacity)

#### Take a pic of webpage at certain time

```
apt install firefox-esr

crontab -e

1-5 4 * * * firefox -headless -screenshot /home/qrl/geopeitus/tom-bombadil-`date +"\%Y-\%m-\%d_\%H-\%M"`.png -window-size 1920,1080 https://keila.advent.ee/TolkienCache/OneCache.php?aare=Tom_Bombadil

1-5 6 * * * firefox -headless -screenshot /home/qrl/geopeitus/rohan-`date +"\%Y-\%m-\%d_\%H-\%M"`.png -window-size 1920,1080 https://keila.advent.ee/TolkienCache/OneCache.php?aare=Rohan
```

# Maple tapping

tüvi vähemalt 25cm diameeter

lõuna poole

1m kõrgusele

0.8-1cm auk

4-5cm sügavale

kerge nurga all

Kask panna jooksma siis, kui vahtrast enam ei jookse.kerge nurga all

spile plastikust

# OpenStreetMaps

[https://garmin.bbbike.org/?sw\_lng=21.633&amp;sw\_lat=57.462&amp;ne\_lng=28.333&amp;ne\_lat=59.783&amp;format=garmin-leisure.zip&amp;coords=22.542%2C57.817%7C23.225%2C57.728%7C25.248%2C57.82%7C26.414%2C57.477%7C27.272%2C57.462%7C27.552%2C57.516%7C28.053%2C57.828%7C27.656%2C58.225%7C27.668%2C58.649%7C27.789%2C58.943%7C28.333%2C59.35%7C28.118%2C59.597%7C25.451%2C59.783%7C21.85%2C59.358%7C21.756%2C58.801%7C21.633%2C57.915&amp;city=Estonia&amp;lang=en](https://garmin.bbbike.org/?sw_lng=21.633&sw_lat=57.462&ne_lng=28.333&ne_lat=59.783&format=garmin-leisure.zip&coords=22.542%2C57.817%7C23.225%2C57.728%7C25.248%2C57.82%7C26.414%2C57.477%7C27.272%2C57.462%7C27.552%2C57.516%7C28.053%2C57.828%7C27.656%2C58.225%7C27.668%2C58.649%7C27.789%2C58.943%7C28.333%2C59.35%7C28.118%2C59.597%7C25.451%2C59.783%7C21.85%2C59.358%7C21.756%2C58.801%7C21.633%2C57.915&city=Estonia&lang=en)

For bike - Garmin OSM

For Geopeitus - Garmin Leisure

Garmin Basecamp

# Process memory usage

<div id="bkmrk-https%3A%2F%2Fstackoverflo"><div>https://stackoverflow.com/questions/22261452/finding-memory-usage-of-a-process-in-linux</div><div>https://stackoverflow.com/questions/131303/how-can-i-measure-the-actual-memory-usage-of-an-application-or-process</div>  
<div>\# sudo ./ps_mem.py -S -p 130609</div><div>Private + Shared = RAM used Swap used Program</div>  
<div>373.1 MiB + 3.8 MiB = 377.0 MiB 0.0 KiB java</div><div>---------------------------------------------</div><div>377.0 MiB 0.0 KiB</div><div>=============================================</div>  
<div>\# smem (385 / 410MB)</div><div>PID User Command Swap USS PSS RSS</div><div>130609 xroad java -XX:+UseG1GC -Dfile.en 0 382100 385982 410836</div>  
<div>\# cat /proc/130609/statm (144MB)</div><div>size resident shared text lib data dt</div><div>913344 101325 7164 1 0 144819 0</div>  
<div>\# jmxterm (120MB)</div><div>HeapMemoryUsage = {</div><div>committed = 211812352;</div><div>init = 209715200;</div><div>max = 805306368;</div><div>used = 94521232;</div><div>};</div>  
<div>NonHeapMemoryUsage = {</div><div>committed = 125591552;</div><div>init = 7667712;</div><div>max = 511705088;</div><div>used = 121192856;</div><div>};</div>  
<div>\# top</div><div>5% used(5% of 1024mb is 51.2MB)</div>  
<div>\# ps aux (5% used)</div><div>USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND</div><div>xroad 130609 0.3 4.9 3655424 405632 ? Ssl Mar03 25:57 java -XX:+UseG1GC...</div>  
  
</div>

# Squid

<div id="bkmrk-%23-games-order"><span style="color:#000000;font-weight:bold;">\# Games order</span></div><div id="bkmrk-"><span style="color:#000000;font-weight:bold;">[![games-order-correct.png](https://wiki.qrl.ee/uploads/images/gallery/2024-02/scaled-1680-/games-order-correct.png)](https://wiki.qrl.ee/uploads/images/gallery/2024-02/games-order-correct.png)</span></div><div id="bkmrk--1">  
</div><div id="bkmrk-%23-how-many-wons-did-"><div><span style="color:#000000;font-weight:bold;">\# How many wons did Seong Ji-hun win in gambling?</span></div><div><span style="color:#000000;">4560000</span></div><div>  
</div><div><span style="color:#000000;font-weight:bold;">\# What day is player no. 456th birthday?</span></div><div><span style="color:#000000;">April 26</span></div>  
<div><span style="color:#000000;font-weight:bold;">\# What year did the first Squid Game take place?</span></div>1988  
<div><span style="color:#000000;font-weight:bold;">\# What did Seong Ji-hun give his daughter for her birthday?</span></div><div><span style="color:#000000;">lighter </span></div>  
<div><span style="color:#000000;font-weight:bold;">\# What was the name of the artwork that inspired the interior designers of Squid Game?</span></div><div><span style="color:#000000;">Relativity by M.C.</span></div>  
<div><span style="color:#000000;font-weight:bold;">\# What color ddakji did Seong Ji-hun choose to play?</span></div><div><span style="color:#000000;">blue</span></div>  
<div><span style="color:#000000;font-weight:bold;">\# what music wakes players up</span></div><div><span style="color:#000000;">Haydn Trumpet Concerto</span></div>  
<div><span style="color:#000000;font-weight:bold;">\# what kind of mask does the First Man wear</span></div>owl  
  
<div><span style="color:#000000;font-weight:bold;">\# what food became fatal to player no 271</span></div><div><span style="color:#000000;">boiled egg and cider</span></div>  
<div><span style="color:#000000;font-weight:bold;">\# player 067 name meaning</span></div><div><span style="color:#000000;">dawn</span></div>  
<div><span style="color:#000000;font-weight:bold;">\# What is the name of the game "Mugunghwa kkoci pieot seumnida" in English?</span></div><div><span style="color:#000000;">red light green light</span></div>  
<div><span style="color:#000000;font-weight:bold;">\# What happens to a player who used to work as a doctor?</span></div><div><span style="color:#000000;">killed by a guard</span></div>  
<div><span style="color:#000000;font-weight:bold;">\# What no. player was Abdul Ali's "gganbu"?</span></div><div><span style="color:#000000;">218</span></div>  
<div><span style="color:#000000;font-weight:bold;">\# What shape of the dalgona did player no. 218?</span></div><div><span style="color:#000000;">triangle</span></div>  
<div><span style="color:#000000;font-weight:bold;">\# Where were the hints for all the upcoming games?</span></div><div><span style="color:#000000;">on the dormites wall</span></div>  
<div><span style="color:#000000;font-weight:bold;">\# How many players were eliminated in the first game?</span></div><div><span style="color:#000000;">255</span></div>  
<div><span style="color:#000000;font-weight:bold;">\# What is player no. 212 name meaning in English?</span></div><div><span style="color:#000000;">beautiful girl</span></div></div>