manuhabitela | 1 month ago | on: Major roll out of LaSuite Meet in the French administration
manuhabitela's comments
manuhabitela | 5 months ago | on: Behind the scenes of Bun Install
manuhabitela | 6 months ago | on: Taylor Otwell: What 14 Years of Laravel Taught Me About Maintainability
Laravel is great for shipping things fast. Sometimes, that's what you want, even if that means a less maintainable app in the long run. Because sometimes there is no long run; you know it will just be an app made by you only as a rather one shot thing.
Same goes for wordpress. Lots of devs like to shit on it by default. But its like people shitting on PHP because of the PHP 5 days. You'd be surprised how quickly you can build really complex content websites with Wordpress. Way quicker than with barebones laravel or symfony. And with not that ugly code ;)
manuhabitela | 6 months ago | on: Claude Code: Now in Beta in Zed
In the end the feeling is drastically different. It weirdly makes for a more peaceful experience to have such a snappy editor.
vscode wins thanks to all its extensions, where basically every language is supported and most features you can think of are there. But it's kinda like modern react. You know better alternatives exist, like solid or svelte, but the community is so big, it stays the easier choice in the end.
manuhabitela | 6 months ago | on: Framework Laptop 16
We just have to let go. A haptic trackpad is miles better now.
manuhabitela | 8 months ago | on: Left-Pad (2024)
manuhabitela | 10 months ago | on: Presentation Slides with Markdown
The most interesting thing for me is that you can write your own Vue components for your most specific use cases. Makes it easy to write some rather interactive slides. And it saves you from having to learn some presentation-specific software, some motion design or video making tool. Just quickly code your way through everything.
Quite refreshing to build slides that way.
manuhabitela | 10 months ago | on: Show HN: I made a web-based, free alternative to Screen Studio
manuhabitela | 10 months ago | on: CSS Hell
I got some warnings like "this is not a best practice and I don't like bad practices". Like hey, who are you to judge me like that? I'm offended.
manuhabitela | 10 months ago | on: I gave up on self-hosted Sentry (2024)
It's frustrating when half the comments on a company that dares to open their product is always about how they are obviously intentionally very evil to not do it perfectly/for totally free/with 0 friction/etc.
How entitled have we become lol?
manuhabitela | 11 months ago | on: Docs – Open source alternative to Notion or Outline
And I agree, lots of popular, proprietary solutions should do better in terms of accessibility. I believe open-source helps in that regard, as in many others.
Here in La Suite we have some wcag-geeks in the team and regularly include some of our users with disabilities for feedback.
manuhabitela | 11 months ago | on: Docs – Open source alternative to Notion or Outline
Leimi | 1 year ago | on: I Switched to Firefox and Never Looked Back
Overall it's a pretty similar experience. Most difficult part is the habit changing of getting used to a different UI.
Leimi | 1 year ago | on: Reweb: Visual website builder for Next.js and Tailwind
I see the value in helping me (the dev) quickly setting up landing pages and including them in my existing website that I host where I want.
Leimi | 1 year ago | on: Show HN: Visualization of website accessibility tree
Leimi | 2 years ago | on: Don't disable buttons
Leimi | 2 years ago | on: Tailwind vs. Semantic CSS
- sure, but since the tailwind page does more things, it's logical it has more code. Your base for comparison is production used code, sold to people. So of course it's polished, it must handle browser bugs and other things you might not expect in a quickly implemented alternative for a tech article. So I'm not surprised the code is bigger. That doesn't say at all that tailwind == more HTML tags :)
Leimi | 2 years ago | on: Tailwind vs. Semantic CSS
Leimi | 2 years ago | on: Tailwind vs. Semantic CSS
- The whole "amount of CSS" part is unfair when the Semantic CSS implementation isn't responsive at all, so of course it will be lighter, it does less.
- The part about the big number of HTML elements is a bit frustrating too; tailwind doesn't require you to use more HTML tags at all. It's totally possible to redo the Semantic CSS example with tailwind by not adding any HTML tags.
Besides that, it's still interesting to try and compare what is the best between big HTML (atomic, tailwind) vs big CSS (semantic).
Tailwind is not perfect, and sure, sometimes, you can get more performant code by writing it the semantic way. Sometimes.
But tailwind sure is a great way to easily write maintainable CSS in a team with different skill sets, producing really performant code by default, on large web apps.
Leimi | 2 years ago | on: How Transformers Work
Like, what tools do the authors have. Are the content authors super tech savvy or not. How much specific code must be created for each article. How long does everything take compared to a normal, mostly-text page. How many people work on one article. etc. Must be pretty interesting.
(I'm obviously a tiny bit biased since a made a few commits to the project a while ago, but pinky promise, you should try it!)