Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Laya the open source version of Jev(convaiinnovations.com ↗)
    67comments
  2. What Zig felt like, coming from Rust(besok.github.io ↗)
    19comments
  3. A graphical desktop for the ZX Spectrum(github.com/mindbox77 ↗)
    6comments
  4. AI-generated posters don’t have to be horrible(john.hartnup.uk ↗)
    349comments
  5. Tin: full-text search for Postgres(planetscale.com ↗)
    3comments
  6. Human brain is two separate organs, Stanford Medicine-led research finds(stanford.edu ↗)
    161comments
  7. “The Secret Life of Circuits” is here(coredump.cx ↗)
    34comments
  8. Asking Authors About Their Own Papers(medium.com/tmlrorg ↗)
    3comments
  9. Android 17 is the first since 3.x to add new APIs without releasing to the AOSP(grapheneos.social ↗)
    515comments
  10. Black Holes or Black Hole Stars? Astronomers Spar over 'Little Red Dots'(quantamagazine.org ↗)
    5comments
  11. San Francisco Onion Futures Company(onionfutures.com ↗)
    91comments
  12. If math is more than proof, we need to better celebrate the rest of it(terrytao.wordpress.com ↗)
    161comments
  13. GPT-6 Astra Solves a WWI German Radio Cipher(prinzai.com ↗)
    119comments
  14. Cloudflare Quick Tunnels(cloudflare.com ↗)
    299comments
  15. Communication by means of modulated Johnson noise(pnas.org ↗)
    17comments
  16. Learning Another Language May Be One of the Best Ways to Keep Your Brain Healthy(theconversation.com ↗)
    2comments
  17. How to Write with an LLM(sockpuppet.org ↗)
    356comments
  18. You can run Git on object storage if you re-make packfiles(tigrisdata.com ↗)
    23comments
  19. SDCC – Small Device C Compiler(sourceforge.net ↗)
    21comments
  20. Saving another 100TB of RAM(cloudflare.com ↗)
    87comments
  21. Science Is Open Software(jepedersen.dk ↗)
    46comments
  22. From Stonemasons to Carpenters(thelastsoftwareengineer.substack.com ↗)
    4comments
  23. Why building a Rust LSP is hard(rust-glancer.github.io ↗)
    44comments
  24. How OpenAI Used Its Own LLMs to Design Its Jalapeño Chip(ieee.org ↗)
    111comments
  25. Ctenophores: Wonders of Biology(quantamagazine.org ↗)
    6comments
  26. NASA-IBM Lunar Foundation open-Source Geospatial AI Model(usra.edu ↗)
    5comments
  27. The first new cat species discovered in 100 years(nationalgeographic.com ↗)
    117comments
  28. OpenJev(openjev.com ↗)
    275comments
  29. Ray Ozzie and the Optimism of Being Early(reproof.app ↗)
    5comments
  30. Goroutine Leak Profiles(go.dev ↗)
    6comments

Show HN: Glowing Bear, a self-hosted web IRC front end for WeeChat

17 pointsby 7y agogithub.com
5 comments
7y agoHN ↗

Hey HN! Glowing Bear has come up a few times in comment threads over the years, but with the Slack story on the front page, I thought now might be a good time to actually post a thread about it :)

Glowing Bear is a web frontend for WeeChat, a popular command-line IRC client (that also has Matrix support and lots of other nifty things). It's implemented in pure client-side javascript, so you can easily host it yourself or run it as an electron app (we provide build scripts for that, but no pre-built binaries). We also provide a hosted instance via GitHub Pages at https://www.glowing-bear.org. Since it's not an IRC client but rather a front-end for an IRC client, WeeChat (https://weechat.org/), you need to bring your own WeeChat instance.

7y agoHN ↗

With wee-slack, your Weechat installation can connect you to multiple Slacks at the same time. I use Weechat to connect to 3 different Slacks, and Glowing Bear to connect to the Weechat when I'm afraid from the commandline or on my phone. Works really well.

7y agoHN ↗

I struggle with managing hundred of channel after connecting slack accounts. Is can you tell how you did it?

7y agoHN ↗

Glowing Bear has a preference to hide channels that don't have any activity.

As for using wee-slack in Weechat, go.py helps. I bind it to meta-g, it's a script that lets you jump to channels by typing the name. Also, /part any channels you're not interested in.

7y agoHN ↗

In Glowing Bear, meta-g jumps to the search bar that filters buffers as you type. Now that I think about it, a fuzzy search with ranking would be a nice improvement to reduce the number of characters needed.