HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jjdeveloper

no profile record

Submissions

Snakes on a Tennis Court

smh.com.au
1 points·by jjdeveloper·3 jaar geleden·0 comments

Ask HN: Anyone else have more than one stand up a day?

2 points·by jjdeveloper·3 jaar geleden·2 comments

Ask HN: Can Bun web sockets create a Liveview alternative?

2 points·by jjdeveloper·3 jaar geleden·0 comments

Ask HN: If you’ve used both Svelte and React, which is better?

3 points·by jjdeveloper·3 jaar geleden·4 comments

Astro to be acquired by vercel, speculation

twitter.com
6 points·by jjdeveloper·3 jaar geleden·3 comments

Htmx is part of the GitHub Accelerator

htmx.org
1,109 points·by jjdeveloper·3 jaar geleden·487 comments

Ask HN: Anyone else notice that HN isn’t full of JavaScript frameworks lately?

126 points·by jjdeveloper·3 jaar geleden·130 comments

NPM Dependency Manager this should be a new tech job role

8 points·by jjdeveloper·3 jaar geleden·1 comments

React to LiveView for Performance [audio]

podcast.thinkingelixir.com
67 points·by jjdeveloper·3 jaar geleden·45 comments

We're obsessed with efficiency, and it's not making us any happier

abc.net.au
4 points·by jjdeveloper·3 jaar geleden·0 comments

comments

jjdeveloper
·2 jaar geleden·discuss
https://archive.is/FUWxi
jjdeveloper
·2 jaar geleden·discuss
There’s only one real language … JavaScript.
jjdeveloper
·3 jaar geleden·discuss
Agree, that would be delicious.
jjdeveloper
·3 jaar geleden·discuss
This feels like it was written by AI
jjdeveloper
·3 jaar geleden·discuss
Agree, storybook has too many little issues and slows down smaller projects. I too feel it’s ideal for larger, slow moving projects.
jjdeveloper
·3 jaar geleden·discuss
Where is the $90 million figure from? Was this disclosed somewhere?
jjdeveloper
·3 jaar geleden·discuss
It’s still growing, those two others have flatlined or shrinking
jjdeveloper
·3 jaar geleden·discuss
That’s not tailwind code. Would be class="my-4 sm:mb-5 lg:mb-6"
jjdeveloper
·3 jaar geleden·discuss
Astro removes the html tags and just renders text, so I can’t return a new table row for simple crud setup. Only when it’s a valid table does it not strip out the html.
jjdeveloper
·3 jaar geleden·discuss
I wanted to go down this route but Astro can’t render table rows without being wrapped in a table tag. Which killed this as an option for me
jjdeveloper
·3 jaar geleden·discuss
Fly use to not require a credit card and could use the free tier. I setup a few instances just to trial about a year ago, about 6 months ago these instances started costing about $12 per month, I just logged in the other day to discover this. I feel now if I wanted to use their services they would back bill me for these test accounts I wasn’t using. Feel they could have notified me when they started charging so I could have shutdown the accounts.
jjdeveloper
·3 jaar geleden·discuss
Astro is great … but agree should never mislead users.
jjdeveloper
·3 jaar geleden·discuss
I don’t understand what you mean? Tailwind is free, sure you can buy prebuilt components but there are even more free ones. Also not making the connection between tailwind and vanilla js and jQuery. Also, it’s ideal if you can get away with just vanilla js, and jQuery isn’t that bad although Alpine is perhaps a bit better choice these days.
jjdeveloper
·3 jaar geleden·discuss
Next.js is good overall. It has changed a lot over time and has some things that were not ideal like the whole getserversideprops and getstaticprops but the new App directory I am really liking, the new changes work more inline with my mental modal of how things should work.
jjdeveloper
·3 jaar geleden·discuss
good correction
jjdeveloper
·3 jaar geleden·discuss
Does this work with Astro (or Next.js)?
jjdeveloper
·3 jaar geleden·discuss
I think I’ll just stick with Dreamweaver for now
jjdeveloper
·3 jaar geleden·discuss
It saves all previous messages in an array of messages so it ‘remembers’ the conversation from the beginning. So when you post your message you’re also posting the complete message history. So it’s kind of not recording in the sense that it will give your conversation content to other users.