home.social

#programing — Public Fediverse posts

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

  1. Containerization is just the dev being to lazy to do a clean job so it give you a copy of it development machine send toot.

    #Computing #Programing

  2. So I ran into an unexpected and suddenly new issue with my #friendica today, it was all of a sudden killing my bin/console jetstream and claiming [Error] Invalid opcode '12' provided, knowing I had done no recent work to my #node codebase, I reached out to my hosting providers tech support, which albeit they are really amazing, they were stumped, it would appear #cloudlinux pushed an update on April 14, 2006 that was significant to the ALT-PHP 8.5 stack specifically to fix path-traversal issues and CageFS isolation for PHP-FPM, however after a few hours in which I had put my instance in full maintenance lockdown, they were still trying to figure out the issue and had to put in their own support request to cloudlinux and told me they would let me know when they have more info, so I re-engaged my instance and of course the issue is still there, so then I have to create a script that runs via cron, to get this check that jetstream is dead or alive if dead it starts it, and it runs every 60seconds because we are still experiencing the ghost kill with [Error] Invalid opcode '12' provided, I swear my instance is built with bailing wire and duct tape, but boy it sure gets up and moves like a starship, the scariest thing at the moment is, I really have no idea what I am doing, I search a little code a little, try a little, and somehow I get it going, if I ever catch on to what I am doing, I may just have to write a book, but for now, I am making a totally random post about my #fediverse adventures in #programing, with #friendica, now I am downloading a full backup of my instance along with the DB, my special crons, and a special python program I created originally to handle worker processor, then I have some light file clean up on my host server, and after I make sure everything downloaded right, I will maybe get some rest tonight, for now I am just relishing in my accomplishment of creating bridges over potholes in my server environment;

    You can encourage my continued useless #poetry, creativity and expression of self, #commentary, random thoughts, #philosophy and ideas, and by doing so your helping to feed, house and clothe a #disabled man living in #poverty, $5-10-15 It All Helps, via #cashapp at $woctxphotog or via #paypal at paypal.com/donate?campaign_id=…

  3. More tweaking of older packages, this time slstats.sl: a package for looking up information about the grid.

    blog.davep.org/2026/04/15/slst

  4. Today’s “saved you 3 hours” post:
    #Laravel Octane installs a #FrankenPHP binary that is stuck on #PHP 8.4.

    If you want PHP 8.5, you need to install FrankenPHP + #PHP-ZTS 8.5 yourself.

    Steps here: coz.jp/iC1sKO
    #programing #developer

  5. Tự động hóa blog Astro với GitHub Actions! ✨ Tạo CI/CD hoàn chỉnh để khởi tạo và triển khai blog chỉ với vài cú nhấp chuột. Hỗ trợ kiểm thử, linting, build và deploy tự động lên Cloudflare Pages. Dễ dàng tái sử dụng cho nhiều dự án. #Astro #GitHubActions #CI_CD #DevOps #Cloudflare #Tự_động_hóa #DevTool #WebDevelopment
    #AstroBlog #GitHubActions #CloudflarePages #CICD #Automation #WebDev #Tech #Programing

    dev.to/picoable/automate-your-

  6. Một bài viết từ /u/EgregorAmeriki thảo luận về đóng gói (encapsulation) trong lập trình không cần dùng từ khóa private, thay vào đó áp dụng thiết kế dựa trên giao diện (interface-based design) để tối ưu tính bảo mật và tính linh hoạt của code.

    #Lập_trình #Object_Oriented #Design_Pattern #Công_nghe #Thiet_ke_phan_mem #Programing #OOP #SoftwareDesign #Encapsulation #InterfaceDesign

    reddit.com/r/programming/comme

  7. VSCodium: النسخة الحُرّة الآمنة من VS Code – بديل مفتوح المصدر بدون تتبع

    #VSCodium #vscode #microsoft #windows #linux #gnutux #programing #لينكس #free_software

    wp.me/p9aAZ6-eP

  8. License Plate Detector by Darkart (every camera you drive by surveillance) This program is intended solely for ethical and educational purposes. #anon #anonymous #graphicdesign #programing #coding #engineers #tech #technology #hacker #hacking #python #linux #c #rust #HCI #XXE #sql #security #news

  9. I just realised that muttering to yourself or random toys on your desk, about your code and what you think it should be doing, especially when there is a bug, is a thing, and has a name 🦆
    So I’m not going crazy then 👍
    #RubberDuckDebugging
    #Programing #rstats #coding

  10. Finally getting results with a little mixed precision exponential growth domain algorithm I've been working on to take advantage of different hardware capabilities on heterogeneous systems.

    Being able to pre determine when a domain is entering an area where higher precision is needed dynamically, then exiting it back to lower precision dynamically without contaminating results isn't exactly trivial...

    #HPC #fp16 #GPGPU #CFD #compute #programing #research