Ubuntu Karmic and Your fonts.conf

I find it worthwhile to fight with fonts. Over the years I’ve learned a lot about how Linux handles fonts, and the only constant is change. Within Ubuntu, the developers keep making all these wonderful decisions, sometimes to counter to the upstream Debian developers, and on and on. These days, while the Freetype thing is pretty well whipped, we have this awful boondoggle called FontConfig and I wish it were possible to physically confront the folks who created this overly complicated mess. As a pacifist I wouldn’t hurt them, but at least they would likely be intimidated (I am big and ugly) and be forced to explain just what in blue blazes a mere user can do to tame their idiocy.

So while they refuse to condescend to inform us mere mortals with simplified instructions, I have poked and prodded and read webpages until falling asleep. You can configure things any way you like to suit your tastes, but you might need to know a few things before you get started.

A great deal is controlled by what is linked between your /etc/fonts/conf.avail and your /etc/fonts/conf.d. This where the Debian world has tweaked the basic FontConf for the whole system. These days using the old dpkg-reconfigure fontconfig-config has been essentially disabled, and you don’t get to make adjustments that way. Fortunately, most of it is not entirely too obscure. More on that later.

First, in Karmic the whole thing is broken. So even if you know how to write your own ~/.fonts.conf it might not work until you change something in the system files. If you can understand this bug report you might need to try the work-around suggested by YW Sing, which is comment out a portion of the file at /etc/fonts/conf.avail/44-wqy-zenhei.conf. Using the XML standard notations, simply comment out the bottom half of the file. So here’s what mine looks like:

<edit name="embeddedbitmap"><bool>false</bool></edit>
</match>
<!-- <alias>
<family>serif</family>
<prefer>

….

<family>WenQuanYi Zen Hei Mono</family>
</prefer>
</alias> -->
<alias>
<family>WenQuanYi Zen Hei</family>

I’m not able to show indentation properly on this blog, but I wanted to point out the red colored notations I added according to the suggestion in the bug report. Once I saved this and closed the editor, it took immediate effect. Suddenly my personal fonts.conf worked.

I found suggestions by Martin Ankerl perfect for my needs. However, this is 9.10, and things are different. I notice that turning on autohinting fattens the fonts, and I don’t like that at all. So while I duplicated his suggestions for my fonts.conf and Xresources files, I also went into the system settings and changed a few other things, removing some symlinks and adding one.

Here’s the list of what shows up in my /etc/fonts/conf.d/:

10-antialias.conf
10-hinting.conf
10-hinting-full.conf
10-sub-pixel-rgb.conf
11-lcd-filter-lcdlegacy.conf

….

70-yes-bitmaps.conf

Aside from editing that one file noted above, I didn’t change anything else in the other numbered sets. Thus, I removed the autohinting, changed bitmaps from no to yes, and added the lcdlegacy switch. Here’s what it looks like:

<!--  Use lcdlegacy as default for LCD filter -->
<match target="font">
<edit mode="assign" name="lcdfilter">
<const>lcdlegacy</const>
</edit>
</match>
</fontconfig>

Again, this blog software has a problem with indentation (AKA “leading whitespace”) so simply note I changed what was in the 11-lcd-filter-lcddefault.conf file and renamed it. By removing and adding symlinks between conf.avail and conf.d you get what you want from the options. By the way, I use the MC console file manager for this, since it’s the quickest way. (sudo apt-get install mc)

The result works well on my wide-screen LCD. You should test for your own use the differences between autohinting on and off; whether you have hintnone, hintslight, hintmedium or hintfull; and lcdnone, lcddefault, lcdlight and lcdlegacy. You can learn about other options here.

Posted in Uncategorized | Tagged , , , | 6 Comments

Spidermonkey on Ubuntu Karmic

There is a noteworthy conflict on Karmic if you try to install libmozjs-dev because it conflicts with anything based on xulrunner 1.9. I can’t begin to explain why the Mozilla developers hold Spidermonkey to 1.8, but because of how the upstream Debian crew package it, this breaks things.

We all know I am hardly smart enough to have my hands on a keyboard in the first place, but I think the underlying issue is Debian folks insist on building all the xulrunner libraries with the name “libmozjs” instead of simply “libjs” — the latter is the default from source.

I really wanted Elinks with JScript, and I didn’t care about all the other crap Debian developers build into. What in blue blazes do I know about Lua scripting? So I typically build Elinks from the latest source (0.12pre5 at this moment). After downloading the source for Spidermonkey, I poked around at various ways to make it work without breaking the way Ubuntu runs Firefox.

Lacking the experience and understanding for tweaking the build configurations, I simply ran the basic build without installing. Then I examined where the Elinks build script looks for Spidermonkey, hoping to find a place in the file system Ubuntu didn’t use normally. One of the choices was the /opt/spidermonkey directory and I used that. But I didn’t know how to put that in the installer instructions, and my searching for simple instructions turned up nothing I could identify. So I examined the package contents and structure for the way Ubuntu builds libmozjs and echoed that under /opt/spidermonkey with an include and lib folder, and simply moved the files from the build manually. I had to poke around in the build directories of Spidermonkey, and found all but one file which appears on the Ubuntu package file list — jsosdep.h. I have no idea what difference that makes. But it seems the primary difference is the name of the actual runtime file — libjs versus libmozjs.

Once I had them in place, the Elinks configure script found it all and gave me a Spidermonkey build. Then I had to make sure Ubuntu knew to include this in the ld.conf. In /etc/ld.so.conf.d directory I created a libjs.conf file with this one line:

/opt/spidermonkey/lib/

and ran sudo ldconfig, hoping there would be no runtime conflicts. For now, I can run Firefox on JScript heavy sites without trouble, so I guess it’s working as I hoped. I’m sure there are plenty of folks who know more about this than I do, so feel free to comment.

Posted in computers | Tagged , , , | 9 Comments

Open Source, Closed Mind

This is a rant aimed at the Open Source Software Development Community as a whole. We recognize in the Social Sciences we have no choice but to make generalizations and stereotypes; otherwise, we get nothing done. Every grouping of humans exhibits characteristics by which we understand the nature of the group. The failure comes in seeking to apply any stereotype too tightly to any given individual within the group. The OSS philosophy is a high moral standard in one sense, and a devilish evil in another. The following rant is aimed at reminding the OSS advocates, Linux advocates in particular, of their single greatest blind spot, a major moral flaw:

You don’t give a rat’s patootie about the user.

Again, not every project, not every developer, etc. This is a generalization, a characteristic which rears its ugly head every time I read a debate or discussion over anything which touches on the OSS philosophy. For some reason, people aren’t a very high priority with OSS.

Granted, the major commercial providers of software exhibit an equal contempt for consumers, but at least manage to understand what it takes to appeal to them. Therefore, while MS, for example, regards consumers as the product sold to advertisers, they do respond to consumer pressure demanding a certain degree of change. As far as the consumer is concerned, MS delivers. Not in the purest sense, of course. There are colossal failures, but overall it’s better than nothing. They got there “firstest with the mostest” when this whole thing of privately owned computers got started. For whatever reasons, consumers with the money to spend bought MS products.

Yes, most consumers bought for home use what their employer bought for use in the workplace. Concrete example: In the late 1980s, US troops in Europe were ordering vast quantities of 286 and 386 systems and parts because they used them on duty, and saw the value of having their own private version of those same tools. At that time, it was MS-DOS and cheap knock-offs of the Enable O/A suite, along with countless games, of course. The military exchange stores sold cases and cases of floppy disks when they had nary a single other computer-related product. In many ways, the market was built on what corporations and government used, and MS quickly grabbed the whole market, at least in part because they responded to demand. (BTW, Enable is still in use, and I know where to get it.)

The only reason anyone will leave MS is if something better comes along. Right now, in my computer ministry, I am able to sell Linux to a portion of my clients because it offers something which strikes them as better. While it does eventually mean less work for me, the real reason is because it is in their best interest. They are the reason I have a ministry — the user is king and queen with me. I don’t manipulate, plead or harass them into it. I offer it as an alternative to yet one more re-installation of their broken Windows. Most decline, and I respect their decision. Because I have a laptop which runs Etch (I don’t care if it’s not supported; it’s the best choice for this hardware) I can demonstrate something of the GNOME interface and some of the ways in which it is not too hard to figure out.

Notice I didn’t say “how it is better than the alternative,” only that it’s not utterly foreign.

Nobody in their right mind would complain at the vast array of variations available with Linux. Those who demand uniformity should have no voice. That is entirely and wholly immoral, and I refuse to debate that. The whole point of everything I do with computers is giving people what they need, while maintaining the humility of never assuming I know what’s best. I serve them; I don’t command them. I’m not the corporate software vendor who cynically manipulates the clientele.

Nor am I Open Source, in that sense. That is, I don’t demand they adopt to my personal preferences. The greatest power of Open Source development is the vision of computing as it should be, of keeping things where everyone can see it, contribute, and make of it what they can. Fine. But to demand everyone who touches it have the ability to read and write their own code guarantees isolation to only those few with time and talent to pursue it. I won’t name names, but at least one “owner” of a very large project has tartly told those who asked for a certain feature to kiss his backside. Even when it was thousands of users making that request, and when it was repeatedly pointed out the previous series had this feature. His response was, “I don’t care.” That was a few years ago, and his tune hasn’t changed, and the project still lacks the feature.

That’s his prerogative, but I can’t recommend that to anyone. In my experience, that is the dominant attitude of the entire community. When in their divine whims they deign to recognize a user’s wish, they grant it only if it pleases them, and they were already inclined to do it. If it means in any way something they would rather not do, the requester is lucky to escape without flaming hostility. The current story line on User Friendly exaggerates what I believe is actually the literal attitude of many OSS folks irritated at mere mundane users. If they could get their hands on a nuclear missile, they would use it on someone who dared to want something which so mightily disturbed their vision of pure computing.

It’s a very old observation — a stereotype — that the very best and brightest coders are so good at computers precisely because they are so bad at people. So we have the standard joke about geeks having no social life in meat space. As long as all they do is poke at code and computer hardware, we are fine. Turn them loose in another direction and the world might well be destroyed in a very short time. That’s the way it is. Jokes are fine, but we have to live with the underlying truth. If you like computers, you have to put up with the people who don’t like anything except computers.

But those basement dwelling social misfits who turn out the world’s greatest software would not have found their niche if millions of consumers had not by their demand driven the price of computers down. I can’t count how many projects would be better if the developer could get his/her hands on a wider array of hardware and write the drivers, but they can’t afford all of it. Still, they do have at least one computer and a connection to the Internet. People and corporations with money and hardware to donate won’t come around if the code isn’t something they can use to enhance their bottom line. Without that market, it’s just a tiny handful of weirdos firing zeroes and ones at each other. If you want to advocate Linux for a wider adoption, you’ll have to understand the folks with the money.

So we have a fairly large community of those in between those two ends. It’s a broad mixture of corporate, government and private efforts which results in many distributions of Linux. Each one seeks to scratch an itch no other distro can reach, but obviously the consumer has spoken, because a tiny handful dominate the scene. For the corporations, it’s Red Hat, Novell-SUSE, and a few other smaller players. For the common user, it’s Ubuntu. For all the purists who complain about how those three are perverting the purity of vision, and how those seem to crowd out other things they prefer, I have little sympathy. They aren’t hurting you. The vast resources they represent would not be involved at all if Red Hat didn’t strive so hard to offer what corporations think they must have, and Ubuntu didn’t appeal to the more average users.

Even within those distros, the community carries a large contingent of purists who try to steer the whole thing away from the very direction which makes those distros so dominant. The vast majority of those who put their fingers on a mouse or keyboard don’t care about the ongoing internal debate, and surely don’t want to hear about philosophical issues. The majority simply want a product which matches their interests, and the closer the better. Telling them to kiss your behind because their interests don’t matter means you lose the dollars which make your little hobby possible.

The Holy Grail of Linux advocacy is not standardization; it’s learning to make the consumer think you care. Right now, the vast majority are pretty sure Linux advocates don’t care. They believe you are just trying to jive talk them into something you want, not what they want. I think those users are mostly right. It’s up to the Open Source Software Development Community to change that image, by changing priorities first.

(Updated comments on this topic are here.)

Posted in computers, social sciences | Tagged , , | 2 Comments

Inherently Broken: Government Employment

Not just military, but every arm of government bureaucracy is utterly anti-human.

In this case, we have this universally despised Census Bureau, which has no clue about the US Constitution and the limits of their authority. They apparently also have no clue how to get folks paid.

Consider this: Anyone with half a brain knows we have thousands of people unemployed, desperate enough to work for something they despise. The Census Bureau management can’t pretend they aren’t taking advantage of this. They were drooling at the prospect of having more than enough people to finish the work on time. Not just the occasional housewife needing a few extra bucks, but some pretty high quality folks who got laid off, typically from jobs paying significantly more. So they get these folks who are holding on by the skin of their teeth, make them do all this work at their own expense, and then can’t manage to pay most of them.

I get this picture of pay claims be rejected for things like the form has wrinkles, there is a stray mark on the corner of the paper, the signature flourishes went outside the box, or they lost hundreds of files and can’t be bothered to hunt for them, etc. Yes, the military saw some of this, too, so I know what I’m talking about. From what I understand, typical civil service folks are actually worse than military clerks. Individuals vary widely, but the snafus I saw in things like military pay followed me everywhere I went in uniform. I fought with the system every time. Lots of my friends did, too.

The military is loaded with crude terminology. Even the accepted term “snafu” is an acronym for foul language. It implies when things are at their best, it’s intolerable as a human experience. Now consider something. As the economy gets worse, and politics gets crazier, and tension and unrest rise, all that will get even worse. You should read some of the comments at the above link. It’s just getting started. More and more Americans will be under the gun to take any work they can get, which often would be something like this, yet in the same moment, you surrender even more of your protections. You see, the Census Bureau exempts itself, as does almost the entire federal bureaucracy, from the same strict rules the government applies to private employers.

This is what happens when you demand your government be a modern secular state. Employees become nothing more than machines. Think about how Haliburton treated their machinery in Iraq and Afghanistan under the “cost-plus” contracting, and you can estimate how Uncle Sam is going to treat you.

Posted in social sciences | Tagged , , | Comments Off on Inherently Broken: Government Employment

Debt Is Death

More specifically, debt which is not 100% personal and private is what God hates. Once you break the personal bond, debt is inherently sinful.

Christians have completely lost their way on this one. We still have one major institution in our world which refuses to engage in debt-based economics, that being Islamic governments. Where did they get that? Only a Muslim denies Mohamed got any of his ideas from Judaism. We know Judaism is not equivalent to Old Testament religion, but was derived from it. It is the Old Testament which bluntly declares God’s hatred for charging interest on loans.

You loan to your kin to keep them alive and give them a stake for future prosperity. It’s an obligation we all feel instinctively. That’s the right way to do things. We don’t do it to collect interest directly, but to gain that subtle material benefit from having your cousin or nephew make his own wealth. His wealth comes back to you in a thousand different ways, but the whole point is not the cash nexus of measured returns, but of knowing you did the right thing.

If he can’t pay you back, you take the loss. Eventually, you do so quite literally under the Jubilee laws. That’s what God commanded, and it wasn’t simply some peculiar primitive tribal thing, but truly His will for humanity. Early churches maintained this, not because there were Jews in the church, but because it was right. Paul said we should prefer to be victims of fraud than chase material recovery or profits. Precise accounting in that sense arises only — only — from idolatry of the god Mammon.

For Christians to be in any way associated with debt-based accounting amongst each other is an abomination. There should be people lined up to give to the needy, and when they can’t outright give, they should at least be ready and eager to make “risky” personal loans. No one should ever go to a loan-sharking financial institution (which is all of them), or (God forbid) a government agency, to afford necessities of life. If they really need it, they should be able to get it via the church-family. If not, they don’t need it.

You can be sure, of course, current world affairs seek the destruction of any such godly ways. So we have the propaganda demonizing Muslims because they dare adhere to a law forbidding interest-based banking. TPTB will have to destroy all the Muslim governments, of course. Meanwhile, they enslave all nations farther and farther into debt, toppling the economies first, then the governments of each modern state. If the economic pain is bad enough, we will surrender willingly. Global government has never been so easy.

To get some idea of this, I want you to see if you can find out just how much of the US federal budget is borrowed. Also, think about how revenue is dropping due to unemployment and so forth. Now, extend that to every state and local government. Suddenly, the bond market says your governments are too big of a risk to loan any more money. But previous debts don’t go away. So they actually have to find a way to take in more revenue than they spend. Somehow the words “budget cuts” don’t carry enough meaning. Then some IMF type agency says they’ll cover us, but we have to make those cuts anyway.

There are two elements in defending yourself and your family from this. First, you had better get a more realistic notion of what you really need in material goods. Our profligate wasteful lifestyle is part of what put us in this unconscionable national debt. Second, disentangle as much as possible from the debt-based economy.

Yes, I know the only 100% escape is to live in a cave and use only what people give you or throw away. That might be a good idea, but there are only so many caves out there, and most of them have restricted access. How you work out the underlying principle is yours to decide, but start thinking that way. God is more than capable of making you understand what it takes once you embrace His Laws.

Posted in social sciences | Tagged , , , | Comments Off on Debt Is Death

Join the Diaspora

Where do you congregate to share with fellow misfits who never join in mainstream pastimes? Where do the non-joiners join up?

Diaspora.

You can’t join yet, actually. The founders are college students struggling with finals about this time of year, and maybe graduating. So the project isn’t quite ready, but if it’s really any good, it will never exactly “be ready.” If that makes no sense to you, move along and forget you saw this post.

I never intended to be a loner, but I’m willing to be alone because I really do know what brings me personal contentment. Oddly, whenever I am required by circumstances to work with large groups, I end up too often in leadership. My guess is that’s what happens when you really know what you want to do, and plan to do it that way regardless who else plays along. By no means do I pretend I know more than anyone else in the group. Should someone manifest a plausible expectation of what to do and how to do it, I’m game to try it. What drives me is I usually have something else I’d rather be doing, so let’s get on with it. It seems rarely does anyone share my interests in how to occupy that time afterward, so I end up preferring my own company for most things. It was purely self-interest to learn how to take charge of things and get them moving, so I can as quickly as possible escape. I’m a loner because what I really like interests few others.

I know beyond all doubt what I really like is not mainstream, and there’s nothing I can do to change either what I like nor what defines “mainstream.” But I do hope to offer some useful ideas to those answering their own quirky drives, and I want to hear theirs. The probability of finding them in close geographical proximity approaches zero, so I tend to look to the Internet for company. I never liked MySpace, and was deeply annoyed by Facebook. Since dropping off the latter, the folks who run it have made it even more annoying. But I still hold out some hope there are a few individuals out there who would seek what I seek, in broad general terms — individuality itself. Having reaped such a bountiful joy from it, I hope to share with those few who might gain from such self-discovery. So if nothing else, we can compare notes on how to make the most of it, the path itself, never mind the destination.

So as soon as it goes mainstream, I plan to join Diaspora. It’s the Web 2.0 for those who hate Web 2.0, the mass consumer appeal and all the abuses that entails.

Posted in social sciences | Tagged , , | Comments Off on Join the Diaspora

You Never Know

When it comes to survival skills and preparedness, there are some things you can never anticipate. Sure, you probably already know it’s getting where police are worse than the crooks. But unless you have access to something like an M2, there’s not much you can do to prevent SWAT raids. They can target you for absolutely no justification at all, and lie about it, and nothing will happen to them. Yet in those areas where you are allowed to have a weapon for home defense, you are supposed to somehow know the difference between home invasion and a no-knock raid, because you aren’t permitted to defend yourself in the latter. Do you purchase body armor and sleep in it?

It’s a lot like our tornadoes here in Oklahoma. Maybe you caught a brief notice in the news about the six-pack we had ripping up central Oklahoma this past Monday, or the Tulsa area today. And as I type this, storms are popping up along a line which runs right through these parts again. While tornadoes aren’t so likely this time, the storms are rolling up the line itself, which line won’t be moving too much, so we’ll have lots of noise to keep us company all night. It’s rarely this cool so late in the spring, but we’ve hit overnight lows in the 50º F range quite frequently. How do you prepare for a sudden plunge in temperatures across the entire Northern Hemisphere?

And what can the folks down on the Gulf Coast do as those vast slicks drift ashore? At one point, King David was warned his sins would result in one of three things. David realized no matter how bad nature could be, it was always a better deal than falling into the hands of evil people. Fine. SWAT raids are highly unlikely, but God’s wrath in the form of natural disasters are a sure thing. Yet the last flu vaccine disaster was just a test run, and economic collapse has already started in Europe and in the US. The FDA says you have no right to decide for yourself what you will consume, and they plan to vigorously enforce their wishes — as dictated by Big Pharma and Big Food. And on and on.

Unlike David, we aren’t allowed to pick one of three. It’s all coming down on us at the same time. My point? You can’t prepare for it on worldly terms. You can’t defend against tornadoes and blizzards. You won’t be allowed to grow your own food soon, and you won’t be permitted buy what isn’t poisoned for the sake of profit. Meanwhile, catastrophic pollution — real poisons, not natural components of the atmosphere — is everywhere. Sometimes I wonder if God’s wrath will be averted simply because we’ll beat Him to it.

My good friend died recently, and shortly before, we both agreed this was a good time to expire. You get to see it coming, but don’t have to experience it full force. I’ll be here until God takes me home, too. Meanwhile, I’ve already escaped in my heart. I’m committed to living on a different plane, so all the stuff coming is just background noise. That’s the only real preparation.

Posted in religion | Tagged , , , , | Comments Off on You Never Know

Data Mining on You

You should visit Spokeo. Type in your legal name, or the one you use most online. Lots of people are getting the creeps about this.

They don’t dig up the information so much as aggregate what is publicly available, mostly on the Net. They are one of numerous operations doing the same thing. You can discover just how careful you’ve been by how much they have, and how accurate it is.

For example, they say I make around $65K/yr. Ha! That’s more than twice our family income. They don’t list an occupation, which is just as well, because technically I’m retired. They sell this information to advertisers, and it helps to explain the stupid sales calls I get from luxury vendors.

It also explains how certain collectors call our house looking for someone I haven’t seen in a very long time. Don’t even really know where he lives. This certain family member is not the best at settling disputed debts, in spite of having an income closer to what Spokeo thinks I make. According to Spokeo, my wife is “associated” with this person.

Aside from those two glaring anomalies, it appears their information is scant. They are missing part of my mailing address, for example. It’s funny when I consider just how much I am exposed, and what they failed to find. They offer, in some hidden options, ways you can demand they delete your information, but it won’t change much. They are just one of dozens.

What have they got on you?

Posted in social sciences | Tagged , , , | Comments Off on Data Mining on You

Traveling the Internet, Speaking Computerese

Computer ministry requires a vision. In my case, the computers are hardly the point. It’s just a way to get close to people.

I travel the region of human space called the Internet. I’m not all that interested in the Net, but it’s just how I get where I’m going. It’s the reason people ask for my help. They have computers and want to access the Net, but have troubles with it because bad stuff happens to their computers. Bad stuff happens to my computers because I keep poking around, but not because of what I encounter on the Net, so they ask me how to duplicate that.

I try to sell them Linux. Not because I truly believe in Linux as the best and most holy thing, but because right now it happens to come closest to what people need. The true believers in Linux don’t care for me, nor I for them. The true believers don’t care for any user in the first place. It’s all for the sake of the developers and their pure vision of pure computing, of Open Source and holy copyright notions. I don’t care. Linux is at a stage of development where it now typically works better than Windows for most things, and is a whole lot cheaper than Mac. At the same, it’s never been easier to use.

Because I am familiar with how Linux works, I can help people get their computer working pretty good at no cost. Sure, I accept gifts, but I never charge a fee. If it’s worth doing, it’s worth doing for the Cross. As long as I have the means to get to their computer, or get it to me, and can fix it and get it back to them, that’s what I’ll do. It’s a way of touching their lives with something which can’t be put into words, only indicated and demonstrated.

So I speak computer to these people. They hear what I’m saying, for the most part. It gets them where they want to go and keeps the bad guys away. If they want to learn more than just clicking on stuff and searching the Net, I teach. Meanwhile, they absorb something they may not otherwise gain. That’s the only reason I do it.

Posted in religion | Tagged , , | Comments Off on Traveling the Internet, Speaking Computerese

Oklahoma Prisons Break(down)

I live in Oklahoma, and my son works in one of the numerous prison facilities in this state. It’s not that I have an interest, so much as I know intricately the details of this idiocy.

What we have here reflects a broader madness in America as a whole. The entire War on Drugs is fake, because our own government is shipping that crap in by the tons. The only function of the DEA is to crack down on independent entrepreneurs in supplying the bottomless demand of the American consumer. That demand is cultivated by government officials creating the mindset chemicals will fix any problem. Meanwhile, the CIA receives the majority of their funding from a world-wide drug harvesting, processing and shipping business. And the private prison industry was built as just one more branch of this.

And it’s no different here. The Oklahoma Legislature keeps adding new felonies to the books, lengthening sentences, putting more and more people behind bars for less and less reason. At the same time, they are cutting funding. There is not a jail facility anywhere in the state not already over-populated, understaffed, and under-funded. We’ve suffered some truly awful rioting over the past, major expensive lawsuits, and we haven’t learned a thing.

Okies are stupid. Most of us know you can’t keep doing this, but we keep allowing the biggest crooks to gain positions of power. A significant percentage of the population has been in jail, and I can assure you most of it wholly unjustified. My son knows it intimately. Having worked in law enforcement myself, I can tell you that is no longer a profession, but an industry. It has huge political interests in manufacturing a fake crisis, boosting numbers with imaginary crimes, taking zero interest in what actually works.

Nobody knows the exact breaking point, but when we hit its, an awful lot of people are going to be shocked. They have chosen to blind themselves to prevent knowing. Today on just about any street I could walk, polling the residents, it would reveal the deep sickness. For example, everyone with relatively young children would be glad to put just about anybody in jail simply because the person strikes them as a little bit creepy “for the children.” Nobody is willing to exercise some intellectual honesty. They don’t want to know what’s real, because fantasy land is more convenient.

We are creating a divided population, where one bunch is the implacable foe of the other. It matters not a whit who is wrong or right on which point of discussion, because this madness inflicts all of Western Civilization. But what we have here is a guaranteed violent warfare at some point, yet one more division pitting hatred against hatred. I look for a major incident any day now, a major riot, a bombing, something to show the frustration of those who cannot get justice at any price. When your own government is your worst enemy, how are you supposed to act?

We have poked God in eye for too long, and He will not remain quiescent.

Posted in social sciences | Tagged , , , , | Comments Off on Oklahoma Prisons Break(down)