can you link more infos on the drama pls
mev but for tradfi
this is the change that fixed it https://github.com/mozilla/gecko-dev/commit/7a85a111b5f42cdc...
after having used both: sortablejs is better than reactdnd. that being said: htmx makes it too hard to quickly add a fat frontend to a page when necessary. The points about the react ecosystem are very valid, even if…
product hunt seems like a great place to explain your product in detail to your competition. how many potential real users frequent this site? it seems like the primary audience is people that are trying to do what your…
please remove this ragebait. zero value
wow this is super cool stuff. I see the similarities between currencies and trading cards. seems like you guys also have grading services
my webframework: https://github.com/spirobel/mininext (my goal with mininext is to provide index.php like productivity but with all of npm and typescript at your fingertips) currently busy using it to build things. will…
horrific ux. makes html harder to read for people that dont have the time to learn all this obscure bs. and for screenreaders this will work maybe sometimes inconsistently. I hope visual llms solve it for our brothers…
> And if you still want to write div soup after, thanks for the baseless assumptions about me with moralistic undertone spent 5 more minutes on this yapper. no code examples btw. just one long effort post full of…
this is so true. especially now with llms. people still riding this horse are yapping yapping fr fr no cap
nothing has hindered me more in my learning of html than this moralistic tone about semantic html. just do what ever works. non of this matters. its just talking points by people that wanted to stay relevant. as soon as…
seeking to be a pauper isnt the hacker spirit either. maybe I overlooked something that is why I asked this question. article seemed reductive and of unclear value. enlighten me if you found it.
can you give a tldr? whats the point? how are we going to get rich? what is your answer?
Thought show HN means being open for feedback not "please whorship my product" here you go: your product is the best. You will come out on top in this very crowded market and your stocks will be worth millions. I dont…
it wants me to login to ask a question I will just keep using phind you have vc dollars - sponsor a public free search over open source repos. Also think about what happens when your question touches multiple repos. I…
micro take on the open vs closed ai debate: most of the progress and experimentation is done by complete ai laypersons on civitai, comfy ui and silly tavern. Consider this: we have hit the top of the S curve when it…
I am building an alternative to nextjs that consists of just 3 files and has no external dependencies. https://github.com/spirobel/mininext (my goal with mininext is to provide index.php like productivity but with all…
haha no worries :-D I like to keep it simple. Right now bun just rebuilds everything and it is so fast that I don't recognize it. If it ever becomes a problem I will optimize it. The standardDevReloader is a snippet to…
the goal was to not have any dependencies. mininext has a clean package.json It is just 3 files of modest size that are understandable in an afternoon. You can also copy and paste and vendor the hmr part. Someone even…
there is a small difference: you also need to make your own hmr reloading script when using bun. But it does so much more than just frontend bundleing. If you need an hmr script you can use the one I wrote for my…
why not just use es6 template strings? (I do that for my framework mininext https://github.com/spirobel/mininext would be happy to receive feedback, other view points on this :-)
I agree. It is so much fun. Difference between deno and bun is night and day. They really shouldnt be put in the same bucket.
yes. took part in a hackathon and decided to make my own webframework while doing it. It was supposed to be compatible with deno and bun and I chose deno deploy to deploy my stuff. But 17 hours before the deadline this…
just use bun and sqlite on your own server. got burned by deno deploy and will never use deno again. serverless is useless and slow.
can you link more infos on the drama pls
mev but for tradfi
this is the change that fixed it https://github.com/mozilla/gecko-dev/commit/7a85a111b5f42cdc...
after having used both: sortablejs is better than reactdnd. that being said: htmx makes it too hard to quickly add a fat frontend to a page when necessary. The points about the react ecosystem are very valid, even if…
product hunt seems like a great place to explain your product in detail to your competition. how many potential real users frequent this site? it seems like the primary audience is people that are trying to do what your…
please remove this ragebait. zero value
wow this is super cool stuff. I see the similarities between currencies and trading cards. seems like you guys also have grading services
my webframework: https://github.com/spirobel/mininext (my goal with mininext is to provide index.php like productivity but with all of npm and typescript at your fingertips) currently busy using it to build things. will…
horrific ux. makes html harder to read for people that dont have the time to learn all this obscure bs. and for screenreaders this will work maybe sometimes inconsistently. I hope visual llms solve it for our brothers…
> And if you still want to write div soup after, thanks for the baseless assumptions about me with moralistic undertone spent 5 more minutes on this yapper. no code examples btw. just one long effort post full of…
this is so true. especially now with llms. people still riding this horse are yapping yapping fr fr no cap
nothing has hindered me more in my learning of html than this moralistic tone about semantic html. just do what ever works. non of this matters. its just talking points by people that wanted to stay relevant. as soon as…
seeking to be a pauper isnt the hacker spirit either. maybe I overlooked something that is why I asked this question. article seemed reductive and of unclear value. enlighten me if you found it.
can you give a tldr? whats the point? how are we going to get rich? what is your answer?
Thought show HN means being open for feedback not "please whorship my product" here you go: your product is the best. You will come out on top in this very crowded market and your stocks will be worth millions. I dont…
it wants me to login to ask a question I will just keep using phind you have vc dollars - sponsor a public free search over open source repos. Also think about what happens when your question touches multiple repos. I…
micro take on the open vs closed ai debate: most of the progress and experimentation is done by complete ai laypersons on civitai, comfy ui and silly tavern. Consider this: we have hit the top of the S curve when it…
I am building an alternative to nextjs that consists of just 3 files and has no external dependencies. https://github.com/spirobel/mininext (my goal with mininext is to provide index.php like productivity but with all…
haha no worries :-D I like to keep it simple. Right now bun just rebuilds everything and it is so fast that I don't recognize it. If it ever becomes a problem I will optimize it. The standardDevReloader is a snippet to…
the goal was to not have any dependencies. mininext has a clean package.json It is just 3 files of modest size that are understandable in an afternoon. You can also copy and paste and vendor the hmr part. Someone even…
there is a small difference: you also need to make your own hmr reloading script when using bun. But it does so much more than just frontend bundleing. If you need an hmr script you can use the one I wrote for my…
why not just use es6 template strings? (I do that for my framework mininext https://github.com/spirobel/mininext would be happy to receive feedback, other view points on this :-)
I agree. It is so much fun. Difference between deno and bun is night and day. They really shouldnt be put in the same bucket.
yes. took part in a hackathon and decided to make my own webframework while doing it. It was supposed to be compatible with deno and bun and I chose deno deploy to deploy my stuff. But 17 hours before the deadline this…
just use bun and sqlite on your own server. got burned by deno deploy and will never use deno again. serverless is useless and slow.