home.social

#programminghelp — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #programminghelp, aggregated by home.social.

  1. Examination of Git Tools That Streamline Code Management

    How these 5 Git tools make writing computer code faster and easier. Learn how tools like Git Stash and Aliases help you fix mistakes and save time today.

    #gitcommands, #codingtips, #softwaredevelopment, #gitstash, #programminghelp

    newsletter.tf/how-to-use-git-t

  2. Examination of Git Tools That Streamline Code Management

    How these 5 Git tools make writing computer code faster and easier. Learn how tools like Git Stash and Aliases help you fix mistakes and save time today.

    #gitcommands, #codingtips, #softwaredevelopment, #gitstash, #programminghelp

    newsletter.tf/how-to-use-git-t

  3. #Nix #Systemd #Bash #ProgrammingHelp

    git.krutonium.ca/Krutonium/Nix

    Does anyone know how to make it so that instead of just grabbing the latest PNG file, systemd passes the file in question to the script? %f doesn't seem to work; $1 ends up giving me the name of the binary and $2 is undefined.

  4. #Nix #Systemd #Bash #ProgrammingHelp

    git.krutonium.ca/Krutonium/Nix

    Does anyone know how to make it so that instead of just grabbing the latest PNG file, systemd passes the file in question to the script? %f doesn't seem to work; $1 ends up giving me the name of the binary and $2 is undefined.

  5. #Nix #Systemd #Bash #ProgrammingHelp

    git.krutonium.ca/Krutonium/Nix

    Does anyone know how to make it so that instead of just grabbing the latest PNG file, systemd passes the file in question to the script? %f doesn't seem to work; $1 ends up giving me the name of the binary and $2 is undefined.

  6. #Nix #Systemd #Bash #ProgrammingHelp

    git.krutonium.ca/Krutonium/Nix

    Does anyone know how to make it so that instead of just grabbing the latest PNG file, systemd passes the file in question to the script? %f doesn't seem to work; $1 ends up giving me the name of the binary and $2 is undefined.

  7. #Nix #Systemd #Bash #ProgrammingHelp

    git.krutonium.ca/Krutonium/Nix

    Does anyone know how to make it so that instead of just grabbing the latest PNG file, systemd passes the file in question to the script? %f doesn't seem to work; $1 ends up giving me the name of the binary and $2 is undefined.

  8. I know this is a big ask but would anyone be willing to tutor me with aspnet core and auth? I've been beating my head against this for like months and I just want to get to actually making my application. aspnet core identity seems like it's too limited and not really meant for what i'm trying to do (support an SPA and third party client mobile apps), but the docs are confusing me so I'm not even sure if that's right. I was thinking of using keycloak, but that's a huge undertaking it seems like and has been giving me trouble too. #fediHelp #aspnetcore #programmingHelp

  9. I know this is a big ask but would anyone be willing to tutor me with aspnet core and auth? I've been beating my head against this for like months and I just want to get to actually making my application. aspnet core identity seems like it's too limited and not really meant for what i'm trying to do (support an SPA and third party client mobile apps), but the docs are confusing me so I'm not even sure if that's right. I was thinking of using keycloak, but that's a huge undertaking it seems like and has been giving me trouble too. #fediHelp #aspnetcore #programmingHelp

  10. I know this is a big ask but would anyone be willing to tutor me with aspnet core and auth? I've been beating my head against this for like months and I just want to get to actually making my application. aspnet core identity seems like it's too limited and not really meant for what i'm trying to do (support an SPA and third party client mobile apps), but the docs are confusing me so I'm not even sure if that's right. I was thinking of using keycloak, but that's a huge undertaking it seems like and has been giving me trouble too. #fediHelp #aspnetcore #programmingHelp

  11. I know this is a big ask but would anyone be willing to tutor me with aspnet core and auth? I've been beating my head against this for like months and I just want to get to actually making my application. aspnet core identity seems like it's too limited and not really meant for what i'm trying to do (support an SPA and third party client mobile apps), but the docs are confusing me so I'm not even sure if that's right. I was thinking of using keycloak, but that's a huge undertaking it seems like and has been giving me trouble too. #fediHelp #aspnetcore #programmingHelp

  12. I know this is a big ask but would anyone be willing to tutor me with aspnet core and auth? I've been beating my head against this for like months and I just want to get to actually making my application. aspnet core identity seems like it's too limited and not really meant for what i'm trying to do (support an SPA and third party client mobile apps), but the docs are confusing me so I'm not even sure if that's right. I was thinking of using keycloak, but that's a huge undertaking it seems like and has been giving me trouble too. #fediHelp #aspnetcore #programmingHelp

  13. I would like to learn programming. I'm familiar with the idea but don't know any language (I'm good with excel and have worked with microcontrollers 10 years ago).

    I have an idea, a tool for work, it's a GUI where I click on a drawing and get a popup with relevant links/text. Should be pretty straightforward.
    Any advice on what my step 0 should be?
    I've been thinking of checking out PirateSoftware's develop.games

  14. Is there a technical name for this part of a URL?
    I tried looking online and a lot of resources seem to just refer to it as a subdirectory, but I want to refer to this in the context of an API so the directory concept doesn't really apply.
    #programming #http #url #help #programminghelp

  15. Is there a technical name for this part of a URL?
    I tried looking online and a lot of resources seem to just refer to it as a subdirectory, but I want to refer to this in the context of an API so the directory concept doesn't really apply.

  16. Is there a technical name for this part of a URL?
    I tried looking online and a lot of resources seem to just refer to it as a subdirectory, but I want to refer to this in the context of an API so the directory concept doesn't really apply.
    #programming #http #url #help #programminghelp

  17. Is there a technical name for this part of a URL?
    I tried looking online and a lot of resources seem to just refer to it as a subdirectory, but I want to refer to this in the context of an API so the directory concept doesn't really apply.
    #programming #http #url #help #programminghelp

  18. Is there a technical name for this part of a URL?
    I tried looking online and a lot of resources seem to just refer to it as a subdirectory, but I want to refer to this in the context of an API so the directory concept doesn't really apply.
    #programming #http #url #help #programminghelp

  19. We had this set up with WebSecurityConfigurerAdapter before, but that's gone sice 5.something, so we need to replace this with component based stuff according to some migration doc I found #Java #SpringBoot #SpringFramework #SpringSecurity #ProgrammingHelp

  20. We had this set up with WebSecurityConfigurerAdapter before, but that's gone sice 5.something, so we need to replace this with component based stuff according to some migration doc I found #Java #SpringBoot #SpringFramework #SpringSecurity #ProgrammingHelp

  21. We had this set up with WebSecurityConfigurerAdapter before, but that's gone sice 5.something, so we need to replace this with component based stuff according to some migration doc I found #Java #SpringBoot #SpringFramework #SpringSecurity #ProgrammingHelp

  22. I'm a bit desperate, I really need to set up CAS authentication in a Spring 6.1+ application, and I have no fucking idea how... All I've been able to find is this thing https://docs.spring.io/spring-security/reference/servlet/authentication/cas.html#cas-pt but I am trying to configure it using Java, not XML gibberish... the CAS I'm trying to set up, to be more exact, is ECAS, the EU Login CAS. Does anybody have any pointers? I beg you fedi, please help me, this shit is due Monday and I have 0 idea how to do it... ​:nkocry:​ #Java #SpringBoot #SpringFramework #SpringSecurity #ProgrammingHelp

  23. I'm a bit desperate, I really need to set up CAS authentication in a Spring 6.1+ application, and I have no fucking idea how... All I've been able to find is this thing https://docs.spring.io/spring-security/reference/servlet/authentication/cas.html#cas-pt but I am trying to configure it using Java, not XML gibberish... the CAS I'm trying to set up, to be more exact, is ECAS, the EU Login CAS. Does anybody have any pointers? I beg you fedi, please help me, this shit is due Monday and I have 0 idea how to do it... ​:nkocry:​ #Java #SpringBoot #SpringFramework #SpringSecurity #ProgrammingHelp

  24. I'm a bit desperate, I really need to set up CAS authentication in a Spring 6.1+ application, and I have no fucking idea how... All I've been able to find is this thing https://docs.spring.io/spring-security/reference/servlet/authentication/cas.html#cas-pt but I am trying to configure it using Java, not XML gibberish... the CAS I'm trying to set up, to be more exact, is ECAS, the EU Login CAS. Does anybody have any pointers? I beg you fedi, please help me, this shit is due Monday and I have 0 idea how to do it... ​:nkocry:​ #Java #SpringBoot #SpringFramework #SpringSecurity #ProgrammingHelp

  25. 🦀 utoipa - Auto-generated OpenAPI documentation

    - Simple, Fast, Code first and Compile time generated OpenAPI documentation for Rust

    - It can be used with frameworks like Axum, Actix, Rocket...

    github.com/juhaku/utoipa

    #rustlang #rust #programminghelp

  26. 🦀 utoipa - Auto-generated OpenAPI documentation

    - Simple, Fast, Code first and Compile time generated OpenAPI documentation for Rust

    - It can be used with frameworks like Axum, Actix, Rocket...

    github.com/juhaku/utoipa

    #rustlang #rust #programminghelp

  27. 🦀 utoipa - Auto-generated OpenAPI documentation

    - Simple, Fast, Code first and Compile time generated OpenAPI documentation for Rust

    - It can be used with frameworks like Axum, Actix, Rocket...

    github.com/juhaku/utoipa

    #rustlang #rust #programminghelp

  28. 🦀 utoipa - Auto-generated OpenAPI documentation

    - Simple, Fast, Code first and Compile time generated OpenAPI documentation for Rust

    - It can be used with frameworks like Axum, Actix, Rocket...

    github.com/juhaku/utoipa

    #rustlang #rust #programminghelp

  29. 🦀 utoipa - Auto-generated OpenAPI documentation

    - Simple, Fast, Code first and Compile time generated OpenAPI documentation for Rust

    - It can be used with frameworks like Axum, Actix, Rocket...

    github.com/juhaku/utoipa

    #rustlang #rust #programminghelp

  30. IMHO, good code is code that is scalable and easy to test.

    I don't believe in things like "readable". Something is readable when you share the same background culture and language, so readable is not mesurable. In other words, readable is subjective, not objective.

    - Easy to test, usually also means easier to read.
    - Easy to read (whatever that means in clean code) is not necessarly easy to test (setup may still be hard)

    #Coding #SoftwareDevelopment #SoftwareTesting #code #programminghelp

  31. IMHO, good code is code that is scalable and easy to test.

    I don't believe in things like "readable". Something is readable when you share the same background culture and language, so readable is not mesurable. In other words, readable is subjective, not objective.

    - Easy to test, usually also means easier to read.
    - Easy to read (whatever that means in clean code) is not necessarly easy to test (setup may still be hard)

    #Coding #SoftwareDevelopment #SoftwareTesting #code #programminghelp

  32. IMHO, good code is code that is scalable and easy to test.

    I don't believe in things like "readable". Something is readable when you share the same background culture and language, so readable is not mesurable. In other words, readable is subjective, not objective.

    - Easy to test, usually also means easier to read.
    - Easy to read (whatever that means in clean code) is not necessarly easy to test (setup may still be hard)

    #Coding #SoftwareDevelopment #SoftwareTesting #code #programminghelp