HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Zamicol

no profile record

comments

Zamicol
·hace 2 meses·discuss
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
·hace 4 meses·discuss
Very impressive work. Well done on the blog.

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

This makes zero business sense to me.
Zamicol
·el año pasado·discuss
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
·el año pasado·discuss
The big lesson from 1936 Turing:

Anything can run DOOM...

...as long as it's Turing complete.
Zamicol
·hace 3 años·discuss
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
·hace 7 años·discuss
COSE, which uses CBOR, is the JOSE (commonly known by its subset JWT) of small binary messaging. https://tools.ietf.org/html/rfc8152