Paolo Redaelli personal blog

Category: Software Libero

Link

This Basilisk web browser will be a boon for all those people who need to still use Java and Flash based websites:

  • Full support for JavaScript’s ECMAscript 6 standard for modern web browsing.
  • Support for all NPAPI plugins (Unity, Silverlight, Flash, Java, authentication plugins, etc.).
  • Support for XUL/Overlay Mozilla-style extensions.
  • Experimental support for WebExtensions (in gecko-target mode). Please note that some Mozilla-specific WebExtension APIs are not yet available.
  • Support for ALSA on Linux.
  • Support for WebAssembly (WASM).
  • Support for advanced Graphite font shaping features.
  • Support for modern web cryptography: up to TLS 1.3, modern ciphers, HSTS, etc.

Link

Link

I want to dive a little into WordPress codebase but modern PHP is quite a different language from what I’ve learned – albeit a little – way ago, so long ago that WordPress didn’t even existed then. Beside reading the obvious official documentation, I’ve discovered that the almighty O’Really seems not to have a recent book on PHP, or a book about recent PHP either. As books from Packt publishing quite often turns out to be “quite shallow”, I’ve been looking for info the good old way, namely IRC channels. They told me these little gems:

Well, they really look the right documentation for me.

X2Go, remote desktop faster than VNC

Sometimes VNC feels too slow, expecially other slow links. Enters X2Go – everywhere@home! X2Go enables you to access a graphical desktop of a computer over a low bandwidth (or high bandwidth) connection.X2Go is a Remote Desktop solution, which some vendors vaguely call Remote Control. This is not to be confused with Microsoft Remote Desktop Connection,…