social.mikutter.hachune.netMastodonを使った分散型ソーシャルネットワークの一部です。
#あなたがガチ凍結されると<br> 11月中旬くらいかな?俺はておくれだから<br> Twitterからよく舐められるんだけど、<br> ある時Twitterが度が過ぎて俺を凍結<br> してきたわけ、そんで記憶がないんだけど(痴呆)、<br> 相当ボコボコにしちゃったらしい<br> 俺、これでもておくれですよ?

サーバーの情報

100
人のアクティブユーザー

もっと詳しく

#micropython

00人投稿今日0

Are there any folks with vintage Mac programming experience who'd like to collaborate on figuring out what's next with Micropython on Mac?

I think that might be: What's the minimal set of APIs to do a fun graphical demo.

Pointers to "how to"-ish documentation in Pascal and C would be great as well, I have failed at finding this kind of stuff. (I do have Inside Macintosh but it is not a great tutorial)

#micropython
#python
#retrocomputing
#retro68
#macintosh
#m68k

oh my yay, it now works well enough to save and edit a file, then import and run that file.

you could basically use an old m68k mac as a python3 (well, micropython) development system now.

don't mind the debug messages, they're as scared of you as you are of them.

Whee! Now we can import files from the filesystem, as well as reading and writing files. Still haven't wrapped my head around how folders work, still can't enumerate files ..

as usual, work pushed to my micropython fork on github (which is called circuitpython, because you can't have two different forks of the "same" original project, argh).

Darn, I think all the easy parts of the micropython mac m68k port are done.

unfortunately, vfs_posix doesn't seem to be a good fit. I did manage to create a "file" but couldn't actually write data to it.

And while it was working in system6 I just tried it again with system7 and it's failing to start at all. boo.

github.com/jepler/circuitpytho

CircuitPython - a Python implementation for teaching coding with microcontrollers - jepler/circuitpython
GitHubcircuitpython/ports/m68kmac/README.md at ports-m68kmac · jepler/circuitpythonCircuitPython - a Python implementation for teaching coding with microcontrollers - jepler/circuitpython
Stylusさんへの返信

Build updated at emergent.unpythonic.net/files/

Almost all of the "full features" support level of micropython are enabled, "mpz" for long integers and "float" for floating point numbers.

Backspace works in the repl. arrow keys don't.

A TODO section in the new README lists key items to work on:

  • Correctly implement GC collection (stack + registers)
  • Add Mac API support (e.g., quickdraw, arbitrary traps)
  • Support larger heap
  • Address GPL files (RetroConsole), GitHub Actions CI, and other issues that might prevent upstream inclusion.

W00t! Join @ishotjr & myself for the first episode of our chaotic DIY electronics livestream, DAY//GLOW 🤩✨
Featuring TinyCircuits Thumby controllers (and more?)

⏰ This Thursday, June 12 at noon Pacific / 3pm Eastern / 7pm UTC

▶️ Come heckle us on YouTube: youtube.com/watch?v=IPjp-_b7Td
▶️ Or LinkedIn: linkedin.com/feed/update/urn:l
▶️ Or catch the replay!

// #Hardware #Electronics #Gaming #MicroPython

@eff
I combined dicewords with PasswordMaker on this @adafruit PyPortal in order to generate random site-domain specific passwords. The Circuit Python script will regenerate the password provided I can remember those 6 randomly selected words. It also acts as a keyboard HID
#MicroPython #electronics