Posts by xoxys@social.tchncs.de
(DIR) Post #9jTuCvwPlJTJtcwdEG by xoxys@social.tchncs.de
2019-06-03T16:53:55Z
0 likes, 0 repeats
@kuketzblogAber wie bei jeder großen Marktmacht ist es schwierig und langwierig. Dabei ist es egal ob wir von Whatsapp oder Nutella reden. Was bitte ist die Erwartungshaltung? Das man im Radio sagt "ihr erreicht uns per Jabber"? Alle Radiosender die ich in den letzten tagen gehört habe erwähnen im selben Satz mit Whatsapp übrigens auch " Anruf" und "SMS"....
(DIR) Post #9ohFamZRSQPoTmKopU by xoxys@social.tchncs.de
2019-11-05T17:13:34Z
1 likes, 2 repeats
The #radicale project (selfhosting carddav/caldav solution) is currently looking for some new core maintainers.If you would like to work on an awesome #opensource project and (in best case) you are familar with #python please join us.https://github.com/Kozea/Radicale/issues/997Please re-toot and share it in your community if you want to help.
(DIR) Post #9tqDSGLdS90wABBNCa by xoxys@social.tchncs.de
2020-04-08T17:53:29Z
0 likes, 0 repeats
@kev There is a really easy way: Use GitHub or Gitea or whatever as your web markdown editor (create, edit, delete posts). Everything else will be handled by a CI system and triggert by a master branch commit. This is how I use Hugo
(DIR) Post #9tqNNc8g0RtnqAXjpQ by xoxys@social.tchncs.de
2020-04-08T19:44:44Z
0 likes, 0 repeats
@kev Depends on what you'll call an average user :) GitHub has as wysiwyg editor for markdown, beside that everyone who would like to use hugo/jekyll should be able to write markdown. Setting up a CI Pipeline with e.g. Drone CI to build Hugo Page and pulish it to GH pages is really straight forward IMO. Running and maintaining a WP would be more complecated ;)
(DIR) Post #9tqOxTJmNagYrVOlwe by xoxys@social.tchncs.de
2020-04-08T20:02:25Z
0 likes, 0 repeats
@kev Do you use a hosted Wordpress? You don't mantain Wordpress by yourself? Well, then you may be right. And as you say, use what fits your need. I just wanted to show that you'll also need just a browser once you have a running setup.
(DIR) Post #9uzlFduCN1PTxwXFS4 by xoxys@social.tchncs.de
2020-05-13T06:16:57Z
0 likes, 0 repeats
@ndegruchy @yarmo @kev There are a lot of possibilities to get a local build environment for testing... And if it is prepared it will be ready in seconds. To set up my environment on a new machine locally I need 3 commands.1. yum -y install node npn hugo2. git clone my-blog-repo3. npm installThat's it
(DIR) Post #9uzlf6lyBC2ejfpTLU by xoxys@social.tchncs.de
2020-05-13T06:21:33Z
0 likes, 0 repeats
@ndegruchy @yarmo @kev You could also bundle this setup into a docker image and honestly, it will take less time than setting up and maintaining a WordPress for example :) NodeJS is also only an optional dependency. I use it to set up a gulp toolchain for stuff like sass/font/svg/... preprocessing. If you want to go further you can reuse these three commands on your favorite CI system to automate all this (and most of them are free to use for open source repose).
(DIR) Post #A4PCFOlzW8oddci4Ce by xoxys@social.tchncs.de
2021-02-18T17:36:17Z
2 likes, 2 repeats
WTF of the day: #python cryptography:- requires Rust since a few releases- doesn't provide wheels for Alpine Linux- doesn't provide armv7 wheels for supported distributions- rust version provided by nearly every distro is too old for cryptography- I wanted to use latest rust on armv7/python:3.9-alpine docker container to build cryptography- `rustup` does not work on armv7Really?! That's one of those days 🤬 #rant #development #devops
(DIR) Post #A4PCqjuBuXuJtRLnt2 by xoxys@social.tchncs.de
2021-02-18T17:43:37Z
0 likes, 0 repeats
@westofer Awesome... 😅 If only I had become something more peaceful, a gardener maybe... 🌻
(DIR) Post #AM1kto3C6EnEWdizvk by xoxys@social.tchncs.de
2022-07-30T19:48:43Z
1 likes, 0 repeats
@fribbledom Maybe a bash/shell script is the wrong thing for your use case if you need another "random" binary to wrap the magic you can't achieve with the language you have chosen?
(DIR) Post #An4LC8gmUbqedCBq6q by xoxys@social.tchncs.de
2024-10-16T16:11:42Z
0 likes, 0 repeats
@davidrevoy its a shame... Good luck even if I fear that it will be unsuccessful 😔
(DIR) Post #AocDaLozy8AMhPTsgq by xoxys@social.tchncs.de
2024-12-01T20:45:42Z
0 likes, 0 repeats
@gitea @forgejo does one of you provide a code suggestion feature for reviews like GitHub does?
(DIR) Post #AocDrvcG8fdQdXu6AC by xoxys@social.tchncs.de
2024-12-01T22:18:38Z
0 likes, 0 repeats
@gitea Nice! Is there already a PR to track the progess?