Live data from Hacker News

Paged Out – a new experimental magazine about programming

pagedout.institute

81–85 of 85 posts

Re: Paged Out – a new experimental magazine about programming

#81
This is great, it feels like the 90s again- at first I was not a fan of the single page format, it felt a bit short, but I came around to appreciate it- and if anything it will drive traffic to the linked sites if I want more info, which the author's will consider a good thing.

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.

Re: Paged Out – a new experimental magazine about programming

#82
post #67

Earlier quoted context omitted.

Cool! What kind of things have you seen with Samsung SMS providers?

Also interested!

Most of them were just half-broken APIs (e.g. some less-used query URIs would just error[1], or had buggy triggers), or only partially-covered indexes (so e.g. the stock app would be able to display conversations quickly, but [your query / 3rd party app] might not), or additional columns or queries (very common, occasionally interesting). A couple had obvious SQL injection bugs (contacts providers sometimes have these too). And most that I looked at were using older versions of the provider than the OS should have had, which is... great. Just great. I don't think fine-grained checks are part of the CTS.

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

#83
post #33
post #13

Earlier 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??

Our readme explicitly says we don't support people setting up their own sites. You did it anyways, we told you we won't support you, and you did it again.

Re: Paged Out – a new experimental magazine about programming

#85

I 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.

Third! I love zines, and would happily subscribe to this.

With POC||GTFO as well as "The Diagram", Paged Out will fill a very definite hole in my daily ablutions ..

Post reply on HN