Manfred Rosenboom

@maroph
13 Followers
157 Following
252 Posts
Kontaktformular erstellen: HTML, CSS und sonst nichts?
https://www.drweb.de/kontaktformular-html-css/
Kontaktformular erstellen: HTML, CSS und sonst nichts? - Dr. Web

Kontaktformular erstellen mit HTML und CSS? Alle Best Practices, DSGVO Regeln und den fertigen Code finden Sie hier.

Dr. Web

Neue Version von Mini Diarium 0.4.14 mir Markdown-Import (wenn man z. B. unterwegs einen Text erstellt und diesen später in Diarium importieren möchte):

https://github.com/fjrevoredo/mini-diarium/releases

Homepage:
https://mini-diarium.com

Besprechung des Programms:
https://gnulinux.ch/mini-diarium-verschluesselte-journal-anwendung

#journal #minidiarium #verschluesselt

Kali Linux 2026.1 Release (2026 Theme & BackTrack Mode)

https://www.kali.org/blog/kali-linux-2026-1-release/

Read and write local files directly from the browser 📂

The File System Access API lets users open, edit, and save files on their device — no server required.

⋅ showOpenFilePicker() to open files
⋅ showSaveFilePicker() to save
⋅ Perfect for code editors, image tools, and local apps

Learn more 👇
https://developer.mozilla.org/en-US/docs/Web/API/File_System_API

File System API - Web APIs | MDN

The File System API — with extensions provided via the File System Access API to access files on the device file system — allows read, write and file management capabilities.

MDN Web Docs

Habe auf @gnulinux einen Artikel zur neuen kleinen Anwendung "Mini Diarium" geschrieben.

Die Journal-App läuft unter Linux, Windows und MacOS, funktioniert mit Markdown, hat eine AES-Verschlüsselung, Entwickler aus Österreich:

https://gnulinux.ch/mini-diarium-verschluesselte-journal-anwendung

#markdown #journal #foss #linux #verschlüsselung #aes

Mini Diarium - verschlüsselte Journal-Anwendung

Mini Diarium ist recht neu und hat ein paar pfiffige Ideen an Bord. Im Mittelpunkt steht die AES-Verschlüsselung von Markdown-Notizen. Lokal und mit Export-Möglichkeiten im JSON oder Markdown-Format.

GNU/Linux.ch

The popular #Python library “Requests” needs your help! @nateprewitt plans to add type hints to the API and is requesting feedback:

https://sethmlarson.dev/python-library-requests-is-adding-type-hints-and-needs-your-help

#typing #http #typehints

Python library “Requests” needs you to test type hints

Requests is a popular HTTP client library available on the Python Package Index (PyPI). Sitting in the top 10 packages by downloads on PyPI, this library is used by many, many projects. This librar...

sethmlarson.dev

Read and write to the clipboard with the modern Clipboard API 📋

async/await, permission-aware, and way cleaner than execCommand.

⋅ Supports text, HTML, and images
⋅ Works in secure contexts (HTTPS)
⋅ No Flash. No hacks.

Learn more 👇
https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API

Six years ago #curl learned to output lots of stats as JSON

https://daniel.haxx.se/blog/2020/03/17/curl-write-out-json/

curl write-out JSON

This is not a command line option of the week post, but I feel a need to tell you a little about our brand new addition! --write-out [format] This option takes a format string in which there are a number of different "variables" available that let's a user output information from the previous transfer. For … Continue reading curl write-out JSON →

daniel.haxx.se
Updated Debian 13: 13.4 released https://www.debian.org/News/2026/20260314 #debian #trixie #03
Debian -- News -- Updated Debian 13: 13.4 released

For years, developers have been hacking around the limitations of border-radius, using clip-path, SVG masks, and fragile workarounds just to get anything other than round corners. The new corner-shape property finally changes that, opening the door to beveled, scooped, and squircle corners: https://www.smashingmagazine.com/2026/03/beyond-border-radius-css-corner-shape-property-ui/