Both have different approaches to realize AI. Classical AI (aka. Symbolic AI) They are based on rule systems Example: Expert
Continue readingCategory: Technology
Conceptual distinction – Programming (C++)
lvalue vs. rvalue An lvalue is usually on the left side of an assignment and is addressable in the memory.
Continue readingEmail encryption
Email workflow Sender ——HTTP/SMTP—-> HTTP/SMTP-Server —| SMTP Receiver —HTTP/IMAP/POP3–> HTTP/POP3/IMAP-Server
Continue readingConceptual distinction – HW & Protocols
HTTP/1.0 vs. HTTP/1.1 vs. HTTP/2 vs. HTTP/3 Protocol HTTP/1.0 HTTP/1.1 HTTP/2 HTTP/3 Keep-alive? 1 No Yes Yes Yes Multiplex? 2
Continue readingConceptual distinction – SW-Development
Parameter vs. Argument Both are related to functions. Parameters are the required input of a function. Arguments are the provided
Continue readingUse process block for pipeline inputs (PS)
If you get a parameter via the pipeline and don’t use a process block, you will operate just on the
Continue readingAccess caller variables from threads (PS)
In PowerShell, threads getting executed in separate run spaces. To access variables from the caller scope, you have to use
Continue readingTN-C vs. TN-S vs. TN-C-S (Stromnetzsysteme)
Neben den TN-Stromnetzen gibt es auch noch TT- und IT-Stromnetze. TN-C | VN | HAK | VA |-∩∩∩-|—|—–|—o——- L1 |-∩∩∩-|—|—–|—|——-
Continue readingSublime – Build via make.bat
Execute (Tools → Build, Shortcut: Ctrl+B) the make.bat file in the project folder. 1. Create Tools → Build System →
Continue readingFFmpeg – Concat – “Protocol” vs. “Demuxer”
Those two ways are used to concat files with the same codec. Concat protocol … works at the file level.
Continue reading