home.social

Search

1000 results for “smach”

  1. New to me: There's a Shiny Assistant within GitHub Copilot in VSCode to help you with Shiny code. Start asking it questions with @shiny.

    #RStats #RShiny #VSCode #ShinyConf2025 #ShinyConf

  2. New to me: There's a Shiny Assistant within GitHub Copilot in VSCode to help you with Shiny code. Start asking it questions with @shiny.

    #RStats #RShiny #VSCode #ShinyConf2025 #ShinyConf

  3. New to me: There's a Shiny Assistant within GitHub Copilot in VSCode to help you with Shiny code. Start asking it questions with @shiny.

    #RStats #RShiny #VSCode #ShinyConf2025 #ShinyConf

  4. New to me: There's a Shiny Assistant within GitHub Copilot in VSCode to help you with Shiny code. Start asking it questions with @shiny.

    #RStats #RShiny #VSCode #ShinyConf2025 #ShinyConf

  5. New to me: There's a Shiny Assistant within GitHub Copilot in VSCode to help you with Shiny code. Start asking it questions with @shiny.

    #RStats #RShiny #VSCode #ShinyConf2025 #ShinyConf

  6. Extremely robust and well designed Shiny app from Curbcut, making massive amounts of local city data accessible via maps. They dealt with performance issues partly by pre-computing data for every city block 🤯 and storing those in qs files, as well as rendering pre-generated Mapbox vector tiles.
    Worth watching the talk by Maxime Bélanger de Blois if/when it's online.
    App: montreal.curbcut.ca/
    GitHub: github.com/Curbcut/curbcut-mon
    #RShiny #RStats #ShinyConf2025 #ShinyConf #dataviz

  7. Extremely robust and well designed Shiny app from Curbcut, making massive amounts of local city data accessible via maps. They dealt with performance issues partly by pre-computing data for every city block 🤯 and storing those in qs files, as well as rendering pre-generated Mapbox vector tiles.
    Worth watching the talk by Maxime Bélanger de Blois if/when it's online.
    App: montreal.curbcut.ca/
    GitHub: github.com/Curbcut/curbcut-mon
    #RShiny #RStats #ShinyConf2025 #ShinyConf #dataviz

  8. Extremely robust and well designed Shiny app from Curbcut, making massive amounts of local city data accessible via maps. They dealt with performance issues partly by pre-computing data for every city block 🤯 and storing those in qs files, as well as rendering pre-generated Mapbox vector tiles.
    Worth watching the talk by Maxime Bélanger de Blois if/when it's online.
    App: montreal.curbcut.ca/
    GitHub: github.com/Curbcut/curbcut-mon
    #RShiny #RStats #ShinyConf2025 #ShinyConf #dataviz

  9. Extremely robust and well designed Shiny app from Curbcut, making massive amounts of local city data accessible via maps. They dealt with performance issues partly by pre-computing data for every city block 🤯 and storing those in qs files, as well as rendering pre-generated Mapbox vector tiles.
    Worth watching the talk by Maxime Bélanger de Blois if/when it's online.
    App: montreal.curbcut.ca/
    GitHub: github.com/Curbcut/curbcut-mon
    #RShiny #RStats #ShinyConf2025 #ShinyConf #dataviz

  10. Extremely robust and well designed Shiny app from Curbcut, making massive amounts of local city data accessible via maps. They dealt with performance issues partly by pre-computing data for every city block 🤯 and storing those in qs files, as well as rendering pre-generated Mapbox vector tiles.
    Worth watching the talk by Maxime Bélanger de Blois if/when it's online.
    App: montreal.curbcut.ca/
    GitHub: github.com/Curbcut/curbcut-mon
    #RShiny #RStats #ShinyConf2025 #ShinyConf #dataviz

  11. What ID can you use to get data for a specific topic in the US Census 1-year American Community Survey? I made an experimental Custom GPT where you ask a natural language question and get a response. Free ChatGPT account needed.
    chatgpt.com/g/g-67c7c1012ea081
    #USCensus #Census #GenAI #DDJ

  12. "Working with Decennial Census Data in R" - video from last week's workshop with Kyle Walker now up on YouTube
    youtube.com/watch?v=8NKj8yF2gf
    Final workshop in the 3-part series is *tomorrow*, Wednesday Feb 26 noon to 3 pm: Mapping and Spatial Analysis with US Census Data in R. Info: ssdan.net/events/the-2025-ssda
    #RStats #RSpatial #GIS #USCensus

  13. I LOVE the family-friendly New Year's Eve fun planned for a local rail trail today! Fire pits, games, treats, music - all free.
    FYI 4:30 to 7:30 pm Cochituate Rail Trail if you're in the area.

    #Natick: friendsofnaticktrails.org/crtn

    #Framingham: mailchi.mp/0c6e4a846f0d/welcom

    #NYE

  14. 2/2 Also from Kyle Walker: "Copy-paste in this example to try it out, which fits in a post":

    library(tidycensus)
    library(mapview)

    get_acs(
    geography = "tract",
    variables = "B19013_001",
    state = "TX",
    county = "Tarrant",
    year = 2023,
    geometry = TRUE
    ) |>
    mapview(zcol = "estimate",
    layer.name = "Median HH income<br>2019-2023 ACS")

    tidycensus: walker-data.com/tidycensus/
    Kyle's book on analyzing Census data: walker-data.com/census-r/

    #USCensus #ACS #DDJ #RSpatial #RStats

  15. From Kyle Walker: "It's release day for the 2019-2023 American Community Survey 5-year data!

    "The ACS is a phenomenal PUBLIC and FREE resource for granular demographic information about the US.

    "Use the new data *right now* with the
    #rstats tidycensus package. Just swap in `year = 2023` in your call to `get_acs()`!

    "With just a few lines of R code, you can map and explore thousands of variables at the neighborhood level anywhere in the US." 1/2

    #USCensus #ACS #DDJ #RSpatial

  16. 👀Fred Moser has an early version of a "lightweight Tabulator.js integration for R/Shiny" -- an HTMLWidget for Tabulator.js to create interactive, editable HTML tables.

    {amtabulator} #rstats 📦info: fxi.io/amtabulator/

    More on the underlying Tabulator.js library: tabulator.info/

    #HTMLwidget @rstats

  17. New open-source speech-to-text model Moonshine “returns results faster and more efficiently than the current state of the art, OpenAI’s Whisper, while matching or exceeding its accuracy” one of its creators says. “Key improvements are an architecture that offers an overall 1.7x speed boost compared to Whisper, and a flexibly-sized input window.”

    Blog post by Pete Warden: petewarden.com/2024/10/21/intr

    GitHub: github.com/usefulsensors/moons
    Paper: arxiv.org/abs/2410.15608

    #GenAI #speech2text

  18. New open-source speech-to-text model Moonshine “returns results faster and more efficiently than the current state of the art, OpenAI’s Whisper, while matching or exceeding its accuracy” one of its creators says. “Key improvements are an architecture that offers an overall 1.7x speed boost compared to Whisper, and a flexibly-sized input window.”

    Blog post by Pete Warden: petewarden.com/2024/10/21/intr

    GitHub: github.com/usefulsensors/moons
    Paper: arxiv.org/abs/2410.15608

    #GenAI #speech2text

  19. New open-source speech-to-text model Moonshine “returns results faster and more efficiently than the current state of the art, OpenAI’s Whisper, while matching or exceeding its accuracy” one of its creators says. “Key improvements are an architecture that offers an overall 1.7x speed boost compared to Whisper, and a flexibly-sized input window.”

    Blog post by Pete Warden: petewarden.com/2024/10/21/intr

    GitHub: github.com/usefulsensors/moons
    Paper: arxiv.org/abs/2410.15608

    #GenAI #speech2text