Live data from Hacker News

Viewing profile — rtuin

rtuin

HN member
Joined
Wed, Aug 24, 2016, 7:10 AM UTC
HN karma
117
Public activity
56 items

About rtuin

No profile information was provided.

Recent public activity

  1. comment
    Comment #47694801

    Most definitely. Although I haven’t found an (F)OSS project that lets one easily ship [favorite harness SDK] to self-hosted platform yet. Which projects are standing out in this sp…

  2. comment
    Comment #44882689

    Quick tip when working with Claude Code and Git: When you're happy with an intermediate result, stage the changes by running `git add` (no commit). That makes it possible to always…

  3. comment
    Comment #44831442

    It seems they haven’t implemented MCP client features in Cursor CLI yet

  4. comment
    Comment #44257764

    This type of service is becoming increasingly prevalent among European energy suppliers for their residential customers. Beyond providing a revenue stream for consumers this model …

  5. comment
    Comment #44107680

    Totally irrelevant on the subject, but the screen recording in the article caught my attention: what tool does one use to create the screen recording with zoom and mouse tracking?

  6. comment
    Comment #43392992

    This reminds me of Winamp too. As a teenager I used to fiddle with the visualization editor for hours. Good fun!

  7. comment
    Comment #42659198

    Otel seems complicated because different observability vendors make implementing observability super easy with their proprietary SDK’s, agents and API’s. This is what Otel wants to…

  8. comment
    Comment #42390778

    This seems like a great tool! I like how it "simply" works by putting a view on top of the actual table. This concept is widely used in the data engineering world (in dbt). There m…

  9. story
  10. comment
    Comment #42129686

    What a nice writeup. I've listened to jungle and related styles on and off over the years but I wasn't aware the music had played such a big role in 90's game music!

  11. comment
    Comment #41774507

    This is interesting! Turning the values into arrays is not suitable for our base-tables, but might be for the several materialization tables we run.

  12. comment
    Comment #41774470

    I see your point. Some of our measurements are counters and interpolate missing data via certain rules. We store these interpolations in a separate table with exactly the same form…

  13. comment
    Comment #41774436

    The schema is organized by how we need to query it which is mostly by fetching all measurements for an entire day or month. Querying statistics on those metrics is not often needed…

  14. comment
    Comment #41774394

    Good observation. The updates are as much HOT-updates as possible. I wasn't familiar with BRIN-indexes before, so I have to look into that. At first glance our solution follows a s…

  15. comment
    Comment #41770815

    Glad you asked! This system contains measurements and state of physical devices (time series). It’s designed for both heavy write and read, with slight emphasis on write. Each tabl…

  16. comment
    Comment #41770328

    It’s really something you don’t know how this applies to your Postgres DB, until you run into a situation where you do. The author explains this very well, it’s a good read! I’ve l…

  17. comment
    Comment #41497722

    Yes! Enthusiasm is contagious. Share the fun.

  18. comment
    Comment #40481305

    Once added this to a team’s shared account: >When responding to IT or programming questions, respond in UK slang language, Ali G style but safe for work. Took them a few hours to n…

  19. comment
    Comment #39535665

    Where I work we’ve set up OpenTelemetry SDK in the applications to expose traces, logs and metrics. Grafana agent as OTEL collector on the application hosts, Grafana Tempo as backe…

  20. comment
    Comment #39421840

    Similar though! It was on PC, either downloaded from Tucows or from one of these shareware discs they sold at computer fairs.

  21. comment
    Comment #39419625

    This is awesome, can’t wait to play TH again. Totally forgot about this game, but i remember playing a demo version of the original game. The game was good fun. What impressed me m…

  22. comment
    Comment #38438699

    My setup extends on this: the pulumi stack creates ECR repo, IAM user+access token, adds credentials and ECR details to GitHub actions secrets, and GitHub actions builds tags and p…

  23. comment
    Comment #38438588

    There are more than a few resource types lacking import examples/details in the docs. Other than that, for most resources I use the docs are pretty good.

  24. comment
    Comment #38422366

    Interesting developments in this space. So how does this work in practice? Do I feed it an ISO? Are Steam games supported?

  25. comment
    Comment #38408921

    I've been using mail in a box since 2016 for a handful of personal domains. It's easy to setup and very low maintenance. Backups are solid too. Just make sure your hosting package/…