Viewing profile — spirobelv2
spirobelv2
HN member- Joined
- Tue, Dec 26, 2023, 5:59 AM UTC
- HN karma
- 14
- Public activity
- 29 items
- HN profile
- View on Hacker News ↗
About spirobelv2
Recent public activity
-
comment
Comment #41992861
can you link more infos on the drama pls
-
comment
Comment #41990195
mev but for tradfi
-
comment
Comment #41803332
this is the change that fixed it https://github.com/mozilla/gecko-dev/commit/7a85a111b5f42cdc...
-
comment
Comment #41737135
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 rea…
-
comment
Comment #41701990
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…
-
comment
Comment #41441626
please remove this ragebait. zero value
-
comment
Comment #41343346
wow this is super cool stuff. I see the similarities between currencies and trading cards. seems like you guys also have grading services
-
comment
Comment #41343314
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) curren…
-
comment
Comment #41340019
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 …
-
comment
Comment #41339947
> 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. j…
-
comment
Comment #41337067
this is so true. especially now with llms. people still riding this horse are yapping yapping fr fr no cap
-
comment
Comment #41337058
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 t…
-
comment
Comment #41316030
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…
-
comment
Comment #41313053
can you give a tldr? whats the point? how are we going to get rich? what is your answer?
-
comment
Comment #41022384
it is though being the little guy. But that is not my problem. I am just a consumer. I will use what ever is the best and pragmatic solution to my problem. I even logged in to phin…
-
comment
Comment #41022358
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 …
-
comment
Comment #41001803
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 yo…
-
comment
Comment #40904214
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…
-
comment
Comment #40830268
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 ind…
-
comment
Comment #40775126
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. T…
-
comment
Comment #40758271
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 …
-
comment
Comment #40757201
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 yo…
-
comment
Comment #40345636
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 :-)
-
comment
Comment #40332355
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.
-
comment
Comment #40332067
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.…