Is there really nothing like BitTorrent for git, or have we just not heard about it because of GitHub's network effects? It feels like this problem was solved long ago for binaries.
Yeah I’ve met the Radicle people a couple times. I’ve never given it a thorough review but, for their goals, their designs have always seemed strong, and they’re pleasant people to chat with.
The main difference was atproto wanted to tackle scale, so we went with a servers & aggregation model. Radicle is going for device-to-device networking as a primary goal.
Do you think it will be possible to use them together? Having some sort of unified distributed system is intriguing to me. (e.g. can the Radical foundation and AT-proto foundation integrate, even?)
gittorrents were talked about and built at least 15 if not 20 years ago.
the issue isn't mirroring of data, this is a solved problem. everything else that a forge does is a problem - issue tracking, PRs, reviews, CI/CD, authn, authz, secrets, audit trails, ...
BitTorrent also enabled search engines to be built easily, which created discoverability. Unfortunately it's a much harder problem for git repos, especially when competing with GitHub search.
Git is already distributed by itself. The management-part is what's missing (mergerequests, permissions, issues..), and it's disputable whether this is really necessary, or just a nice to have.
Every country tries to claim critical dependency for innovations. I guess you parochially mention that one because you remember that narrative (maybe because it makes you feel better).
I maliciously searched for examples of the French thinking they invented the transistor.
Turns out the French do have a claim of inventing it simultaneously (at the same time as Bell) and the French even commercialised their version since their tech had different parameters (Apparently it was two German inventors working for Westinghouse in France on a project for French telecoms as I recall). The history of invention/commercialisation is usually wierd.
>Apparently it was two German inventors working for Westinghouse in France on a project for French telecoms as I recall
So the Germans invented it! JK
I like how you put this. It always seems weird to me how some people get hung up on these claims when it's so obvious that history is full of basically simultaneous inventions.
Except ASML licensed the technology from the US Government, after the government labs built the first EUV fab in 2001. Not to take anything away from ASML...all the US companies that also licensed the tech failed to commercialize it, but the US Government blocked Canon and other Japanese companies from acquiring the technology. The entire reason ASML has the technology and nobody in Japan does is geopolitical.
I mean, your brain has an order of magnitude more neurons than there are people on the planet. I think humans are just incapable of wrapping our heads around the sheer number of tiny things that fit in small macroscopic spaces.
A machine is a device that uses energy to perform work. Typically by applying or transforming force, motion, or both.
The space shuttle can be thought of maybe as a collection of machines working in concert, but thinking of it as ONE machines renders the meaning of machine less useful.
In my understanding a device has its origin in giving advice and does something specific for you (a pen is a writing device, a mixer is a cooking device, a phone is a communication device, a bus is a transportation device etc.).
A machine on the other hand has its roots in its mechanisms. It physically transforms something by applying mechanical power, and that's not necessarily done for you (e.g. printing device VS printing machine).
Whether a device can be composed out of many smaller devices, or whether a machine can be composed out of many smaller machines just doesn't seem to be relevant. That being said, language evolves with time and certain concepts find some overlap in general usage.
Device comes from Latin dividere, meaning "something which is divided". Later with old French devis (disposition, desire, purpose, or decorative emblem) and deviser (arrange, plan). A device is something planned, designed, potentially intricate. A device doesn't always need to be mechanical/physical as there are "literal devices" and one can be "left to their devices". I'd say "device" is more like "a planned thing" if giving a basic definition.
A machine is almost always a device, but a device isn't always a machine. A fancy earring can be a device, but it is clearly not a machine.
> the relational model can subsume "graph" queries, but for all the reasons Codd laid out back in the 60s... network (aka connected graph) databases cannot do the latter.
Except network databases have little in common with graph databases...they're much more closely related to hierarchical databases.
I would say that Graph databases are now a strict superset of relational databases, not the other way around. In a graph database a node's named edge can naturally point to a node of any type or having any property schema. Doing this in a relational model requires one of several approaches that could only be classified as fighting against the model (or torturing it, as my PI liked to say).
It seems like Claude has taken Github's place in terms of developer reaction to it being unavailable. It's like everyone forgot how they did things 18 months ago.
I'm so old I remember working on databases that were designed to use RAW, not files. I'm betting some databases still do, but probably only for mainframe systems nowadays.
> Oracle® Database Platform Guide 10g Release 2 (10.2) for Microsoft Windows Itanium (64-Bit)
Well, I guess that at least confirms Oracle on Itanium (!?) still supported RAW 5 years ago.
I'm guessing everyone's on ASM by now though, if they're still upgrading. I ran into a company not long ago with a huge oracle cluster that still employed physical database admins and logical database admins as separate roles...I would bet they're still paying millions for an out of date version of Oracle and using RAW.
Oh you're right! I was looking at the last documentation update timestamp, but the original release was 2006. That makes a lot more sense than Itanium support in 2021.
reply