Skip to main content

Posts

Why!!!

Why must life be this way? I don’t understand it. If we lived in a utopia, things might be better; but I’m not sure about that. I wish there was some kind of something to overcome this feeling of inadequacy. I doubt I will ever fully figure it out. If I had the ability, I would do it in a second. But I don’t seem to have that ability at the moment. Maybe one day I will be able to figure it all out.
Recent posts

Life How Art Thou?

Oh life. What am I going to do with you today? I wish I could understand what’s going on. But I don’t believe in myself much anymore. It’s a crime or a shame or something. I don’t know which. If I did know I suppose I’d have an answer by now wouldn’t I? Yeah that’s what I was thinking. Talk about a rough patch to be going through. But what else am I supposed to do about it all? I haven’t a clue. If you could tell me how the future will unfold I suppose I’ll find a way to male it all coke to pass. Wow, talk about a stress exercise! Yeah something like that. But it isn’t about the thoughts that go inside my head, at least not for now. It’s the things I don’t think about most of the time. Now that becomes scary. I need to go to therapy but I am afraid of doing so. What if they laugh at me?

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.

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.