Where did you originally put out a call for articles? I generally feel pretty tuned in to tech circles, but am kind of surprised you were able to get this many submissions without having to spam lots of places and not have been a blip on my radar somewhere- and I also wonder what I may be missing in terms of good communities.
Paged Out – a new experimental magazine about programming
81–85 of 85 posts
Re: Paged Out – a new experimental magazine about programming
#82Earlier quoted context omitted.
Cool! What kind of things have you seen with Samsung SMS providers?
Also interested!
Broken APIs can usually be worked around by doing a couple smaller queries and gluing the data together (often performs better anyway), partially covered indexes often mean the same thing (or just making do with less data in your app). And/or just decompile the stock app and see what it does differently.
SQL injections are fun tho, I managed to use a couple to dump the full databases, or add / repair missing indexes or triggers (never shipped code that did this, but it helped locally! would've probably broken if they ever upgraded the provider version tho). Some phones also try to protect / escalate Facebook data / access, but if there's an injection you can usually change the "protected" marker on its data.
[1]: https://android.googlesource.com/platform/packages/providers...
---
I love that android has these shared providers, they let you do some super interesting and useful things, and for the most part everyone plays nice (but the "social stream" stuff in contacts is... odd, and rare). They seem to get pretty low amounts of attention tho, e.g. the sms provider had a few rounds of "caching bug in stock app" -> "finally make that pk autoincrement so it stops reusing ids" which were painfully obvious from reading the source: https://github.com/aosp-mirror/platform_packages_providers_t... . The current version has most or all of these fixed, but it took a few years to get there.
Re: Paged Out – a new experimental magazine about programming
#83Earlier quoted context omitted.
Our codebase is available under 3-clause BSD and we're usually thrilled to see sister sites: https://github.com/lobsters/lobsters/wiki The administrator of this site submitted a Bitcoin affiliate spam site to Lobsters, was one of the very few users to hit the automatic anti-spam threshhold (MIN_KARMA_TO_SUBMIT_STORIES), and abused our issue tracker to have us configure this site for him. So, uh, no, we have nothing t…
I don't know how I "abused" your issue tracker. :P I filed a github issue on your lobsters open source project asking how to change the logo. If not there, where else should I file issues related to the codebase??
Re: Paged Out – a new experimental magazine about programming
#84Re: Paged Out – a new experimental magazine about programming
#85I would purchase a subscription for physical copies of these. Any plans to ever do something like this?
Seconded. I would definitely learn a lot from this. I love the art style also.
With POC||GTFO as well as "The Diagram", Paged Out will fill a very definite hole in my daily ablutions ..