Elektrine
EN
Log in Register
Paige Chat Timeline Communities Gallery Videos Email DNS VPN Uptime Kairo
Back to Timeline
Remote

Mark

@dereuromark@phpc.social
mastodon 4.6.6
  • Open on phpc.social

Senior Software Developer #PHP

6 Followers
5 Following
17 Posts
Joined December 09, 2025
Homepage:
Https://markscherer.de

Posts

Open post
dereuromark
Mark @dereuromark@phpc.social · Jul 23, 2026
Mark
@dereuromark@phpc.social

Senior Software Developer #PHP

phpc.social
Replying to @ProWiki@mastodon.social
@ProWiki@mastodon.social @mediawiki@wikis.world You could also look into Carve ( https://markup-carve.github.io/carve/ ) and see if that is a flexible and powerful format enough to create wiki pages. With the extendable design and tier 3 extensions I would imagine it should be. Could also compare notes on what works and is "better" than classic markdown - could also be interesting :)
0
0
0
0
Open post
dereuromark
Mark @dereuromark@phpc.social · Jul 20, 2026
Mark
@dereuromark@phpc.social

Senior Software Developer #PHP

phpc.social
It is getting real with #Carve markup: I just shipped a claude SKILL to handle AI handling of .crv files properly, it also comes with a to-pdf convenience, seems to work really well in producing report PDFs. incl graceful degradation of graphs, mermaid, tabs and code groups etc: https://github.com/markup-carve/carve-pdf/blob/master/examples/demo.pdf Offline or online documents to really cool PDF with a single click then. IDE support across all major players. The single most powerful markdown markup so far I by far now IMO. Check it out!
0
0
0
0
Open post
dereuromark
Mark @dereuromark@phpc.social · Jul 14, 2026
Mark
@dereuromark@phpc.social

Senior Software Developer #PHP

phpc.social
Replying to @dereuromark@phpc.social
@mike_k@mstdn.social Done, specs adjusted. Really valuable feedback in these early 0.1 days, than you very much!
1
0
0
0
Open post
dereuromark
Mark @dereuromark@phpc.social · Jul 14, 2026
Mark
@dereuromark@phpc.social

Senior Software Developer #PHP

phpc.social
Replying to @Crell@phpc.social
@Crell@phpc.social Do you mean by me or in general? :) You are right, that I have been intensively studying this for almost a year. Djot for example is the most sound and logical one in regards to whitespace rules (no blocks interrupt paragraphs). But it is more academic, and does not seem to lead anywhere in the next 10 years. The feedback I got was also that the world is not yet ready to move on from "worldwide standard" MD. So MD+Djot = Carve for now. Powerful, secure and moving forward. See docs.
1
1
0
0
Open post
dereuromark
Mark @dereuromark@phpc.social · Jul 14, 2026
Mark
@dereuromark@phpc.social

Senior Software Developer #PHP

phpc.social
Replying to @mike_k@mstdn.social

@mike_k@mstdn.social You are very right. Originally, it was double ,,sub,,etc, but then for consistency with the others was reduced. For proper sentences, there is also 0% change of collision, but as soon as its not that clean writing, indeed. I think we could just drop the short-form here and require the bounded form always: {,sub,} etc.

1
1
0
0
Open post
dereuromark
Mark @dereuromark@phpc.social · Jul 13, 2026
Mark
@dereuromark@phpc.social

Senior Software Developer #PHP

phpc.social
Twenty years of #Markdown hindsight, in one markup language: #Carve. What a "post-Markdown" standard could look like: strictly specified, secure by design, lightweight source for complex HTML/PDF targets. https://www.dereuromark.de/2026/07/13/twenty-years-of-markdown-hindsight-in-one-markup-language-carve/ #markup #documentation #opensource #php #js #rust
3
7
4
0
Open post
dereuromark
Mark @dereuromark@phpc.social · Jun 29, 2026
Mark
@dereuromark@phpc.social

Senior Software Developer #PHP

phpc.social
https://www.dereuromark.de/2026/06/29/cakephp-5-4-is-around-the-corner/ A #CakePHP minor - time to test your apps.
0
0
0
0
Open post
dereuromark
Mark @dereuromark@phpc.social · Jun 26, 2026
Mark
@dereuromark@phpc.social

Senior Software Developer #PHP

phpc.social

Who of you have heard about Djot (as Markdown successor)?

Now: What do you think about Carve? https://markup-carve.github.io/carve/

Would be awesome to get some early feedback. More powerful than both combined, safe by design and highly extendable and customizable where needed.

Carve
markup-carve.github.io

Carve

A post-Markdown markup language with visual mnemonics.

0
1
0
0
Open post
dereuromark
Mark @dereuromark@phpc.social · May 23, 2026
Mark
@dereuromark@phpc.social

Senior Software Developer #PHP

phpc.social

RFC 9116: security.txt for your PHP apps

https://www.dereuromark.de/2026/05/23/rfc-9116-security-txt-for-your-php-apps/

#PHP #CakePHP #Security #Middleware

1
0
2
0
Open post
dereuromark
Mark @dereuromark@phpc.social · Mar 26, 2026
Mark
@dereuromark@phpc.social

Senior Software Developer #PHP

phpc.social

Introducing php-collective/toml - a modern TOML parser & encoder for PHP 8.2+
https://github.com/php-collective/toml

✓ Full TOML v1.0 & v1.1 support
✓ Error recovery mode - collects multiple errors instead of failing on first
✓ AST access for editor integrations & analysis
✓ Dedicated temporal types (LocalDate, LocalTime, LocalDateTime)
✓ Round-trip formatting preservation
✓ No required extensions

Perfect for config files with robust validation and great DX.

GitHub

GitHub - php-collective/toml: PHP library for encoding and decoding TOML

PHP library for encoding and decoding TOML. Contribute to php-collective/toml development by creating an account on GitHub.

2
0
2
0
Open post
dereuromark
Mark @dereuromark@phpc.social · Mar 15, 2026
Mark
@dereuromark@phpc.social

Senior Software Developer #PHP

phpc.social

The new #Djot for #PHP docs are online: https://php-collective.github.io/djot-php/ - including detailed syntax reference and playground. And if you are at it, check out the new "awesome djot" list: https://github.com/dereuromark/awesome-djot

2
0
2
0
Open post
dereuromark
Mark @dereuromark@phpc.social · Mar 02, 2026
Mark
@dereuromark@phpc.social

Senior Software Developer #PHP

phpc.social

Released php-collective/dto - code-generated DTOs for PHP
With adapters for #Symfony, #Laravel, #CakePHP.

25-26x faster than reflection-based libraries (spatie/laravel-data, valinor)

Define in config, generate once, get plain PHP classes. Zero runtime overhead.

Also generates TypeScript types for your frontend.

https://github.com/php-collective/dto

#PHP #OpenSource

phpc.social

PHP Community on Mastodon

4
0
1
0
Open post
dereuromark
Mark @dereuromark@phpc.social · Feb 05, 2026
Mark
@dereuromark@phpc.social

Senior Software Developer #PHP

phpc.social

🎉 #Djot (#PHP) is now officially available worldwide as #plugin in Wordpress installs: https://wordpress.org/plugins/djot-markup/
Please feel free to test it, review and rate it so people have confidence in switching over from markdown or other systems. Safer than MD.
Use in Gutenberg blocks and more.

Most notably, it now contains also useful addons like
- TOC
- Permalinks (clickable/copyable)
- Enhanced syntax (e.g. Markdown compatibility mode)
- Permissions per spec element (author vs commenter etc)

2
0
1
0
Open post
dereuromark
Mark @dereuromark@phpc.social · Feb 04, 2026
Mark
@dereuromark@phpc.social

Senior Software Developer #PHP

phpc.social

Breaking Free from Google Maps: Modern Open-Source Alternatives for #CakePHP: https://www.dereuromark.de/2026/02/04/displaying-maps-in-cakephp/ #Geocoding #Maps #StaticMaps #Distance

0
0
0
0
Open post
dereuromark
Mark @dereuromark@phpc.social · Jan 22, 2026
Mark
@dereuromark@phpc.social

Senior Software Developer #PHP

phpc.social

#CakePHP and its modern #ORM supports now #DTO projection natively with the recent 5.3 release - https://sandbox.dereuromark.de/sandbox/dto-examples/benchmark

A powerful way to map to a type safe layer away from entities. Immutable readonly, speaking API for your templates and beyond. Without any overhead.

0
0
0
0
Open post
dereuromark
Mark @dereuromark@phpc.social · Dec 19, 2025
Mark
@dereuromark@phpc.social

Senior Software Developer #PHP

phpc.social

#Djot markup for #PHPStorm IDE etc: https://github.com/php-collective/djot-intellij Auto detects the .djot files and renderes the preview. Can use the #PHP lib to render exactly what would render out online.

0
0
1
0
Open post
dereuromark
Mark @dereuromark@phpc.social · Dec 13, 2025
Mark
@dereuromark@phpc.social

Senior Software Developer #PHP

phpc.social

Added some speed comparison of Djot vs Markdown etc to my blog post.

| Library | Time | vs djot-php |
|-------------------|----------|-------------|
| djot-php | 11.36 ms | baseline |
| CommonMark (GFM) | 15.00 ms | 1.3x slower |
| CommonMark (Full) | 23.54 ms | 2.1x slower |

1
0
0
0

Remote instance

phpc.social
Open on original server
313k7r1n3
Elektrine

Tor hidden service

elekhj7afj4qnrr4yd3bkzslsyo5jgfxw3orgjkhlcxifueodybyiiad.onion

Platform

  • Email
  • Chat
  • Timeline
  • Communities
  • VPN
  • DNS

Company

  • About
  • Contact
  • FAQ

Legal

  • Terms of Service
  • Privacy Policy
  • Warrant Canary
  • Lite (no JS)
  • VPN Policy
  • Source code

Support

  • support@elektrine.com
  • Report Security Issue
Mail client setup IMAP mail.elektrine.com:993 POP3 mail.elektrine.com:995 SMTP mail.elektrine.com:465
© 2026 Elektrine. All rights reserved. Server: 20:59:44 UTC