Frustation - Tumblr Posts

1 year ago

you guys don't understand how annoying it is to have to spend my time home alone cleaning cat pee out of the toaster cause they only pee in the toaster friday nights when my parents are planning on going somewhere the next day it's ridiculous all i want is toast just let me have not-cat-peed toast


Tags :
9 years ago

My mind

(This is basically my rant)

Okay so I basically don’t talk to you because 

1. I have a mega crush on you for three years

2. your being an asshole

3. your a fuckboy

Then you get mad at me when I give you an attitude like bitch pls. 

First off all so what if I give you an attitude back? What are you going to do?

Nothing. That’s what I thought! Just because I’m a girl who so happens to be the only one to reject you. Like get a grip It was three years ago. None of your friends know that it happened because you would be embarrassed. Then you decided to claim me and fuck other girls? OKAY! LIFE IS NOT SUBWAY OR BURGER KING! YOU CANNOT HAVE IT YOUR WAY! 

Then when none one is around your decent!!!!!! WHAT IS WRONG WITH YOU! YOU MAKE UP LAME EXCUSES TO TALK TO ME WHEN I JUST GET IRRADIATED. THE AMOUNT OF NON INTELLIGENT STUFF YOU SAY MAKES ME WANT TO BANG MY HEAD ON A WAY MULTIPLE TIMES. 

IT MAKES ME MAD AND SAD THAT I LIKE A GUY WHO HAS BARELY HAS A BRAIN!!!! ITS SO FRUSTRATING!!! 


Tags :
1 year ago

looking for a fic

It was a ladyblog salt fic i think, i can only really remember one scene, where marinette just got to school, and is walking thru the halls and everyone is like glancing at and whispering about her and how it was marinette who got alya the interview with ladybug in the first place?

Ive been trying to find it for like 6 months now, i just think that particular take is so intersting.

I THINK Felix (pv) was also there but i might jus be trippin

The reason the blog was getting into hot water was like alya posted something and then ladybug came forward and said "thats nit true" basically. But i cant remember if it was the one where ladybug made a blog (im pretty aure its not LadyBugOut) or OH WAIT I REMEBER ANOTHER BIT

Aurora the stormy weather girl also had a blog!! It was like a meme blog, called bugcatz or bugsancatz or something And i think ladybug gave HER an interview? Like the day before the hallway scene

GOD I CANT REMEMBER I HAVE BEEN SEARCHING FOR OVER HALF A Year ;-;


Tags :
1 year ago

“I hate yarn and I hate knitting and I hate everything”

-thoughts of an angry teenage knitter-


Tags :
2 years ago

Frustrations

Following other developers, learners and makers are great. It facilitates learning and gives inspiration

But one thing that is often missing from people telling about how it is going, is the failures, frustrations and problems any developer will run into.

For this reason, two of my favorite maker youtube channels are Extractions&Ire (Chemistry) and Code Bullet (machine learning). Because these madlads are brave enough to not just show their process and result, but also their failures, mistakes and errors. And how they overcome them. Not always by learning (Sometimes making a dumb mistake is not really something you can learn from...)

It's good, because it's real.

Code tutorials and guides can give the impression that the normal process of development is "Open IDE, code, fix tiny typo error, compile, success". They don't do it out of malice, but out of a want to be concise. Which is fair.

So I also want to share when things do not go so well. I have programmed Atmel's AVR Chips for quite a while now. But I have done it mostly in microchip studio(former Atmel studio) and a bit in the arduino IDE. A job I am currently applying for, uses visual studio code. Which is fair enough. So to prepare for this specific job, and to acquire this quite good-to-have skill, I want to set that up for myself First things first, since I have not done this before, I cannot know if my code would have a weird error so I want to know everything else is working first. So I write a tiny program which simply have the microcontroller increase a number every 2 seconds and write it to my PC over UART. Takes 2 minutes.... I grab one of my Arduino Nano boards and a USB cable for it. And then... I cannot flash it... Its communication protocol have troubles.

I have seen this before. It is to do with the cables not being correct. If they are USB 2.0, very little magnetic noise can cause trouble. (And you cannot tell if a cable runs USB 2.0 or 3.0 by looking at it... because the universal serial bus is not universal... Insert grump rant here) I then spend an hour finding and trying different USB A to USB B-mini cables. Give up, notes down to buy (and MARK) some USB 3.0 versions for the future. I then grab a Arduino Uni instead, as they use USB B, which is much more resistant to noise... And then spend half an hour trying to find a the cable, as I do not have a lot of them, since... nearly nothing uses them. Finally find it, and yes, the program can now be flashed. So I packed all the cables I tested back in their places, after marking them so I will(hoefully) not have to do this again. Had to take several breaks feeling depressed and grumpy, and all in all, this adventure took 4-5 hours. And now I can START on this... And this is how work sometimes is. And that is ok. It is still... VERY frustrating ...


Tags :
2 years ago

Sometimes you just accept a flaw and move along

So I am building a robot from scratch. It just needs to be a platform for my other projects. It takes Twist commands (Basically, orders how fast to move in what directions) and return odometry (Basically, where the robot thinks it is), both over wifi via the HTTP protocol. Because the odometry math is a lot easier with stepper motors(motors that moves in tiny discreet steps. Usually several hundreds for a single rotation), these are what I am using: I am using 2 TMC2100 boards to drive them. These have 2 pins that you can set to Ground, supply or let them float, and they are used to configure what amount of micro-stepping you want to do (If a stepper motor have 200 steps for a rotation, micro stepping 4 means it takes 4 smaller steps to do one of those 200 "real" steps, and so takes 800 steps for a full rotation) All great... eeeeexept... for some reason the configuration pins just does... nothing, no matter what I set them to. The boards are just stuck at 16 micro-steps, as if both pins where set to supply. This limits the robots speed to 0.3 meters per second... which is... fine. The amount of work and money it would take to fix this(Likely I would have to buy new boards) is not worth a speed boost that is not needed for the first 2-3 projects I want to test on top of it... so I am just leaving it. "Perfect is the enemy of good" and all that... but it still feels unsatisfying... blaaa


Tags :
2 years ago

The Universal Serial Bus is often not universal...

So there is this problem you often run into when doing development. You come up with a solution. You research the solution, and find only tiny amounts of people talking about it, and/or they seem to say many different things and disagree. Most of the time, that is for 2 reasons 1: it is a very novel solution, so no one have tried it much, and everyone who have, has made very custom versions of it. 2: There are variables that makes it impossible to do it in one single way. I needed a rechargeable battery system to power my robot. These can get... VERY complicated, and pre-made solutions can quickly be expensive and you might end up with batteries catching fire, or destroying the batteries so they can never be used again. You need protections on them, but which kind depends on a bunch of things. I know electronics, but I am mainly a software guy, and I know when I do not know enough about electronics to do it myself. This being such a case. So, I came up with the idea to use powerbanks. One for each steppermotor, and one for the microcontroller(so the noise fromt he motors could not cause issues).If I use ones that can output enough amperage, they should just work and they are cheap. They are meant to be used by normal costumers, so have all the protection needed, and are quite idiot-proof(Which is a very handy thing when you are an idiot, like me) so should be easy to use. But I could not find much info about doing this... and I did not realize I was looking at reason 2. Basically, BECAUSE powerbanks are idiotproof, they do not want to discharge themselves unless there is a real device at the end of the USB cable. So if they cannot detect one, they turn off after about a second. How do they determine if there is a real device? Depends on the power bank.... No really, there is NO standard way to do it, as far as I can tell. And it does not depend on the power bank MODEL. I have 2 identical power banks, bought at the same time, and they do NOT behave the same. Which means that when I connected the powerbanks to supply my system, they (SOMETIMES) did not supply anything. Some check how much current is being drawn, which can be faked with a resistor wasting some power. 500mA was being quoted a lot, but that is more of a "That is probably enough to get it going". Others check for impedance(Basically, also resistance, but from frequency dependent sources). Those can be "faked" by having a coil or a device that acts like one to the faking resistor. I wanted a tiny 5 volt fan to cool the stepper motor drivers anyway, so I had one power bank also power that. That ensured that it actually stayed on (But if I used the other, (identical!) power bank it just turned off anyway). The other one could be connected up directly. If I used the powerbanks lower amperage socket. If I used the high amperage one, it just turned off. So now it works... I have 2 powerbanks for the motors, each with painters tape marking which powerbank and socket to use for what. Took me a week longer than I had hoped to figure all this out and do all the experiments. Sometimes, things that should be simple are just headaches.


Tags :
2 years ago

Love when your art assignment that is *mandatory* if you want to take it. Is to draw your bedroom and said bedroom looks like this:

Love When Your Art Assignment That Is *mandatory* If You Want To Take It. Is To Draw Your Bedroom And
Love When Your Art Assignment That Is *mandatory* If You Want To Take It. Is To Draw Your Bedroom And
Love When Your Art Assignment That Is *mandatory* If You Want To Take It. Is To Draw Your Bedroom And
Love When Your Art Assignment That Is *mandatory* If You Want To Take It. Is To Draw Your Bedroom And

Like I can't find an angle where it looks good

Oh and ref pictures [So the ones above] are *also mandatory*


Tags :