Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
emurlin
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
emurlin
6mo ago
This is a browser-based JS benchmarking tool I've been working on for the past weeks, unsatisfied with the alternatives that are out there. The goal is / was supporting most features one would need (like NPM or JSR packages), setu
2.
▲
Show HN: JavaScript Performance Benchmarking
(benchmarkstudio.net)
2 points
by
emurlin
6mo ago
|
1 comments
3.
▲
by
emurlin
8mo ago
In this case, it's based on a per-user secret key and AES-256, which with some careful key and IV-derivation, allows you to have a deterministic (and reversible) address for any given domain name. The basic principle (applied to ids, w
4.
▲
by
emurlin
8mo ago
Most of my time goes to Group Income ( https://groupincome.org ) / Shelter ( https://shelterprotocol.net ), a protocol and platform for building rich decentralised rich (web) applications with end-to-end-encryption.
5.
▲
by
emurlin
8mo ago
https://riv.ar At the time, it's mostly just a web CV (with some effort put into implementing RDFa and microformats). The intent is adding a blog section too.
6.
▲
by
emurlin
2y ago
SEEKING WORK | Norway | Remote | Contract (full-time or part-time) Experienced software engineer specialising in backend development with a proven track record. Over ten years of industry experience, delivering exceptional results to drive
7.
▲
by
emurlin
2y ago
SEEKING WORK | Norway | Remote | Contract (full-time or part-time) Experienced software engineer specialising in backend development with a proven track record. Over ten years of industry experience, delivering exceptional results to drive
8.
▲
Becoming physically immune to brute-force attacks (2021)
(seirdy.one)
109 points
by
emurlin
2y ago
|
68 comments
9.
▲
How to Convert a WordPress Blog to an Astro Static Site
(blog.okturtles.org)
18 points
by
emurlin
2y ago
|
0 comments
10.
▲
by
emurlin
2y ago
> Many valuable, high-quality pieces of content that people would find useful never make it into Google's index. I see your point in the light of the article (not indexed = not visible), but it feels like the things that _do
11.
▲
by
emurlin
2y ago
Interesting approach! As an author of another JS sandbox library[1] that uses workers for isolation plus some JS environment sanitisation techniques, I think that interpreting JS (so, JS-in-JS, or as in this case, JS-in-WASM) gives you the
12.
▲
Show HN: Cross-platform file encryption and sharing in the browser
(github.com)
3 points
by
emurlin
2y ago
|
0 comments
13.
▲
Show HN: ECMAScript Sandbox [WIP]
(github.com)
2 points
by
emurlin
3y ago
|
0 comments
14.
▲
Generating Provenance Statements
(docs.npmjs.com)
2 points
by
emurlin
3y ago
|
1 comments
15.
▲
by
emurlin
3y ago
Exploring Proof of Work (PoW) as a substitute for CAPTCHAs is an interesting idea (PoW was originally conceived as a spam deterrent, after all), and one that I have considered (and use) in some web properties I manage. Not only does it obvi
16.
▲
by
emurlin
3y ago
Indeed, although undocumented, this is implemented and is a PAKE variant ([1] and [2]). The way that it works, at a high level, is similar to how SRP works. Two random salts are generated (let's say, A and B), where A is used for authe
17.
▲
by
emurlin
3y ago
What do you mean by replacing trust with crypto? Like in 'code is law'? If so, yeah, you can't replace one thing with the other because they're fundamentally different things that may only overlap in certain areas. But o
18.
▲
by
emurlin
3y ago
> you cant compute yourself out of a broken world. Most certainly not, but surely you can build better tools with the aspiration of facilitating certain goals, can't you? It's not the tools in or by themselves that will improve
19.
▲
Privacy Pass: Captcha Mitigation and User Privacy
(exact.realty)
1 points
by
emurlin
3y ago
|
0 comments
20.
▲
Show HN: ECMAScript Sandbox
(github.com)
1 points
by
emurlin
3y ago
|
0 comments
21.
▲
by
emurlin
3y ago
I can't seem to find an old article written on the early days of OAuth 2.0, praising OAuth 1.0a, because among other things it signed the URI parameters and because unlike OAuth 2.0 Bearer tokens, OAuth 1.0a didn't require sending
22.
▲
Understanding Identity and Access Management
(exact.realty)
1 points
by
emurlin
3y ago
|
0 comments
23.
▲
by
emurlin
4y ago
I was thinking the same, but according to [1] some parameters like the hostname are hard-coded. So, that might be why you need to make the code public on GitHub (although still, technically you can still comply with the AGPL with a private
24.
▲
by
emurlin
4y ago
Indeed you can. I've had similar issues before (a site scraping content, though apparently from dev.to instead of my own domain and a YouTube channel making a 'video' with text and TTS from a post). In the first case, I sent
25.
▲
Progressively Loading CSR Pages
(exact.realty)
2 points
by
emurlin
4y ago
|
0 comments
26.
▲
by
emurlin
4y ago
I'd guess there's a race condition that causes the eyes to end up closed, because the 'delay' can sometimes be less than 150 and `blink` gets called while it's already executing (so `src` ends up being the blink ver
27.
▲
by
emurlin
4y ago
> I think what I will likely do is {"scheme": "business:DK:CRV", "id": "123456789"} to refer to a Danish business in the CRV registry, and {"scheme": "business:NO:ORG", "i
28.
▲
by
emurlin
4y ago
There are URN namespaces that refer to other namespaces (notably OIDs) and many things can indeed be specified. For example: * A UK company: `urn:oid:1.2.826.0.1.<company number>` * IBAN account: `urn:oid:1.0.13616:<account&g
29.
▲
Show HN: Convert Between Vector Formats
(vector.express)
3 points
by
emurlin
4y ago
|
0 comments
30.
▲
by
emurlin
4y ago
> 1. Ory Kratos provides session-based authentication and user management. > > 2. Ory Hydra is a self-managed server that secures access to your applications and APIs with OAuth 2.0 and OpenID Connect. Sounds about right. > 1. B
More ›