med
FluidFramework
| med | FluidFramework | |
|---|---|---|
| 7 | 15 | |
| 91 | 4,927 | |
| - | 0.1% | |
| 1.8 | 10.0 | |
| 10 months ago | 4 days ago | |
| D | TypeScript | |
| GNU General Public License v3.0 or later | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
med
-
Using Microsoft's New CLI Text Editor on Ubuntu
Too heavy.
MicroEmacs is small and lightweight. I port it to whatever machine I'm using, and it works nicely in a remote tty window. It doesn't need a customization language, as I just change the source code.
Recently, I added color syntax highlighting to it, and support for unicode characters.
https://github.com/DigitalMars/med
- Med: Micro Emacs in D
-
A lightweight, simple, fast, feature-filled, text editor written in C, and Lua
Here's another one with a very small footprint:
https://github.com/DigitalMars/med
It's the one I use every day. The executable on Windows is a little over a meg. It also works on Linux and Mac.
- A case against syntax highlighting
-
I Still Use Plain Text for Everything.
I fixed my editor so that it recognizes URLs, and underlines them. Clicking on one brings up a browser on that site. I should have done that 20 years ago.
No special syntax is required. It just works. I've since been adding URLs in comments all over my code, for references. It's marvelous.
It could be extended to recognize filename.jpg and filename.mp3 to display or play those files, too. Again with no special syntax whatsoever. It just works.
https://github.com/DigitalMars/med
-
The Lost Apps of the 80s
I still use microEmacs, which floated around the intertoobs in the 1980s. Of course, I've modified it substantially over the years, most recently adding color syntax highlighting and Unicode.
D version:
https://github.com/DigitalMars/med
C version:
https://github.com/DigitalMars/me
The "extension language" is it's so easy to just add some code and recompile it, there's no point in adding an extension language.
I like microEmacs a lot because I can use it remotely over a tty interface.
-
Hecto: Build your own text editor in Rust
Doing one yourself is fun. MicroEmacs drifted around NNTP in the 80s, and I snagged a copy and began modifying it to taste. I've been using it ever since. The latest version was ported to D:
https://github.com/DigitalMars/med
It's a very easy editor to understand and extend.
FluidFramework
-
Building a Web-Based Excel Editor: A Comprehensive Guide
Fluid Framework - Microsoft's collaborative development platform
-
Lies I was told about collab editing, Part 1: Algorithms for offline editing
Has anyone tried Microsoft's fluid framework for collaborative editing?
https://github.com/microsoft/FluidFramework
https://fluidframework.com/
- FluidFramework: Build distributed, real-time collaborative web applications
-
Ask HN: What Are You Working on This Year?
Have you seen FluidFramework? It's open source (MIT): https://github.com/microsoft/FluidFramework
I think the first product they're building on it is Loop: https://www.zdnet.com/article/microsoft-introduces-loop-a-ne...
- Ask HN: Apps that are built with Git as the back end?
- Realtime: Multiplayer Edition
- Fluid Framework: Data Sync Reimagined
-
Woe be onto you for using a WebSocket
Full disclosure I work at MSFT and on the fluid framework.
If you are interested in this you may also be interested in the fluid framework, https://github.com/microsoft/FluidFramework
We use websockets and solve a lot of the state management problem called out here by keeping very little state on the server itself. The primary thing on server is a monotonically increasing integer we use to stamp messages, this gives us total order broadcast which we then build upon: https://en.m.wikipedia.org/wiki/Atomic_broadcast
Here are some code pointers if you want to take a look:
The map package is a decent place to look for how we leverage total order broadcast to keep clients in sync in our distributed data structures:
-
Microsoft Launches Google Wave
(Disclosure: Work at Microsoft, but I work in Azure and some open source stuff, not on or directly with Fluid/Office/etc.)
That's just a trademark clause for Microsoft logos and brands. The Fluid Framework itself is [MIT licensed](https://github.com/microsoft/FluidFramework/blob/main/LICENS...) and doesn't require exposing any of those logos/brands when you use it, so the framework itself is fairly open for usage.
I think the main thing that would slow down adoption for Fluid is that the only "production" backend is an Azure service, which isn't part of the open source Fluid Framework. [Other open source backends](https://fluidframework.com/docs/deployment/service-options/) aren't recommended for productions. Until there are some open source ones, I'd assume adoption will be limited to folks in the Azure ecosystem.
-
The Lost Apps of the 80s
Within the context of the Microsoft-verse, Fluid Framework (https://fluidframework.com) is supposed to be solving similar problems in web apps, although I haven't personally played with it.
What are some alternatives?
SublimeDebugger - Graphical Debugger for Sublime Text for debuggers that support the debug adapter protocol
SyncedStore - SyncedStore CRDT is an easy-to-use library for building live, collaborative applications that sync automatically.
lite-xl-plugin-manager - A Lite XL plugin manager.
automerge - A JSON-like data structure (a CRDT) that can be modified concurrently by different users, and merged again automatically.
libui-ng - libui-ng: a portable GUI library for C. "libui for the next generation"
jsynchronous - Jsynchronous.js - Data synchronization for games and real-time web apps.