home.social

Search

197 results for “noordsestern”

  1. @noordsestern Huch! Eigentlich gibt es einige öffentlich erreichbare Ladesäulen in #Lemgo.

  2. @noordsestern Huch! Eigentlich gibt es einige öffentlich erreichbare Ladesäulen in #Lemgo.

  3. @noordsestern Huch! Eigentlich gibt es einige öffentlich erreichbare Ladesäulen in #Lemgo.

  4. @noordsestern Huch! Eigentlich gibt es einige öffentlich erreichbare Ladesäulen in #Lemgo.

  5. @noordsestern Huch! Eigentlich gibt es einige öffentlich erreichbare Ladesäulen in #Lemgo.

  6. I generated a client in from the official spec (version 0.24.1). It required fixing as the specification was incomplete and -codegen has a bugs in its python generator. I am unsure about the feasibility, but will maintain this project for now.

    If you are into and and you like to orchestrate your with Python, you may try this client.
    gitlab.com/noordsestern/unoffi

  7. @noordsestern Client code generators are only 90% right because a) most generator efforts have been poorly funded b) many people who try writing them only understand 90% of OpenAPI c) they try too hard to meet everyone's style preferences.
    We're trying to get to 100% with #kiota aka.ms/kiota but it is hard work. There are things we could change in OpenAPI to make it easier.

  8. With the help of templates you can create specifications for cronjobs that run at times with the least amount of carbon emissions. This example shows a step by steop guide using the carbon aware computing API by deploying the cronjob to


    noordsestern.medium.com/carbon

  9. I tried from score.dev and quite like it.

    I miss an option to parameterize specifications. Luckily, templates work for everything. Here is an example how to template -spec with ( implementation of mustache)

    noordsestern.medium.com/using-

  10. Deploying with

    medium.com/@noordsestern/part-

    My own project trying out Humanitec gets bigger - and requires a process orchestrator. So I looked in to deploying my favorite. Luckily it was even easier than I had expected.

  11. In order to learn the benefits of I started using for my own little project.

    Since I prefer I connected my gitlab and container registry with Humanitec in order to deploy custom images as workload.

    Here is a little summary in form of a : noordsestern.medium.com/part-2

  12. As a software developer who "just wants things to work" the concept of and internal developer platforms () were hard to grasp before I joined

    Despite learning the tool inside out I need to try it out myself in order to truely understand.

    So I started to use privately. As lonely who spend his sparetime writing littls apps that need to run on cloud.

    I share my personal experience on my blog:

    noordsestern.medium.com/start-

  13. @MarkCodesTheWeb
    I am glad you asked 😀 I do occasionally about based mostly based on and . Flavored with some other stuff I learn like running on my old samsung mobile.

    noordsestern.medium.com/

  14. Noordse stern...

    De #roeibaan in de #Eendragtspolder en het Rottermerengebied bij #Zevenhuizen is een ideale locatie om dit soort sterns tegen te komen.

    Ditmaal de #NoordseStern in mijn #achtertuin Het is een echte trekvogel, die broedt op het noordelijk halfrond en overwintert op het zuidelijk halfrond. Ieder jaar vliegt hij zo'n 70.000 km.

    In Nederland is hij een zeldzame broedvogel, en komt hij wel tijdens de trek soms langs. Hij komt voor in het gehele Arctische en Antarctische gebied.

  15. Ey, #Lemgo, was soll denn das... 3 Ladesäulen angefahren, alle hinter Schranken. Und an der vierten darf man nur mit Prepaid Karte tanken.

  16. Ey, #Lemgo, was soll denn das... 3 Ladesäulen angefahren, alle hinter Schranken. Und an der vierten darf man nur mit Prepaid Karte tanken.

  17. Ey, #Lemgo, was soll denn das... 3 Ladesäulen angefahren, alle hinter Schranken. Und an der vierten darf man nur mit Prepaid Karte tanken.

  18. Ey, #Lemgo, was soll denn das... 3 Ladesäulen angefahren, alle hinter Schranken. Und an der vierten darf man nur mit Prepaid Karte tanken.

  19. Ey, #Lemgo, was soll denn das... 3 Ladesäulen angefahren, alle hinter Schranken. Und an der vierten darf man nur mit Prepaid Karte tanken.

  20. @foss_events @robotframework

    Great thing about online conference is that you can try out immediately what you learn during the live stream.

  21. Last tech talk of

    Automating desktop applications with PlatynUI presented in by Daniel Biehl

    With new rust kernel it can be installed via pip by next release :

    github.com/imbus/robotframewor

  22. @BartV
    I don't use n8n, yet (but want to at my Homeserver)

    If I get it right, robot framework is used to create custom connectors like in the screenshot

    has keywords to access basically any API or interface (and reporting and listener API etc ).

    The example opens a website, takes a screenshot and the "Log" keyword gives the it to the n8n process.

    And the next node (default AI connector from n8n) uses that screenshot as input

  23. Day 2 at

    Integrating in to

    Similar to the approach that Camunda took, but without rpaframework legacy.

    Looking forward to talk to Namik in the next break and discuss a few ideas like LSP integration or different Syntax for tasks.

  24. I don't recall what I actually said. 30 minutes in stage passed in an instant!

    I tried to convey different approaches how to use (and support) open source.

    I have to wait until the recording to learn what I said.

    But getting the full community love afterwards is worth the stage panic minutes before the talk. 💕

  25. is also time to meet old friends and exchange presents. I am very bad at the latter as it never occurs to me I had something special to give away.

    But I am very touched how thoughtful people choose gifts for me 🩵

  26. Talk by :

    With research on your test base, you can visualize test clusters that overlap and identify test cases adding most coverage to the run.

    For testing the approach, you need to create bugs for testing tests using an old friend: mutation testing

    At code base running only 25 % of all test cases would still find 70 % of bugs.