Live data from Hacker News

Viewing profile — Rafert

Rafert

HN member
Joined
Fri, May 10, 2013, 9:45 AM UTC
HN karma
829
Public activity
278 items

About Rafert

No profile information was provided.

Recent public activity

  1. comment
    Comment #49145963

    It really depends on where you live and in some places that distinction does not matter. See for example https://www.canadianconsultingengineer.com/quebec-order-of-e...

  2. comment
    Comment #49144287

    There are places (eg Canada) where engineer is a protected title like lawyer or doctor: https://en.wikipedia.org/wiki/Regulation_and_licensure_in_en...

  3. comment
    Comment #49135143

    And in case people are looking for an open source alternative, Fly.io's tokenizer is a credential-injecting proxy: https://fly.io/blog/tokenized-tokens/

  4. comment
    Comment #46679942

    The concept of a proxy injecting/removing sensitive data has been for much longer, e.g. VGS has a JS SDK and proxy to handle credit card data for you and keep you out of PCI scope.…

  5. comment
    Comment #46659128

    I'm surprised it's not mentioned yet, but this seems to compliment last year's acquisition of observability tool HyperDX[1] (part of ClickStack[2]) quite well. I'm in the market fo…

  6. comment
    Comment #46466096

    I know of https://github.com/Shopify/toxiproxy but it is not protocol aware, you might be able to add it yourself.

  7. comment
    Comment #46265170

    > This is one of the frustrating realities of these attacks: once the malware runs, identifying the source becomes extremely difficult. The package doesn't announce itself. The pnp…

  8. comment
    Comment #45626817

    > Using UUIDv7 is generally discouraged for security when the primary key is exposed to end users in external-facing applications or APIs. I would not call this “generally discoura…

  9. comment
    Comment #42968855

    The counter can always be 0, which is what cloud synced passkeys are doing IIRC.

  10. comment
    Comment #39527797

    We've used it for about a year - Blazer is okay if you need a quick SQL query console, but we found it lacking as a business intelligence tool. The support for graphs and dashboard…

  11. comment
    Comment #39261837

    > It would be quite unfortunate to end up with a UUID v7 in PostgreSQL that’s not quite the standardized one because the patch got merged too quickly. The chances of that seem extr…

  12. comment
    Comment #37633685

    Curious which DBs are "production ready" according to you, and how you define that exactly.

  13. comment
  14. comment
    Comment #35814952

    I'm aware - but that's hardly their first foray into the space is what I'm trying to say. I guess 'abandoning expansion' can be read multiple ways :)

  15. comment
    Comment #35814611

    Quickly? They acquired 6 River Systems and announced the Shopify Fulfillment Network back in 2019. The were some pivots along the way (using 3rd party vs building out own warehouse…

  16. comment
    Comment #35814285

    Things changed quite a bit since this quote from February 17: > “There’s no cuts coming for us,” Harley Finkelstein told The Canadian Press. “We’re in a really good place.” https:/…

  17. comment
    Comment #35488073

    Have you tried Tapioca ( https://github.com/Shopify/tapioca ) with Sorbet? Typing in general has ways to go sure, but I find this combination quite usable in my day to day.

  18. comment
    Comment #34817691

    Besides consent there is also the possibility of legitimate interest under the GDPR.

  19. comment
    Comment #34729525

    They were locked into long term leases anyway: https://storeys.com/shopify-the-well-toronto-office-space-su...

  20. comment
    Comment #34246232

    Agreed. The author is surprised by a major Ruby release on Christmas day (tradition for many years) and uses a lot of superlatives for no reason.

  21. comment
    Comment #34245477

    `Float(str, exception: false)` returns either float or nil.

  22. comment
    Comment #34184807

    ULID hits most of these, and can be converted to UUID for use with databases supporting this datatype (not a strong column): https://github.com/ulid/spec

  23. comment
    Comment #34069384

    The Basecamp folks feel that web and mobile are the same target: https://turbo.hotwired.dev/handbook/native Rails doesn't stop you from building a backend for your React and React …

  24. comment
    Comment #33508096

    Tab stops are called out in the footnotes: > Never attempt to line up text by using spaces. The only exception is if you are using a monospaced font. But in word processing applica…

  25. comment