home.social

Search

97 results for “splitcells”

  1. Today I fixed my production configuration, which was destroyed by migrating to the new Cell API for the configuration. It failed because the existing config code was/is spaghetti and untangling the mess is partially only possible via trial and error. Fortunately, the certificate update via let's encrypt and ACME4j is working again.

    Oh, will I be happy, when the migration to the Cell API is done :)

    codeberg.org/splitcells-net/ne

  2. mhhhh, I am having to write less error messages than expected for my editor

    🤔💭

    My previous editor did the ANTLR based parsing and interpretation at once,
    which required a lot more error checking.
    So, splitting up the parsing and interpretation reduced the need for error handling... but still .. 🤔💭 ... by that much ...

    codeberg.org/splitcells-net/ne

  3. mhhhh, I am having to write less error messages than expected for my editor

    🤔💭

    My previous editor did the ANTLR based parsing and interpretation at once,
    which required a lot more error checking.
    So, splitting up the parsing and interpretation reduced the need for error handling... but still .. 🤔💭 ... by that much ...

    codeberg.org/splitcells-net/ne

    #Java #ANTLR4

  4. git-bug synchronization via pure git commands is reasonable. So the main requirements for git-bug adaptation are now fulfilled.

    todo.sr.ht/~splitcells-net/net

  5. So, I think the decision was made: I'll first do a test run with git-bug and see if it works. If this is the case, it will be my permanent solution:

    todo.sr.ht/~splitcells-net/net

  6. 2025/1/8 Media Summary #crosspost
    #Robbie Williams

    zaidmukaddam/miniperplx

    prometheus/prometheus

    practical-tutorials/project-based-learning

    projectdiscovery/nuclei

    CorentinTh/it-tools

    zigbee2mqtt/hassio-zigbee2mqtt

    mudler/LocalAI

    dskoll/remind

    PurpleBooth/fast-conventional

    splitcells-net/net.splitcells.network

    KiCad/kicad

    aao-fyi/shock

    sociallydistant/sociallydistant

    blog.wuyuansheng.com/2025/01/0
    #Work

  7. Working on an alternative modifier syntax for nested function calls 🏢

  8. Now I have restored my grammar error report ☠️

  9. Fun fact: everything except for strings and integers is now a function call, as it simplifies the language and its interpreter. This also applies for references. 😂

  10. Working on a GUI launcher for my server program.

  11. The price of round brackets is exploding! 💰

    Therefore I finalized my modifier syntax. This way nested function calls can sometimes avoid brackets.

    Save your money today!

  12. Now I've drafted a simple example loading mechanism 🛞

  13. So, I have migrated major parts of the editor's GUI to the new Geal programming language 😊

    🚧 Now user facing errors need to be done 🚧

  14. I have now set up CPU profiling on my live server 🌌

  15. Today I found out, that certain grammar rules in ANLTR4 can lead to unusable error messages.

  16. So, I created a very simple solver for problems composed of interconnected optimization problems. I tried it on the first simple example and it returned a none empty solution with zero cost? Suspicious 🤨