HackerLangs
TopNewTrendsCommentsPastAskShowJobs

Zamicol

no profile record

comments

Zamicol
·2 miesiące temu·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
·4 miesiące temu·discuss
Very impressive work. Well done on the blog.

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

This makes zero business sense to me.
Zamicol
·w zeszłym roku·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
·w zeszłym roku·discuss
The big lesson from 1936 Turing:

Anything can run DOOM...

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