Tela Network Forum

Iron sharpens iron.

Latest Post

#60 | 2025-09-14 13:52:45 UTC
Casus Belli
Paul Thaler-Williams

I believe that European leaders sense that inaction in the face of Russia does not have a positive outcome. However, action without buy-in from the US is also not worth contemplating, so acquiring that buy-in is of primary importance. Recent reports of drone incursions into Poland and Romania have resulting in an NATO Article 4 invocation by Donald Tusk. Presentation in the media is amplified compared to similar incidents such as the errant Ukrainian missile in Poland in 2022, during which Article 4 invocation was also discussed. In a 2025 interview, Andrzej Duda, when asked if Zelenskyy had pressured him to say that the missile had been Russian, replied "you could say that". Various casi belli are continuously laid at the feet of the Western public in the hopes that they percolate up to Donald Trump, although it does not seem likely that he will give his blessing to such action. Perhaps soon, a casus belli will be found that makes war with Russia a moral imperative.

Random Post

#53 | 2025-08-22 06:22:29 UTC
Pattern: Model-View-Controller
Sam Gödel-Conway

MVC (Model-View-Controller) is a pattern in software design for building user interfaces. Key benefit: It keeps code modular - models don't deal with presentation, and views don't contain business rules. 1. The model defines what data the app should contain. 2. The view defines how the app's data should be displayed. 3. The controller contains logic that updates the model and/or view in response to input from the users of the app. Scenario: A user writes a new post on an online forum. - Model: Receives and validates the post data. Handles saving to and loading from the database. - View: Builds the page shown to the user. Either the "New Post" form with validation errors, or the "Post Details" page showing the freshly created post. - Controller: Handles the "create post" request. Flow: - User makes post - Controller receives post data - Model saves to database - Controller chooses a View - User sees result

Topics

• Introductions

• Skills

• Portfolios

• Podcasts

• Articles

• Jobs

• Politics

• Culture

• What Is To Be Done ?