• 2 Posts
  • 41 Comments
Joined 11 months ago
cake
Cake day: December 11th, 2024

help-circle

  • Teams crashes or fails to work for me at least a few times a week and has for months. Outlook glitches out daily. I legit started using the web access instead of actual Outlook because it constantly bugged out.

    Both Teams and Outlook are so ridiculously slow for what they do and the hardware they are running on.

    Meanwhile in Windows 11: 4 years after release and I still can’t click on the clock on my secondary monitor to look at the calendar.





  • Yeah your point totally stands for sure. I mostly replied because everyone I know treats the bible as some static, unchanging thing and I think that influences religious propagation because it kind of buries how such an important religious book came to be. Granted this is by design to help push the religious tenets and imply inviolability.


  • I probably shouldn’t have used the term “organically” since the changes would be intentional and manipulative/manufactured. At a high level that is probably just human nature though so from that sense it kind of was organic.

    Anyways yeah, there is nothing like a chain of custody on any of this stuff, it’s been translated between languages many, many times. Contradictions, lack of chain of custody, discarding of translation biases, all of them are problematic and are generally dismissed by those faithful. I think that’s part of the point for them, their faith covers those things. I don’t understand it but I can appreciate how it helps some people. I wish people didn’t also use it as an excuse to isolate and hate but I think that is more about humans being flawed than the concept of religion in general…


  • We won’t ever know for sure but treating the contradictions in the Bible as intentional is probably giving more credit to the people who initially created it than they deserve.

    More likely, they just just didn’t really plan it out and instead shit was added piecemeal over time ultimately leaving a lot of contradictions.

    Anyways, it seems much more likely that this happened organically rather than being intentional.


  • I don’t think I’ve actually played any of those so I can’t speak to them but hopefully someone else can. There is a website you can check compatibility on although I don’t know if it includes non-games and/or tools. Arizona Sunshine looks like it’s fine: https://www.protondb.com/search?q=arizona+sunshine

    If it’s gold or higher it’ll almost certainly play without issue. Silver will very likely play if you tweak the compatibility settings to change proton versions (go to game options in steam > compatibility > change the version. Bronze is hit or miss, you’ll likely be able to get it to work but it might require more work. Borked is of course…borked.

    Anyways, someone else can probably answer those games specifically but if not you can use the website to check.






  • The main point I took away from your comment, and the thing that I think is missing in most of the other comments, is application of this concept to the real world. You nailed it. Always read the manual is a nice sound bite and something that can be flippantly thrown around to feel superior but that is terrible advice without any context.

    What it should say is: Always refer to the manual.

    Part of being a human is prioritizing tasks based on need and/or want. Another part is understanding your personal needs to accomplish a task. Reading a manual may provide value. Spending the 2 hours with family also provides value. If I choose the latter I can still refer to the manual when needed.

    It drives me crazy when people double-down on some distinct thing (always read the manual) and then preach that it should always be the case or apply to all situations. There is a concept of diminishing returns and people should teach how to figure that out rather than blast out a good sound bite. Let people identify what works for them and be respectful of that. I’m not sure why that is such a hard concept for people.


  • We talked about this in my software engineering course back in 2001. Surely we can start acting on these finding a quarter century later right? Right?? Joking (I guess?) aside, this really should be taken more seriously.

    For the most part it is just soul crushing to constantly be interrupted but people legit die because of software errors due to these kinds of things. You think someone who has 30 minutes free a day to do code reviews for a whole team is going to do a good job, regardless of their intention?

    Software is driving cars, flying planes, scheduling trains, pretty much everything in modern life. Yet we are fragmenting our codebases, micromanaging to the point of focus and productivity loss, and to make up for that we are trying to leverage ai tools that were rushed to market. Buckle up folks, we are in for a bumpy ride.


  • It makes sense, you aren’t telling sql server how to do something, you just tell it what you want and it figures it out. You aren’t even doing procedural stuff at that point.

    I like the RAD tools being qualified as 4GLs as I haven’t really thought of them that way but again it makes sense.

    Also screw PowerBuilder. I am sorry if anyone in this thread likes it…but it is seriously awful.

    Edit: Before people jump me, I do know that you have some influence over execution plans with join orders, hints, etc… but by and large you don’t tell SQL Server how to do it’s job.



  • This is a huge one for me. For those who don’t know, this brings up the rev-i-search utility which allows cycling from most recent to oldest commands executed. It also supports partial finds so if you did ‘cd’ it would cycle the most recent change directory commands.

    The forward search (in case you’re somewhere in the history stack) is ctrl+s and operates the same except crawls the command history forwards.

    I use these constantly in my normal workflow and they save a ton of time.




  • I get what you are saying and this is definitely a factor but I think the bigger influencer was mobile adoption. As soon as smartphones took off it was inevitable that we would see a surge in cross platform frameworks/libraries.

    The fact we tackled this problem by shifting everything to web apps was also inevitable given the more simplistic deployment requirements and maintenance costs of a website vs native application.

    I feel like I am shouting to the void when I talk about performance of modern software being unbelievably bad.