

Proof of Concept.


Proof of Concept.


I keep parroting this, but in the next couple of years, I think there will be a couple of giants that fall. I work in ServiceNow and they, like many others, have gone all in on AI. Their problem is that they were slower than some, their solution is half baked at best, and it’s prohibitively expensive. Nobody is paying 10s of thousands+ extra for the licensing to be able to run agents, and less are paying the extra licensing required for the users to be able to use that agent.
I’ve now been pulled into copilot studio, and yet again it’s another product rushed to market that isn’t ready for the big stage. Dog shit documentation and training material, and terrible environment design.
All of these big players have invested so much money in adding AI, nobody wants it, and now they’re all hemoragging money.


I’ve got two friends that are right in the edge of trying. One has a spare thin client that he wants to PoC with and was asking for distros and how to install. The other was thinking of jumping in the deep end with Arch, and I’ve warned him, but the wiki is solid, he’s not dumb, and Arch install is better than it ever has been.


Regardless of who they were affiliated with, it would be pretty naive to believe that there weren’t officers, agents, whatever, at a lot of these protests monitoring people for better or worse. The expectation should be that they are trying to identify everybody there, which is why there are guides for how to protest safely. Things like don’t bring your phone or at least keep it powered off.


I’d say no. The effort to setup a dual boot and then hope it never breaks isn’t with it. I’d recommend installing into a virtual machine and running from there. If you break something in your install then it’s easy to start over and it’s way easier for initial setup.


Or League or a slew of EA games.


I’m not sure where the thought that it’s clunky comes from, but the advantage to me is that I like the Android OS way more the the Apple OS. I don’t care about integration across devices because I don’t have more than one android device. Anytime I switch phones I login and everything loads in from my latest back up and it just works. I can connect to my computer with KDE connect or plug in with USB C if needed.
I’m not claiming it’s a better functioning product, I’m just saying the Android UX > Apple UX. The pixel has the advantage of flashing something like grapheneOS which no iPhones can do. Even with locking down side loading apps, there is still more freedom on Android devices than there are on iOS.
Also, I don’t like the feel of iPhones. I’m sure it’s something I would get used to, but it’s not my first choice.


A little, but that’s not a factor in this opinion. I think iOS is awful to use.


Imo, the Android experience is far better than iOS. I have no love for either Google or Apple, but I would rather use a slower older Android phone over any iPhone.
I prefer lowercase with hyphens, but I’m transitioning into a team that does everything camelCase, which is the second best case, but I still strongly dislike it.
So you hold down the first letter of each sentence longer so that it capitalizes rather than hold shift? That feels like it would completely mess with my flow when typing. Shift just happens naturally for me and I don’t register I’m pushing it.
I forgot the Sidewalk is a thing. While that tech does kind of do what OP was saying, Sidewalk is limited to only Amazon Sidewalk compatible devices, like the echo line and ring. Just at a quick glance, there are no smart TVs that can connect to that network.
That said, it is an opt out service, which it awful. No smart TVs will connect, but I’d recommend disabling for anyone that uses Amazon devices.
Yea, this paragraph feels like fear mongering. I’m not saying OP didn’t see that somewhere, but from a tech standpoint, the TV still has to authenticate with any device it’s trying to piggy back off the wifi for. Perhaps if there were any open network in range it could theoretically happen, but I’m guessing that it’s not.
I do remember reading that some smart TV was able to use the speakers as a mic to record in room audio and pass that out if connected. It may have been a theoretical thing but it might have been a zero day I read about. It’s been some years now.


There are the obvious options that can’t work due to the general mode anti cheat software, but over the past 1.5 years, I’ve only had a couple of steam games where I had to tweak something because it didn’t work out the gate. Every major title I’ve played worked first try.
I tried Linux a couple times over the bast 20+ years and it was still too raw for me. Now, it just works for me. I’m by no means a Linux guru but I am a computer smart guy. I setup a laptop with Mint for my brother who knows the bare minimum about computers, and he’s had no issues using it. The progress made over the past decade has been wildly positive.


This makes Linux desktop a viable option for millions of users where it wasn’t before. It’s absolutely a battle between Linux and Windows.


Removed by mod


Code readability is important, but in this case I find it less readable. In every language I’ve studied, it’s always taught to imply the previous condition, and often times I hear or read that explicitly stated. When someone writes code that does things differently than the expectation, it can make it more confusing to read. It took me longer to interpret what was happening because what is written breaks from the norm.
Past readability, this code is now more difficult to maintain. If you want to change one of the age ranges, the code has to be updated in two places rather than one. The changes aren’t difficult, but it would be easy to miss since this isn’t how elif should be written.
Lastly, this block of code is now half as efficient. It takes twice as many compares to evaluate the condition. This isn’t a complicated block of code, so it’s negligible, but if this same practice were used in something like a game engine where that block loops continuously, the small inefficiencies can compound.


Apart from the bias, that’s just bad code. Since else if executes in order and only continues if the previous block is false, the double compare on ages is unnecessary. If age <= 18 is false, then the next line can just be, elif age <= 30. No need to check if it’s also higher than 18.
This is first semester of coding and any junior dev worth a damn would write this better.
But also, it’s racist, which is more important, but I can’t pass up an opportunity to highlight how shitty AI is.


Name and shame. Who’s the link aggregator?
I have been balls deep in some copilot studio stuff over the past week. It is legitimately one of the worst applications I’ve use in my life. In a business environment, there is no security unless you pay for premium licenses for every user that touches a managed environment. That’s $30 per user per month for basic security. If you have one agent that 1000 employees may use, that’s baseline $30k per month. If you don’t have a managed environment, the anybody in your organization with a copilot license (not copilot studio) can login to the default environment, create agents, and share them indiscriminately. There is no middle ground.
Fuck everything about Microsoft. I really hope that AI kills them.