mattront | 9 months ago | on: Show HN: Piny – Astro, React and Next Visual Editor for VSCode, Cursor, Windsurf
mattront's comments
mattront | 10 months ago | on: Show HN: Piny – Astro, React and Next Visual Editor for VSCode, Cursor, Windsurf
mattront | 1 year ago | on: Ask HN: Is anyone still using Dreamweaver?
mattront | 1 year ago | on: My daughter (7 years old) used HTML to make a website
mattront | 1 year ago | on: My daughter (7 years old) used HTML to make a website
For other parents here, if your kids are interested in learning HTML and CSS with the help of cute aliens, my son (who was 11 at the time) and I built HTML Planet for Kids [0]. The course uses a visual editor for manipulating HTML, so that there is less typing and frustrating syntax mistakes, while still exposing the code directly without any added abstractions.
mattront | 2 years ago | on: Show HN: Puck – Open-source visual editor for React
mattront | 3 years ago | on: Ask HN: What's is your go to toolset for simple front end development?
We also have Pinegrow Online [0] that works 100% in the browser - without webassembly. The performance is quite good for such a complex UI.
mattront | 3 years ago | on: Ask HN: What's is your go to toolset for simple front end development?
mattront | 3 years ago | on: Ask HN: What exactly is a mindfulness meditation?
- Our every experience has two parts: its content (for example, a thought "pizza") and awareness (our ability to know / feel / experience it). Usually, we just notice the content, but do not recognize our capacity of being aware. As a counter example, unlike us, a computer can store the word "pizza" in its memory, but it does not have the conscious experience of it.
- Meditation consists of simply being with both, in a natural, relaxed way, but without getting lost
- Being with awareness is easy because it is a core part of every experience. Noticing it can be hard for the exact same reason.
- So, we practice being with awareness again and again, both in short formal meditation sessions and informal, while we go about our daily lives
- We gradually discover the built-in qualities of awareness: openness, freedom, creativity, joy...
The signs that we are doing it (any kind of meditation) right include:
- Being able to better handle ups and downs of life with a relaxed, curious attitude
- Increased sense of humor, creativity, spaciousness of where our life happens
- Kindness toward ourselves and others
The opposite would be signs that whatever we are doing is not benefiting us.
mattront | 3 years ago | on: Ask HN: What exactly is a mindfulness meditation?
"...practicing meditation is a process of exploring the heart and mind, of fully experiencing the richness of awareness itself. This implies that meditation is not meant to eliminate the things we don’t like about ourselves, or even to become “better” people. Meditation helps us to see that we are already whole and complete. It is a practical tool that enables us to get in touch with our true nature.
The path of meditation unfolds in two stages: We begin by recognizing that the nature of awareness is fundamentally good and pure, and that it is the source of true and lasting happiness. Once we have directly experienced the basic goodness of awareness, the path of meditation then consists of nurturing this recognition and allowing the qualities of awareness to manifest fully."
mattront | 4 years ago | on: If you’re so smart, why aren’t you happy?
In my experience, being happy or not, mostly depends on my emotional responses to any given situation. For example, reading about highly accomplished people here on HN can make me feel envious and unsatisfied with my performance.
Intelligence makes it possible to understand facts like:
- There is a huge range of possible emotional responses to a single situation. Some are beneficial for me and some are not.
- How I react now is simply a habit. It is not something hard-coded in the situation itself. Instead of envy, I can be happy for these successful people, rejoice in their success. Feel inspired by their example. Doing that is being kind to myself. The more we work with our emotions, the more flexible they become. There is a lot of freedom here.
- The perceived space where my life is happening can be expanded by noticing that what I focus on (myself, my work, my family, my home...) is not the whole reality. There are other people, other countries, other beliefs, all the nature... and all of that is my world.
- Other people are just like me in wanting to be happy and avoiding pain. My happiness is not more important than their - but also not less. We are all doing our best. A kind of feeling of closeness comes through this insight.
Any of these facts will make our life better. And all are discovered through intelligent exploration, through using our smartness.
mattront | 4 years ago | on: Show HN: HTML Planet for Kids – A HTML and CSS Course for Children
mattront | 4 years ago | on: Ask HN: Where are all the old Show HNs?
The post got to the front page and brought in the first two sales. That got the ball rolling and I was able to focus full time on the project since then, building a small team and continuing improving and expanding the app.
Here is the story of our first year: https://news.ycombinator.com/item?id=8878381
And, I'll soon post another Show HN. This time for a side project created with my son.
Thank you HN :)
mattront | 6 years ago | on: Show HN: Prototype and Style Web Apps with HTML Snapshots
Pinegrow Snapshots has a single feature – taking HTML snapshots. Use your other tools (like Pinegrow Web Editor, GitHub, Slack…) for editing, collaboration and implementing changes.
mattront | 7 years ago | on: Show HN: Visual CSS Grid Editor
mattront | 7 years ago | on: Show HN: Visual CSS Grid Editor
mattront | 7 years ago | on: Show HN: Visual CSS Grid Editor
Pinegrow is a general purpose HTML & (S)CSS editor, so Bulma (and similar) can be easily used with Pinegrow already.
React and Vue are another story, at the moment I don't have a clear vision of how they could be used with Pinegrow in an effective way.
VS Code is on the list, but not high priority. Our Atom integration is open source, perhaps somebody could/will adapt it for VS Code.
mattront | 7 years ago | on: Show HN: Visual CSS Grid Editor
The feature set of the two are quite different, also the way how they are used. Here is an overview of what Pinegrow can do, including full support for Bootstrap, Foundation, plain HTML, CSS with live SASS editing, WordPress theme export and more:
mattront | 7 years ago | on: Show HN: Visual CSS Grid Editor
mattront | 9 years ago | on: Ask HN: Freelancer? Seeking freelancer? (October 2016)
We're definitely open to feedback and we are considering bringing the CSS editor into Piny. One concern, when I think about it, is that CSS styling in React & co is very fragmented, with many different solutions such as CSS-in-JS etc... Maybe I'm just overthinking it :)
We did start with Tailwind because it is very convenient, with all styling inlined directly into HTML.