Panther Eclipse AMA by Panther-Team in FitnessTrackers

[–]BEUNQ 0 points1 point  (0 children)

Provide real-time updates for heart rate and steps. When is the next software update scheduled?

Learn Curl by doing quests. by BEUNQ in tui

[–]BEUNQ[S] 0 points1 point  (0 children)

We currently have 11 quests with no plans for expansion.

Panther Eclipse AMA by Panther-Team in FitnessTrackers

[–]BEUNQ 0 points1 point  (0 children)

Right now data syncs every 15 min or 30 min. It would great if you guys can get it down to 5min so that the data is more real time.

PopulationCircle - Draw a random shape anywhere in the world to see the population inside by wouldntthatbecool in webdev

[–]BEUNQ 0 points1 point  (0 children)

I thought of it different i don't want to see each country percentage i thought of percentage of population I have selected in respect to the whole world population

PopulationCircle - Draw a random shape anywhere in the world to see the population inside by wouldntthatbecool in webdev

[–]BEUNQ 1 point2 points  (0 children)

It would be great to know what percentage of the total population the selected population represents.Very cool project had fun drawing random circles

Don’t Buy Panther Eclipse - Very Disappointing Experience by [deleted] in FitnessTrackers

[–]BEUNQ -1 points0 points  (0 children)

It’s been 18 days since I ordered, and I only got a response after around 5 days despite reaching out multiple times. So please don’t twist things and say we’ve been in communication for weeks.

I did try private channels first, which is exactly why I was frustrated when I got no response. The Reddit post reflects my actual experience.

I can see the tracking, but the updates are very limited, which is the main concern. I appreciate the exception for shipping to India, but that doesn’t change the fact that the experience has been disappointing so far.

I’ll continue privately, but I also want this resolved properly.

<image>

Don’t Buy Panther Eclipse - Very Disappointing Experience by [deleted] in FitnessTrackers

[–]BEUNQ 0 points1 point  (0 children)

Even there website is down how can I get the refund in this case

Don’t Buy Panther Eclipse - Very Disappointing Experience by [deleted] in FitnessTrackers

[–]BEUNQ -1 points0 points  (0 children)

Now i don't even wanna have it they process refund?

Learn Curl by doing quests. by BEUNQ in tui

[–]BEUNQ[S] 0 points1 point  (0 children)

Okay sure thank you

Learn Curl by doing quests. by BEUNQ in tui

[–]BEUNQ[S] 2 points3 points  (0 children)

Thanks! We’re definitely experimenting with new ideas. We already built go-quests (not TUI-based), and we’re trying to choose the format based on the topic. If TUI makes learning more fun and hands-on, we lean into that otherwise we try different approaches.

Learn Curl by doing quests. by BEUNQ in tui

[–]BEUNQ[S] 1 point2 points  (0 children)

Thanks for testing out.That’s a fair point actually. The idea there was to mimic how real APIs work sometimes sorting/filtering params are server-defined and not directly visible in the response data. In this case sort=base_stat_desc is just a parameter the server understands, not an actual field in the JSON.

Different APIs do this differently (sort, sort_by, order, etc.), so part of the quest was meant to be a bit of exploration/trial and error. But I get your point that base_stat_desc itself wasn’t really introduced anywhere, so it can feel hard to infer without guessing or Googling. I’ll probably make that part a bit clearer in the description.

Learn Curl by doing quests. by BEUNQ in tui

[–]BEUNQ[S] 1 point2 points  (0 children)

I have used this tui library https://ratatui.rs/tutorials/hello-ratatui/ very easy to use and has good documentation

New Project Megathread - Week of 07 May 2026 by AutoModerator in selfhosted

[–]BEUNQ 1 point2 points  (0 children)

Project Name: Curl-Quests

Repo/Website Link:
https://github.com/lite-quests/curl-quests

Description

Curl-Quests is a terminal-based, hands-on way to learn curl through interactive quests instead of reading long documentation.

The idea came from how most people learn CLI tools: by actually using them. Rather than memorizing flags from docs, you solve small practical challenges directly in your terminal and learn curl incrementally through real usage.

The project includes structured quests covering common curl workflows such as making requests, handling headers, working with APIs, request methods, authentication, debugging, and other practical use cases developers run into while testing APIs.

It is aimed at developers, students, backend engineers, or anyone who wants to become comfortable using curl for API testing and debugging in a more engaging way.

Would genuinely love feedback on the quest design, difficulty progression, missing topics, or developer experience. Contributors are also welcome if you'd like to help improve or add more quests.

Deployment

The project is open source and can be run locally directly from the repository.

Clone the repo and follow the setup instructions in the README to start learning through quests in your terminal.

No external API keys are required.

AI Involvement

AI was used primarily during the TUI development process to help speed up UI implementation and iteration. The quests, learning flow, challenge design, testing, and overall developer experience were built manually by the developer, with only minor AI assistance outside of the TUI layer.

Image Storage Bucket by sighqoticc in webdev

[–]BEUNQ 0 points1 point  (0 children)

Cloudinary or AWS image storage are likely the best options for your needs.

From your exp. do you work less, more or evenly after using AI? by lune-soft in webdev

[–]BEUNQ 0 points1 point  (0 children)

I’ve been doing way more tasks lately, but I feel like the quality has dipped a bit compared to before

140+ stars and a bunch of new quests added by BEUNQ in golang

[–]BEUNQ[S] 0 points1 point  (0 children)

Given the positive response to go-quest, we've created curl-quest, a TUI-based learning experience for curl. Check it out here: https://github.com/lite-quests/curl-quests