HackerTrans
TopNewTrendsCommentsPastAskShowJobs

frail_figure

no profile record

Submissions

Building Limberly, Part 1: We're Not Moving Enough

prodzen.dev
4 points·by frail_figure·3 mesi fa·1 comments

comments

frail_figure
·13 giorni fa·discuss
Wired earbuds were great until they got caught on some piece of clothing and got ripped out.
frail_figure
·16 giorni fa·discuss
[flagged]
frail_figure
·17 giorni fa·discuss
Bunny is EU-based afaik, the ones you mention are not.
frail_figure
·27 giorni fa·discuss
> but it's also the fastest way to support Mac, Windows, and Linux all at once.

Flutter exists too, and supports iOS and Android in addition to the desktop OSes. The dev time is pretty fast too imo.

That said, idk how the performance compares to Electron or Native apps.

As a small team, optimizing for "actually getting the thing shipped" is so much better than optimizing for speed anyway.
frail_figure
·mese scorso·discuss
This is Meta. You will always be the product. This is like asking us to tip them in addition to all the horrible things they're doing either way.
frail_figure
·mese scorso·discuss
Neovim comes to mind. It uses clang as the core, and luajit as the extension layer on top.
frail_figure
·2 mesi fa·discuss
> Cloudflare Durable Objects really is generous, not often can you get replicated database and realtime sync for such low barrier in cost and implementation.

BEAM gives it to you for free, and you don't rely on an Internet-scale monopoly to run it.
frail_figure
·2 mesi fa·discuss
Not OP, but TS (as in TypeScript, right?) is not even in the same universe as Elixir with Phoenix when it comes to building backend services.

It's a very productive and readable programming language with excellent documentation and conventions, and the most ergonomic way of handling concurrent operations (thanks BEAM) I've encountered.

The VM it runs on was originally designed for telephone switches, which, it turns out, cleanly translates to the internet/http era.

It makes it trivial to do soft-realtime because it's just actors (GenServers) passing messages.

I invite you (and others) to try it out and do a small weekend project. It'll make you reconsider reaching for TS on the backend :)
frail_figure
·2 mesi fa·discuss
I'm so confused by the picture. He's looking at a tiny phone screen when there's a proper display right next to him.
frail_figure
·3 mesi fa·discuss
I'm working on an app called Limberly. It focuses on health and ergonomics for sedentary workers - probably most of us here :)

It is scientifically proven[1] that sitting is detrimental to our health, with increased mortality rates. The primary way to reduce the negative effects of sedentary work is to move.

This means doing sessions of resistance training (gym), running, biking, but also taking micro-breaks during work sessions and performing light exercises and stretches.

Research has shown[2] that taking short breaks during work reduces fatigue, and in some cases actually boosts performance.

There are plenty of running and gym apps out there, so Limberly focuses on the last part - helping you take micro-breaks, reminding you to change your posture between sitting and standing, changing which hand holds the mouse (if you're into that) etc.

It is still in early development, so if you'd like to help test and shape the app as we go, please sign up for the waitlist and I'll add you to the testers group. Feel free to also DM me here with any questions or feedback.

https://limberly.app

Oh, I am also writing a series of articles that explains it more in depth: https://prodzen.dev/articles/building-limberly-part-1-we-re-...

1: https://pmc.ncbi.nlm.nih.gov/articles/PMC10799265/

2: https://journals.plos.org/plosone/article?id=10.1371/journal...
frail_figure
·3 mesi fa·discuss
> Kids like to do real jobs, and as a parent I prefer purchasing real items for my kids rather than toy versions if practical.

Real vacuums have existed for a very long time now :P
frail_figure
·3 mesi fa·discuss
Hey HN,

I wrote an article about the negative effects of sedentary work, how I wanted to reduce them, and the solution I ended up building.

The idea is not to scare you into doing something by quoting scary research numbers, but to increase awareness of the dangers that desk work is exposing us to, and to hopefully inspire people to take their health more seriously. I'd also love to discuss what works and what doesn't work for people who are already trying.

For transparency:

- The article mentions Limberly, an app I am building. It's not publically available yet, but I'll happily invite you to be a tester if you get on the waitlist.

- I'm not a native English speaker (writer), so I used Claude and LanguageTool as an editor/proofreader. The actual content, research, and thinking is done by me.

- Limberly is built with Flutter and is NOT vibecoded. I do use Claude Code for being faster at building widgets and quickly testing things out, but I am strict about building the core myself. I want to always understand the codebase so I can maintain and develop the app.

This is my first HN submission, so if I've broken any rules, sorry; I'll happily edit or resubmit an updated post if required.
frail_figure
·4 mesi fa·discuss
Good news, we held out strong!
frail_figure
·4 mesi fa·discuss
Rust is fine, but so is C, Zig, Odin, Lua, etc.

I dont think the parent comment was complaining, just pointing out the "written in rust" meme. Being the top comment, seems like plenty of people enjoyed it!

It's the weekend, take it easy :)
frail_figure
·4 mesi fa·discuss
Hey all, this is a cool idea for a thread! I've found some intriguing projects I will be following.

After being a web-focused dev for my whole professional career, I am now developing a mobile app with Flutter.

The app is called Limberly, and it focuses on health and ergonomics for sedentary workers. Us, who sit for a living.

It is scientifically proven[1] that sitting is detrimental to our health, with increased mortality rates. The primary way to reduce the negative effects of sedentary work is to move, and scrolling through feeds on your phone doesn't count as moving :)

This means performing sessions of resistance training, running, biking, but also taking micro-breaks during work sessions.

Research has shown[2] that taking short breaks during work reduces fatigue, and in some cases boosts performance.

Limberly is still in early development, so it's basically a glorified collection of timers (for taking microbreaks, for switching between sitting and standing, and for switching your "mouse hand"), but I do have a clear vision of having a smart system that recommends specific activities to do during breaks, ergonomically setting up your workspace, coach you on correct posture, track statistics etc.

If you'd like to help me test and shape the app as we go, please sign up for the waitlist or DM me here.

https://limberly.app

P.S. I guess this is a required disclaimer these days: The landing page is static and mostly vibe-coded, but the app itself is not. I do use Claude Code to speed up certain plumbing and widget implementations, but the core architecture and logic are designed, vetted and programmed by myself. Being a solo dev, it is important for me that I understand what every class and function is doing.

P.P.S. I don't like using scare tactics like "SITTING IS KILLING YOU!!" but it is sadly a fact. Also, I'm not selling you anything, as the app is free to use :)

Investing in standing desks, HM chairs and split keyboards is definitely a good idea, but what matters most is movement and changing your pose constantly.

Additional reading (use a LLM to summarize these if you don't feel like reading it all):

1: https://pmc.ncbi.nlm.nih.gov/articles/PMC10799265/

2: https://journals.plos.org/plosone/article?id=10.1371/journal...