HackerTrans
トップ新着トレンドコメント過去質問紹介求人

romforth

no profile record

投稿

[untitled]

1 ポイント·投稿者 romforth·3 か月前·0 コメント

[untitled]

1 ポイント·投稿者 romforth·6 か月前·0 コメント

[untitled]

1 ポイント·投稿者 romforth·6 か月前·0 コメント

[untitled]

1 ポイント·投稿者 romforth·6 か月前·0 コメント

Vibecoded x86_64 Forth "OS"

github.com
3 ポイント·投稿者 romforth·8 か月前·1 コメント

Show HN: Romforth Ported to the IBM 1130

github.com
2 ポイント·投稿者 romforth·8 か月前·0 コメント

Forth Day 2025

forth.org
4 ポイント·投稿者 romforth·8 か月前·1 コメント

Tree Walk Format (TWF): a flat file format to describe your family tree

github.com
1 ポイント·投稿者 romforth·9 か月前·1 コメント

コメント

romforth
·5 か月前·議論
You jest, but I did end up doing just that in my implementation (https://github.com/romforth/romforth) trying to shoehorn a Forth implementation into a MSP430 device with just 2KB ROM + 128 byte RAM
romforth
·6 か月前·議論
So you had your heart set on running Forth on a microcontroller with 512 bytes of ROM and 64 bytes of RAM? Here you go!
romforth
·6 か月前·議論
This one boots from the parallel port: https://github.com/climatex/BootLPT (more details here https://boginjr.com/it/sw/dev/bootlpt-86/)
romforth
·8 か月前·議論
It will be interesting to see how much further this can be taken.
romforth
·8 か月前·議論
For anyone interested in attending the meeting today. Past meeting notes are at: https://www.forth.org/svfig/kk/kk.html
romforth
·9 か月前·議論
Hello HN,

Tree Walk Format (TWF) is a flat file format to describe your family tree. It allows you to describe your family tree in one (or more) files which are editable using your favorite text editor.

I see it as a viable alternative to GUIs such as Gramps or TUIs such as llines(Lifelines).

Currently it is Unix/Linux only since it uses groff/dot to generate the graph depicting the family tree. The git repo has a script that turns the flat file you created into a pdf depicting your family tree. I assume Windows users may be able to use it too using WSL.

It should be possible to generate an equivalent GEDCOM from the TWF input, but that is not implemented yet.

Some additional usage info including examples of family trees from the Bible which are denoted using the TWF format are available at: https://ces.mataroa.blog/blog/twf_ftwmd
romforth
·10 か月前·議論
Allow me to brag about romforth (https://github.com/romforth/romforth) which I ported to the "3c" Padauk and can run on really small rom/ram microcontrollers. Caveats: - tested only on an emulator SDCC/ucsim_pdk, not on real hardware - given how small the ram is, there is no user dictionary but new words can be defined and tested using what the Forth folks refer to as "umbilical hosting".
romforth
·昨年·議論
I've been faithfully using the same window manager [olvwm] for ~30 years and counting. In fact the decision about which [distro] I pick for daily use is totally dependent on whether it can be coaxed into running [xview]+olvwm.

[olvwm]: https://en.wikipedia.org/wiki/Olvwm [distro]: https://ces.mataroa.blog/blog/distro_hoppingmd [xview]: https://github.com/olvwm/xview