- 0
Google, I know what you're up to, and why Apple doesn't like it.
-
Recently Browsing 0 members
- No registered users viewing this page.
-
Posts
-
-
By Copernic · Posted
KillerPDF 1.6.0 by Razvan Serea KillerPDF is a lightweight, portable PDF editor for Windows built for users who want full control without subscriptions, installers, or telemetry. It runs as a single executable, making it ideal for USB use and field work. You can view PDFs with smooth PDFium rendering, navigate quickly with thumbnails, zoom, and shortcuts, and reorganize pages using drag-and-drop. It supports merging multiple PDFs, splitting documents, and extracting selected pages. KillerPDF also allows inline text editing with font matching to preserve the original layout, plus annotations like text boxes, freehand drawing, highlights, and reusable signatures. You can search full text, copy content easily, and print documents with flattened annotations. Designed as a free and open alternative to bloated PDF tools, it works fully offline on Windows 10/11 x64. No runtimes install. Everything needed is inside the EXE (targets .NET Framework 4.8, which ships with every supported Windows release). KillerPDF key features: High-quality PDF rendering via PDFium Edit PDF text inline (double-click to modify text) Page thumbnails and fast navigation with zoom and shortcuts Merge multiple PDFs into one Split PDFs and extract selected pages Drag-and-drop page reordering Font matching to preserve original document appearance Text boxes for notes Freehand drawing tools Highlight overlays with adjustable color, size, opacity Undo actions and clear per-page annotations Create, draw, and save reusable signatures Click-to-place signatures anywhere Full-text search with highlighted results Drag-select or Ctrl+A to copy text Print with annotations flattened Portable single-file app (~15 MB) No installer, no admin rights required No account, no telemetry KillerPDF 1.6.0 changelog: A big release: major new features, a full visual refresh, and an internal rewrite. New Tabbed documents - open several PDFs at once, each restoring its page, zoom, and view OCR built into the exe (Tesseract) - OCR a page or dragged region to the clipboard, make a scan searchable, or extract all text; extra languages download on demand Digital signatures with a cloud certificate (Certum SimplySign), reusable signatures, and click-to-sign form fields Transform tool - rotate, scale, flip, and straighten a crooked scan, with live preview Edit existing text by double-clicking a line (the original is cleanly covered) Line tool, refreshed draw/highlight bars, resizable word-wrapping text boxes, and a full RGB color picker with eyedropper Print options (scale, position, margins, two-sided), page-number stamping, folder/.zip import, Document Info (F12), and recent files with file-type icons Translations: Bengali, Turkish, Simplified Chinese, German, French. Changed New logo, icons, fonts, and colors throughout Six themes with per-theme accent colors; sidebar docks left or right; toolbar style picker Internal rewrite: the ~15,000-line main window split into ~40 focused files (no behavior change) Fixed True 300 DPI printing, encrypted/damaged PDFs open on a background thread with a repair fallback, form fields render in every view mode, and undo is one item per press Download: KillerPDF 1.6.0 | 14.6 MB (Open Source) Link: KillerPDF Home Page | Github | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware -
By +pmrd · Posted
They'll get cheaper RAM but they won't drop the prices. -
By zikalify · Posted
Did you go into settings > engines and switch some more stuff on. The more you enable the slower it will get but the better the results will be -
By +TRS-80 · Posted
SpaceX took its largest step yet toward becoming a retail wireless carrier on Friday when President and COO Gwynne Shotwell told investors at the company's IPO roadshow that SpaceX is considering launching a Starlink-branded mobile phone service for US consumers.............. https://www.techtimes.com/articles/319177/20260627/starlink-mobile-coming-t-verizon-spacex-has-spectrum-still-needs-towers.htm
-
-
Recent Achievements
-
flexorcist earned a badge
Week One Done
-
Woland13 earned a badge
One Month Later
-
Woland13 earned a badge
Week One Done
-
bernmeister earned a badge
One Year In
-
Scoobystu earned a badge
Week One Done
-
-
Popular Contributors
-
Tell a friend
Question
Jose_49
TL; DR: Google wants a way to separate from Java, and stop the mad lawsuits that it has been haunted over the years. They know that by pushing JavaScript, they could slowly phase out the programming language while taking advantage from their cloud services they’ve started providing (Firebase). Apple does not like that, because it could affect one of its most precious revenue streams, the Apple Store. Microsoft supports this, as they have Azure and is already allowing Web Apps to be part of their store.
-----------------------------------------------------
I know many of you are not web developers. And some of you who are, may or may not have heard about a recent term called Progressive Web Apps (PWA). Progressive Web Apps is a term Google coined back at 2015 (I’ve lost the video which I saw it). In short, it’s a web application (website) that can do the following:
- Instant Loading
- “Add to Home Screen”. Yup, you can add your web site to the Android home screen page.
- Push Notifications
- Fast
- HTTPS
- Responsive.
More here.
There is something that started to smell fishy a week ago. Last week, Google had its Progressive Web App Summit (which was rebranded a couple of months ago from Google Developer Summit). In there, they started evangelizing the concept of Progressive Web Apps. They started unleashing a myriad of information and facts: from “how to build it” to how much “conversion rate users had” when using a PWA. They even presented an application from Konga, Nigeria (African Country) that showcased all these improvements. The questions are… Why Konga? Why now? Why not before?
We publicly saw most of the browser vendors assisting to the event… except one, Safari (Apple). Although they are famous for not attending any conferences, the reason behind it makes me wonder a lot. After giving it some thought and remembering a couple of online posts, it became clear. The reason why Apple does not like to go to web events and the reason why Google is pushing PWA is the following:
Google has been having serious problem with Android. Or to be more precise, with Java. They are really tired of the legal disputes they’ve been having with Oracle all this time. Fortunately, they managed to evade the near $9 billion dollars in damage that Java’s parent was trying to advocate. There has been rumors of Google trying to use Swift, now that it has become open source, as an alternative to Java. This would save Google billions in lawsuits and headaches. Nonetheless, such change could create anarchy in the development community (Android purists). Therefore, what could be an alternative to Google to phase out Java?
That’s right. The language of the metamorphosis, the almighty JavaScript. With the recent surge of NodeJS (2009+) and the humongous popularity that it’s been taking over the years, Google has acknowledged that people are investing more in this programming language (JS) because of its ability to play along with both Client and Server. They’ve seen how people use Native Script and React Native to build native Android and iOS apps using pure JavaScript. The evolution of TypeScript, Babel, and ES2015+ allows developers to write much more efficient and modular code than ever before.
Seeing this humongous advantage, more people would be adept to build their apps for the web. Seeing how chrome is pushing hardware APIs to JS, and how Push Notifications have arrived, there will be little reason in the future for people to build natively.
However, there’s a small but very important detail with this approach, and this is where Apple comes in. Over the last 5 – 6 years, web sites have started to become more powerful. They are very close to mimic a native application in terms of power and capabilities. Now, with the possibility of installing an app into your home screen, this makes the native-web gap smaller. This could potentially allow many developers/companies to overcome the revenue stream of the Application Stores (70-30) and opt-in to make a full-fledge web app to save money and time.
Google has never made big money with it (more apps are free, anyways). In fact, Apple, seeing less downloads than its competitor, has a higher revenue stream. Google has started to make money from their cloud services, especially Firebase, after being integrated into a unified platform, it makes it more attractive for developers to use it. Microsoft, is in the same wagon. It was the first to allow true Web Applications into its store. They have the whole Azure infrastructure that even native iOS and Android applications use anyways for RESTful services.
On the other hand, Apple’s $6 Billion revenue could be jeopardized by this approach. They don’t have any specialized cloud services as Google or Microsoft have, and allowing people to install a full-fledge application could mean lost revenue.
In conclusion, the main reason why Google is pushing PWA is to phase out Java, and the way they’re doing it is by beefing up JavaScript to new capabilities. People are used to the programming language, and NodeJS has reiterated its purpose. Apple does not want to see this happening, because this would mean that more and more people would start building Web Applications instead. Hence, they would be losing revenue stream from their App Store. Microsoft, does not care, since they have Azure which mobile apps use anyways.
Link to comment
https://www.neowin.net/forum/topic/1301830-google-i-know-what-youre-up-to-and-why-apple-doesnt-like-it/Share on other sites
5 answers to this question
Recommended Posts