There are 52 weeks in a year not 48. 500 x 52 = 26000.
- 0 Posts
- 39 Comments
bitchkat@lemmy.worldto Selfhosted@lemmy.world•Self-hosted Personal Finance SuggestionsEnglish1·5 months agoI used to use an app called moneydance several years ago. It was pretty much the only thing that ran on Linux but it was decent.
bitchkat@lemmy.worldto Programmer Humor@programming.dev•The government doesn't use SQLEnglish31·5 months agoI’d bet that the government is probably the largest user of SQL. Unless there are really old systems that predate SQL. I’d imagine they have shitloads of COBOL for example.
bitchkat@lemmy.worldto Programmer Humor@programming.dev•The government doesn't use SQLEnglish2·5 months agoHe seems to be one of those people that think nosql should be used everywhere.
bitchkat@lemmy.worldto Programmer Humor@programming.dev•The government doesn't use SQLEnglish21·5 months agoThis sounds just like a former manager that thought nosql was the end all and that SQL had no place.
If course they developed their app that required frequent data migrations because they were in fact very dependent on all the records matching the latest schema.
I just look for a command named ${src}2${dest} like pdf2html
bitchkat@lemmy.worldto Linux@programming.dev•Linux's Sole Wireless/WiFi Driver Maintainer Is Stepping DownEnglish6·5 months agoUsually after lots of arguing and crying. But I wouldn’t have had wifi on my first laptop without it.
bitchkat@lemmy.worldto Linux@programming.dev•Linux's Sole Wireless/WiFi Driver Maintainer Is Stepping DownEnglish21·5 months agondiswrapper shudder
bitchkat@lemmy.worldto Programmer Humor@programming.dev•Accurate programming movieEnglish25·6 months agoThe really good ones understand they are in administration and leave technical things to the technical people.
bitchkat@lemmy.worldto Programmer Humor@programming.dev•Censorship is getting out of handEnglish1·8 months agoSomeone needs to learn regular expressions.
bitchkat@lemmy.worldto Programmer Humor@programming.dev•Censorship is getting out of handEnglish5·8 months agoPower top or bottom?
bitchkat@lemmy.worldto Programmer Humor@programming.dev•Sometimes, it's backwardsEnglish2·10 months agoI started getting messages every week from a carbon black scan blocking access to some npm’s package.json.
IT just white listed files named package.json.
bitchkat@lemmy.worldto Programmer Humor@programming.dev•Sometimes, it's backwardsEnglish4·10 months agoMy answer is usually “I don’t care how well it runs on your windows machine. Our deployments are on Linux”.
I’m a old developer that has done a lot of admin over the years out of necessity.
bitchkat@lemmy.worldto Programmer Humor@programming.dev•Sometimes, it's backwardsEnglish1·10 months agoA user
bitchkat@lemmy.worldto Programmer Humor@programming.dev•Sometimes, it's backwardsEnglish3·10 months agoIT is an administrative function and is really part of operations.
Software development is generally a creative position and is a profit center. If you work somewhere where you develop internal apps, you may have a different perspective.
bitchkat@lemmy.worldto Programmer Humor@programming.dev•Sometimes, it's backwardsEnglish3·10 months agoIt goes both ways. At my old job, they took away local admin. But for some reason they configured visual studio to run as admin. So, I just wrote a little program that opens the shell. Whenever I needed admin, I just ran that program from Visual Studio.
bitchkat@lemmy.worldto Programmer Humor@programming.dev•Implementing RFC 3339 shouldn't really be that hard...English1·1 year agoWe’re talking about this: “Who gets to have the time-zone that’s noon at noon?”
That established the context that we are talking about time zones.
bitchkat@lemmy.worldto Programmer Humor@programming.dev•Implementing RFC 3339 shouldn't really be that hard...English2·1 year agoActually you only mentioned timezone “who gets to have the time zone where noon is directly overhead” and then went into a rant about England vs France. You never once mentioned the meridian.
bitchkat@lemmy.worldto Programmer Humor@programming.dev•Implementing RFC 3339 shouldn't really be that hard...English61·1 year agothe correct time zone is UTC not Greenwich Mean Time.
C# is a great language but I’ll always choose Java because the ecosystem around it is so vast. Often times some client library you need has a c# port maintained by one guy and he hasn’t updated in years.