HackerTrans
TopNewTrendsCommentsPastAskShowJobs

itzami

no profile record

Submissions

Show HN: Tmux-grid – a visual layout builder for tmux

tmux-grid.itzami.com
1 points·by itzami·3 bulan yang lalu·1 comments

[untitled]

1 points·by itzami·6 bulan yang lalu·0 comments

Show HN: Buggy – a privacy-first baby tracker (iOS, offline, no account)

2 points·by itzami·11 bulan yang lalu·0 comments

[untitled]

1 points·by itzami·tahun lalu·0 comments

Show HN: SnapDone – An habit tracker with visual proof

snapdone.app
1 points·by itzami·tahun lalu·2 comments

[untitled]

1 points·by itzami·tahun lalu·0 comments

Show HN: I'm learning Go and built a scraper. How can I improve it?

5 points·by itzami·2 tahun yang lalu·4 comments

Show HN: Yet Another Habit Tracker

itzahabit.itzami.com
1 points·by itzami·2 tahun yang lalu·2 comments

comments

itzami
·3 bulan yang lalu·discuss
i apologize for my heresy on doing this!

i'm actually swinging into two different approaches for my tmux panes and none of them conform to what tmux expects (again, i'm sorry for that!)

i miss kitty's way of doing stuff so i had to make some sense out of tmux and ghostty to make the change less brutal! i also suck at remembering keybinds

my other approach is, on doing `cmd+enter` running the following script https://gist.github.com/ItzaMi/d8da1e779d05ce40a66ed75ddeae2...

this allows me to create panes just the way i want while only having to remember one keybind (which was already the one i used for kitty!)

i guess this means i find my layouts very precious!
itzami
·tahun lalu·discuss
Makes absolute sense, clearly forgot a CTA there! Thank you!
itzami
·tahun lalu·discuss
1. What are your plans now? 2. Your style seems unique, and even your mood board that you shared with the designer has a particular style; did you always gravitate towards that type of art? If not, how did you come upon it?
itzami
·tahun lalu·discuss
> Historically, we avoided this to maintain a separation of concerns, but it's puzzling why some prefer reintroducing similar methods. Is it just to save a few keystrokes?

In bigger projects, if we start looking at the amount of files one has to deal with, Tailwind becomes very appealing. We've went through the regular `.css` route but then you have weird names, and, potentially, duplications or even conflicts. `css modules` is an option but you've now essentially duplicating the number of files that you have for each component / page. `sass` or `less` essentially bring the problems from `css modules` and regular `.css` into one.

I don't inherently like or dislike Tailwind (although I very much started by absolutely disliking it) but you feel its value in a project with 200+ files composed of components and pages
itzami
·tahun lalu·discuss
The project is outstanding but the fact that you've documented everything AND did a video about it speaks volumes about what you'll achieve if you keep at it
itzami
·2 tahun yang lalu·discuss
All points make a lot of sense, thank you for your reply!
itzami
·2 tahun yang lalu·discuss
I did but I've been feeling that the LLMs end up giving an average solution / something that I don't fully understand / the same solution that just looks slightly different and I think I'll end up getting influenced by its responses instead of thinking by myself or learning from others
itzami
·2 tahun yang lalu·discuss
Are you open to do it with Node? I wrote a blog post[0] with a fairly easy setup. If you're using markdown and any markdown processor you should be good to go.

[0] https://www.itzami.com/blog/how-to-build-a-blog-with-nodejs
itzami
·2 tahun yang lalu·discuss
Thank you! I really appreciate it!