Skip to main content

New answers tagged

4 votes

Optimizing real-time ASCII playback in Python when each frame is fetched as a PNG via GET

Portability The clear_screen function is terrific. You partitioned the code into a function which also supports multiple operating systems. And you clearly ...
toolic's user avatar
  • 16.4k
3 votes

Optimizing real-time ASCII playback in Python when each frame is fetched as a PNG via GET

Actually, let me put this as an answer. The fastest code is code you don't write at all. So why don't convert the PNG's once and host them as text on your server? Then the client is much simpler and ...
TomG's user avatar
  • 1,023
8 votes
Accepted

Optimizing real-time ASCII playback in Python when each frame is fetched as a PNG via GET

I first tried to fetch an image via my browser just to see what I would be displaying, but I am currently getting redirected. I will certainly try again later and I may have more to say when I am able ...
Booboo's user avatar
  • 4,101
2 votes

Using a dynamic custom 404 template in Laravel

I didn't catch any vulnerability, but there are a couple of suggestions you might find useful. The biggest concern I see in your code is that your controllers methods have too much responsibilities. I'...
phaberest's user avatar
  • 264

Top 50 recent answers are included