Skip to main content

Posts

Markov's Chain

[The Strange Math That Predicts (Almost) Anything](https://www.youtube.com/watch?v=KZeIEiBrT_w) mathematical systems that transition from one state to another, where the next state depends only on the current state—not the sequence of events that preceded it. Origins of Predictive Math: The video traces how Markov developed his chains to prove Nekrasov wrong, leading to a new way of modeling probabilistic systems. Markov Chains Explained: These are mathematical systems that transition from one state to another, where the next state depends only on the current state—not the sequence of events that preceded it. Monte Carlo Methods: Introduced by Stanislaw Ulam, these use randomness to solve problems that might be deterministic in principle, and are widely used in simulations today. Applications: From search engines and weather forecasting to game theory and AI, these mathematical tools help predict outcomes in complex systems. Cultural Commentary: The video also critiques how mode...

Testing Markdown

1 2 3 4 --- __Advertisement :)__ - __[pica](https://nodeca.github.io/pica/demo/)__ - high quality and fast image resize in browser. - __[babelfish](https://github.com/nodeca/babelfish/)__ - developer friendly i18n with plurals support and easy syntax. You will like those projects! --- # h1 Heading 8-) ## h2 Heading ### h3 Heading #### h4 Heading ##### h5 Heading ###### h6 Heading ## Horizontal Rules ___ --- *** ## Typographic replacements Enable typographer option to see result. (c) (C) (r) (R) (tm) (TM) (p) (P) +- test.. test... test..... test?..... test!.... !!!!!! ???? ,, -- --- "Smartypants, double quotes" and 'single quotes' ## Emphasis **This is bold text** __This is bold text__ *This is italic text* _This is italic text_ ~~Strikethrough~~ ## Blockquotes > Blockquotes can also be nested... >> ...by using additional greater-than signs right next to each other... > > > ...or with spaces between arrows. ## Lis...

2024-01-02

### [Being Systematic with systemd - Chris Simmonds, 2net Ltd](https://www.youtube.com/watch?v=Ws6zR3rFXa4&t=178s "Being Systematic with systemd - Chris Simmonds, 2net Ltd") ### [The Tragedy of systemd](https://www.youtube.com/watch?v=o_AIw9bGogo) Adding markdown support to blogpost https://github.com/cs905s/md-in-blogger ### [ How to be a creative thinker | Carnegie Mellon University Po-Shen Loh](https://www.youtube.com/watch?v=JpYA7WXkHyI)

[log] 27.12.23

 Interesting Reads ## 10 Things Software Developers Should Learn about Learning https://cacm.acm.org/magazines/2024/1/278891-10-things-software-developers-should-learn-about-learning/fulltext ## What D-Bus is https://fedoramagazine.org/d-bus-overview/#more-39479 ## Learn Modern C++ [Learn Modern C++]( https://learnmoderncpp.com/ ) ## [An introduction to the Linux graphics stack]( https://flusp.ime.usp.br/blogs,/kernel-graphics/an_introduction_to_the_linux_graphics_stack/ ) ## The TTY demystified https://www.linusakesson.net/programming/tty/index.php Updates - Rugged board - Tried to build poky sumo in Ubuntu 20.04 => Fail - docker method worked.

[log] 26.12.23

- looking at At91 boot for SAMA5D2 - Working on building new version of u-boot and at91 boot for the rugged board - Colleting all repos. Git location https://github.com/rugged-board 2nd level boot loader Original https://github.com/rugged-board/at91bootstrap-rba5d2x 4.x for Rugged https://github.com/jagannath-sahoo/at91bootstrap Uboot Original https://github.com/rugged-board/uboot-rba5d2x 2021 ver for RB https://github.com/jagannath-sahoo/u-boot-at91/tree/u-boot-2021.04-rba5d2x Forums https://www.community.ruggedboard.com/forum/ Rugged https://forum.microchip.com/s/forums?&forumId=a553l000000J2q0AAC&forumName=Microprocessors&page=1&offset=0 SAM AT91 Linux General https://www.linux4sam.org/bin/view/Linux4SAM

[log] 25-12-2023 SAMA5D2

 - Exploring the rugged board from ruggedboard.com #LINUX #ruggedboard - Arm Cortex A5 based SOC from Microchip  - SOM type board soldered on the carrier board - Installing the necessary tools for development in Dell XPS - Using tftp server to push files from the PC to the  - https://embedjournal.com/installing-configuring-a-tftp-server-ubuntu/ - using minicom to get the serial log - /dev/ttyUSB0 - Minicom set to Software Flow Control ( HW Flow Off)