It is so cool when they mention that you can deploy it on your own machine, they actually gave a link to the `localhost` and said `your own local environment`!
I've also noticed that when I did my version of this app more than 3 years ago (https://tv.istasyon.app). Somehow the ads are limited or gone if you play videos as embedded. At some point, I thought YouTube had fixed that but seemingly not. The easiest way to do it is to find the YouTube video URL and replace that part `/watch?v=` with `/embed/`, then voila!
Agreed, it is so clean and simple what @hadisafa did! In my version (https://tv.istasyon.app/) I made it more obvious instead of hiding title etc., I thought it would be more honest to the actual creator with a ref back.
I've built a similar thing 3 years ago -> https://tv.istasyon.app
Your comments here are golden and congrats to @hadisafa for his clean and simple execution.
My project was never used (except me and just my family) nor resurfaced on forums etc. but our choice of the same favicon touched me :)
My concern for such a project was that I found using the content that others created without attributing the og creator a bit sketchy.
Great! I am so interested in utilizing idle phones to something useful. Does anyone have a list of those fun things/projects that you can use for your old phones?
Woow, awesome. I had the same idea several years ago and it is great that someone took a 'step' to execute it. I was thinking about parents assigning chores to their children in steps that they are not lost in the 'how' part. Congrats on the launch!
I have this issue for years now so that I am not noticing anymore. Even I started to pickup the absurd algorithm and can guess what will happen to my Desktops configuration when I plug that pro-brick to my external screens.
Sora dropped yesterday, a great invention. Definitely, some hearts are broken after this release. Let's accept it and adapt to the future. On the spot, I wanted to remind us all the other big news that dropped to the HN until now.
Love those ideas. 2 years ago I've build sth similar(not targeted for sleeping though) -> https://tv.istasyon.app/ It was going to be a curated version of the YouTube where people watch the same high quality content (from youtube) together like a TV. A free online TV where no subscription is required.
If something can be done(created) with code it will end up done with code for the sake of dynamism, maintainability and ease of modification. WYSIWYG tools are great and powerful but they are to save the day not to endure. So IMHO in the end it will be always YES CODE.
Most of the apps on my phone could've been a simple PWA. We need better design and UX for improving communication to the end users in order to make PWA's more discoverable.
Remembering good old times starting learn Meteor 8-9 years ago. I was looking for a silver bullet back then. My path was like Meteor->Angular->Ionic then I end up with React. I am not looking for a bullet anymore, I am happy with the light saber since then;)
Yes you are right. I wouldn't start that component if I had seen react-arborist. Since then I am looking for good file tree components. Thank you for the contribution, I will keep looking for the alternatives but in the mean time react-arborist seems like a great choice.
Great component, thank you for sharing. I was working on a similar component called `react-monaco-tree`, which is waay immature right now. I took `https://github.com/BlueMagnificent/monaco-tree` as the base. Are there any list of all these 'file-tree' components for React?
That is the ratio thank you! From the 5+ years experience I have, BE tasks always consume less time than FE tasks. One of the reasons for it is that, BE works get commented by technical people and technical people easy to get along well and understand each other and the decisions. However FE works get commented by a larger audience either technical or non-technical. Each comment delays the acceptance of the work done. And mostly it is harder to persuade a non-tech person about the limitations of the current technology.