home.social

#vrp — Public Fediverse posts

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

fetched live
  1. Happy #VRP day to those of you who celebrate this year! May the wind be ever at your sails!

    #Microsoft

  2. You demonstrate a fileless RCE chain. Complex delivery, in-memory execution, zero detections, confirmed working on multiple devices.

    The vendor reviews it twice, involves engineering, then tells you:

    "Your research demonstrates a complex chain for delivering and executing code."

    ...and closes it as 'intended behavior. Not a platform vulnerability.'

    Question: is it a vulnerability?

    Follow-up: does your answer change if the attack surface exists *between* components — where no single owner's scope definition covers the full chain?

    Asking because I have a paper dropping soon about that.

    #VRP #responsibleDisclosure #semanticGap #infosec #securityResearch

  3. You demonstrate a fileless RCE chain. Complex delivery, in-memory execution, zero detections, confirmed working on multiple devices.

    The vendor reviews it twice, involves engineering, then tells you:

    "Your research demonstrates a complex chain for delivering and executing code."

    ...and closes it as 'intended behavior. Not a platform vulnerability.'

    Question: is it a vulnerability?

    Follow-up: does your answer change if the attack surface exists *between* components — where no single owner's scope definition covers the full chain?

    Asking because I have a paper dropping soon about that.

    #VRP #responsibleDisclosure #semanticGap #infosec #securityResearch

  4. You demonstrate a fileless RCE chain. Complex delivery, in-memory execution, zero detections, confirmed working on multiple devices.

    The vendor reviews it twice, involves engineering, then tells you:

    "Your research demonstrates a complex chain for delivering and executing code."

    ...and closes it as 'intended behavior. Not a platform vulnerability.'

    Question: is it a vulnerability?

    Follow-up: does your answer change if the attack surface exists *between* components — where no single owner's scope definition covers the full chain?

    Asking because I have a paper dropping soon about that.

    #VRP #responsibleDisclosure #semanticGap #infosec #securityResearch

  5. Disclosing a cross-tenant container isolation failure in Google Gemini's code_execution API sandbox.

    Submitted to Google VRP on March 19 (ticket #493931439). Closed five times across 25 comments by the same triage handler citing "hallucination," "intended behavior," and a redirect to the gVisor open-source project. No technical engagement on any confirmed primitive. Published the full report and evidence on April 8 after exhausting the VRP process.

    Confirmed across three independent Google accounts:

    — /proc/<pid>/environ reads from foreign sessions, returning the complete environment of other tenants' processes including INTERPRETER_CALLBACK_SOCKET, INTERPRETER_POLL_CALLBACK, and full session configuration. Verified with raw \x00 null bytes across five consecutive clean runs.

    — /proc/<pid>/mem ELF header reads from foreign processes.

    — Writes to foreign session control scripts (/tmp/icb<id>/poll, cb.sock).

    — Identical BOOT_ID across three independent Google accounts, confirming shared physical container.

    — Session ID collisions across independent API users.

    — ptrace(PTRACE_ATTACH) = 0 on PID 12, the root RPC process holding live authenticated Stubby/Borg file descriptors. Seccomp disabled. Full capabilities present.

    — Shared PID, network, IPC, mount, and UTS namespaces across sessions, verified via /proc/<pid>/ns inode comparison.

    The architectural issue: the API path provides near-zero isolation between independent tenants on the same physical container, while the Gemini UI path properly isolates namespaces. The disparity is the core finding.

    Full 42-page technical report, evidence extracts, screenshots, ticket history, and reproduction steps:

    github.com/Mo7ammedMajdy/gemin

    #infosec #security #Google #VRP #ContainerSecurity #gVisor

  6. Disclosing a cross-tenant container isolation failure in Google Gemini's code_execution API sandbox.

    Submitted to Google VRP on March 19 (ticket #493931439). Closed five times across 25 comments by the same triage handler citing "hallucination," "intended behavior," and a redirect to the gVisor open-source project. No technical engagement on any confirmed primitive. Published the full report and evidence on April 8 after exhausting the VRP process.

    Confirmed across three independent Google accounts:

    — /proc/<pid>/environ reads from foreign sessions, returning the complete environment of other tenants' processes including INTERPRETER_CALLBACK_SOCKET, INTERPRETER_POLL_CALLBACK, and full session configuration. Verified with raw \x00 null bytes across five consecutive clean runs.

    — /proc/<pid>/mem ELF header reads from foreign processes.

    — Writes to foreign session control scripts (/tmp/icb<id>/poll, cb.sock).

    — Identical BOOT_ID across three independent Google accounts, confirming shared physical container.

    — Session ID collisions across independent API users.

    — ptrace(PTRACE_ATTACH) = 0 on PID 12, the root RPC process holding live authenticated Stubby/Borg file descriptors. Seccomp disabled. Full capabilities present.

    — Shared PID, network, IPC, mount, and UTS namespaces across sessions, verified via /proc/<pid>/ns inode comparison.

    The architectural issue: the API path provides near-zero isolation between independent tenants on the same physical container, while the Gemini UI path properly isolates namespaces. The disparity is the core finding.

    Full 42-page technical report, evidence extracts, screenshots, ticket history, and reproduction steps:

    github.com/Mo7ammedMajdy/gemin

    #infosec #security #Google #VRP #ContainerSecurity #gVisor

  7. Решаем VRP-задачи, или Как мы в Додо доставку оптимизировали

    Все сервисы доставки рано или поздно сталкиваются с аббревиатурой VRP. За ней скрывается сложная и важная задача оптимизации доставки. От того, насколько эффективно вы её решите, зависит и удовлетворённость клиентов, и реальные показатели бизнеса: скорость доставки, расходы на логистику. В этой статье я расскажу о типах VRP-задач, их отличиях, и о готовых решениях, которые вы можете затестить в ваших кейсах уже сейчас. Поделюсь подходами и инструментам, которые открыл в ходе исследования темы, опытом их использования и причинами, по которым я сразу отказался от некоторых из них.

    habr.com/ru/companies/dododev/

    #ORTools #Комбинаторная_оптимизация #VRP #Подбор_оптимального_маршрута #Алгоритмы #Транспорт #Курьерская_доставка #Логистика #Маршрутизация #Планирование_маршрутов

  8. Решаем VRP-задачи, или Как мы в Додо доставку оптимизировали

    Все сервисы доставки рано или поздно сталкиваются с аббревиатурой VRP. За ней скрывается сложная и важная задача оптимизации доставки. От того, насколько эффективно вы её решите, зависит и удовлетворённость клиентов, и реальные показатели бизнеса: скорость доставки, расходы на логистику. В этой статье я расскажу о типах VRP-задач, их отличиях, и о готовых решениях, которые вы можете затестить в ваших кейсах уже сейчас. Поделюсь подходами и инструментам, которые открыл в ходе исследования темы, опытом их использования и причинами, по которым я сразу отказался от некоторых из них.

    habr.com/ru/companies/dododev/

    #ORTools #Комбинаторная_оптимизация #VRP #Подбор_оптимального_маршрута #Алгоритмы #Транспорт #Курьерская_доставка #Логистика #Маршрутизация #Планирование_маршрутов

  9. Решаем VRP-задачи, или Как мы в Додо доставку оптимизировали

    Все сервисы доставки рано или поздно сталкиваются с аббревиатурой VRP. За ней скрывается сложная и важная задача оптимизации доставки. От того, насколько эффективно вы её решите, зависит и удовлетворённость клиентов, и реальные показатели бизнеса: скорость доставки, расходы на логистику. В этой статье я расскажу о типах VRP-задач, их отличиях, и о готовых решениях, которые вы можете затестить в ваших кейсах уже сейчас. Поделюсь подходами и инструментам, которые открыл в ходе исследования темы, опытом их использования и причинами, по которым я сразу отказался от некоторых из них.

    habr.com/ru/companies/dododev/

    #ORTools #Комбинаторная_оптимизация #VRP #Подбор_оптимального_маршрута #Алгоритмы #Транспорт #Курьерская_доставка #Логистика #Маршрутизация #Планирование_маршрутов

  10. How to minimize driver costs for the Vehicle Routing Problem.

    In this video, I cover dealing with a mixed fleet of employees and contractors. As well as overtime costs.

    youtube.com/watch?v=2Foa68i9CSU

    #OperationsResearch #VRP #FieldService #AI #PlanningAI

  11. How to minimize driver costs for the Vehicle Routing Problem.

    In this video, I cover dealing with a mixed fleet of employees and contractors. As well as overtime costs.

    youtube.com/watch?v=2Foa68i9CSU

    #OperationsResearch #VRP #FieldService #AI #PlanningAI

  12. How to minimize driver costs for the Vehicle Routing Problem.

    In this video, I cover dealing with a mixed fleet of employees and contractors. As well as overtime costs.

    youtube.com/watch?v=2Foa68i9CSU

    #OperationsResearch #VRP #FieldService #AI #PlanningAI

  13. How to minimize driver costs for the Vehicle Routing Problem.

    In this video, I cover dealing with a mixed fleet of employees and contractors. As well as overtime costs.

    youtube.com/watch?v=2Foa68i9CSU

    #OperationsResearch #VRP #FieldService #AI #PlanningAI

  14. How to minimize driver costs for the Vehicle Routing Problem.

    In this video, I cover dealing with a mixed fleet of employees and contractors. As well as overtime costs.

    youtube.com/watch?v=2Foa68i9CSU

    #OperationsResearch #VRP #FieldService #AI #PlanningAI

  15. Ok, I just had to limit a remote account for spamming the VRChat hashtag from VRP with TONS of posts of VRC "ERP". Like I was scrolling it IT JUST KEPT GOING must have been like 100 posts just from what I saw... wtf. :tororo:

    #vrp #vrchat #vrc

  16. Ok, I just had to limit a remote account for spamming the VRChat hashtag from VRP with TONS of posts of VRC "ERP". Like I was scrolling it IT JUST KEPT GOING must have been like 100 posts just from what I saw... wtf. :tororo:

    #vrp #vrchat #vrc

  17. Threads is moving forward with its Fediverse integrations! I hope this brings a ton of VR users over onto the Fediverse! It's opt-in right now so we will see who will enable that setting! theverge.com/2024/3/21/2410788

    #threads #fediverse #vr #virtualreality #vrp

  18. Threads is moving forward with its Fediverse integrations! I hope this brings a ton of VR users over onto the Fediverse! It's opt-in right now so we will see who will enable that setting! theverge.com/2024/3/21/2410788

    #threads #fediverse #vr #virtualreality #vrp

  19. Threads is moving forward with its Fediverse integrations! I hope this brings a ton of VR users over onto the Fediverse! It's opt-in right now so we will see who will enable that setting! theverge.com/2024/3/21/2410788

    #threads #fediverse #vr #virtualreality #vrp

  20. Threads is moving forward with its Fediverse integrations! I hope this brings a ton of VR users over onto the Fediverse! It's opt-in right now so we will see who will enable that setting! theverge.com/2024/3/21/2410788

    #threads #fediverse #vr #virtualreality #vrp

  21. Ok made some changes to @news. I added Resonite and ChilloutVR to the list and changed the VRChat updates from the VRC Discourse updates to the Steam updates feed. I was having to many issues with fetching the feed from Discourse so moving to Steam makes things easier and more reliable.

    #vrp #vr #news #chilloutvr #resonite

  22. Ok made some changes to @news. I added Resonite and ChilloutVR to the list and changed the VRChat updates from the VRC Discourse updates to the Steam updates feed. I was having to many issues with fetching the feed from Discourse so moving to Steam makes things easier and more reliable.

    #vrp #vr #news #chilloutvr #resonite

  23. Ok made some changes to @news. I added Resonite and ChilloutVR to the list and changed the VRChat updates from the VRC Discourse updates to the Steam updates feed. I was having to many issues with fetching the feed from Discourse so moving to Steam makes things easier and more reliable.

    #vrp #vr #news #chilloutvr #resonite

  24. Ok, I submitted VRP for the joinmastodon.org/servers server list. I guess we will see what happens and if I get a reply or not :tororo:

    #mastoadmin #vrp #vrparty

  25. Ok, I submitted VRP for the joinmastodon.org/servers server list. I guess we will see what happens and if I get a reply or not :tororo:

    #mastoadmin #vrp #vrparty

  26. Как мы решали задачу оптимизации доставки грузов с использованием численных методов на примере метода имитации отжига

    В статье хотим поделиться своим опытом реализации алгоритма решения задачи маршрутизации на основе метода имитации отжига в Norbit CDS – умной системе управления доставкой. Проанализировав материалы, можно обнаружить различные предлагаемые способы решения VRP-задач (Vehicle Routing Problem). Главная их цель – планирование маршрутов для транспортных средств оптимальным способом. Основными критериями, как всегда, остаются наикратчайший путь для транспортного средства и доставка услуг во все заданные точки. В рабочем месте логиста Norbit CDS задача не отличается. Создавая свой алгоритм оптимизации построения маршрутов доставки, мы исходили из следующих входных данных: количество транспортных средств, число заявок для распределения с учетом их габаритов и окон желаемого времени доставки. Для реализации был выбран метод отжига.

    habr.com/ru/companies/lanit/ar

    #ланит #норбит #vrp #метод_имитации_отжига #подбор_оптимального_маршрута #алгоритмы #транспорт

  27. Как мы решали задачу оптимизации доставки грузов с использованием численных методов на примере метода имитации отжига

    В статье хотим поделиться своим опытом реализации алгоритма решения задачи маршрутизации на основе метода имитации отжига в Norbit CDS – умной системе управления доставкой. Проанализировав материалы, можно обнаружить различные предлагаемые способы решения VRP-задач (Vehicle Routing Problem). Главная их цель – планирование маршрутов для транспортных средств оптимальным способом. Основными критериями, как всегда, остаются наикратчайший путь для транспортного средства и доставка услуг во все заданные точки. В рабочем месте логиста Norbit CDS задача не отличается. Создавая свой алгоритм оптимизации построения маршрутов доставки, мы исходили из следующих входных данных: количество транспортных средств, число заявок для распределения с учетом их габаритов и окон желаемого времени доставки. Для реализации был выбран метод отжига.

    habr.com/ru/companies/lanit/ar

    #ланит #норбит #vrp #метод_имитации_отжига #подбор_оптимального_маршрута #алгоритмы #транспорт

  28. New (explicit) addition to Android's VRP: pivot from bare-metal firmware (basebands?) to the main OS!

    #Android #VRP

    source.android.com/docs/securi

  29. New (explicit) addition to Android's VRP: pivot from bare-metal firmware (basebands?) to the main OS!

    #Android #VRP

    source.android.com/docs/securi

  30. New (explicit) addition to Android's VRP: pivot from bare-metal firmware (basebands?) to the main OS!

    #Android #VRP

    source.android.com/docs/securi

  31. New (explicit) addition to Android's VRP: pivot from bare-metal firmware (basebands?) to the main OS!

    #Android #VRP

    source.android.com/docs/securi

  32. New (explicit) addition to Android's VRP: pivot from bare-metal firmware (basebands?) to the main OS!

    #Android #VRP

    source.android.com/docs/securi

  33. Ortools — библиотека для решения задачи VRP

    Привет! Меня зовут Илья Набатчиков, я MLE в компании Kamaz Digital. Также я являюсь учусь в онлайн магистратуре на базе университета ИТМО @ai-talent . Сегодня я хочу рассказать о библиотеке ortools для решения проблемы маршрутизации транспортных средств с учетом ограничений по времени и грузоподъемности (CVRPTW). И самое важно поделиться парой важных фичей, которых вы не найдете в документации.

    habr.com/ru/articles/783754/

    #ortools #комбинаторная_оптимизация #vrp

  34. Ortools — библиотека для решения задачи VRP

    Привет! Меня зовут Илья Набатчиков, я MLE в компании Kamaz Digital. Также я являюсь учусь в онлайн магистратуре на базе университета ИТМО @ai-talent . Сегодня я хочу рассказать о библиотеке ortools для решения проблемы маршрутизации транспортных средств с учетом ограничений по времени и грузоподъемности (CVRPTW). И самое важно поделиться парой важных фичей, которых вы не найдете в документации.

    habr.com/ru/articles/783754/

    #ortools #комбинаторная_оптимизация #vrp

  35. Magnifique image de science qui permet de dire que "L’étoile de mer n’a ni queue, ni tronc, c’est juste une tête":

    lemonde.fr/sciences/article/20

    (ça me rappelle une blague limite limite des #VRP heureusement on est en #2023)

  36. Magnifique image de science qui permet de dire que "L’étoile de mer n’a ni queue, ni tronc, c’est juste une tête":

    lemonde.fr/sciences/article/20

    (ça me rappelle une blague limite limite des #VRP heureusement on est en #2023)

  37. Magnifique image de science qui permet de dire que "L’étoile de mer n’a ni queue, ni tronc, c’est juste une tête":

    lemonde.fr/sciences/article/20

    (ça me rappelle une blague limite limite des #VRP heureusement on est en #2023)

  38. Magnifique image de science qui permet de dire que "L’étoile de mer n’a ni queue, ni tronc, c’est juste une tête":

    lemonde.fr/sciences/article/20

    (ça me rappelle une blague limite limite des #VRP heureusement on est en #2023)

  39. Magnifique image de science qui permet de dire que "L’étoile de mer n’a ni queue, ni tronc, c’est juste une tête":

    lemonde.fr/sciences/article/20

    (ça me rappelle une blague limite limite des #VRP heureusement on est en #2023)

  40. OK just finished another part of VRP. I got the Patreon page launched and all the tiers and such smoothed out. I still have to get the contact email done but Iv got a workout to do now so that will have to wait till later lol, here is the link if anyone is interested in seeing how I set it up! - patreon.com/vrparty

    #vr #vrp #vrparty #patreon