• 3 Posts
  • 53 Comments
Joined 2 years ago
cake
Cake day: June 11th, 2023

help-circle





  • You can’t middle-click them because they aren’t links. That is to say, they are not a elements but div elements with an added click event handler that navigates to another page. There’s a case to be made for doing things like that on a website that’s trying to behave like a native application, but Ebay fundamentally behaves like a website and building its navigation this way is bad design.




  • I think the the least amount of BS from a major camera company is probably Panasonic:

    • Panasonic uses two lens mounts (micro four thirds and L-mount), both of which are shared with other body and lens manufacturers
    • Old bodies get firmware updates
    • Features are rarely artificially restricted for market segmentation
    • Third parties have written apps to talk to Panasonic cameras

    The biggest downside to the brand is that until very recently, Panasonic bodies had only contrast-detection autofocus, which can pulse if used in video and doesn’t track moving subjects very well.


  • There was a recent related discussion on Hacker News and the top comment discusses why this sort of solution is not likely to be the best fit for smaller organizations. In short, doing it well requires time and effort from someone technically sophisticated, who must do more than the bare minimum for good results, as you just learned.

    Even then, it’s likely to be less reliable than solutions hosted by big corporations and when there’s a problem, it’s your problem. I don’t want to discourage you, but understand what you’re committing to and make sure you have adequate buy-in in your organization.




  • That’s a valid point, though it looks like Popfile’s installation instructions call for manually installing libraries, presumably current ones. I think it processes only text, not PDFs or images, which are traditional sources of vulnerabilities. I’m fairly certain it doesn’t attempt to execute Javascript. It is, itself written in Perl, which is memory-safe.

    It’s worth considering security because there’s so much malware out there trying to spread indiscriminately, but Popfile is less vulnerable than an Android app (which bundles its dependencies) or anything written in C (which is subject to all kinds of memory management bugs).