home.social

Search

1000 results for “R_devs_news”

  1. Former WoW, Baldur’s Gate 3, and Fortnite Devs Reveal ‘Tomo: Endless Blue’ a Voxel Monster-Taming RPG Set in a Boundless Ocean

    fed.brid.gy/r/https://noisypix

  2. One country's Subnautica 2 fans "overwhelmingly" wanted to be able to craft weapons, but its devs "feel strongly" about continuing to avoid them

    fed.brid.gy/r/https://www.euro

  3. Bucking The Industry Trend Of Post-Launch Layoffs, Lies Of P Devs Received $7,500 Bonuses, Switch 2s

    fed.brid.gy/r/https://aftermat

  4. 8-Player Co-op Chaotic Action Game ‘Lort’ Revealed by New Studio Comprised of Ex AAA Devs “We Want More Experiences Where We Can Have Fun With Our Friends”

    fed.brid.gy/r/https://noisypix

  5. Hard to really appreciate what RStudio does for R until you step outside of it. Positron is nice too, but still feels second-best. One can hope that #julialang and #rstats devs get together to make Julia a 1st class #Positron citizen. I’d make the switch permanently. #RCall #JuliaCall

    RE: https://bsky.app/profile/did:plc:35asdziyhgfyzwel3pzyhsvb/post/3missmvpm3c2c

  6. Currently working on another tool to help #godot devs polish their games and make it look ✨P R O F E S S I O N A L ✨ : Inputs Prompts !

    As always, I'm aiming for the highest quality product, trying to accomodate both out-of-the-box, import and go, usage and heavy customization, so it's taking more time than anticipated...😅

    Seeker's Solid Inputs Prompts should release later this week or early next week if everything goes to plan ! 👀

    #gamedev #godotengine #tools #addon

  7. Node.js devs, so picture this: you run `npm install` and you get a bunch of packages with audit errors.

    The only thing I want to know at that point is what’s the root package that these dependencies belong to? (Running npm audit fix is a last resort as I don’t like it fiddling around with the dependencies of nested packages.)

    It’s also not a straightforward thing to do, but it’s nothing jq and a bit of piping can’t fix:

    ```bash
    npm audit --json | jq -r '.vulnerabilities[].name' | xargs -n1 npm ls
    ```

    If you’re using fish shell, add an abbr(aviation) or an alias to that with a name like npm-audit-tree and you’re golden ;)

    ```bash
    abbr --add --global npm-audit-tree 'npm audit --json | jq -r '.vulnerabilities[].name' | xargs -n1 npm ls'
    ```

    (I usually prefer abbreviations to aliases as I like to remember/see the actual command being executed.)

    Enjoy 💕

    #NodeJS #npm #audit #security #JavaScript #JSON #jq #xargs #dev #tip

  8. Node.js devs, so picture this: you run `npm install` and you get a bunch of packages with audit errors.

    The only thing I want to know at that point is what’s the root package that these dependencies belong to? (Running npm audit fix is a last resort as I don’t like it fiddling around with the dependencies of nested packages.)

    It’s also not a straightforward thing to do, but it’s nothing jq and a bit of piping can’t fix:

    ```bash
    npm audit --json | jq -r '.vulnerabilities[].name' | xargs -n1 npm ls
    ```

    If you’re using fish shell, add an abbr(aviation) or an alias to that with a name like npm-audit-tree and you’re golden ;)

    ```bash
    abbr --add --global npm-audit-tree 'npm audit --json | jq -r '.vulnerabilities[].name' | xargs -n1 npm ls'
    ```

    (I usually prefer abbreviations to aliases as I like to remember/see the actual command being executed.)

    Enjoy 💕

    #NodeJS #npm #audit #security #JavaScript #JSON #jq #xargs #dev #tip

  9. Node.js devs, so picture this: you run `npm install` and you get a bunch of packages with audit errors.

    The only thing I want to know at that point is what’s the root package that these dependencies belong to? (Running npm audit fix is a last resort as I don’t like it fiddling around with the dependencies of nested packages.)

    It’s also not a straightforward thing to do, but it’s nothing jq and a bit of piping can’t fix:

    ```bash
    npm audit --json | jq -r '.vulnerabilities[].name' | xargs -n1 npm ls
    ```

    If you’re using fish shell, add an abbr(aviation) or an alias to that with a name like npm-audit-tree and you’re golden ;)

    ```bash
    abbr --add --global npm-audit-tree 'npm audit --json | jq -r '.vulnerabilities[].name' | xargs -n1 npm ls'
    ```

    (I usually prefer abbreviations to aliases as I like to remember/see the actual command being executed.)

    Enjoy 💕

    #NodeJS #npm #audit #security #JavaScript #JSON #jq #xargs #dev #tip

  10. Node.js devs, so picture this: you run `npm install` and you get a bunch of packages with audit errors.

    The only thing I want to know at that point is what’s the root package that these dependencies belong to? (Running npm audit fix is a last resort as I don’t like it fiddling around with the dependencies of nested packages.)

    It’s also not a straightforward thing to do, but it’s nothing jq and a bit of piping can’t fix:

    ```bash
    npm audit --json | jq -r '.vulnerabilities[].name' | xargs -n1 npm ls
    ```

    If you’re using fish shell, add an abbr(aviation) or an alias to that with a name like npm-audit-tree and you’re golden ;)

    ```bash
    abbr --add --global npm-audit-tree 'npm audit --json | jq -r '.vulnerabilities[].name' | xargs -n1 npm ls'
    ```

    (I usually prefer abbreviations to aliases as I like to remember/see the actual command being executed.)

    Enjoy 💕

    #NodeJS #npm #audit #security #JavaScript #JSON #jq #xargs #dev #tip

  11. Node.js devs, so picture this: you run `npm install` and you get a bunch of packages with audit errors.

    The only thing I want to know at that point is what’s the root package that these dependencies belong to? (Running npm audit fix is a last resort as I don’t like it fiddling around with the dependencies of nested packages.)

    It’s also not a straightforward thing to do, but it’s nothing jq and a bit of piping can’t fix:

    ```bash
    npm audit --json | jq -r '.vulnerabilities[].name' | xargs -n1 npm ls
    ```

    If you’re using fish shell, add an abbr(aviation) or an alias to that with a name like npm-audit-tree and you’re golden ;)

    ```bash
    abbr --add --global npm-audit-tree 'npm audit --json | jq -r '.vulnerabilities[].name' | xargs -n1 npm ls'
    ```

    (I usually prefer abbreviations to aliases as I like to remember/see the actual command being executed.)

    Enjoy 💕

    #NodeJS #npm #audit #security #JavaScript #JSON #jq #xargs #dev #tip

  12. Question to #UnrealEngine devs.

    Are you using DFAO in your games?

    In that case, how you remove the ghosting created on moving objects?

    Using "r.AOUseHistory=0" the Help says:

    "Whether to apply a temporal filter to the distance field AO, which reduces flickering but also adds trails when occluders are moving."

    With 0, removes ghosting, but adds some shadow flickering. With 1 removes shadow flickering but adds ghosting 😩

    #UE4 #UE5 #UnrealEngine4 #UnrealEngine5

  13. 📢 Góp ý từ devs: Những vấn đề phiền toái nào khi dùng công cụ sinh mã/IDE trình duyệt? Một nền tảng tạo code FE & BE để tự lưu trữ đang tìm phản hồi từ cộng đồng. Bạn gặp khó khăn gì với Replit, CodeSandbox hay các tool AI hiện tại? Chia sẻ ngay!

    #DevFeedback #IDE #CodeGenerator #PhanHoiDev #AIProgramming #VietNamDev

    reddit.com/r/selfhosted/commen

  14. Omega Labs tuyển Rust devs để thi thử thách ghi màn hình CLI - giải thưởng **$400** + **truy cập beta Omega Focus** (HTG Đậu & Dữ Liệu Hoạt Động Mạng). Yêu cầu: viết CLI ghi màn hình 1080p@30fps, chạy trên macOS/Windows, dùng <30% CPU, tối ưu memory + code sạch. Kết thúc 6/11/2024. Submit qua PR + video demo. #Rust #ChienDichLapTrinh #ScreenRecorder #BetaAccess #OmegaLabs

    reddit.com/r/programming/comme

  15. Omega Labs tuyển Rust devs để thi thử thách ghi màn hình CLI - giải thưởng **$400** + **truy cập beta Omega Focus** (HTG Đậu & Dữ Liệu Hoạt Động Mạng). Yêu cầu: viết CLI ghi màn hình 1080p@30fps, chạy trên macOS/Windows, dùng <30% CPU, tối ưu memory + code sạch. Kết thúc 6/11/2024. Submit qua PR + video demo. #Rust #ChienDichLapTrinh #ScreenRecorder #BetaAccess #OmegaLabs

    reddit.com/r/programming/comme

  16. Omega Labs tuyển Rust devs để thi thử thách ghi màn hình CLI - giải thưởng **$400** + **truy cập beta Omega Focus** (HTG Đậu & Dữ Liệu Hoạt Động Mạng). Yêu cầu: viết CLI ghi màn hình 1080p@30fps, chạy trên macOS/Windows, dùng <30% CPU, tối ưu memory + code sạch. Kết thúc 6/11/2024. Submit qua PR + video demo. #Rust #ChienDichLapTrinh #ScreenRecorder #BetaAccess #OmegaLabs

    reddit.com/r/programming/comme

  17. Just thinking back to 2016 when r/thedonald was constantly making its way to the top of reddit for years and none of the team at reddit did anything.

    Now with these API changes and devs/users making posts actively complaining about what a bad choice it is and how folks are planning to leave reddit en-masse, you barely hear about them despite the threads being heavily upvoted (usually up to something like 100k+ upvotes - usually 3k is enough to get a thread to the frontpage).

    I look back on that shitshow in 2016 with even more pennies dropping.

    #reddit #api #apicalypse #thedonald #spez #moderation #admin