logo

drewdevault.com

[mirror] blog and personal website of Drew DeVault git clone https://hacktivis.me/git/mirror/drewdevault.com.git

Can-I-be-on-your-podcast.md (3037B)


  1. ---
  2. title: Can I be on your podcast?
  3. date: 2023-11-09
  4. ---
  5. I am working on rousing the [Hare](https://harelang.org) community to get the
  6. word out about our work. I have drafted the [Hare evangelism][0] guidelines to
  7. this effect, which summarizes how we want to see our community bringing Hare to
  8. more people.
  9. [0]: https://harelang.org/evangelism/
  10. We'd like to spread the word in a way which is respectful of the attention of
  11. others -- we're explicitly eschewing unsolicited prompts for projects to
  12. consider writing/rewriting in Hare, as well as any paid sponsorships or
  13. advertising. Blog posts about Hare, videos, participating in (organic) online
  14. discussions -- much better! And one idea we have is to talk about Hare on
  15. podcasts which might be interested in the project.
  16. If that describes your podcast, here's my bold request: can I make an
  17. appearance?
  18. Here are some mini "press kits" to give you a hook and some information that
  19. might be useful for preparing an interview.
  20. ## The Hare programming language
  21. > Hare is a systems programming language designed to be simple, stable, and
  22. > robust. Hare uses a static type system, manual memory management, and a
  23. > minimal runtime. It is well-suited to writing operating systems, system tools,
  24. > compilers, networking software, and other low-level, high performance tasks.
  25. Hare has been in development since late 2019 and today has about 100
  26. contributors.
  27. * [Official website](https://harelang.org/)
  28. * [Source code & development resources](https://sr.ht/~sircmpwn/hare/)
  29. * ["Introducing the Hare programming language", video, 2022](https://spacepub.space/w/ajS983L4cEG82jiiaTYfXv)
  30. * GPLv3, MPL 2.0, MIT
  31. ![A hand-drawn picture of a rabbit](https://harelang.org/mascot.png)
  32. *Hare's official mascot, Harriet. Drawn by Louis Taylor, CC-0*
  33. ## The Ares operating system
  34. Ares is an operating system written in Hare which is under development. It
  35. features a micro-kernel oriented design and runs on x86_64 and aarch64. Its
  36. design is inspired by the seL4 micro-kernel and Plan 9.
  37. * [Official website](https://ares-os.org/)
  38. * [Source code & development resources](https://sr.ht/~sircmpwn/helios)
  39. * ["Introducing the Helios micro-kernel", video, FOSDEM 2023](https://spacepub.space/w/wpKXfhqqr7FajEAf4B2Vc2)
  40. * GPLv3
  41. ![A photo of a laptop running the Ares operating system](https://files.catbox.moe/a4g9my.jpg)
  42. *A picture of a ThinkPad running Ares and demonstrating some features*
  43. ## Himitsu: a secret storage system
  44. > Himitsu is a secure secret storage system for Unix-like systems. It provides
  45. > an arbitrary key/value store (where values may be secret) and a query language
  46. > for manipulating the key store.
  47. Himitsu is written in Hare.
  48. * [Official website](https://himitsustore.org/)
  49. * [Source code & development resources](https://sr.ht/~sircmpwn/himitsu)
  50. * [Video tour](https://himitsustore.org/intro.mp4)
  51. * GPLv3
  52. ## Interested?
  53. If any of these topics are relevant for your podcast and you'd like to talk
  54. about them, please reach out to me via email: sir@cmpwn.com
  55. Thanks!