HackerTrans
TopNewTrendsCommentsPastAskShowJobs

romforth

no profile record

Submissions

[untitled]

1 points·by romforth·3 เดือนที่ผ่านมา·0 comments

[untitled]

1 points·by romforth·6 เดือนที่ผ่านมา·0 comments

[untitled]

1 points·by romforth·6 เดือนที่ผ่านมา·0 comments

[untitled]

1 points·by romforth·6 เดือนที่ผ่านมา·0 comments

Vibecoded x86_64 Forth "OS"

github.com
3 points·by romforth·8 เดือนที่ผ่านมา·1 comments

Show HN: Romforth Ported to the IBM 1130

github.com
2 points·by romforth·8 เดือนที่ผ่านมา·0 comments

Forth Day 2025

forth.org
4 points·by romforth·8 เดือนที่ผ่านมา·1 comments

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

github.com
1 points·by romforth·9 เดือนที่ผ่านมา·1 comments

comments

romforth
·5 เดือนที่ผ่านมา·discuss
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 เดือนที่ผ่านมา·discuss
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 เดือนที่ผ่านมา·discuss
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 เดือนที่ผ่านมา·discuss
It will be interesting to see how much further this can be taken.
romforth
·8 เดือนที่ผ่านมา·discuss
For anyone interested in attending the meeting today. Past meeting notes are at: https://www.forth.org/svfig/kk/kk.html
romforth
·9 เดือนที่ผ่านมา·discuss
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 เดือนที่ผ่านมา·discuss
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
·ปีที่แล้ว·discuss
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