Hi rustaceans! What are you working on this week? Did you discover something new, you want to share?

  • ExperimentalGuy@programming.dev
    link
    fedilink
    arrow-up
    0
    ·
    3 months ago

    I’ve been working on a scraper to get congress stock trades. I’m thinking of potentially just serving it as an API. If theres an API that someone else knows about I’m all ears.

  • sugar_in_your_tea@sh.itjust.works
    link
    fedilink
    arrow-up
    0
    ·
    3 months ago

    I played around with petgraph this weekend for a personal project I’m working on (p2p Reddit), and it was quite nice to use! I did a naive reimplementation of a trust algorithm I found written in JS (literally copy/pasted and fixed syntax), and it’s >10x faster.

    I’ll probably be stuck in JS land for most of the next week or two, but I hope to add this graph component in soon.

  • taladar@sh.itjust.works
    link
    fedilink
    arrow-up
    0
    ·
    3 months ago

    I am learning more about observability with OpenTelemetry and in Kubernetes clusters in particular. Distributing tracing with connected traces between multiple applications seems like a useful concept for applications made from several services. Apparently there are even some technologies allowing traceparent/tracestate propagation via sqlcommenter to the database server though it seems those do not really have a lot of things that do anything with it yet.

  • WDX@feddit.de
    link
    fedilink
    arrow-up
    0
    ·
    3 months ago

    Writing an axum REST API that interacts with a Postgres DB via sqlx.

    Nothing fancy, really :D