Zum Inhalt springen

Show and Tell 2024-08-06: Unterschied zwischen den Versionen

Pepi (Diskussion | Beiträge)
Markdown to Wiki Syntax
Katze (Diskussion | Beiträge)
K added category
 
(6 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
= Show and Tell 2024-08-06 =
= Show and Tell 2024-08-06 =


[TOC]
== Willkommen ==
 
Was ist Show and Tell?


== Willkommen ==
Wie funktiniert das?
- Was ist Show and Tell?
- Wie funktiniert das?


== Was wir heute gelernt haben ==
== Was wir heute gelernt haben ==


=== Ansibug ===
=== Ansibug ===
The core component of the Ansible Debug Adapter Protocol used for debugging Ansible playbooks.
The core component of the Ansible Debug Adapter Protocol used for debugging Ansible playbooks.
- [Documentation](https://jborean93.github.io/ansibug/)
 
- [Github Repo](https://github.com/jborean93/ansibug)
  * [https://jborean93.github.io/ansibug/ Documentation]
- There's extensions to integrate ansibug with your IDE/Editor of choice
  * [https://github.com/jborean93/ansibug Github Repo]
   - nvim
 
   - Visual Studio Code
There's extensions to integrate ansibug with your IDE/Editor of choice
   * nvim
   * Visual Studio Code
    
    
Very useful for debugging [Jinja2](https://en.wikipedia.org/wiki/Jinja_(template_engine)) templating.
Very useful for debugging [https://en.wikipedia.org/wiki/Jinja_(template_engine) Jinja2] templating.


=== Regexp101.com ===
=== Regex101.com ===
- used for development/debugging regexp for rspamd-Multi-Map-RegExp for fighting SPAM with good technical measures (f.e. SPF, DKIM, DMARC)
  * used for development/debugging regexp for rspamd-Multi-Map-RegExp for fighting SPAM with good technical measures (f.e. SPF, DKIM, DMARC)
- Spammer don't have working encoding either and get mojibake in the mails too
  * Spammer don't have working encoding either and get mojibake in the mails too
- Spammer permutate subjects
  * Spammer permutate subjects
- very convinetend tool to check regexp right and testing
  * very convinetend tool to check regexp right and testing
- colored highlights of matches in the test
  * colored highlights of matches in the test
- supports differen regexp flavors
  * supports differen regexp flavors
- Regexp/Test String are shareable with a link but no collaborative editing
  * Regexp/Test String are shareable with a link but no collaborative editing


=== Kescher Email User-Self-Service ===
=== Kescher Email User-Self-Service ===
Zeile 33: Zeile 36:


For example:
For example:
- Change name
  * Change name
- change password
  * change password


=== Security.txt ===
=== Security.txt ===
Common best practice to announce a security contact. Easy to implement.
https://securitytxt.org
https://securitytxt.org


Common best practice to announce a security contact.
Also have a look at: [https://www.ietf.org/rfc/rfc2142.txt RFC 2142]
 
Also have a look at: RFC 2142
MAILBOX NAMES FOR COMMON SERVICES, ROLES AND FUNCTIONS
MAILBOX NAMES FOR COMMON SERVICES, ROLES AND FUNCTIONS


Zeile 54: Zeile 57:
https://godbolt.org/
https://godbolt.org/


=== Human resource machine ===
=== Game: Human resource machine ===
 
[https://tomorrowcorporation.com/humanresourcemachine Human resource machine] by Tomorrow Corporation.
https://tomorrowcorporation.com/humanresourcemachine
 
A game that teaches you basic assembly.


A game that teaches you basic assembly while being exceptionally cute. Doesn't feel like programming, but also doesn't abstract concepts and terms away to a point where it starts to hurt.
Available for little money on many platforms, including smartphones.


=== Salt-Shaker refill helper/Salzstreuer Nachfüllhilfe (+OpenSCAD Source) ===
=== Salt-Shaker refill helper/Salzstreuer Nachfüllhilfe ===
https://www.printables.com/model/955884-salt-shaker-refill-helpersalzstreuer-nachfullhilfe
Printables: [https://www.printables.com/model/955884-salt-shaker-refill-helpersalzstreuer-nachfullhilfe Salt-Shaker refill helper/Salzstreuer Nachfüllhilfe]


A printable object to easily refill a salt-shaker. (Yes, it's a slightly overengineered funnel.)
A printable object to easily refill a salt-shaker. (Yes, it's a slightly overengineered funnel.)
Includes OpenSCAD Source.


=== CadQuery ===
=== CadQuery ===
Constraints based, code CAD.
Constraints based, code CAD.
Can be a little annoying and complex to install and get running. Totally worth it if you like code CAD.
Can be easily automated for many export formats. (.stl, .step, etc.)
https://github.com/CadQuery/
https://github.com/CadQuery/


=== OpenSCAD ===
=== OpenSCAD ===
CGAL, code based CAD.
CGAL, code based CAD. Originated at Metalab many years ago.
 
https://openscad.org
https://openscad.org


Zeile 81: Zeile 88:
A decently unreliable storage system.
A decently unreliable storage system.
https://hackaday.com/2022/04/22/harder-drives-impractical-slow-amazing-and-incredible/
https://hackaday.com/2022/04/22/harder-drives-impractical-slow-amazing-and-incredible/
[[Kategorie:Show_and_Tell]]