Petra van Cronenburg

I found a nice #template for all these Trump pseudo-news and his blackmail bullying blah blah blah (just check the case, multiple choice). Great for #journalists #editors before the deadline!

🔲 The wannabe dictator has posted blahblah.
🔲 He tries to blackmail (insert country).
🔲 He tries to bully (insert person).
🔲 He already said it / already threatened someone else.
🔲 He tries again but nobody believes him.
🔲 He won't get any better.
🔲 Tell people how to resist.

#journalism #resist

Ralf

@m3tti @leobm @plinubius @Christiansurrey

Ich komme aus dem Bereich der mittleren #Datentechnik der Firma #IBM. Als es bei mir mit der #Webentwicklung 1999 losging kannte ich viele Techniken bereits, ohne die dynamische #Websites nicht möglich wären.

Im Laufe der Zeit kamen immer mehr #Einzelbausteine dazu, um schicke, sichere und schnelle Websites zu entwickeln.

#Typo3 beispielsweise lernte ich mit Version 3.5 kennen. Unter der "Motorhaube" sind die heutigen Versionen natürlich deutlich komplexer und anspruchsvoller als die früheren Versionen.

Während ich mich früher durch #Quelltexte, #Dokus, Online-#Foren "kämpfen" musste, reicht es heute eine #KI zu fragen. Das empfinde ich als äußerst komfortabel.

Zudem ist wie bei allen Dingen immer der richtige #Startpunkt wichtig. Wenn man bei Typo3 beispielsweise ein gutes #Template verwendet, sind die restlichen Schritte gar nicht so schwer, denn auch Templates lassen sich durch aus so verändern wie der Kunde es möchte.

Mit dem Thema #CGI bzw. #FastCGI habe ich mich auch eine Zeitlang beschäftigt, aber da sind die größten Bedenken im #Sicherheitsbereich zu suchen.

Ob sich jemand für den Bereich der #Informatik interessiert oder nicht, hängt sicherlich auch von dem Willen und Durchhaltevermögen des einzelnen ab.

Jul 08, 2025, 11:39 · · · 0 · 0
Habr

Статья 4: Готовим MVI

Серия статей с очередным разбором MV* шаблонов, но с интересными деталями Даже опытные разработчики смогут найти что-то новое для себя Это четвертая статья из серии , в которой разбираем как собирается MVI и что же такое Model Статья 4: Готовим MVI - 🧩 Собираем MVI-пазл воедино - 🤔 А что если вообще написать свою реализацию MVI? - 📜 Ты так и не понял, что такое Model? На вкус и цвет салаты разные

habr.com/ru/articles/923226/

#архитектура #mvi #template #model

Статья 4: Готовим MVI

Оригиналы этих постов можно почитать в тг канале НеКрутой…

Хабр
Rabs

I am so ready for art fight! >:D Also I made a free to use template for attacks of team fossils :) Feel free to drop your art fight cards/links below ^^ ⧼⧼ #art#artfight#template#fossils⧽⧽

Habr

Конфигурация с поздним связыванием и шаблонизацией в Python

Расскажу про Python-библиотеку для гибкого чтения конфигураций с возможность переиспользования и переопределения элементов

habr.com/ru/articles/921140/

#python #config #yaml #environment #template

Конфигурация с поздним связыванием и шаблонизацией в Python

Расскажу про свою минималистичную библиотеку, которая…

Хабр
Daniel

Sami Vehmaa's 'North' is an engine developed with AmiBlitz 3, in which you control a character that walks in an isometric view through a winter landscape. Collision detection or even real gameplay are not yet implemented, but there is a level editor. The author would like North, which requires AGA, to be understood as a template that anyone interested can develop into a fully-fledged game themselves.

amiga-news.de/en/news/AN-2025-

#Amiga #AGA #template #games

C++ on Sea

C++OnSea 2025 SESSION ANNOUNCEMENT: Balancing Efficiency and Flexibility: Cost of Abstractions in Embedded Systems by Marcell Juhasz

cpponsea.uk/2025/session/balan

Register now at cpponsea.uk/tickets/

#consteval #constexpr #cpp #template

C++ on Sea

C++OnSea 2025 SESSION ANNOUNCEMENT: Balancing Efficiency and Flexibility: Cost of Abstractions in Embedded Systems by Marcell Juhasz

cpponsea.uk/2025/session/balan

Register now at cpponsea.uk/tickets/

#consteval #constexpr #cpp #template

C++ on Sea

cpponsea.uk
Jason Bratcher
@NVAccess@fosstodon.org I've gotten the #AddOn #Template set up and was wondering how I can go about writing the code for this #ChatterKiller #NVDA #AddOn . I want to substitute messages like "no previous", "no next", "top", "bottom", "left", "right", "no containing object", "no objects inside" with either tones or sounds in their place so that #NVDA either just says the line/word/character without saying the messages. For me, it would be a productivity boost in trimming out some extra speech that I would prefer to rather augment. Yet I've never coded a single #NVDA #AddOn before. I already know I need to import the 'speech' and 'tones' modules. from there, my brain is fried as to whether I can do this enhancement via my installed NVDA copy, a portable NVDA copy or a source-built NVDA copy (las one I've never used before). Looking for hand-holding along the way; For now I just want to eradicate the messages in quotes and replace them with tones to indicate where I am. Per the "left" and "right" message replacements, the tones will either be hard-left/hard-right panned like in the #SpeechHistoryExplorer #AddOn when you reach the first/last spokent message by #NVDA . Sorry I'm writing so long but I've gotta lay my thoughts as I go; Will be using #NotePad++ to write the #AddOn .
Dr. Juande Santander-Vela

Today I Learned something, and I want to make a Public Service Announcement: you can create a link that pre-populates fields in Jira before you submit them!

If your server is jira.example.com, then you can use `CreateIssueDetails!init.jspa` with a URL that has the different fields in it.

For instance:

jira.alma.cl/secure/CreateIssu

Would create an issue with summary "Please enter your ticket summary" in the project whose `pid` is 1234, of the type encoded by `issuetype=2`, and values for the custom fields encoded by 11011 and 11013 with the options set by values 1011 and 12013, respectively, with the priority encoded by value 5.

You need to find the values for those options custom fields by looking, for instance, at the XML export of a ticket you want to use as template.

For instance, if there is a ticket jira.example.com/browse/EXAMPL, you can export it to XML, and look for `project id`, and the number after it is what you have to put after `pid`. Then look for the name of other custom fields, and use the content of the `customfield id` that provides it, and equal it to the value of `customfieldvalue key`.

And for priority, use the value after `priority id` that matches the priority that you want.

Hope that's useful!

#TIL #PSA #TodayILearned #PublicServiceAnnouncement #Jira #Atlassian #AtlassianJira #Template

Error - ALMA Issue Tracking

jira.alma.cl
LornaJane
Too many open source projects suffer from inadequate documentation, and that hurts their adoption, their communities, and puts more burden on maintainers. Many people who create open source software don’t see see themselves as writers, but today I’m sharing tips for documenting open source projects without it needing to take up a huge amount of time to get something published and ready for (docs) contributions. […]

https://lornajane.net/posts/2025/just-enough-docs

SkypLabs

We have migrated our OpenTofu/Terraform module template from GitHub to @Codeberg.

codeberg.org/SkypLabs/terrafor

It follows the standard module structure as described in the OpenTofu documentation, plus some non-standard but commonly used files and folders. The template also comprises a pre-commit configuration file.

Feel free to use it (public domain licensed), and if you do, don't hesitate to share your feedback with us if necessary!

#OpenTofu #Terraform #DevOps #DevSecOps #IaC #Template

Habr

Шаблон на Laravel + FrankenPHP

Всех привествую, меня зовут Денис, я PHP Backend разрботчик Я выступаю на хакатонах за команду жыбийрыр.рф/ и у нас была проблема что не было шаблона с которым мы могли спокойно приходить на хакатоны и не писать один и тот же код из раза в раз Данная статья будет посвещена о том как я писал данный шаблон, с какими проблемами столкнулся и чему смог научиться

habr.com/ru/articles/902066/

#php #docker #хакатон #frankenphp #api #template #backend #laravel

Жыбий рыр

Команда жыбий рыр - победители хакатонов

жыбийрыр.рф
Python Rennes

une proposition d'évolution de #python (PEP) a été proposée pour ajouter le concept de t-string : peps.python.org/pep-0750/.

"t" pour #template, le concept ressemble beaucoup aux f-strings avec un découplage entre la création du template et l'intégration des valeurs à y mettre dedans. Cela permet notamment d'implémenter différentes vérifications et transformations de valeur pour éviter les risques d'injection #SQL ou #HTML par exemple

PEP 750 – Template Strings | peps.python.org

This PEP introduces template strings for custom string…

Python Enhancement Proposals (PEPs)
NFDI4Chem

What a success 💪

Since our template for a #data #management #plans (DMP) went online, researchers have used the #template for #chemistry and have already created over 90 DMPs & 25 data policies. What a success for the researchers, who have saved a lot of time.🕗 & for us, that our tool has been so well received.

Do you also need a DMP for your #research or third-party funding? Use our template according to DFG standards and create your DMP quickly and easily - for FREE.

bit.ly/40X1Zv5

Leto Price

Hey! If you use carrd.co and want a "Linktree" Page I made a Template for that! Check it out here:

annoyedpenguin.com/linktree

#carrd #carrdco #template #free #website

(new) - Carrd

The Carrd site builder.

carrd.co