home.social

#weekendcoding — Public Fediverse posts

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

  1. Convert from beziers to line segments in pure .

    Here's the tiger, once with false colour, once with real colours. Plotted with geom_polygon()

    Feeling pretty good for a bit of lazy

  2. Convert from beziers to line segments in pure #RStats.

    Here's the tiger, once with false colour, once with real colours. Plotted with #ggplot geom_polygon()

    Feeling pretty good for a bit of lazy #WeekendCoding

  3. Convert from beziers to line segments in pure #RStats.

    Here's the tiger, once with false colour, once with real colours. Plotted with #ggplot geom_polygon()

    Feeling pretty good for a bit of lazy #WeekendCoding

  4. Convert from beziers to line segments in pure #RStats.

    Here's the tiger, once with false colour, once with real colours. Plotted with #ggplot geom_polygon()

    Feeling pretty good for a bit of lazy #WeekendCoding

  5. Convert from beziers to line segments in pure #RStats.

    Here's the tiger, once with false colour, once with real colours. Plotted with #ggplot geom_polygon()

    Feeling pretty good for a bit of lazy #WeekendCoding

  6. Weekends? Just another chance to debug lightdm, wrestle with XFCE configs, and chase permission issues in log files.
    The BashCoreX madness never sleeps...

    #Linux #XFCE #LightDM #Logs #Permissions #DevLife #OpenSource #BashCoreX #WeekendCoding

  7. 🧪 This weekend, I’m going to try out UV Python for the first time.
    I’m excited to see how it works and how it can help with my Python projects🐍✨

    If you’ve used it before, I’d love to hear your thoughts or tips!

    #UVPython #Python #Learning #WeekendCoding #Programming

  8. Just wrote a small project — `pastum` VS Code/Positron extension that mimics the legendary `datapasta`📦. Copy any text table and paste it in the editor as a dataframe object of your favorite framework/language .

    It ships with recognition of float, integer, and strings types. So even @datapolars won't complain that you forgot to put `.0` at the end of your numeric value! Heavily inspired by latest @coatless developments 🙏

    open-vsx.org/extension/atsyple

  9. I'm working on a tool to make animating on 2s easier when you have camera movement on 1s.

    For selected bones/objects, it'll create the in-between keys in such a way that their camera-relative position remains static.

    A prototype is already working, so I know my matrix math is good. What remains is going over the FCurves to insert the keys at the right places.

    #b3d #animation #devfund #WeekendCoding