Details
-
AboutAutistic cynic. https://github.com/kwilliams1987/humble-bundle
-
SkillsSenior .NET C#, .NET, .NET Core., SignalR. I do frontend work if backed into a corner.
-
LocationNetherlands
-
Github
Joined devRant on 4/26/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
-
200 Stack Overflow epeen points for anyone who can fix my problem:
https://stackoverflow.com/questions... -
Inspired by @COD4's rant here: https://devrant.com/rants/3080528, I decided to go overboard a bit and catalogue (almost) all my unused Humble Bundle keys.
Given that there was well in excess of 300 of them I decided a more structured distribution mechanism was needed.
If you want to see if any are interesting for you, check the repository here: https://github.com/kwilliams1987/...
I have 5 more months of Humble Monthly to do still but need a break now...17 -
Got a recruiter trying to headhunt me yesterday.
For the company located in the same building as where I work now. Three floors up.3 -
Decided to swap ISP.
Arranged that my new ISP started today and my old one would end next week so I had some wiggle room for issues.
Today my old ISP just disconnected my house in the middle of the day.
Then my new ISP failed to connect me and _might_ have it fixed tomorrow.
Looking forward to working remotely over 5G...6 -
When a shady recruiter who had tried to poach me from my company, when also contracted as a recruiter for said company.
-
Spent almost four days trying to reverse engineer a feature the previous developers failed to document but a sales lead from before the take over was counting on.
Turns out it was never made and the whole exercise was a waste of time.3 -
Managed to reduce a file from 1155 to 288 lines just by converting the 50 or so methods all calling the same API library with similar setups to use one line helper functions.2
-
Hard to say, as the best tool for one job might not be the best for another.
However between Visual Studio (for big solutions and full .NET development) and Visual Studio Code (for smaller projects, NodeJS and basic file editing) I've not had issues with any projects I've needed to work on. -
Got a payrise in my annual review without asking for it.
Wasn't even a big payrise but feels good that they thought I just deserved one without asking. 🙂7 -
I'm starting day three trying to solve a Dependency Hell issue which is preventing a bug fix being deployed.
Please help.4 -
My office has a "Friday Memes" playlist full of all the songs too embarrassing to play the rest of the week.
Something breathtaking about a smooth transition from Linken Park to Default Elevator Music.3 -
When you're on the way to a client with two colleagues and take the back seat... so you awkwardly stare out the window for an hour because it's too noisy to speak to the guys up front.
-
Spent a whole day building custom OnDeserialize events for a complex import project... Find out Microsoft XmlDeserializer completely ignores all serialization callbacks.
Fucking cunt. -
About 8 years ago I had a choice, go developer or system administrator. I chose developer and never looked back.
Then I've spent the last week or so - on and off - perfecting a Boxstarter script to setup our Software Developer laptops, right down to the Visual Studio Code extensions and Visual Studio Code Standards.
Boot up a new computer, join it to the domain and start the script. It's therapeutic to watch.
I actually enjoyed it... am I a closet system administrator?4 -
I told my boss I'd been offered a job somewhere else with a better position and pay and he presented a reasonable counter-offer in under two hours which included an on-paper promotion and matching payrise.
I stayed. 🙃12 -
The feeling when you receive a screenshot of a window, and try to close the screenshot with the window close button.1
-
Been asked if we can make a few "minor tweaks" to a Visual Basic 6.0 application last worked on in 2013.
I haven't coded in Visual Basic in approximately 20 years, the project can't be opened in Visual Studio 2012 or above and the code I've seen is a dumpster fire.
Please send help.4 -
1. Needed to access an old SVN backup.
2. Didn't have an SVN client installed.
3. Realised GIT comes with an SVN proxy included.
Cool, I'll just quickly download the repository via SVN.
> git svn init
... git sequentially downloads each of the 1800+ revisions and applies them individually.
It's cool, I didn't want to do anything productive today anyway.3