Details
-
About33 year old dude
-
SkillsCurrently: C#; framework and core, TFS bound devops, vector graphics and animation. Previously done PHP, JavaScript, python, C++, assembly
-
LocationDenmark
-
Github
Joined devRant on 4/21/2017
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
-
Currently working on a webassembly Blazor project with IdentityServer4, gRPC, SignalR, and webdev is once again fun2
-
Got a Sparkmaker FHD resin based 3d printer two days ago. Last night I set it to print a rather large feral druid from wow. I'm pretty excited to see it finishing up this morning!10
-
No, No you fucking don't you motherfucker. I will find you, and I will kill you. Murder is on my mind14
-
If you bought a new phone in 2018, why?
And why did you get that *model/brand*?
If company phone, then why not just pass?10 -
I currently have an LG G4, which was a flagship phone of its time.
Now I'm considering buying a new one because this phone doesn't seem to like WiFi and my wifi doesn't seem to like the phone.
I don't think I want another flagship phone again, since all I've used this one for is email, telegram, conference apps, netradio, banking, devrant, Google music, pedometer. In the beginning I liked it had FM radio, but I'm not even using that anymore. And never used it for gaming (no blizzard, I don't want Diablo on mobile)
I don't want to throw lotta money at it.
So some of my requirements are: rootable, if possible changeable battery, great camera, latest Android version, exercise tracker of some sort.
Any alternative ideas for phones to look at or website that can give a list based on selections?9 -
"Out of process VS debugger to enable the VS debugger to use a 64 bit process - resolving many out of memory performance and reliability issues."
Someone pinch me!
https://docs.microsoft.com/en-us/...1 -
We have a patching system that takes a main version and applies small changes while they are able to work. I designed it inspired by how Google and Mozilla does it.
Last week I prepared a small change to the patch by replacing a single exe and leaving everything else so no database changes were required.
I committed the patch file and left it for our testers without changing version numbers as that wasn't required here.
Well... More changes were made and version numbers were bumped. Which required version changes in the database, but no changes were being executed by the tiny program that does that because they made changes to that instead of just reusing the old version to.
That change were made to prevent it from redoing old changes which I guess is fine. Except now it did no changes at all.
Please test if you change what I commit. -
I hate when my co-worker a second after explaining the problem for him automatically says "I don't know what to do".
Maybe think about possible options instead.1 -
Thought there might already be the first high altitude rant.
Hello from 10km above you all.
Things to complain about:
The LOUD plane.
The LOUD Asians.
The seat swapping Asians. Throws passenger manifest out the window in case of accidents.
The hairiest dude next to me which is only like 3 links away from being descendent of monkies.
The good stuff:
Modern Boeing 737-800.
Free WiFi for everyone.
Friendly crew.
Reading about 737-800 plane specs and crashes.6 -
Today I heard a story from my workplace about a clinic that uses our software.
They received a virus that causes the computers on this clinic to bork because the owner clicked a link in an email with a fake postal message.
Right after we had restored them...
Then he wanted to see if it would happen again if he clicked the link...
Thought that would have taught them.
But it happened a 3rd time in the same week.1 -
Went to the most pleasing grocery store yesterday. I couldnt quite put my finger on why that was, until I actually paid attention to the aisles4
-
Reading about how C# types from xml schema xsd's are converted.
Seeing a few integer conversions I don't expect.