jlkuester7 | 9 months ago | on: Canon Law Ninja
jlkuester7's comments
jlkuester7 | 10 months ago | on: Catholic church to excommunicate priests for following new US state law
To be clear, things said under the "seal of the confessional" cannot be shared by the priest with anyone else _even within the Catholic Church._ This particular situation is not a matter of the church trying to handle matters internally, but more of a recognition that the penitent is confessing their sins to God and the priest is only acting "in persona Cristi" (and thereby is prevented from pursuing other personal or societal objectives based on information revealed).
jlkuester7 | 10 months ago | on: Pipelining might be my favorite programming language feature
I find this take surprising. I guess it depends on how much weight you give to "marginally-better", but IMHO readability is the single most important factor when it comes to writing code in most code-bases. You write code once, it may need to be debugged (by yourself or others) on rare occasions. However anytime anyone needs to understand the code (to update it, debug it, or just make changes in adjacent code) they will have to read it. In a shared code-base your code will be read many more times than it will be updated/debugged.
jlkuester7 | 11 months ago | on: The F-35 as a Subscription Service
As long as executive compensation is tied to stock performance, coorperations will only care about their stock price and the kinds of things that will affect it. I do not trust them regardless of who is in the White House. Their alignment of values/incentives is diametrically opposed to mine...
jlkuester7 | 11 months ago | on: The F-35 as a Subscription Service
The only thing remotely newsworthy here may be a story around a loss in global confidence in the US "brand", but I think the actual implications of that (if any) still remain to be seen....
jlkuester7 | 11 months ago | on: The F-35 as a Subscription Service
This is assuming a pretty narrow definition of "full feature-set". It is a inacurrate to say there is feature parity between an Android phone running Google Play Services vs one that is not.
jlkuester7 | 11 months ago | on: Apple restricts Pebble from being awesome with iPhones
jlkuester7 | 11 months ago | on: Apple restricts Pebble from being awesome with iPhones
Many of us are not required to use Apple devices (and we choose not to). Additionally, many of us are able to choose privacy-respecting Android variants (like GrapheneOS). It sometimes is less "convenient", but IMHO it is better then surrendering to the duopoly...
jlkuester7 | 1 year ago | on: uBlock Origin is no longer available on the Chrome Store
But, I always recommend Brave for less-technical folks. It just works! My FF setup includes a number of extensions, some of which need a bit of tuning to be useful. Then you have to deal with issues in websites that just don't properly support FF, etc. My grandmother can install Brave and simply start browsing. Things just work without extra config or tinkering.
jlkuester7 | 1 year ago | on: Vtm: Text-Based Desktop Environment
jlkuester7 | 1 year ago | on: Signal to leave Sweden if backdoor law passes
jlkuester7 | 1 year ago | on: Kaneo – An open source project management platform
jlkuester7 | 1 year ago | on: Tiny vanes glued to planes promise big savings for US Air Force
Unrelated to the article's point, but what? Maybe the layers of the pad itself are glued together, but no brake pads I have every changed have been stuck to the car with glue in any way. (They are held in place with metal brackets which allow them to slide along a small track when compressed by the brake pistons....)
jlkuester7 | 1 year ago | on: Earthstar – A database for private, distributed, offline-first applications
Not that it would be a bad thing to do that, but really, for small scale stuff Couch works pretty okay. My first impressions of Earthstar do not lead me to believe they have a particular emphasis on performance at scale.
jlkuester7 | 1 year ago | on: Trying out Zed after more than a decade of Vim/Neovim
jlkuester7 | 1 year ago | on: US-owned Greenland and Gulf of America? What a weird week
My memory of post-WWII is that the US has a history of "changing" regimes in other countries, but has made very few (none? Maybe Cuba?) serious efforts to add territory to the actual land area of the United States.
jlkuester7 | 1 year ago | on: US-owned Greenland and Gulf of America? What a weird week
It could also have interesting effects regarding Russia/Ukraine negotiations. Russia would be wise to consider if it really wants to open to door to a major powers territorial acquisition fire-sale....
jlkuester7 | 1 year ago | on: US-owned Greenland and Gulf of America? What a weird week
jlkuester7 | 1 year ago | on: US-owned Greenland and Gulf of America? What a weird week
Am I missing some alternate definition of "method" which is actually explored by this article? I was hoping for some (even speculative) explanation for why territorial expansion has suddenly entered the American zeitgeist...
jlkuester7 | 1 year ago | on: The price of shutting down coal power, and what would be gained
I think there is a TON of interesting discussion to be had on the best ways to _implement_ democracy, but locating the source of political power directly in the people who are governed seems like a pretty solid idea to me... I have not been able to come up with anything better.
This project maintains a digital source for multiple old versions of the "Divine Office" (aka Liturgy of the Hours or Roman Breviary). I find it particularly interesting from a FLOSS perspective. The source data is all very old (none/expired copyrights), but the calculations for which readings/prayers should be said for each particular day of the year are non-trivial (and the readings/prayers for a particular day are different from year-to-year). So, the logic included maintained in the project is a real value-add.