landonxjames's comments

landonxjames | 5 months ago | on: Apple Photos app corrupts images

This is infuriating to me. I manually manage my music library and have for years. I buy the iPhone with the most storage so I can keep my entire library with me locally. This used to work great, but has degraded over the last decade. Now when I drag new music to my phone in iTunes nothing happens for minutes, and then if I get lucky it finally starts transferring, but some times nothing happens at all and I have to retry.

Recently when I load new music onto my phone I find that random unrelated album art has been mangled or switched with other albums from other artists. And some music, which exists on my phone's hard drive, is now greyed out and when clicked says "This item is not currently available in your country or region." I am considering switching back to a iPod with an upgraded drive and giving up on keeping music on my phone completely.

landonxjames | 7 months ago | on: When Is WebAssembly Going to Get DOM Support?

I have used Jco quite a bit (and contributed a few times) to build out simple utilities binding Rust code to JS [1][2]. I think it is great and the Component Model is the most exciting step towards real useful polyglot libraries I have seen in years. I wish it were better publicized, but I understand keeping things lowkey until it is more fleshed out (the async and stream support coming in Preview 3 are the real missing pieces for my usecases).

[1] https://github.com/awslabs/aws-wasm-checksums [2] https://github.com/landonxjames/aws-sdk-wasi-example

landonxjames | 1 year ago | on: JetBrains releases RustRover IDE for Rust development

I like rust-analyzer in VSCode, but I've found that it does seem to struggle with large projects that have multiple nested Cargo workspaces. IntelliJ with the Rust plugin has handled that (admittedly niche) case better so far. I still prefer VSCode though so I just open each workspace in an individual window and it works more or less as expected.

landonxjames | 4 years ago | on: About the security content of macOS Monterey 12.2

This issue was killing my battery, but I don't use bluetooth on this laptop at all, so going to Settings > Bluetooth and turning it off completely fixed the issue for me. Haven't seen a bluetoothd process in ~2 weeks now.

landonxjames | 4 years ago | on: PRQL – A proposal for a better SQL

PartiQL[0] is an open source library that is a superset of SQL that I really like. It supports querying nested structures inside columns, so if a column contains some JSON data you can use the standard dot notation to query nested JSON data directly

[0] https://partiql.org/

landonxjames | 4 years ago | on: The CIA and the Media (1977)

I’m generally less worried about explicit interference like this (which mostly seems to eventually be found out) than I am about the more insidious and ingrained Propaganda Model [0] proposed by Chomsky and Herman in Manufacturing Consent. In their own words:

> Structural factors are those such as ownership and control, dependence on other major funding sources (notably, advertisers), and mutual interests and relationships between the media and those who make the news and have the power to define it and explain what it means. The propaganda model also incorporates other closely related factors such as the ability to complain about the media’s treatment of news (that is, produce “flak”), to provide “experts” to confirm the official slant on the news, and to fix the basic principles and ideologies that are taken for granted by media personnel and the elite, but are often resisted by the general population.1 In our view, the same underlying power sources that own the media and fund them as advertisers, that serve as primary definers of the news, and that produce flak and proper-thinking experts, also play a key role in fixing basic principles and the dominant ideologies. We believe that what journalists do, what they see as newsworthy, and what they take for granted as premises of their work are frequently well explained by the incentives, pressures, and constraints incorporated into such a structural analysis. These structural factors that dominate media operations are not allcontrolling and do not always produce simple and homogeneous results.

The media, despite all of its supposed diversity, is really just a dialogue between powerful entities, but it strictly avoids criticizing or even acknowledging the foundational principles of the structures that give it power.

[0] https://en.wikipedia.org/wiki/Propaganda_model

page 1