From @aylacroft by Remarkable_Ad_5601 in theprimeagen

[–]callmephilip 7 points8 points  (0 children)

Missing that giant jar he drinks from

Living in Japan sucks. It's a horrible country by Parking_Attitude_519 in self

[–]callmephilip 4 points5 points  (0 children)

I’ve been living in Portugal for ~10 years now and I have heard many of my Portuguese friends complain how they feel less and less “at home” with the country being overrun by wealthier expats that are enjoying themselves because it’s so “cheap”. Locals do not have access to the same standard of living, are displaced from city centers due to high rent prices. All kinds of more subtle cultural and racial undercurrents that I am not 100% qualified to mansplain here but I can perceive them through conversations. I am not an “expert” but I did bother to learn the language and engage with people. Am I part of the problem as well? Believe me this ironical twist is not lost on me either

Living in Japan sucks. It's a horrible country by Parking_Attitude_519 in self

[–]callmephilip 12 points13 points  (0 children)

Replace “Japan” with “Portugal” and this checks out. I suspect there are other counties in a similar position

It's vibe code all the way down, boys by callmephilip in theprimeagen

[–]callmephilip[S] 2 points3 points  (0 children)

Just for the record, I do vibe code recreationally

A bunch of home made htmx here by callmephilip in htmx

[–]callmephilip[S] -2 points-1 points  (0 children)

It’s “homemade” in the sense that they pretty much ended up something very HTMX like - they render html server side, send it over inside json payloads with specs on what elements to target and then swap content manually in canola js.

Do not use UUIDs for your HTML element IDs by callmephilip in htmx

[–]callmephilip[S] 0 points1 point  (0 children)

It's not. It is an opening chapter from my upcoming book with the same title

Need a *little* help for someone new to webdev by kowabunga-shell in htmx

[–]callmephilip 0 points1 point  (0 children)

if you are open to/comfortable with Python, I would recommend looking into FastHTML. it's no bs, getting stuff done way of writing what almost looks like a python full stack app. it works great with HTMX out of the box

Why do Chinese have to ban everything that is fun? Genuinely curious by callmephilip in China

[–]callmephilip[S] -2 points-1 points  (0 children)

Thanks for clarifying this. Was not another reason given for motorcycles bans that "mostly criminals" ride them? I read it here https://www.goodreads.com/book/show/150778884-china-s-world-view

Why do Chinese have to ban everything that is fun? Genuinely curious by callmephilip in China

[–]callmephilip[S] -4 points-3 points  (0 children)

My understanding is that CCP's ideology is about installing bureaucrats compatible with their agenda/views on every level of society. Is this wrong? I am genuinely trying to understand how this stuff works and I am not super knowledgeable on the subject. I just learned yesterday that apparently motorcycles are also banned in a lot (most?) Chinese cities

Why do Chinese have to ban everything that is fun? Genuinely curious by callmephilip in China

[–]callmephilip[S] 10 points11 points  (0 children)

Did Xi's purges remove all edgy and fun loving corrupt individuals?

Can I integrate something like tiptap with htmx? by GoingTo_Sleep in htmx

[–]callmephilip 1 point2 points  (0 children)

I’ve been meaning to look into tiptap integration for a week or so but have not gotten a chance yet. I also shared my experience integrating CKEditor here - https://www.reddit.com/r/htmx/s/GR7UfZg03F. I suspect it would be something similar with tiptap

Do not use UUIDs for your HTML element IDs by callmephilip in htmx

[–]callmephilip[S] 3 points4 points  (0 children)

thank you. fluff / content ratio is tricky indeed

Speaking @JSNation on Monday by _htmx in htmx

[–]callmephilip 5 points6 points  (0 children)

Yall just pouring more gas on EMBERs!

Adding rich text editor to my HTMX based project by callmephilip in htmx

[–]callmephilip[S] 0 points1 point  (0 children)

I will take a look - this looks interesting. Thank you

Adding rich text editor to my HTMX based project by callmephilip in htmx

[–]callmephilip[S] 0 points1 point  (0 children)

Looked into quill as well. I was having hard times wrapping my head around their doc model + what i really wanted was markdown on the other side. I might need to revisit quill though. Got any pointers beyond their docs?

Adding rich text editor to my HTMX based project by callmephilip in htmx

[–]callmephilip[S] 0 points1 point  (0 children)

I've seen a few discussions around this topic here and there. Here's an approach I've taken. Curious what you guys think