This project name is so overused. Helm - The package manager for Kurbenetes https://helm.sh/ Helm - A functionally reactive game engine https://github.com/z0w0/helm Helm - Emacs incremental completion and selection narrowing framework https://emacs-helm.github.io/helm/ Helm - A free polyphonic synth with lots of modulation https://github.com/mtytel/helm
Show HN: Helm - A Flutter app that gamifies stress/anxiety/depression management
21–30 of 64 posts
Re: Show HN: Helm - A Flutter app that gamifies stress/anxiety/depression management
#22How do you like flutter? What are your impressions of the platform.
Re: Show HN: Helm - A Flutter app that gamifies stress/anxiety/depression management
#23This project name is so overused. Helm - The package manager for Kurbenetes https://helm.sh/ Helm - A functionally reactive game engine https://github.com/z0w0/helm Helm - Emacs incremental completion and selection narrowing framework https://emacs-helm.github.io/helm/ Helm - A free polyphonic synth with lots of modulation https://github.com/mtytel/helm
Who's heard of those? Should a project have a monopoly on such a generic word from the dictionary?
Re: Show HN: Helm - A Flutter app that gamifies stress/anxiety/depression management
#24This project name is so overused. Helm - The package manager for Kurbenetes https://helm.sh/ Helm - A functionally reactive game engine https://github.com/z0w0/helm Helm - Emacs incremental completion and selection narrowing framework https://emacs-helm.github.io/helm/ Helm - A free polyphonic synth with lots of modulation https://github.com/mtytel/helm
Who's heard of those? Should a project have a monopoly on such a generic word from the dictionary?
Re: Show HN: Helm - A Flutter app that gamifies stress/anxiety/depression management
#25No. The correct answer is “shit on its name” and not to encourage people to share cool projects. You fool! Ed. note: I also upvoted for the same reason
I think the (currently top) comment about it's name is actually important ... I also wondered why it was named "Helm" once I read the title as it didn't seem to fit what the application does. But you're right in the sense a more constructive activity would be to recommend other names. Wouldn't a name like "Relax" or "Exhale" be better in line with "what's in the package"? (note that these were the first two names tha…
/s
Re: Show HN: Helm - A Flutter app that gamifies stress/anxiety/depression management
#26I don’t know, gamifying stress/anxiety management sounds extremely stressful.
Re: Show HN: Helm - A Flutter app that gamifies stress/anxiety/depression management
#27This comment turns out to be a tangent. But has anyone looked at whether gamification increases stress/anxiety/depression among social app users?
Re: Show HN: Helm - A Flutter app that gamifies stress/anxiety/depression management
#28 body: Stack(
children: [
LayoutBuilder(
builder: (ctx, constraints) => Container(
width: double.infinity,
height: constraints.maxHeight - 67.0,
padding: const EdgeInsets.fromLTRB(20.0, 20.0, 20.0, 0.0),
child: Column(
mainAxisSize: MainAxisSize.min,
crossAxisAlignment: CrossAxisAlignment.start,
children: [
Column(
mainAxisSize: MainAxis
....Re: Show HN: Helm - A Flutter app that gamifies stress/anxiety/depression management
#29Oof, I thought Flutter was supposed to make programmatic UI more readable/easy? body: Stack( children: [ LayoutBuilder( builder: (ctx, constraints) => Container( width: double.infinity, height: constraints.maxHeight - 67.0, padding: const EdgeInsets.fromLTRB(20.0, 20.0, 20.0, 0.0), child: Column( mainAxisSize: MainAxisSize.min, crossAxisAlignment: CrossAxisAlignment.start, children: [ Column( mainAxisSize: MainAxis .…
What I always wish I had was a better way to create functions that build smaller units so I didn't have be so many tabs deep. It can be done, but it's not fun or straightforward.
Re: Show HN: Helm - A Flutter app that gamifies stress/anxiety/depression management
#30Earlier quoted context omitted.
It is not technically open source, but 'source provided' until there is an OSS license provided.
True it may not technically be open source, but certain rights are granted because the author published on GitHub, according to the ToS: > If you set your pages and repositories to be viewed publicly, you grant each User of GitHub a nonexclusive, worldwide license to use, display, and perform Your Content through the GitHub Service and to reproduce Your Content solely on GitHub as permitted through GitHub's functiona…
Notably, it doesn't given any right to download or use the code.