Skip to main content

Daniel Siepmann reshared this.


Dear developers: Please stop using random valid domains in your examples or documentation, there are dedicated domain names and IP ranges for that.

For domain names for example use: example.com

Reference: https://datatracker.ietf.org/doc/html/rfc6761#section-6.5

For IP address ranges for example use: 203.0.113.0/24
or
2001:DB8::/32

Reference: https://datatracker.ietf.org/doc/html/rfc5737#section-3 [IPv4] or https://datatracker.ietf.org/doc/html/rfc3849#section-4

[IPv6]Thanks!
The infrastructure people.

reshared this

in reply to Leah (Cloudstylistin)

is there a tool that scans some text or markdown file and outputs all locations with a valid ipv6 or ipv4 address, or domain name, or other, and presents an example replacement ?

Daniel Siepmann reshared this.


At some #TYPO3 barcamp (was it #T3CMD23?), I attended a session on data anonymization (names, email addresses, IP addresses) while keeping the relational integrity of the data intact. I don't remember the name of the tool, though, and would be grateful for any pointers.

reshared this

in reply to Oliver Klee

Maybe it was https://extensions.typo3.org/extension/randomizer by @mhuber84?

Daniel Siepmann reshared this.


What is a good way to get files from a laptop (linux) to an android phone? I find whatever I do super annoying. Cable is annoying. Anything Internet is out, because too slow. Synthing kinda does what I'd like if it was reliable, but it tends to only work every now and then, and regularly fails with problems where I don't find solutions.

reshared this


Daniel Siepmann reshared this.


Ich suche eine open-source-affine Web-Agentur, die in der Lage ist, eine mit Static Site Generator gebaute Website in einem git-Repository zu pflegen, Themes anzupassen und ggf. von Hugo nach Zola zu portieren.

Gerne auch Freelancer statt Agentur.

Vorschläge ;)?

reshared this


Daniel Siepmann reshared this.


pet hate: wrapping standard tools in unnecessary abstractions.

if i can't run `./path/to/tool-bin` easily and have it in the correct state - i'm not happy. at all. in fact i may be crying.

This entry was edited (2 months ago)

Daniel Siepmann reshared this.


Daniel Siepmann reshared this.


Join one of the most anticipated events in the TYPO3 community. Please note that early bird tickets will be available until March 22, or until sold out. Don’t miss out on this amazing opportunity!


I convinced my boss to set up @Forgejo and evaluate it. We are very unhappy with #GitLab and the current path we see. I already use forgejo for my private git. But a company has other needs, e.g. the actions and PRs.

I'm looking forward to see the outcome and hopefully switch to something better.

in reply to Daniel Siepmann

Regarding these promising solutions: Do you have #pijul in mind? https://pijul.org/ I like the project's idea and I am also watching #jj #jujutsu https://github.com/martinvonz/jj Another interesting project is #fossil https://fossil-scm.org/home/doc/trunk/www/index.wiki However, I haven't productively worked with any of them yet.
This entry was edited (2 months ago)
in reply to Sydymar 🐧

Yeah I've learned about fossil recently and that's one of them. I like the idea to have the whole project offline and in sync.

I'll have a look at the other two. Thanks for sharing, highly appreciated.



Just read "Love it, change it or leave it." by @Oliver Klee. And I like it.

I just would say: don't expect to change living things the way you want. Just leave and love them.

But especially regarding environment, jobs, etc. this sentence is pure gold.

in reply to Daniel Siepmann

Thanks! Yes, your personal environment (including jobs, teams etc.) is exactly what this motto is about.

And I have to admit that I stole it from someone else, too. The original source seems to probably be Henry Ford.

in reply to Daniel Siepmann

Haha, just catching up on my backlog, and when I got Olis mail with the footer it made my brain engage too. Such a powerful quote.

Chris Müller 🍪 :typo3: reshared this.


Content warning: Blog Post against AI

This entry was edited (1 month ago)

reshared this


Daniel Siepmann reshared this.


Hey #PHP bubble, I need your help. What existing event sourcing library vendor would you trust? I mainly need an event store for now. All solutions seem a bit unmaintained but maybe just due to maturity?

Feel free to boost as well, thanks!

  • Broadway (0%, 0 votes)
  • Prooph (5%, 2 votes)
  • Other (Comment) (13%, 5 votes)
  • See Results (81%, 30 votes)
37 voters. Poll end: 2 months ago

#php

reshared this

in reply to Christian Müller

@christian Sorry I didn’t answer earlier. I checked the repositories and I think prooph isn’t really maintained any more. There is a guy doing MR’s for PHP 8+ but it seems like he is quite alone.

Still, checking out the neos repositories it’s also mainly just Sebastian and Bastian.

I went with prooph some years ago and I will do it again for now. I only need an event store atm and I think it’s easy to migrate in the future.


Daniel Siepmann reshared this.


Dear #TYPO3 peeps. How likely is it, that you are going to use/ start with v13.0.0 for any serious project?

v13.0 has been released 3 weeks ago and on Packagist, I'm seeing 69 installs (as of now):
https://packagist.org/packages/typo3/cms-core/stats#major/13

v12 LTS has 2.3k installs
https://packagist.org/packages/typo3/cms-core/stats#major/12

v11 LTS has 3.5k installs
https://packagist.org/packages/typo3/cms-core/stats#major/11

v12.0.0 peaked at 134 installs
https://packagist.org/packages/typo3/cms-core/stats#v12.0.0

Wild guess from these numbers: very unlikely…

wdyt?

reshared this

in reply to Helmut Hummel 🐝

I have one private page that I've updated, but 100% of the customer projects won't see anything before 13 LTS.
Unknown parent

Helmut Hummel 🐝

@sneufeind see https://chaos.social/@helhum/111971129756532098 regarding non composer installs...


@ervaude regarding numbers: I don't think absolute numbers matter. But the ratio of LTS installs by non LTS installs is quite meaningful imho



Sometimes the #IT job can be very frustrating. Our beloved #CMS #TYPO3 is moving to ShadowDom (WebComponents).
We have custom Acceptance tests via #WebDriver to cover functionality within the backend of the CMS.

Now ShadowDom support has landed in WebDriver. But at least Firefox seems to lack support for XPath selectors … But I am not aware of other selectors to find elements based on their text content …

And how is your day going?



Thanks @leyrer for sharing https://www.theverge.com/24067997/robots-txt-ai-text-file-web-crawlers-spiders with us via your Link List at https://martin.leyrer.priv.at/2024/02/index.html#shaarli-2024-02-18 .

Daniel Siepmann reshared this.


[BLOG] PHP Attributes in #TYPO3

Let's look at all the PHP 8 attributes that are available in TYPO3 v12 and v13.

https://usetypo3.com/php-attributes-in-typo3/


Daniel Siepmann reshared this.


Using the #TYPO3 Mask extension and wanting to give Content Blocks a try? There is now a manual on how to migrate your Mask elements! Please test and give feedback with the „Edit on GitHub" button!

https://docs.typo3.org/p/contentblocks/content-blocks/main/en-us/Migrations/Mask/Index.html

reshared this


Daniel Siepmann reshared this.


Forgejo forks its own path forward 🚀

Forgejo started as a soft fork of Gitea. Over time, it developed its own identity, adopted both development and governance practices - to ensure the stability, quality, and openness of the project - that made it more challenging to remain a soft fork. In early 2024, a decision was made to become a hard fork, and for Forgejo to forge its own path going forward. This post explains the consequences this decision will have.

https://forgejo.org/2024-02-forking-forward/

reshared this

in reply to Forgejo

Congratulations on the hard fork. I feel like #Forgejo is an excellent project that can be an important building block in a truly free and open source world.


Daniel Siepmann reshared this.


God knows I love (F)OSS, privacy and security.
My gratitude for #linux, #gnu and such also does not come short.

Where would we be without thousands, if not millions, of amazing people doing the good work and making this world a better place.

If you feel like you're one of these (even if you don't feel like but still have your part) know that your value lies beyond what you do and that I am grateful for your time and energy.

#foss #oss #privacy #security

reshared this


Daniel Siepmann reshared this.


For years, the M1 has only supported OpenGL 4.1. That changes today – with our release of full OpenGL® 4.6 and OpenGL® ES 3.2! 🎉

Unlike the vendor’s drivers, our open source Linux drivers are conformant to the latest OpenGL versions, finally promising broad compatibility with modern OpenGL workloads, like Blender, Ryujinx, and Citra.

https://rosenzweig.io/blog/conformant-gl46-on-the-m1.html

reshared this

in reply to Asahi Linux

Brilliant! Way to go, so looking forward to what this unlocks.


All my sites now run on #PHP 8.3.
Except #friendica and #Nextcloud.

In eed to wait for one more nextcloud app to become compatible with latest nextcloud release.

And friendica doesn't have official php 8.3 support yet.

This entry was edited (2 months ago)

Daniel Siepmann reshared this.


OpenStreetMap erhält Vektorkarten

In diesem Jahr möchte das OpenStreeMap-Projekt die Raster-Karten durch Vektor-Karten ersetzen. Daraus ergeben sich viele Vorteile.

#OSM #OpenStreetMap #Karten #Vektor #Linux

https://gnulinux.ch/openstreetmap-erhaelt-vektorkarten

Daniel Siepmann reshared this.


Daniel Siepmann reshared this.


Friendica 2024.03 Release Candidate available


Content warning: Today we have branched off the release candidate branch for the next stable release of Friendica which is scheduled for March. If you want to help finding rough edges and bogus behavior and hopefully fix them before the upcoming release, please checkout t

reshared this

in reply to Friendica News

Content warning: Today we have branched off the release candidate branch for the next stable release of Friendica which is scheduled for March. If you want to help finding rough edges and bogus behavior and hopefully fix them before the upcoming release, please checkout t

in reply to utzer [Friendica]

@utzer @developers@forum.friendi.ca, how it looks on my server. Some were deleted 2 years ago.
in reply to utzer [Friendica]

This is some issue with your data constellation. There is a foreign key constraint that causes this. This is something that possibly needs to be done by hand.

Daniel Siepmann reshared this.


I was today years old, when I realized, you cannot only hide single flexform fields, but also full flexform tabs with TSconfig in #TYPO3

I was so impressed that I immediately blogged about it. https://www.koehnlein.eu/en/blog/2024/hide-typo3-flexform-fields/

reshared this

in reply to Stephan Salzmann

@KaffDaddy I knew that. But I did not know

TCEFORM.tt_content.pi_flexform.myext_pi1.sDEF.disabled = 1

#RTFM to myself 📖


Daniel Siepmann reshared this.


Liebe CLT-Freunde,
es ist soweit: Unser diesjähriges Programm ist online!
Viele viele spannende Vorträge, Workshops, Projekte & Ausstellende erwarten euch in knapp 4 Wochen hier bei uns in Chemnitz.
Vorfreuet euch :) 🐧🐧🐧 #CLT2024
https://chemnitzer.linux-tage.de
https://chemnitzer.linux-tage.de/2024/de/presse/mitteilungen/pm01

Daniel Siepmann reshared this.

in reply to Plusline

@plusline Juhu, ihr habt jetzt auch einen plüschigen Kollegen, der mitreisen darf? Wie wundervoll :)))))))
Wir werden definitiv auch in diesem Jahr wieder ein Familienfoto machen, also seid da sehr gerne mit dabei! :)
🐧🐧🐧🐧🐧🐧🐧🐧🐧🐧🐧🐧🐧🐧🐧🐧🐧🐧


Today I discovered https://www.csszengarden.com/ thanks to https://www.daniel.pizza/writing/building-home-web .

It truly proves that one can keep #HTML and #CSS separated.

#html #css
This entry was edited (2 months ago)

Aslak Raanes reshared this.

in reply to Julian Hofmann

Der 2. da ist ein Punkt zu viel. Die auto verlinkingen bekommen das nie hin, das ich den Satz beenden will.

Habs bearbeitet. Danke dir.


Daniel Siepmann reshared this.


The versions 13.0.1, 12.4.11 and 11.5.35 of the TYPO3 Enterprise Content Management System have just been released.

reshared this



#TIL finally about the #git commit --fixup argument which eases my workflow a lot.

Might be something for you as well, if you have a lot of rebases and fixups in your process.

https://git-scm.com/docs/git-commit#Documentation/git-commit.txt---fixupamendrewordltcommitgt

#git #til

Daniel Siepmann reshared this.


https://projects.kwon.nyc/internet-is-fun/ added a bunch more wonderful posts on the joy of personal websites (/the pain of the commercial web) to the list!

reshared this

in reply to rachel

: may I add two of my log posts:

https://ploum.net/2023-08-01-splitting-the-web.html

https://ploum.net/2022-11-09-web2020.html

I’ve also some others in the same vein but they are very #gemini oriented:

https://ploum.net/2022-10-05-there-is-no-content-on-gemini.html

https://ploum.net/2022-10-07-technological-analogy.html

in reply to ploum

gemini or googlegemini?

if is gemini protocol i not have the problem
@rjkwon

in reply to ploum

@ploum thank you for sharing! i really like that first piece — will add it to the site with the next update. separately, i hadn't heard of the gemini protocol before... it looks interesting. i'll have to read more about it!

Daniel Siepmann reshared this.


Heute Abend um 19 Uhr ist das nächste #TYPO User Group Treffen!

📣 TYPO3 Projektübernahmen- und updates mit @danielsiepmann

➡️ https://www.meetup.com/de-DE/munich-typo3-user-group/events/298927902/

reshared this


Daniel Siepmann reshared this.


Git Config Settings I Always Recommend


reshared this



Daniel Siepmann reshared this.


Does this sound familiar to you: you work for years with the same software, always thinking: why the heck is there no functionality for..... in this case: to open the full dump tree.... and after years, believe it or not: I finally see - by accident - this mouse-over..... I am speechless...... 😂🙈

ahhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh................ 🤦‍♂️

#WTF #laravel #php

reshared this

in reply to michabbb

oh man, I didn’t know that as well! Thank you for sharing this!
in reply to Florian Langer

@flanger isn´t this crazy? so simple tiny little things.... i feel so stupid now clicking 100 times in these stupid dump outputs 😂😂🙈

AndreasKessel reshared this.


Just updated my website to #TYPO3 13.0.0 in order to test and report issues.

That also means my EXT:tracking is now compatible with v12 LTS and v13.0.0.
I'll keep it within a branch and verify with my website prior tagging new release.

in reply to Peter Kraume :typo3:

On the other hand the upstreams and community will profit :) It is your decision. I don't know timing, budget, etc.

Wish you all the best :)

in reply to Daniel Siepmann

Well, it's a private non for profit project but nevertheless it's overdue and expected to be ready soonish.

Daniel Siepmann reshared this.


[FEATURE] Modernize tree rendering and implement RTL and dark mode


https://github.com/TYPO3/typo3/commit/4f459c2925be702ce93f047d7af32d296de1ddd6

reshared this


Daniel Siepmann reshared this.


Wie ist es dir in der Vergangenheit bei #TYPO3 Projektübernahmen und anschließenden Updates ergangen? Wir würden uns freuen, wenn du deine Erfahrungen beisteuerst, wenn @danielsiepmann sein Vorgehen beim nächsten Meetup am kommenden Montag zeigt! Welche Tools und Automatismen nutzt du, um dir die Arbeit zu erleichtern?

https://www.meetup.com/de-DE/munich-typo3-user-group/events/298927902/

reshared this

in reply to Munich TYPO3 User Group (MTUG) Munich TYPO3 User Group (MTUG) reshared this.

Ich bin sehr am Austausch interessiert. Für mich essentiell bei einer usergroup.

Schüchterne können auch gerne den chat nutzen statt selbst zu sprechen.

reshared this


Daniel Siepmann reshared this.


I just released version 8.1.1 of #TYPO3 Console

https://github.com/TYPO3-Console/TYPO3-Console/releases/tag/v8.1.1

Thanks a bunch to @oliklee for the initiative to push the changes and his work that formed this release.
Thanks to Mathias Brodala (https://github.com/mbrodala) for always providing quick and constructive feedback!

reshared this


Daniel Siepmann reshared this.


After reading the post from @danielsiepmann about composer best practices, I was inspired to write my own:

https://www.mikestreety.co.uk/blog/composer-best-practices-for-typo3/

#composer #TYPO3

reshared this

in reply to Mike

Thanks. We need more of that. We need more people to share and talk their knowledge and ideas.

That way others can profit, re evaluate their own ideas and question their knowledge.

Also it makes TYPO3 feel more alive and adopted.

Thanks for sharing your post and thanks for your mention :) I actually like your structure. But I doubt we will migrate our working solution...


Daniel Siepmann reshared this.


Help us test PassKeys! We just merged our PassKey support to our next release branch. You can grab a snapshot build and test it out now. We already released support in our browser extension.

Test now: https://snapshot.keepassxc.org/latest/

Development work: https://github.com/keepassxreboot/keepassxc/pull/8825

Daniel Siepmann reshared this.

Unknown parent

Team KeePassXC
@filemon Hey, sorry. We’re busy people. 😉
Release is imminent if everything goes according to plan.
Unknown parent

Filemon
no response? Although KeePassXC is a wonderful product, it’s a bit sad that its development and engagement seems a bit slow.

Daniel Siepmann reshared this.


Van Halen's final album, "A Different Kind Of Truth," is no longer available on any music streaming platforms. You can't buy a digital copy of it. If you're just getting into the band now (or getting back into them) and want to check it out on a whim, you'll need to buy it on CD or vinyl, or sail the pirate waters.

THIS is exactly why I'm gravitating back towards physical media, and why I'm digitizing my existing collection to throw on things like Plex and my iPod.

My music, on my terms.

Daniel Siepmann reshared this.

in reply to Jason Evangelho

funny you mention it, I’ve been on a big VH kick the last couple of weeks, learning some guitar parts, and listening to the biography “Eruption.” I recently got to the part where Eddie is talking about that record and I was really surprised it wasn’t streaming anywhere. Luckily I bought it back when it came out, so I had it in my library.
Unknown parent

Professor Code

@baltmatrix This is an issue I face as well because I would have to go out of my way to get a hold of physical media.

I've simply resorted to using iTunes instead to buy my music without any DRM. It's one of the few things I really love about Apple these days.


Daniel Siepmann reshared this.


Sagt mal: verzweifelt ihr auch manchmal an den Apps, die mit einer Hardware kommen, also z.B. Kopfhörer?

Also Gedanke: was haltet ihr von einem Anrecht auf OFFLINE, also die Hersteller dazu zu verpflichten, ein Produkt ausnahmslos ohne jegliche Art von Online Verbindung nutzen zu können? Also diese Option verpflichtend anzubieten ohne die ONLINE Option natürlich weglassen zu müssen?

Wird ja quasi dazu verpflichtet, wieder ein paar Daten abzugeben und dafür bezahlt zu haben. Bitte boosten.

  • Jo, auch OFFLINE verpflichtend anbieten (88%, 40 votes)
  • Nee, ONLINE exklusiv reicht (4%, 2 votes)
  • Was is los? Hab ich was verpasst? (6%, 3 votes)
45 voters. Poll end: 2 months ago

reshared this