HN user

iwebdevfromhome

95 karma
Posts10
Comments60
View on HN

Very interesting work! Thanks for sharing. How hard do you think it'd be to swap React for Svelte ? Not that I feel strong for one or the other but I'm the process of learning svelte and having a good backend strategy for svelte views would be cool.

Very nice! Not long ago we got rid of a bunch of tools at work in favor of ruff. I'm looking forward to this. Specially when the time comes to be able to replace poetry with it, hoping it is a good implementation.

Back before Apollo the client for Reddit announced that it was going to disappeared, i started working on a client with the same dark scheme and ui feel as Apollo but for HN.

I did this as a way to play around with iPod development and swift and i made it pretty far, more than expected, using the hn api powered by fire ase.

I eventually got into an issue with hn stories with too many comments. I need to rethink my approach on how to handle these cases, otherwise the app crashes when it tries to render 800 comments or so.

Overall it was a fun learning experience.

The last podcast on the left has a great two part story. They do a great job going through the materials related to the story. Highly recommend the podcast.

Episode 427 and 428

interesting! I just set it up for a new project but I didn't know it had the ability to sort imports, how to you run this command ?

Interesting to see the big jumó from M1 Max to m2 Max.

I wish the article would go into detail on why they think this occurred.

I’m eagerly waiting for more m2 pro/Max benchmarks, for python and specially with Docker, hoping that there’s a good performance bump there even if it still works with VMs

While I prefer python for everything else, I'd go with Laravel Jetstream[1] for an MVP, just like I did with the last one I had to build. It's laravel, you can use Vue (React or Svelte) for your views instead of the blade templating language that comes with the framework. Jetstream also comes with Auth, user login and subscription and other useful stuff.

And for the flavor, I'd just go with DaisyUI[2] again, since it's based on tailwindcss and it's what I've been using lately.

In my experience, I can build MVPs real fast with the stack described above.

[1] https://jetstream.laravel.com [2] https://daisyui.com/

That’s very sad to hear. I was hoping that it was at least somewhat better with the release of Docker for Apple Silicon in 2021. I have very minimal use of docker most of the time but sometimes I require more use of it and I can see myself getting frustrated when I need to perform multiple builds.

I was away from PHP for years but in my search for a stack that would just let me get things done as fast as possible I found InertiaJs https://inertiajs.com/

It lets me use vue js as laravel views and pass data around without the need of an API. This just makes development super fast.

I went even further and used laravel jetstream, that comes with inertia js and with Auth and other useful stuff already solved

Godot 3.5 4 years ago

How is the support nowadays to export your game to mobile, anyone knows?