Details
-
AboutSoftware developer at Swedish Board of Agriculture.
-
SkillsC, C++, C#, HTML, CSS, JavaScript, Java, Swift, Python, PHP
-
LocationNässjö, Sweden
-
Website
-
Github
Joined devRant on 5/13/2016
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
This just happened. I have to tell someone how stupid I felt a few minutes ago.
I am working on a script that is supposed to rename some files in sub folders of the current folder.
I used ChatGPT to help me out with the last part of finding all sub folders. Copied the code into VS code. Changed the path from “/path/to/folder/“ to just “/“, ran the code. It took a bit too long time to finish. Then VS Code asked for permissions to my reminders… “Why?” I asked before I realized that I confused “.” With “/“ for current folder…3 -
So I just write “pull” in a Skype-chat by accident when I thought I was writing in hit bash.
I had to tell some colleagues about my mistake and wrote a message in Riot. About 5 seconds later I repeated the mistake and wrote “got log —oneline” in the Riot-chat....3 -
FYI: pressing alt + up does not move current line up in Microsoft Word. Just realized I am not in Visual Studio Code anymore.6
-
“Netflix lowers quality on all content for a month - to prohibit internet from crashing, according to Variety”
- push notifications from Swedish newspaper.
I doubt that Netflix could cause the internet to crash...6 -
Do you guys know how I can embed a Github repo on my website? A project that my visitors may be interested to download.9
-
Just open my personal project I have not touched in a year. Cannot connect to Local DB neither remote. I am questioning my self why I use PHP and phpmyadmin. At the time I started project that was the only backend coding I knew, now I may redo it in node.js.2
-
I appreciate my own joke when I before I left work for Christmas wrote “Something is wrong, help me!!!” In a console.log1
-
Today I left a post it-note on my desk at work saying “EAGER not LAZY”. Realized that out of context that sounds weird. None of them are positive in my opinion. Hopefully only devs will notice it.3
-
Have been struggling with Git in Eclipse for about 6 hours now. The problem seems to be that all files that I actually am interested to version control are marked as assume-unchanged....2
-
Been struggling with compiling a PyQT-program the whole weekend. It worked with PyInstaller on Friday, except that the .ui-file was not included but referenced to the path on my computer. Have tried fbs instead which caused this error that now also occurs when I try to start the program created with PyInstaller.1
-
Just realize how childish (or dirty minded) I am. I just named a variable that holds the result of another value multiplied by 3 ‘threeSum’.
-
I have almost no experience in TDD and have to use it in a uni course where I build an Android app connecting to Firebase. I have googled for I don’t know how long and found no examples or got repos with unit test using Firestore.3
-
Non-devs will never understand the satisfaction when you see your tests run successfully on GitLab for the first time. (Last course at university and we are supposed to do TDD for the first time. )2
-
That awkward moment when you phone IKEA Costumer Service to ask for the buCode that is used in their API to see product status in stores.
First I spoke to a salesperson and almost had to explain what an API is. The next person understood (after a while) that it is a 3-digit code that identifies the store.
And yes, I am from Sweden. 😂2 -
After my Python-question was marked as Duplicate on StackOverflow I realized that the problem was wrong indentation....1
-
But why can’t Android Studio work out of the box?
I want to develop, Not mixture with gradle and stuff...
Time for a Power Nap.2 -
Writes regex pattern at regex101.com: match
Writes same pattern on site: No matches
Trying to fetch text from foreign site to detect when the text changes. -
I have used Mac since 2011 and I have made statements about how Windows PCs sucks.
I had to buy a Windows-laptop for engineering school and I have experienced problem after problem after problem.
It took about a month to get the right computer (I ordered online and they missed to add an extra hard drive).
I had to return the second one after 10 days because it was not able to boot.
The third one I had to send to HPs repair place in Poland for a week, because the “X”-button” did not work properly.
I have not used the computer for a couple of weeks and now I was going to create an Android Studio-project and found out that the extra hard drive is missing! (Not physically missing, it does not show up)
When I bought the computer I had to portion the disk, but this time it is not showing up in that tool either...17 -
Pissed off:
Trying to write a date function that converts an Int (seconds) to days hours/minutes/seconds.
Get stuck when I build the output-string because I need to mix string and Int. I am used to C# and PHP, C++ just screws it up for me.3 -
It is Saturday 19:30 and I am spending my time writing functions for save/load data in a binary tree. Recursion and fscanf are not a good combo so far, but that is the task. When the code is done I have to get some math done.
-
I tried to figure out the key stroke combination for Auto indent in WebStorm (on a Mac).
Result: The key stroke for selecting all (CMD + A) stopped working. -
Started the Course "Web Development with JavaScript and DOM" a week ago. I love it. First time I've tried Bootstrap. It's great.3
-
Seriously, I get a smaller hart attack if there is NO errors shown in the debugger. I wait about 5 seconds before I breathe against be sure it is correct.