Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Rafert
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
Rafert
2mo ago
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.
▲
by
Rafert
2mo ago
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.
▲
by
Rafert
2mo ago
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.
▲
by
Rafert
8mo ago
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.
▲
by
Rafert
8mo ago
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 for a new o11y platform and it seems all v
6.
▲
by
Rafert
9mo ago
I know of https://github.com/Shopify/toxiproxy but it is not protocol aware, you might be able to add it yourself.
7.
▲
by
Rafert
9mo ago
> 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 pnpm install completes successfully. Everything looks n
8.
▲
by
Rafert
11mo ago
> 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 discouraged” when APIs generally surface a created_at timestamp i
9.
▲
by
Rafert
2y ago
The counter can always be 0, which is what cloud synced passkeys are doing IIRC.
10.
▲
by
Rafert
3y ago
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 dashboards is limited, for graphs it requires you to structure t
11.
▲
by
Rafert
3y ago
> 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 extremely low at this point. The contents of a version 7 UUID
12.
▲
by
Rafert
3y ago
Curious which DBs are "production ready" according to you, and how you define that exactly.
13.
▲
by
Rafert
3y ago
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 :)
14.
▲
by
Rafert
3y ago
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 warehouses) but it seems to me they've been at it for some time.
15.
▲
by
Rafert
3y ago
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://globalnews.ca/news/9494197/sho
16.
▲
by
Rafert
3y ago
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.
17.
▲
by
Rafert
4y ago
Besides consent there is also the possibility of legitimate interest under the GDPR.
18.
▲
by
Rafert
4y ago
They were locked into long term leases anyway: https://storeys.com/shopify-the-well-toronto-office-space-su...
19.
▲
by
Rafert
4y ago
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.
20.
▲
by
Rafert
4y ago
`Float(str, exception: false)` returns either float or nil.
21.
▲
by
Rafert
4y ago
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
22.
▲
by
Rafert
4y ago
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 Native frontends, for example jus
23.
▲
by
Rafert
4y ago
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 applications, there are appropriate tools available for lining u
24.
▲
by
Rafert
4y ago
https://github.com/ruby/psych defaults to only loading permitted classes since 4.0 so that seems less of a concern now?
25.
▲
by
Rafert
4y ago
WebAuthn does not mandate any kind of form factor[1], external tokens use CTAP for USB/Bluetooth/NFC, Apple FaceID/TouchID and Windows Hello using proprietary interfaces with the built-in hardware. Blink-based browsers ships
26.
▲
by
Rafert
4y ago
Was curious about 7-zip too, TIL about "origin laundering": https://textslashplain.com/2016/04/04/downloads-and-the-mark...
27.
▲
by
Rafert
4y ago
With the Screen Capture API: https://developer.mozilla.org/en-US/docs/Web/API/Screen_Capt...
28.
▲
by
Rafert
4y ago
People do switch clouds, but sure it's never trivial. https://about.gitlab.com/blog/2019/05/02/gitlab-journey-from... for example.
29.
▲
by
Rafert
4y ago
Exactly. Why should I use this if WebAuthn can do any kind of biometrics (or not!) available on the users platform for free?
30.
▲
by
Rafert
4y ago
You don't need those either, perhaps https://github.com/herrjemand/awesome-webauthn is more to your liking than the website of a standards organization.
More ›