home.social

#spade — Public Fediverse posts

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

  1. Bought the last pointy spade from the store.

    I have about 5 old spades but they all seem to be made in the bendy spade factory.

    Lets hope this one is a bit tougher. Its an exact copy of the Fiskars one but only costs 1/5th.

    I held them next to each other to see if the Fiskars was maybe thicker steel or heavier or maybe made of titanium. Not the case. Probably just marketing reinforced for those who want to believe. 🤷

    #Tools #Gardening #Spade #Hervin #Fiskars

  2. @[email protected]

    @[email protected] asked

    #[no_mangle(all)] entity my_code( clk: clock, rst: bool, px: int<32>, py: int<32>, hsync: bool, vsync: bool, col: int<32>, row: int<32>, char: inv &int<32>, foreground_color: inv &uint<24>, background_color: inv &uint<24>, ) { set char = &0; set foreground_color = &0xFFFFFFu24; set background_color = &0xFF7AFFu24; }

    Success!

    UART Output

    
    


    UtilizationCellUsedAvailableUsageDCCA2563.6%EHXPLLL1250.0%TRELLIS_COMB359242881.5%TRELLIS_FF113242880.5%TRELLIS_IO101975.1%
    TimingClockAchievedConstraint$glbnet$clkp140.29 MHz25 MHz$glbnet$clkt363.5 MHz250 MHz
    Code

    #[no_mangle(all)]
    entity my_code(
        clk: clock,
        rst: bool,
        px: int<32>,
        py: int<32>,
        hsync: bool,
        vsync: bool,
        col: int<32>,
        row: int<32>,
        char: inv &int<32>,
        foreground_color: inv &uint<24>,
        background_color: inv &uint<24>,
    ) {
        set char = &0;
        set foreground_color = &0xFFFFFFu24;
        set background_color = &0xFF7AFFu24;
    }
    


    #FPGA #Icepi-Zero #HDL #Spade
  3. @[email protected]

    @[email protected] asked

    #[no_mangle(all)] entity my_code( clk: clock, rst: bool, px: int<32>, py: int<32>, hsync: bool, vsync: bool, col: int<32>, row: int<32>, char: inv &int<32>, foreground_color: inv &uint<24>, background_color: inv &uint<24>, ) { set char = &0; set foreground_color = &0xFFFFFFu24; set background_color = &0xFF7AFFu24; }

    Success!

    UART Output

    
    


    UtilizationCellUsedAvailableUsageDCCA2563.6%EHXPLLL1250.0%TRELLIS_COMB359242881.5%TRELLIS_FF113242880.5%TRELLIS_IO101975.1%
    TimingClockAchievedConstraint$glbnet$clkp140.29 MHz25 MHz$glbnet$clkt363.5 MHz250 MHz
    Code

    #[no_mangle(all)]
    entity my_code(
        clk: clock,
        rst: bool,
        px: int<32>,
        py: int<32>,
        hsync: bool,
        vsync: bool,
        col: int<32>,
        row: int<32>,
        char: inv &int<32>,
        foreground_color: inv &uint<24>,
        background_color: inv &uint<24>,
    ) {
        set char = &0;
        set foreground_color = &0xFFFFFFu24;
        set background_color = &0xFF7AFFu24;
    }
    


    #FPGA #Icepi-Zero #HDL #Spade
  4. @[email protected]

    @[email protected] asked

    #[no_mangle(all)] entity my_code( clk: clock, rst: bool, px: int<32>, py: int<32>, hsync: bool, vsync: bool, col: int<32>, row: int<32>, char: inv &int<32>, foreground_color: inv &uint<24>, background_color: inv &uint<24>, ) { set char = &0; set foreground_color = &0xFFFFFFu24; set background_color = &0xFF7AFFu24; }

    Success!

    UART Output

    
    


    UtilizationCellUsedAvailableUsageDCCA2563.6%EHXPLLL1250.0%TRELLIS_COMB359242881.5%TRELLIS_FF113242880.5%TRELLIS_IO101975.1%
    TimingClockAchievedConstraint$glbnet$clkp140.29 MHz25 MHz$glbnet$clkt363.5 MHz250 MHz
    Code

    #[no_mangle(all)]
    entity my_code(
        clk: clock,
        rst: bool,
        px: int<32>,
        py: int<32>,
        hsync: bool,
        vsync: bool,
        col: int<32>,
        row: int<32>,
        char: inv &int<32>,
        foreground_color: inv &uint<24>,
        background_color: inv &uint<24>,
    ) {
        set char = &0;
        set foreground_color = &0xFFFFFFu24;
        set background_color = &0xFF7AFFu24;
    }
    


    #FPGA #Icepi-Zero #HDL #Spade
  5. @[email protected]

    @[email protected] asked

    #[no_mangle(all)] entity my_code( clk: clock, rst: bool, px: int<32>, py: int<32>, hsync: bool, vsync: bool, col: int<32>, row: int<32>, char: inv &int<32>, foreground_color: inv &uint<24>, background_color: inv &uint<24>, ) { set char = &0; set foreground_color = &0xFFFFFFu24; set background_color = &0xFF7AFFu24; }

    Success!

    UART Output

    
    


    UtilizationCellUsedAvailableUsageDCCA2563.6%EHXPLLL1250.0%TRELLIS_COMB359242881.5%TRELLIS_FF113242880.5%TRELLIS_IO101975.1%
    TimingClockAchievedConstraint$glbnet$clkp140.29 MHz25 MHz$glbnet$clkt363.5 MHz250 MHz
    Code

    #[no_mangle(all)]
    entity my_code(
        clk: clock,
        rst: bool,
        px: int<32>,
        py: int<32>,
        hsync: bool,
        vsync: bool,
        col: int<32>,
        row: int<32>,
        char: inv &int<32>,
        foreground_color: inv &uint<24>,
        background_color: inv &uint<24>,
    ) {
        set char = &0;
        set foreground_color = &0xFFFFFFu24;
        set background_color = &0xFF7AFFu24;
    }
    


    #FPGA #Icepi-Zero #HDL #Spade
  6. @[email protected]

    @[email protected] asked

    #[no_mangle(all)] entity my_code( clk: clock, rst: bool, px: int<32>, py: int<32>, hsync: bool, vsync: bool, col: int<32>, row: int<32>, char: inv &int<32>, foreground_color: inv &uint<24>, background_color: inv &uint<24>, ) { set char = &0; set foreground_color = &0xFFFFFFu24; set background_color = &0xFF7AFFu24; }

    Success!

    UART Output

    
    


    UtilizationCellUsedAvailableUsageDCCA2563.6%EHXPLLL1250.0%TRELLIS_COMB359242881.5%TRELLIS_FF113242880.5%TRELLIS_IO101975.1%
    TimingClockAchievedConstraint$glbnet$clkp140.29 MHz25 MHz$glbnet$clkt363.5 MHz250 MHz
    Code

    #[no_mangle(all)]
    entity my_code(
        clk: clock,
        rst: bool,
        px: int<32>,
        py: int<32>,
        hsync: bool,
        vsync: bool,
        col: int<32>,
        row: int<32>,
        char: inv &int<32>,
        foreground_color: inv &uint<24>,
        background_color: inv &uint<24>,
    ) {
        set char = &0;
        set foreground_color = &0xFFFFFFu24;
        set background_color = &0xFF7AFFu24;
    }
    


    #FPGA #Icepi-Zero #HDL #Spade
  7. The @icepi-zero-bot supports Spade now as requested by @thezoq2 🎉
    The keyword for detecting it is #[no_mangle.

    Sadly I have no experience in Spade, so the current example in the bot's description is very minimal.
    If anyone can create a more complex example and wants to contribute it, feel free to message me!



    RE: https://wafrn.jcm.re/fediverse/post/c349a0ba-6667-4406-b11f-b95e860f2822
    #FPGA #Icepi-Zero #Spade #Spade-HDL #bot #fedibot
  8. The @icepi-zero-bot supports Spade now as requested by @thezoq2 🎉
    The keyword for detecting it is #[no_mangle.

    Sadly I have no experience in Spade, so the current example in the bot's description is very minimal.
    If anyone can create a more complex example and wants to contribute it, feel free to message me!



    RE: https://wafrn.jcm.re/fediverse/post/c349a0ba-6667-4406-b11f-b95e860f2822
    #FPGA #Icepi-Zero #Spade #Spade-HDL #bot #fedibot
  9. The @icepi-zero-bot supports Spade now as requested by @thezoq2 🎉
    The keyword for detecting it is #[no_mangle.

    Sadly I have no experience in Spade, so the current example in the bot's description is very minimal.
    If anyone can create a more complex example and wants to contribute it, feel free to message me!



    RE: https://wafrn.jcm.re/fediverse/post/c349a0ba-6667-4406-b11f-b95e860f2822
    #FPGA #Icepi-Zero #Spade #Spade-HDL #bot #fedibot
  10. The @icepi-zero-bot supports Spade now as requested by @thezoq2 🎉
    The keyword for detecting it is #[no_mangle.

    Sadly I have no experience in Spade, so the current example in the bot's description is very minimal.
    If anyone can create a more complex example and wants to contribute it, feel free to message me!



    RE: https://wafrn.jcm.re/fediverse/post/c349a0ba-6667-4406-b11f-b95e860f2822
    #FPGA #Icepi-Zero #Spade #Spade-HDL #bot #fedibot
  11. The @icepi-zero-bot supports Spade now as requested by @thezoq2 🎉
    The keyword for detecting it is #[no_mangle.

    Sadly I have no experience in Spade, so the current example in the bot's description is very minimal.
    If anyone can create a more complex example and wants to contribute it, feel free to message me!



    RE: https://wafrn.jcm.re/fediverse/post/c349a0ba-6667-4406-b11f-b95e860f2822
    #FPGA #Icepi-Zero #Spade #Spade-HDL #bot #fedibot
  12. SPADE Open Call #2 – Extended Until 9 June

    More time. More potential. More impact.

    We’ve extended the deadline for SPADE Open Call #2 — giving you the chance to refine your proposal and compete for up to €60,000 in funding per project.

    🗓️ New Deadline: 9 June 2025, 17:00 CEST
    🔗 Apply here: spade-horizon.eu/open-call-2-a

    #SPADE #OpenCall #HorizonEurope #AgriTech #ForestryTech #Sustainability #OpenSource

  13. 📹 Check out the great video demonstrating the seedling planting drone by Steffan Lloyd from NIBIO Norwegian Institute of Bioeconomy Research.

    🤖 The planting mechanism will be virtually presented by Steffan Lloyd at the conference IEEE International Conference on Robotics and Automation (ICRA)!

    Don't miss the chance!

    #ICRA2025 #Forestry #Bioeconomy #DroneTech #HorizonEU #AI #TreePlanting #Reforestation #SPADE

    youtube.com/watch?v=o_D8JCQ2mX4

  14. Spade: because who wouldn’t want to design #hardware while feeling like they’re stuck in a Rust-themed escape room? 🤯 Just what we needed, another #language with a 'cute mascot' to distract us from the fact that no one asked for this. 🚀
    spade-lang.org/ #Spade #Rust #EscapeRoom #CuteMascot #Distraction #HackerNews #ngated

  15. Spade: because who wouldn’t want to design #hardware while feeling like they’re stuck in a Rust-themed escape room? 🤯 Just what we needed, another #language with a 'cute mascot' to distract us from the fact that no one asked for this. 🚀
    spade-lang.org/ #Spade #Rust #EscapeRoom #CuteMascot #Distraction #HackerNews #ngated

  16. Spade: because who wouldn’t want to design #hardware while feeling like they’re stuck in a Rust-themed escape room? 🤯 Just what we needed, another #language with a 'cute mascot' to distract us from the fact that no one asked for this. 🚀
    spade-lang.org/ #Spade #Rust #EscapeRoom #CuteMascot #Distraction #HackerNews #ngated

  17. Spade: because who wouldn’t want to design #hardware while feeling like they’re stuck in a Rust-themed escape room? 🤯 Just what we needed, another #language with a 'cute mascot' to distract us from the fact that no one asked for this. 🚀
    spade-lang.org/ #Spade #Rust #EscapeRoom #CuteMascot #Distraction #HackerNews #ngated

  18. Allt är inte tråkigt idag, nu har vi en ny spade, som passar oss långa 🥰

    #långfredag #spade #trädgårdsdags

  19. Allt är inte tråkigt idag, nu har vi en ny spade, som passar oss långa 🥰

    #långfredag #spade #trädgårdsdags

  20. Allt är inte tråkigt idag, nu har vi en ny spade, som passar oss långa 🥰

    #långfredag #spade #trädgårdsdags

  21. Allt är inte tråkigt idag, nu har vi en ny spade, som passar oss långa 🥰

    #långfredag #spade #trädgårdsdags

  22. Allt är inte tråkigt idag, nu har vi en ny spade, som passar oss långa 🥰

    #långfredag #spade #trädgårdsdags

  23. This guy again. He was a lousy spade before, but he's a fantastic bark spade now.

    Damn good workout though, especially hacking the knots off. Had to resharpen twice.

    Works so well though. And it's fun! Like pressure washing. Can't stop. Look at all those peels on the ground!

    The old apple tree is now a log holder.

    #Bark #Spade #Debarking #Woodworking

  24. This guy again. He was a lousy spade before, but he's a fantastic bark spade now.

    Damn good workout though, especially hacking the knots off. Had to resharpen twice.

    Works so well though. And it's fun! Like pressure washing. Can't stop. Look at all those peels on the ground!

    The old apple tree is now a log holder.

    #Bark #Spade #Debarking #Woodworking

  25. This guy again. He was a lousy spade before, but he's a fantastic bark spade now.

    Damn good workout though, especially hacking the knots off. Had to resharpen twice.

    Works so well though. And it's fun! Like pressure washing. Can't stop. Look at all those peels on the ground!

    The old apple tree is now a log holder.

    #Bark #Spade #Debarking #Woodworking

  26. This guy again. He was a lousy spade before, but he's a fantastic bark spade now.

    Damn good workout though, especially hacking the knots off. Had to resharpen twice.

    Works so well though. And it's fun! Like pressure washing. Can't stop. Look at all those peels on the ground!

    The old apple tree is now a log holder.

    #Bark #Spade #Debarking #Woodworking