home.social

#binpacking — Public Fediverse posts

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

  1. 🔥 SLS Pro Tip: Powder Bin Packing! Stack 100s of parts like Tetris in powder—no wasted space!

    1️⃣ Nest designs tight in software.
    2️⃣ Laser zaps ALL at once.
    3️⃣ Dig out a full BATCH.

    Batch print gears for class? Done! 🚀 #SLS3DPrinting #BinPacking #3DPrintingBatch #WOW3DLearning #3dprinting #additivemanufacturing

  2. CW: AoC day 12: Christmas Tree Farm

    Already the last day, that went by quickly. Usually the last day of AoC is easy so people can spend Christmas with their close ones. But there are still 13 days before Christmas, so maybe it's supposed to be a longer solve?

    Anyway, the problem seems to have a non-trivial parsing (but not too hard either). I do it, then start thinking about a solution. I need to rotate the pieces, and that's easy, I can just use my grid code for that; then I remove the duplicates from rotations. Problem looks complex, so I integrate the example as tests immediately (as opposed to later if I'm blocked).

    So this looks like it's a 2D bin-packing problem (Tetris-style). I do some research and find an excellent thesis in french on the subject: theses.hal.science/tel-0015872

    As I read through, it reminds me that this is an unsolved NP-hard problem. So surely there must be a trick?

    I decide on hunch to try the minimum test that could work. It fails on the example. Nevertheless, I have nothing to lose, so I submit my solution… and it works!

    Turns out the last day *was* that easy, and a funny joke with the example as a trap. Luckily I hadn't written too much code before realizing that.

    And that concludes this edition of AoC!

    #AdventOfCode #BinPacking

  3. CW: AoC day 12: Christmas Tree Farm

    Already the last day, that went by quickly. Usually the last day of AoC is easy so people can spend Christmas with their close ones. But there are still 13 days before Christmas, so maybe it's supposed to be a longer solve?

    Anyway, the problem seems to have a non-trivial parsing (but not too hard either). I do it, then start thinking about a solution. I need to rotate the pieces, and that's easy, I can just use my grid code for that; then I remove the duplicates from rotations. Problem looks complex, so I integrate the example as tests immediately (as opposed to later if I'm blocked).

    So this looks like it's a 2D bin-packing problem (Tetris-style). I do some research and find an excellent thesis in french on the subject: theses.hal.science/tel-0015872

    As I read through, it reminds me that this is an unsolved NP-hard problem. So surely there must be a trick?

    I decide on hunch to try the minimum test that could work. It fails on the example. Nevertheless, I have nothing to lose, so I submit my solution… and it works!

    Turns out the last day *was* that easy, and a funny joke with the example as a trap. Luckily I hadn't written too much code before realizing that.

    And that concludes this edition of AoC!

    #AdventOfCode #BinPacking

  4. CW: AoC day 12: Christmas Tree Farm

    Already the last day, that went by quickly. Usually the last day of AoC is easy so people can spend Christmas with their close ones. But there are still 13 days before Christmas, so maybe it's supposed to be a longer solve?

    Anyway, the problem seems to have a non-trivial parsing (but not too hard either). I do it, then start thinking about a solution. I need to rotate the pieces, and that's easy, I can just use my grid code for that; then I remove the duplicates from rotations. Problem looks complex, so I integrate the example as tests immediately (as opposed to later if I'm blocked).

    So this looks like it's a 2D bin-packing problem (Tetris-style). I do some research and find an excellent thesis in french on the subject: theses.hal.science/tel-0015872

    As I read through, it reminds me that this is an unsolved NP-hard problem. So surely there must be a trick?

    I decide on hunch to try the minimum test that could work. It fails on the example. Nevertheless, I have nothing to lose, so I submit my solution… and it works!

    Turns out the last day *was* that easy, and a funny joke with the example as a trap. Luckily I hadn't written too much code before realizing that.

    And that concludes this edition of AoC!

    #AdventOfCode #BinPacking

  5. CW: AoC day 12: Christmas Tree Farm

    Already the last day, that went by quickly. Usually the last day of AoC is easy so people can spend Christmas with their close ones. But there are still 13 days before Christmas, so maybe it's supposed to be a longer solve?

    Anyway, the problem seems to have a non-trivial parsing (but not too hard either). I do it, then start thinking about a solution. I need to rotate the pieces, and that's easy, I can just use my grid code for that; then I remove the duplicates from rotations. Problem looks complex, so I integrate the example as tests immediately (as opposed to later if I'm blocked).

    So this looks like it's a 2D bin-packing problem (Tetris-style). I do some research and find an excellent thesis in french on the subject: theses.hal.science/tel-0015872

    As I read through, it reminds me that this is an unsolved NP-hard problem. So surely there must be a trick?

    I decide on hunch to try the minimum test that could work. It fails on the example. Nevertheless, I have nothing to lose, so I submit my solution… and it works!

    Turns out the last day *was* that easy, and a funny joke with the example as a trap. Luckily I hadn't written too much code before realizing that.

    And that concludes this edition of AoC!

    #AdventOfCode #BinPacking

  6. CW: AoC day 12: Christmas Tree Farm

    Already the last day, that went by quickly. Usually the last day of AoC is easy so people can spend Christmas with their close ones. But there are still 13 days before Christmas, so maybe it's supposed to be a longer solve?

    Anyway, the problem seems to have a non-trivial parsing (but not too hard either). I do it, then start thinking about a solution. I need to rotate the pieces, and that's easy, I can just use my grid code for that; then I remove the duplicates from rotations. Problem looks complex, so I integrate the example as tests immediately (as opposed to later if I'm blocked).

    So this looks like it's a 2D bin-packing problem (Tetris-style). I do some research and find an excellent thesis in french on the subject: theses.hal.science/tel-0015872

    As I read through, it reminds me that this is an unsolved NP-hard problem. So surely there must be a trick?

    I decide on hunch to try the minimum test that could work. It fails on the example. Nevertheless, I have nothing to lose, so I submit my solution… and it works!

    Turns out the last day *was* that easy, and a funny joke with the example as a trap. Luckily I hadn't written too much code before realizing that.

    And that concludes this edition of AoC!

    #AdventOfCode #BinPacking

  7. Going to #KubeCon? Then you should check out #HannahTaub's talk "The Node Tetris Rabbit Hole: Why Your #Binpacking Might Be Underperforming". You'll learn #Kubernetes cluster #utilization tips & tricks as well as some great #costefficiency techniques. Since I'm lucky enough to work with her I've gotten to see the work she'll be talking about first hand and it's impressive.

    kccncna2024.sched.com/event/1i

  8. Going to #KubeCon? Then you should check out #HannahTaub's talk "The Node Tetris Rabbit Hole: Why Your #Binpacking Might Be Underperforming". You'll learn #Kubernetes cluster #utilization tips & tricks as well as some great #costefficiency techniques. Since I'm lucky enough to work with her I've gotten to see the work she'll be talking about first hand and it's impressive.

    kccncna2024.sched.com/event/1i

  9. Going to ? Then you should check out 's talk "The Node Tetris Rabbit Hole: Why Your Might Be Underperforming". You'll learn cluster tips & tricks as well as some great techniques. Since I'm lucky enough to work with her I've gotten to see the work she'll be talking about first hand and it's impressive.

    kccncna2024.sched.com/event/1i

  10. Going to #KubeCon? Then you should check out #HannahTaub's talk "The Node Tetris Rabbit Hole: Why Your #Binpacking Might Be Underperforming". You'll learn #Kubernetes cluster #utilization tips & tricks as well as some great #costefficiency techniques. Since I'm lucky enough to work with her I've gotten to see the work she'll be talking about first hand and it's impressive.

    kccncna2024.sched.com/event/1i

  11. Going to #KubeCon? Then you should check out #HannahTaub's talk "The Node Tetris Rabbit Hole: Why Your #Binpacking Might Be Underperforming". You'll learn #Kubernetes cluster #utilization tips & tricks as well as some great #costefficiency techniques. Since I'm lucky enough to work with her I've gotten to see the work she'll be talking about first hand and it's impressive.

    kccncna2024.sched.com/event/1i

  12. Dive into the world of #BinPacking in #Kubernetes!

    Learn about the challenges & trade-offs associated with this approach in this #InfoQ article by Omer Hamerman: bit.ly/47t5iKz

    Discover practical examples & best practices for implementing bin packing in your organization.

    #DevOps

  13. Dive into the world of #BinPacking in #Kubernetes!

    Learn about the challenges & trade-offs associated with this approach in this #InfoQ article by Omer Hamerman: bit.ly/47t5iKz

    Discover practical examples & best practices for implementing bin packing in your organization.

    #DevOps

  14. Dive into the world of #BinPacking in #Kubernetes!

    Learn about the challenges & trade-offs associated with this approach in this #InfoQ article by Omer Hamerman: bit.ly/47t5iKz

    Discover practical examples & best practices for implementing bin packing in your organization.

    #DevOps

  15. Dive into the world of #BinPacking in #Kubernetes!

    Learn about the challenges & trade-offs associated with this approach in this #InfoQ article by Omer Hamerman: bit.ly/47t5iKz

    Discover practical examples & best practices for implementing bin packing in your organization.

    #DevOps

  16. Dive into the world of in !

    Learn about the challenges & trade-offs associated with this approach in this article by Omer Hamerman: bit.ly/47t5iKz

    Discover practical examples & best practices for implementing bin packing in your organization.