Viewing profile — elbajo
elbajo
HN member- Joined
- Tue, Mar 23, 2021, 7:38 AM UTC
- HN karma
- 122
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About elbajo
Recent public activity
-
comment
Comment #45277567
Hosting a Next.js app and ever wondered why you see POST requests returning 200 on an endpoint that only support GET? Probably not but it got me curious today. Turns out it might b…
- story
-
comment
Comment #44034108
Great to hear this is something you are considering! To be clear: this isn't my library. This is just something I found while trying to solve the FormData issue. Props go to https:…
-
comment
Comment #44033445
First thank you for the hard work, many of my local hacks will go away with the new features! As a convenience and mostly avoid typos in form names I use my own version of https://…
-
comment
Comment #43179708
I'm also on Lake Sammamish and have a couple bald eagles living on a tree next to the house! A bit random but if you ever want to meet up, I will be there May-June this year :)
-
comment
Comment #43084764
Well not exactly a "product" ahah more of a proof of concept. It doesn't make any money (never intended to) and I moved on to other side projects so I do not have time to maintain …
-
comment
Comment #43075689
Hi Matt! I did something similar for https://sweetspots.fr/ it would get updated every week and was very helpful for discovering cities. I stopped maintaining the project 1 year ag…
- story
-
comment
Comment #34346006
Big fan of the idea! I've been using Google Apps Script[1] for similar use cases but the limited feature set has been frustrating. Glad to see something more modern come up! I wond…
-
comment
Comment #32629892
Ideally this is something that could run locally but it looks great thank you! I wish these kind of projects would show up when searching "Online JSON visualization". Current SEO l…
-
comment
Comment #31210665
Love this approach, thanks for sharing! I am trying this on a website for which Puppeteer has trouble loading so I got a heap snapshot directly in Chrome. I was trying to search fo…
-
comment
Comment #30329705
Still broken when trying to send to the same contact. Also tried with a German VPN and same result. What's super interesting though is that from what I can see it sends fine to my …
-
comment
Comment #30328905
Would be curious to hear how something like this happens. My first guess was that the domain was part of a FB deny list but I don't see why it would. It's still up for grabs https:…
- story
-
comment
Comment #29794270
Love the idea! I've been using Couchsurfing for many years and tried their "hangout" feature a few times. It's 95% males harassing traveling women that happen to log in but the 5% …
-
comment
Comment #26552144
It's picking a random video out of 14: ${urls[urls.length * Math.random() | 0]} With the list loaded as an asset: urls = ["Spu3eiOEJ-M", "BE2lZ-Ti1Wc", "lHpcYPfjiLs", "6w2WXRFJpAE"…