#Databus
Every time I realize I don't know what a databus is, and go to look up the explanation of what a databus is, I come away thinking, "gee, gosh, I don't, uh, I don't know what a databus is"
September 25, 2025 at 6:07 AM
C19 Databus now fully operational. Mwahahaha
December 23, 2025 at 7:04 AM
Same question for LinkedIn/Databus/Espresso/Brooklin. What are they using for CDC now?
September 6, 2025 at 12:19 AM
Imagine the impact if Atari hadn't shoved an AMAZING 68030 on a 16bit databus.
March 27, 2025 at 11:52 PM
Anyway, I'm pretty excited and wanted to post about it. You can see, comment and contribute to the code here: github.com/NeotomaDB/Da.... We'll try to publish as well, but if you'd like to contribute, let us know :)
GitHub - NeotomaDB/DataBUS: The Neotoma Paleoecology Database Data Bulk Uploader System
The Neotoma Paleoecology Database Data Bulk Uploader System - NeotomaDB/DataBUS
github.com
December 2, 2024 at 6:33 PM
The AY3 is very weird. On the Oric, they drive it from the outputs of the 6522 VIA port that normally scans the keyboard. I think the Spectrum +2 used a flip flop to drive the data lines.
I guess they all had problems with the non-standard interface not fitting on the databus.
December 7, 2025 at 11:35 PM
Folks like @suzetteflantua.bsky.social, @ondrejmottl.bsky.social, @jacquelyngill.bsky.social, and so many others have done such amazing work with Neotoma, the DataBUS will allow us to build a broader community of practitioners, and also help improve our global coverage to address equity gaps.
December 2, 2024 at 6:33 PM
NATO's Allied Under Water Battlespace Mission Network provides the architecture infrastructure to deliver command and control, and exploit data use, in seabed warfare operations.
warsight.com/2026/06/11/n...
NATO’s underwater architecture ‘databus’ will drive forward uncrewed vehicle operations - Warsight
NATO's AUWB-MN provides the architecture infrastructure to deliver C2 and exploit data use, in seabed warfare operations.
warsight.com
June 11, 2026 at 7:35 PM
Might work. You'd need to check databus timing to see if you need to separate the databus as well
March 14, 2024 at 8:27 PM
Anything else on the databus that could be writing when it shouldn't and corrupting the data? (input buffer, bad RAM, bad ROM, paperclip etc.)
(or faulty decoding logic enabling one of the above when it shouldn't)
July 17, 2025 at 8:26 AM
'Databus' gescand en geïndexeerd
Van het Kluwer tijdschrift 'Databus' heb ik 52 nummers gevonden of zélf gescand. Zij zijn allemaal geïndexeerd en staan op Google Drive en op Archive org.
Voor inhouden en download-links:
verstraten-elektronica.blogspot.com/p/databus.html
December 20, 2025 at 8:38 PM
Here's a cool use for AzureFunctions. Our Azure Blob Storage (an implementation of the Claim Check messaging pattern) must be cleaned up eventually - using the on-demand scaling of Functions reduces processing load on your endpoints
Azure Blob Storage Data Bus Cleanup with Azure Functions • Azure Blob Storage Databus Samples
Using an Azure Function instead of the built in blob cleanup capabilities.
docs.particular.net
February 10, 2025 at 7:33 PM
I'd like to think that the Neotoma DataBUS (Bulk Uploading System) represents a well designed software approach, that borrows a lot from software development, database management and from everything I've learned from @akthom.bsky.social about metadata standards and cross-walking in the geosciences.
December 2, 2024 at 6:33 PM
I've got it working now. It helps if you pass a valid RAM address to a DMA controller 🤦 Now I just need a slight overclock to achieve the databus setup time on a 7.3728 Mhz Z80. I've never looked at overclocking, so where should I start ?
February 13, 2025 at 5:47 PM
で、VDPのCPU DATABUSのロジックを見てみるが…えー……CPUからデータ来とるね……(´・ω・`)ショボーン

#MSX #修理
May 17, 2025 at 9:34 AM
Looking at 65816 pinouts... they all seem to have an 8 bit databus.

I'd call it 8 bit, just like the 68000 is 16bit even if it has a 32bit ISA.
February 1, 2026 at 7:23 PM
Definitely. My understanding is the only reason the 68000 started with a 16bit external databus was because forcing people to use 32 bit memory systems would have been crazy spensive in 1979.
June 26, 2025 at 3:38 AM
VRAM DATABUS。
こんな感じで同じようなデータを繰り返してる…

VRAMとやり取りしようとしているようには見えるけどやっぱり処理が進んでいなさそうだなぁ…

#MSX #修理
May 17, 2025 at 10:13 AM
A bunch of semi-modular synths (eg, ARP 2600) also have "mult" connectors, which are *exactly* a databus.

(They're just a few connectors -- three for the ARP 2600 IIRC -- that are wired together, so you can get more "copies" of a signal, to patch to "mult"iple places.)
October 23, 2025 at 11:43 PM
And it's not just the wiring for buttons that's expensive. Lights, including brake and turn signals, remote mirror motor controls, and so on. I remember seeing that (I want to say...) Ford claimed savings of like $500 per car when they switched to a vehicle databus with 'smart' light controllers.
November 19, 2025 at 2:23 AM
Here's a cool use for @AzureFunctions. Our Azure Blob Storage (an implementation of the Claim Check messaging pattern) must be cleaned up eventually - using the on-demand scaling of Functions reduces processing load on your endpoints
Azure Blob Storage Data Bus Cleanup with Azure Functions • Azure Blob Storage Databus Samples
Using an Azure Function instead of the built in blob cleanup capabilities.
docs.particular.net
April 23, 2026 at 1:16 PM
2. Neotoma's data model, developed by the late Eric Grimm is beautiful (open.neotomadb.org/dbschema/ndb). As a community curated data resource, we can support a wide range of paleo data, and serve it through open data services. The DataBUS means we can support a broader allied data community.
neotoma Database
open.neotomadb.org
December 2, 2024 at 6:33 PM
The problem is with read operations. I'm a peripheral, so I need to detect the host is in a read cycle, get the address, work out the response (not known in advance), and put it on the databus, all before the end of second half of the clock. I've got less than 8 instructions to do that in.
December 22, 2025 at 3:08 PM
Your system doesn't have to be 100% #serverless. Check out an example of how @AzureFunctions can be used to perform a cleanup activity on an NServiceBus system using Azure Blob Storage to store blobs with the Claim Check pattern
Azure Blob Storage Data Bus Cleanup with Azure Functions • Azure Blob Storage Databus Samples
Using an Azure Function instead of the built in blob cleanup capabilities.
docs.particular.net
February 6, 2026 at 7:33 PM
i like the fact that i havea commodore 64,

but i’m not really interested having in the c64 for the same reason as most other people.

i wanted this thing for learning up 6502 assembly programming and hacking
December 16, 2023 at 6:25 AM