Urgent.News

What's breaking now, across thousands of outlets.

Tech

Are there any decent programs for pdf viewing and editing for Linux that replace Adobe Acrobat?

Alternate title:How is there still no decent Linux replacement for Adobe Acrobat (pdf viewing and editing)? There are plenty of viewing programs, some page editing programs, but simply nothing that also allows actual image editing, outline creation, etc. PDF4QT does some of these but is not ideal.

We haven't written up this one. Lobsters has the full story — the link below goes straight to it.

Read the original at lobste.rs →

More in Tech

When Python is Too Slow

Python is a perfect language for Agile development, where requirements might change on the go. Especially if you are in a startup business, you will need to experiment and change things fast.

  • Python's interpreted nature may lack performance for certain tasks
  • Rust bindings create binary code that can be integrated with Python
  • Rust bindings can speed up processing large CSV files by 4.3x

More from Sunday 23 August →