4lejandrito | 6 months ago | on: Progress towards universal Copy/Paste shortcuts on Linux
4lejandrito's comments
4lejandrito | 1 year ago | on: Show HN: Posting v1 – The modern HTTP client that lives in your terminal
4lejandrito | 2 years ago | on: Ask HN: What apps have you created for your own use?
Would you mind sharing your site with me so that I can see how it looks?
4lejandrito | 2 years ago | on: Ask HN: What apps have you created for your own use?
1. https://gptgames.io - A gaming platform using OpenAI. It came from a silly idea for another project I have, and I ended up putting it together in 1 month.
2. https://creepyface.io - I wanted to animate my face on my resume, and I decided to allow everyone else to do the same.
3. https://react-guitar.com - I wanted to learn guitar theory and tell me a better way to do it than coding a react component :D
4. https://github.com/4lejandrito/fetchbook - I wanted to organize my http requests at work without depending on postman or anything else.
5. https://github.com/4lejandrito/next-plausible - Since I started using Plausible analytics on all my sites, I found the need of reusing some code.
I hope you find any of these interesting!
4lejandrito | 2 years ago | on: Hoppscotch desktop application
https://github.com/4lejandrito/fetchbook
Disclaimer: I am the author. It's just a toy project but I really think it is a nice approach.
4lejandrito | 2 years ago | on: Show HN: Fetchbook – Run and test your HTTP requests 100% locally
I cannot say that fetchbook would not have been possible without bun, but I am fairly confident it would not have taken me 3 days from idea to this HN comment.
Maybe give it a go?
Edit: maybe using deno would have been as easy... but I chose to try bun and I felt in love with it instantly.
4lejandrito | 2 years ago | on: Show HN: Fetchbook – Run and test your HTTP requests 100% locally
4lejandrito | 2 years ago | on: Show HN: Fetchbook – Run and test your HTTP requests 100% locally
1. I love building things, I can't help it.
2. I don't enjoy using markup languages mainly because of lack of autocomplete and difficulty to support more complex use cases. By using typescript fetchbook suddenly inherits all it's powers and can be more easily customized.
3. By piggybacking on top of the Request Web API (https://developer.mozilla.org/en-US/docs/Web/API/Request), I don't have to define custom ways to define requests. Also if you know how do fetch on JS/TS you can grasp fetchbook in less than 5 minutes.
Oh and fetchbook is also ready to be used in CI, I run tests for fetchbook in GitHub actions, which are actually fetchbook stories themselves.
4lejandrito | 2 years ago | on: Show HN: Fetchbook – Run and test your HTTP requests 100% locally
So far fetchbook only works as a cli. I have not yet found a use case for it to also work as a library.
4lejandrito | 2 years ago | on: Tell HN: Postman update removes all your stuff if you refuse to create account
https://github.com/4lejandrito/fetchbook
I really liked Bruno (https://github.com/usebruno/bruno) but I prefer the flexibility of a real language like typescript and the Request Web API standard.
4lejandrito | 2 years ago | on: CSS findings from the Threads app
4lejandrito | 2 years ago | on: Sequence diagrams, the only good thing UML brought to software development
4lejandrito | 2 years ago | on: Show HN: Play and Create Games with ChatGPT
4lejandrito | 3 years ago | on: Humans Need Play
4lejandrito | 3 years ago | on: Humans Need Play
This way I became happier at work and I think I can easily find a new one if needed because my pool of potential employers is bigger.
Otherwise you’ll eventually feel bored at every job because every tech eventually becomes “boring”.
4lejandrito | 3 years ago | on: Make your DOM look like an eye that can focus on anything
You might like my library: https://creepyface.io. Similar concept. Also written in TypeScript with no dependencies.
4lejandrito | 3 years ago | on: Show HN: Creepyface – A JavaScript library to make your face look at the pointer
Since I created it in 2018 more than a thousand people have created their creepyface. Even though 1K is really nothing compared to other things shared here, I couldn't have imagined it when I first published it. I'm very proud to have made a smile on so many people.
I hope you like it!
4lejandrito | 3 years ago | on: Show HN: Satori – Convert HTML and CSS to SVG
Edit: Oh I re-read your comment and you want to know if they support classnames... then my answer is not what you need :(
4lejandrito | 3 years ago | on: Show HN: A Little Tool to Visualize Guitar Chords
This would be the real C Major: https://react-guitar.com/?strings=0|1|0|2|3|-1.
4lejandrito | 3 years ago | on: Show HN: A Little Tool to Visualize Guitar Chords