Skip to main content

Posts

What If?

One would think this life would be easier than it currently is. I mean come on wouldn’t ou think that? Of course you would. So why can’t we each believe in it I for one would want to believe in it. It would give me something to do with my day at least. But well there’s something else on my mind. We have to be able to understand what it is exactly, if we don’t? Then that’s something quite different now isn’t it? Yeah that’s what I was thinking.
Recent posts

Sleepy Day

Today feels like a sleepy day, I don't know why that is. It just feels that way. I wish I could figure out why life happens the way it does. But I don't understand how anything goes about in this life. If I could understand one thought in life...I think I'd like it to be able to grasp why we are here on this Earth. Is it because the aliens want us to become something better than we are? I mean they're the ones in charge right? I think they are.

Blast From The Past: February 17, 2024 - Trying My Best

I’m trying here, is that all which matters in this life? Trying your best? I don’t know or have a clue as to how that works. It’s just a life that we have to be able to get through. I think that’s how it works, maybe possibly. I really do not have a clue. I wish I did have an idea of how life worked, maybe then I’d be able to figure out what to do about all of this other nonsense.

Words To A Slug

Sometimes you want a slug to make a filename. A slug is a group of words where the punctuation is removed and spaces are replaced with hyphens. Here is a simple way to implement this in Java. (It’s met my needs so far.) /** * Returns a phrase into a slug ie: This Is Good (this-is-good.md) * @param input The text to transform into a slug * @return The slug of the text passed in */ public static String toSlug(String input) { return input .toLowerCase() .replaceAll("[^a-z0-9\\s]", "") // remove punctuation .trim() .replaceAll("\\s+", "-") // spaces → hyphens + ".md"; } It can use some work. I have noticed if you have a hyphen in the word you pass in, it will put – which you might not want. So yeah some tweaks can be added to it for sure.

Blast From The Past: February 26, 2024 - Meh Life

Today is not going well, My phone isn’t working. I hate it. I need to get a new phone, but we have no funds for a new phone. Who knows what’s going on anymore. I hate it. I wish there was something we could do about it, but there isn’t. I mean yeah I need to get a new phone. But the money thing is making it difficult. I wish I could just snap my fingers and make my old phone work fine and dandy again, but I doubt life works that way. No, I know life doesn’t work that way.

Life Has A Way

If I had the ability, I think I would do something about it. By it I mean life. I need to be able to figure things out in this life, I'm not sure what that means exactly, but if life had the ability to be understood, then I'm sure it would have to do with something that is extra special. Special enough to be there for everything else out there in the world. I just wish I could see how special it all is. But I can't. So I will try and attempt to figure out whatever happens. Or what has happened, perhaps what will happen? I'm not sure. It's life, and that's all I know about it. Talk about a wild ride though. We just never understand what's going on most of the time, and that's what's scary. But we have to keep moving forward.

Don't Have A Clue

Let’s discuss whatever needs to be talked about today. Shall we? yeah I think we need to or something. I don’t know, or have a clue. It would be nice if I could understand whatever there was to understand. But I don’t get it all, I hardly even recognize that something needs to be understood to begin with. It can be quite annoying if you ask me. But what am I supposed to do about it all? I don’t have a clue.