I've spent some time feeding llm with scrapped web pages and I've found that retaining some style information (text size, visibility, decoration image content) is non trivial.
I recently purchased a MacBook, and while I'm thoroughly impressed with the hardware, I find the keyboard navigation in the desktop environment somewhat lacking in comparison to my previous experience.
Having used Linux Pop OS for many years, I've grown accustomed to the intuitive and powerful tiling window manager and keyboard navigation shortcuts it offers. I'm struggling to find a comparable solution on the macOS platform.
About using svg images I wonder if there are some studies about inlining versus using a reference to an external URL.
I have a web page with the same icons repeated 20+ times, and I my intuition is that it it could be optimized by using a shared reference instead of repeated inlined svg sources in the html documention — which is font-awesome default behavior.
Q: Are you emulating apps through an HTML5 webpage?
A: Yes and no. These are not like the "web apps" offered through safari. HTML5 is used to render the visuals but the backend is in C. Using protocols intended for enterprise (that they can't take away) we are able to provide access to the hardware, we also have a working version of iCloud. Geolocation, gyroscope, notifications all work as well.
Q: You are violating the terms of the enterprise license and they can invalidate your key, though for some reason the keys still work if you change the phone date to before the key was invalidated.
A: we reverse engineered our end of the protocol without signing an agreement with them and use self signed certificates.
Also we are not using the method mentioned int hat article. No one has done this before.
https://news.ycombinator.com/item?id=45640594
I've spent some time feeding llm with scrapped web pages and I've found that retaining some style information (text size, visibility, decoration image content) is non trivial.