Details
-
SkillsStarted my journey with PLC programming during my apprenticeship. At university I learned C and Python, at my new job it's mainly C# with some (horrible) short trips to VBA.
-
LocationBavaria
Joined devRant on 1/13/2020
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
-
I came to notice something funny.
In many languages, programmers will go out of their way to use to newest, most shiny features, even if there isn't any need to.
Only in C, programmers will go out of their way to avoid new features and make their code compatible even with the oldest ANSI standards.4 -
\n and \n\r
What a fuckton of issues those two characters brought me today while attempting to verify a signed file.10 -
We are moving to kubernetes.
Nothing much has changed except we now get to say
it works on my cluster.
instead of
it work on my machine.1 -
I just got told on a video meeting that I am far too pretty to be a developer.
To be fair, I am well aware of this, most devs I have met on the wild are some ugly ass motherfuckers.
I is a pretty ass mfker.41 -
Just asked something on stackoverflow.
Has been 15min already. And still no downvote and no comment saying “fuck off”
Today is a good day.
🙃
Sorry for wrong tag. This ain’t a rant. I was just thinking “so? -> rant”5 -
And after copy paste when it doesn't work, I read the text and come to know only works in x version, which I never have.2
-
Finally got myself a Lytro Illum!
I,v been wanting to buy one since it came out but the company who made it closed down in 2015..
Thoose fuckers just thrown everything in the trash and set it on fire, software, firmware, mobile app etc.. no open source, no archives, your expensive camera is now a paper weight! You’r welcome!
So i got myself a new hobby, started reverse-engineering the fuck out of it, luckily it’s based on android (api17), i have adb and it’s running a hidden DHCP server too so it’s coming along nicely :D
I’m planning to make a camera control mobile app for it and maybe some faster image processing, wifi sharing etc..
I love beeing in home office :D19 -
New level of efficiency/laziness:
Used Tasker to autodial me into my daily stand-up conference calls. If my "AtWork" variable is set by the calendar entry, and If my "Jabra" headset is connected.
I don't have to remember conference codes...or keep track of the clock to call in on time.9 -
That feeling when a company HR person (recruiter) tells you after your interview that this has been the best interview so far and you have made her day
:)7 -
I always want to work on a bazillion side-projects but don't have enough time because college, work, etc. Now that I have all the time in the world to work on side-projects I have zero motivation and just waste my time on YouTube.
This sucks.9 -
Have you considered that we might just have to stay at home because the batteries of the surveillance pigeons have to be changed? 🧐7
-
I did a presentation on a tool I wrote to around 60 people (not a lot for some I know) , but most importantly all the feedback has been positive so I'm pretty happy.5
-
I think I might change my middle name to "I told you so"
Couple of weeks ago I proposed integrating a daily process job into an existing WPF application (details of what+why would be too long to explain) and the manager suggested I make the changes
Me: "I can do it, but Jay has the most experience with that application. I don't have his WPF skills"
Mgr: "How hard can WPF be? If it uses the MVVM pattern, it should be a snap."
Me: "Its nearly an 8 year old WPF project with several chefs in that kitchen. I pretty sure I could figure it out, but that is a difference between 2 weeks and 2 days. Integration is pretty straight forward, Jay could probably do it in a day."
DevA: "WPF is easy. MVVM makes it even easier. I worked on the shipping app."
Me: "That's was a brand new, single page app, but yea, it should be easy."
DevB: "WPF has been around a long time and the tools have really matured. I don't understand what is so difficult."
Me: "I didn't say anything would be difficult, I know with that application, there is going to be complexity we need to figure out."
DevB: "It uses the MVVM, so all we need is the user control, a view model, controller, and its done."
DevA: "Sounds easy to me."
Mgr: "If you need more time to work on the vendor project, I'll have DevB work on the integration."
<yesterday>
Me: "How is the integration going?"
DevB: "This app is a mess. I have no idea how they got the control collections to work. If I hard-code everything, I can get it to work. This dynamic stuff is so confusing. Then there is the styling. Its uses dark mode, but no matter what I do, my controls show up in light mode."
Me: "The app uses Prism, so the control configuration is in, or around, the startup code."
DevB: "That makes sense. Will it fix the styling too?"
Me: "I have no idea. When I looked at it, some controls loaded the styles from the main resource, other's have it hard-coded. Different chefs in the kitchen, I guess. How far have you got?"
DevB: "I've created invoice button. That is as far as I got"
Me: "I'm finished with the vendor project and I'll be wrapping up the documentation today. I can try to help next week."
DevB: "Thanks. I think we might have to get Jay to help if we can't figure this out."
Me: "Good idea"
Two weeks and only a button. A button? I miss Delphi.3 -
The new NHS contact tracing apps appear to make use of Google Analytics (in the privacy policy section)
https://github.com/nhsx/...
No, I have no idea what's going on here, and considering how much the privacy implications of this app have been discussed this seems like an egregious oversight. I'm not even sure I can summon the effort to properly rant about it.1 -
My biggest insecurity?
That I'm fascinated by a lot of domains and rather than mastering one I'm just intermediate in all of them, making me a jack of all trades but a master of none.7 -
You can't even make this shit up.
The British NCSC is stopping with the terms "blacklist" and "whitelist" because it would be racist...
Fucking oversensitive cocksuckers.25 -
I disabled javascript in my browser. Amount of shit loading to read shitty article is insane.
I opened chrome devtools and it was 300 requests and 10MB to read 500 words.
Another news portal 250 requests 7MB to see 300 words.
WTF ?
And they’re fighting with internet traffic by lowering movie quality ?
I just add I have pihole with lots of wildcard filters filtering half of internet and fucking adblocker and those numbers are after those filters.
Are you fucking out of your mind ?
Fucking hypocrites.17