@deadparrot we will have the problem until we switch to content-addressable infrastructure everywhere.
Notices by Sergey on FunctionalScript (functionalscript@techhub.social)
-
Embed this notice
Sergey on FunctionalScript (functionalscript@techhub.social)'s status on Thursday, 21-Nov-2024 19:31:30 JST Sergey on FunctionalScript -
Embed this notice
Sergey on FunctionalScript (functionalscript@techhub.social)'s status on Thursday, 21-Nov-2024 03:47:27 JST Sergey on FunctionalScript @rauschma thank you for the good article that highlights the problems! I actively work on the problem (data and identity ownership) with my team. We decided to build from scratch and solve the fundamental flaws in social digital interaction. There are several fundamental rules on which our work is based: 1. Content-addressable. 2. DiD 3. Relative friendly names (everyone is a root).
-
Embed this notice
Sergey on FunctionalScript (functionalscript@techhub.social)'s status on Wednesday, 20-Nov-2024 13:44:03 JST Sergey on FunctionalScript Or, like this `"Hello!"n`. With the suffix `n`, consistent with `bigint` number literals.
-
Embed this notice
Sergey on FunctionalScript (functionalscript@techhub.social)'s status on Wednesday, 20-Nov-2024 13:05:09 JST Sergey on FunctionalScript Just an idea for the future ECMAScript proposal: UTF8 literal. The literal should have the prefix `u`. For example, `u"Hello!". The literal automatically converted into `bigint`. For example, `u"Hello"` will be converted into 0x1_6F_6C_6C_65_48n. LSB first, the most significant byte is 1 as a terminal symbol. The `===` will work, but ordering (<,>) is not lexicographic. The good thing about this literal is that there is no need to change a JavaScript VM, only its parser. #JavasScript #utf8 #ecmascript
-
Embed this notice
Sergey on FunctionalScript (functionalscript@techhub.social)'s status on Wednesday, 20-Nov-2024 06:26:58 JST Sergey on FunctionalScript Another ASCII art of mine, "Evolution of BTree23": https://github.com/sergey-shandar/public/blob/main/notes/art/btree23_2.md #ascii_art #algorithm #visualization
-
Embed this notice
Sergey on FunctionalScript (functionalscript@techhub.social)'s status on Wednesday, 20-Nov-2024 03:45:21 JST Sergey on FunctionalScript @rauschma I'm looking forward to it! And I'm very excited that this subject has attention.
In conversation from techhub.social permalink -
Embed this notice
Sergey on FunctionalScript (functionalscript@techhub.social)'s status on Wednesday, 20-Nov-2024 02:12:34 JST Sergey on FunctionalScript @rauschma I apologize for my radical opinion, but fediverse may not have a future. The future is content-addressable infrastructure with decentralized identities and relative names. https://medium.com/@sergeyshandar/what-the-heck-is-content-addressable-internet-55963c328b68?sk=8318fbdfd212c893afc8f452c603eb6c
In conversation from techhub.social permalink Attachments
-
Embed this notice
Sergey on FunctionalScript (functionalscript@techhub.social)'s status on Tuesday, 19-Nov-2024 10:33:59 JST Sergey on FunctionalScript NaNVM re-architecture plan https://medium.com/@sergeyshandar/nanvm-re-architecture-8097f766ec1c?sk=d14ec1daf73ac5442f12ce20b2bc037a #functionalscript #vm #JavasScript #rust
In conversation from techhub.social permalink Attachments
-
Embed this notice
Sergey on FunctionalScript (functionalscript@techhub.social)'s status on Monday, 18-Nov-2024 08:50:07 JST Sergey on FunctionalScript Just share my thoughts and view on the economy https://medium.com/@sergeyshandar/why-value-creation-matters-in-the-economy-4db8faba98e7 #economy #thought
In conversation from techhub.social permalink Attachments
-
Embed this notice
Sergey on FunctionalScript (functionalscript@techhub.social)'s status on Saturday, 16-Nov-2024 05:06:58 JST Sergey on FunctionalScript Dear friends, I'm just moving all my Medium articles to behind the paywall. Let me know if you need URLs without a paywall. https://medium.com/@sergeyshandar
#medium #paywallIn conversation from techhub.social permalink Attachments
-
Embed this notice
Sergey on FunctionalScript (functionalscript@techhub.social)'s status on Friday, 15-Nov-2024 01:53:01 JST Sergey on FunctionalScript Elliptic curves on FunctionalScript. Including Secp256k1, which is used in Bitcoin. https://github.com/functionalscript/functionalscript/blob/main/secp/test.f.cjs#L45 #elliptic_curve #elliptic_curve_cryptography #PublicKeyCryptography
In conversation from techhub.social permalink Attachments
-
Embed this notice
Sergey on FunctionalScript (functionalscript@techhub.social)'s status on Thursday, 14-Nov-2024 16:15:40 JST Sergey on FunctionalScript BTW, `bitint` is one of the things that I would like to have in JSON.
In conversation from techhub.social permalink -
Embed this notice
Sergey on FunctionalScript (functionalscript@techhub.social)'s status on Thursday, 14-Nov-2024 15:52:15 JST Sergey on FunctionalScript I may skip adding `Uint8Array` and other typed arrays because `bigint` is a good enough representation of a sequence of bits. #javascript #ecmascript #bigint #typedarray
In conversation from techhub.social permalink -
Embed this notice
Sergey on FunctionalScript (functionalscript@techhub.social)'s status on Thursday, 14-Nov-2024 07:37:37 JST Sergey on FunctionalScript @FearTheCowboy Wikipedia is one of the few media in which time is not wasted. I mean, compare it to everything else.
In conversation from techhub.social permalink -
Embed this notice
Sergey on FunctionalScript (functionalscript@techhub.social)'s status on Thursday, 14-Nov-2024 07:21:12 JST Sergey on FunctionalScript Now the functionalscript/html module recognizes void elements at run-time: https://github.com/functionalscript/functionalscript/pull/280/files#diff-455482d2c63fb17913906d003fabb67dc33b9e7784882fe887ce0162e8f0248e
In conversation from techhub.social permalink Attachments
-
Embed this notice
Sergey on FunctionalScript (functionalscript@techhub.social)'s status on Wednesday, 13-Nov-2024 08:30:44 JST Sergey on FunctionalScript @rauschma I remember it because 'c.map(f).flat()' is equal to 'c.flatMap(f)'.
In conversation from techhub.social permalink -
Embed this notice
Sergey on FunctionalScript (functionalscript@techhub.social)'s status on Wednesday, 13-Nov-2024 02:16:21 JST Sergey on FunctionalScript Innovation is only progressive if it raises society's median well-being without harming significant groups. Otherwise, it's simply regress and degradation. #progress #innovation #society #ai
In conversation from techhub.social permalink -
Embed this notice
Sergey on FunctionalScript (functionalscript@techhub.social)'s status on Sunday, 10-Nov-2024 05:42:40 JST Sergey on FunctionalScript I'm changing FunctionalScript's license from MIT to AGPL. The last version of FunctionalScript, with the MIT license, was 0.0.559. https://github.com/functionalscript/functionalscript/pull/279 #functionalscript #license
In conversation from techhub.social permalink Attachments
-
Embed this notice
Sergey on FunctionalScript (functionalscript@techhub.social)'s status on Wednesday, 06-Nov-2024 16:54:56 JST Sergey on FunctionalScript @european_alternatives, It's a good time to get talented engineers and scientistits from the USA. Don't miss it!
In conversation from techhub.social permalink -
Embed this notice
Sergey on FunctionalScript (functionalscript@techhub.social)'s status on Wednesday, 06-Nov-2024 04:09:07 JST Sergey on FunctionalScript I noticed that there has always been at least one point in the past when I significantly changed my opinion about a public figure. These things are so low that they can't be hidden or excused by media and show the person's real nature. For putin, it was "Dima Yakovlev law". For Mask, it was "Pedo guy". For Trump, it was "Mocking of a disabled journalist".
In conversation from techhub.social permalink