Hacker News

Show HN: Open source Chrome Extension to Auto-Create Google Tasks/Calendar

Hacker News - Fri, 11/01/2024 - 3:01pm

hey hn,

I built lazel because i wanted to get more organized, but was too lazy to do it myself. The extension is still under verification and not yet published, but i figured that it might be better to share as its fairly easy to set up locally and modify it to fit your needs.

Right now it only supports Goggle Tasks and Google Calender, but the idea is to integrate more services.

This is my fist open source project, so any suggestions are welcome :)

Cheers, Anand

Comments URL: https://news.ycombinator.com/item?id=42020387

Points: 2

# Comments: 0

Categories: Hacker News

Ask HN: Top podcast episodes of all time?

Hacker News - Fri, 11/01/2024 - 2:57pm

Andrew Huberman is compiling a list of the top 10 podcast episodes of all time. Naval @ Joe Rogan is 1st.

That is also probably number 1 for me (it was life changing.) The other Naval podcasts at The Knowledge Project, his "How to get rich" series would be there as well. But I'm confident the HN crowd will know about the other Naval episodes.

If not including Naval's, what are for you the top 10 podcast episodes of all time?

here's the original post: https://www.linkedin.com/posts/andrew-huberman_im-assembling-a-list-of-the-top-10-podcast-activity-7249422054246998016-wdL9?utm_source=share&utm_medium=member_desktop

Comments URL: https://news.ycombinator.com/item?id=42020350

Points: 1

# Comments: 1

Categories: Hacker News

Roaring Bitmap Compression

Hacker News - Fri, 11/01/2024 - 2:57pm

Article URL: https://arxiv.org/abs/1603.06549

Comments URL: https://news.ycombinator.com/item?id=42020345

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Termfu – A terminal debugger with custom layouts

Hacker News - Fri, 11/01/2024 - 2:52pm

Hi HN,

First "Show HN" post!

Termfu is a fast, multi-language TUI debugger that allows you to create and switch between custom layouts.

I couldn't find a terminal debugger that fulfilled my particular needs and desires, so I create one that does for the most part. On the UI spectrum, it's somewhere between GDB's TUI and Vimspector. It currently supports GDB and PDB. It uses customizable, single-key bindings, which can be documented on screen via their (t)itles. All window data is scrollable. I decided to have some fun with the layout creation process, which uses "key-binding ASCII art" to set the header command title order as well as the window positions and size ratios. For example, a configuration for a single layout would look something like this:

>h abc dEfghi >w jnnnll Mnnnll onnnll PPPqqq It's still pretty rough around the edges, but it has become a valuable tool for me, so I thought I'd go ahead and post it here. Please note that I am far from a C expert. Somewhere along the line, I got it in my head that a C project is a rite of passage, so here we are. If I hadn't had Gookin's Ncurses guide to get me started, I might already be dead. That being said, feedback is very much appreciated.

Comments URL: https://news.ycombinator.com/item?id=42020294

Points: 2

# Comments: 0

Categories: Hacker News

Pages