httptoolkit's comments

httptoolkit | 2 years ago | on: The Journey from WebSockets to HTTP Streams

Anything attempting to proxy public Internet traffic and buffer the entire body at all times is in big trouble.

Either it has to have a very low body buffer limit and reject anything more (making it impossible to download any files through the proxy, or do anything similar) or it's trivially vulnerable to DoS where any client or server involved can crash the whole caboodle.

httptoolkit | 2 years ago | on: Managing State with Signals

I too loved Knockout's observable model - I've found Mobx a worth successor. As it's entirely independent of any framework it is very practical for general purpose usage. I use it for reactive state with both React and in backend Node code with no problems.

httptoolkit | 3 years ago | on: Barcelona-style “superblocks” could make cities greener and less car-centric

Counter example: I've lived here for most of a decade, and I'm a big fan of the superillas, ejes verdes, and other plans.

There's definitely some short term pain from all the construction works, but they're making steady progress, the city has already become noticeably more walkable & cycleable in many places, and I'm quite convinced that moving away from cars within the city is the right direction in the long term.

httptoolkit | 3 years ago | on: Barcelona-style “superblocks” could make cities greener and less car-centric

It sounds like you're not talking about superblocks, you're just talking about the existing blocks of Eixample.

The superblocks concept is that they'd be grouped together into 3x3 grids, by changing traffic rules and building urban furniture to block off streets, creating new squares and one-way systems. The goal being that everything would be far more walkable and you'd see far more local community - i.e. less of the cookie cutter shops you describe.

httptoolkit | 7 years ago | on: Show HN: Ballpoint SVG editor

This is really impressive! I mostly use Inkscape normally, but it feels dated and painful in all sorts of ways, and a capable web alternative is a great thing.

Personally, the most obvious limitation I can see here is font choices. Is there a way I can use custom fonts? Really just being able to pick from google fonts would be amazing.

httptoolkit | 7 years ago | on: Show HN: A Developer's Business Card

I'm struggling to imagine the use case where anyone would use this. Who wants to run an arbitrary script from the internet directly on their machine, instead of just looking at a web page? How do you even find this without looking at the page first?

Cool demo nonetheless though.

It'd be really neat actually (and more practical) if these were autogenerated and available more widely with something like `npm whois [username]`

httptoolkit | 7 years ago | on: Show HN: Avoid GDPR by blocking EU visitors

New browser extension idea for people outside the EU: automatically spot sites using tools like this, and put enormous great big warnings all over the page.

Seriously, _most_ of GDPR is good practice don't-screw-your-users' personal data steps. Don't store personal data for uses that isn't strictly necessary without their consent. Make sure users can find out what data you do store, and how you'll use it. Have a way they can ask you about it, or ask you to remove it.

If complying with GDPR isn't reasonably practical with your product/business model it's a _huge_ red flag imo, EU or no.

page 1