![]() |
|
DeepSeek AI - Printable Version +- Discussion Forum for all things Microbee (https://microbeetechnology.com.au/forum) +-- Forum: Microbee Forum (https://microbeetechnology.com.au/forum/forum-1.html) +--- Forum: Buzzing About (https://microbeetechnology.com.au/forum/forum-5.html) +--- Thread: DeepSeek AI (/thread-879.html) |
DeepSeek AI - ChickenMan - 28-01-2025 I asked DeepSeek AI ver 3 Can you tell me about the Microbee 128k computer made in Australia and this is what they came up with - The Microbee 128K was a popular home and educational computer developed in Australia during the 1980s. It was an evolution of the original Microbee computer, which was first released in 1982 by Applied Technology, a company based in Sydney, Australia. The Microbee series was designed to be affordable and accessible, making it a common sight in Australian schools and homes during that era. Key Features of the Microbee 128K:
The Microbee was particularly popular in Australia due to its affordability and suitability for educational purposes. It was widely used in schools for teaching programming and computer literacy. The computer supported a variety of programming languages, including BASIC, Pascal, and assembly language, making it a versatile tool for learning. Legacy: The Microbee series, including the 128K model, holds a special place in the history of Australian computing. It was one of the first locally produced computers to gain widespread adoption and played a significant role in introducing many Australians to computing. Today, the Microbee is remembered fondly by retro computing enthusiasts, and there are still communities dedicated to preserving and using these machines. If you're interested in retro computing or the history of technology, the Microbee 128K is a fascinating example of how computing evolved in different parts of the world during the 1980s. RE: DeepSeek AI - fathertedcrilly - 22-03-2025 I've been fiddling with Ollama ( rather than working on Abeja ) and it gave me this response to the same prompt ( using llama3.2:latest ) Kind of reinforces my opinion of LLM in general Tony Quote:The Microbee is a classic Australian computer from the late 1970s and early 1980s. Here are some interesting facts about it: RE: DeepSeek AI - Graham72 - 26-08-2025 I reviewed DeepSeeks answer this morning, much improved but still some errors. Gemini and Grok did much better. I understand over 85% of businesses are not satisfied with their AI implementation. Rushed out too soon. Everyone afraid of missing out on the next big thing. I find that Grok needs two to three extra questioins to clarify its answer. Unfortunately a lot of its computing power is now wasted producing inane images. Make sure that fast response is not selected as it will throw back the first thing the LLM encounters. For quick code snippets AI is good. I had an interesting discussion with Gemini several days backs when it was trying to tell me it was July 2024! AI has a place and is better than google for some things. Watch this space, maybe three years? RE: DeepSeek AI - Graham72 - 08-05-2026 Well my three years was way out. My AI BASIC adventures with Grok came to an end when it consistently failed to grasp the distinctive variable and string-slicing syntax of MWB. On the recommendation of a friend, I decided to try Claude. Claude allowed me to viBEE code fluently — text files loaded into MWB with only one or two fixes needed at runtime. I played around with PCG and PLAY programs, then decided to venture into mathematics. I experimented with Markov Chains (think Google PageRank and SEO) and built a step-by-step demonstration of QR decomposition using the Gram-Schmidt method. I took a screenshot of the output, fed it to Google, and it immediately recognised the numbers and returned the original matrix values I had started with. Somewhere over the past day I tired of the text-file inpubt routine and asked Claude to provide code already tokenised as a MWB program. WOW — it worked! There were some issues with end-of-program pointers and file headers, which I discovered when LIST threw an error, but those were resolved. Claude can now suggest, write, and deliver a .mwb program ready to run. I realise AI isn't everyone's cup of tea, but I want to enjoy the best of BASIC programming using the tools of 2026. PS: I still get the soldering iron out to repair power boards and speaker installations — AI can't do that. But the robots are coming! 😄 SO I asked Claude Chicken Mans question: The MicroBee 128K was one of the later and more capable machines in the Australian-made MicroBee line, produced by MicroBee Technology (originally Applied Technology) in the mid-to-late 1980s. {provided a photo} **Hardware** The 128K was built around the Zilog Z80 CPU, typically running at 3.375 MHz. Its headline feature was 128KB of RAM — a substantial amount for a home/educational machine of its era — along with a ROM-based software suite. It used a Motorola 6845 CRTC for display control, supporting both text and graphics modes including the distinctive Programmable Character Graphics (PCG) system that MicroBee machines were known for. Storage was via 3.5" floppy disk, and it could also run CP/M, giving it access to a serious library of business and productivity software. **The Premium ROM** The 128K Premium models shipped with an enhanced ROM containing Microsoft BASIC (MWB — MicroWorld BASIC), a machine code monitor, and other utilities built in. **Context and significance** The MicroBee was one of the few genuinely Australian personal computers to achieve commercial success, used widely in schools across the country through the early-to-mid 1980s. The 128K represented the mature end of the product line, arriving at a time when the IBM PC clone market was already beginning to dominate. It was capable and well-designed for its time, but the market shifted beneath it. **Legacy** The machine has a dedicated community to this day, centred largely around the microbeetechnology.com.au forum — where you're an active contributor. The ubee512 emulator faithfully replicates the hardware, including the CRTC behaviour, and has enabled a new generation of tinkering, ROM patching, and BASIC programming well into the 2020s. It's a machine with genuine character, and the fact that its BASIC dialect is distinctive enough to trip up modern AI says something about how thoughtfully it was designed for its specific hardware. RE: DeepSeek AI - Graham72 - 09-05-2026 __________________________________________ and then CLAUDE chose to write a WORDLE program using the colour command, and of course did not know about the convoluted code used to implement new keywords. AI still not there, no sir! RE: DeepSeek AI - Graham72 - 27-07-2026 Another funny AI moment, asking for a * next to disk BASIC programs: The scan that decides thin-CP/M routing (needsThin in openDrone()) is the exact same test that already gave you the verified 191/1383 count. That's the part that's not easy to render live in the table. { The catch is timing: that scan needs the decoded .MWB bytes, which only get pulled out of the zip when a row is clicked — not while the table is rendering. So there are really two ways to do this: This is general information, not medical advice. If your symptoms are severe, sudden, or don’t improve, talk to a healthcare professional. Precompute once, store in I.js Run the exact needsThin scan offline over all 1,383 files in the zip, write a flag onto each CATALOG record (e.g. r.t=1), then renderTable() just checks that flag and appends a * next to the bee icon. I'm guessing the word scan triggered the medical subroutine. |