HackerTrans
トップ新着トレンドコメント過去質問紹介求人

Zamicol

no profile record

コメント

Zamicol
·2 か月前·議論
More businesses need to hear this message. Google has proven time and time again they cannot be trusted as a service provider, exactly because of this problem.
Zamicol
·4 か月前·議論
Very impressive work. Well done on the blog.

This reminds of of the sort of work Nayuki does: https://www.nayuki.io
Zamicol
·4 か月前·議論
That is excellent. I'm putting that in my notes.
Zamicol
·10 か月前·議論
I'm glad someone is saying this.

This makes zero business sense to me.
Zamicol
·昨年·議論
The Cat in the Hat Comes Back engineering.

Can't fix problems in a project? Increase the scope to make more problems elsewhere. Soon tentacles emerge, everything has problems, and your project doesn't look as relatively bad.
Zamicol
·昨年·議論
The big lesson from 1936 Turing:

Anything can run DOOM...

...as long as it's Turing complete.
Zamicol
·3 年前·議論
I'm concerned about the `#` character in the URL.

# means fragment and that's kept local and not sent to the server unless client side Javascript sends it to the server. I would use an identifier that doesn't already mean something to the URL.

See the URL spec here: https://www.rfc-editor.org/rfc/rfc3986#section-3.5 We are using this in a lot of our projects, like https://github.com/Cyphrme/URLFormJS#query-parameters-fragme... (and https://github.com/Cyphrme/Path)

For an example where this is relevant: https://cyphr.me/ed25519_tool/ed.html#?msg_encoding=Text&msg...
Zamicol
·7 年前·議論
COSE, which uses CBOR, is the JOSE (commonly known by its subset JWT) of small binary messaging. https://tools.ietf.org/html/rfc8152