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