I admin the.coolest.zone, the coolest site on the net for online social engagement.

  • 0 Posts
  • 33 Comments
Joined 1 year ago
cake
Cake day: June 17th, 2023

help-circle



  • I think this is mostly what you want, but as far as I can find online (and I’ll test it again later today) it no longer shows traffic warnings and your current speed like the destination maps does. I think it used to, though, which is what’s annoying about this whole situation.

    I actually lost this feature for a while - it used to be under the hamburger ≡ menu as “Just Drive” and then the hamburger menu disappeared, and I’ve just recently found it again as a widget.

    So, yeah, Google kills all good things and I’m sure it won’t last for much longer, but it’s nice in the meantime.



  • Reddit does work differently and they would have to implement the ActivityPub protocol in order to federate, which would be a lot of effort for them.

    The bigger thing is, ActivityPub is an API protocol. So for example, by knowing your username and instance I could call a particular API endpoint on your instance and get, just as one example, all your “outbox” messages - everything you have posted, the tags, actors you have sent it to (people or communities), etc. The reason for the large recent Reddit exodus is that they shut down their API because they do not want people to be able to easily pull all their data. So they would absolutely never implement ActivityPub, in my opinion. They want to remain walled off.





  • Re: this section:

    As a technical writer, you should stay close to the teams whose work you are documenting. Listen out for any code, SDK, or product changes that may require action. When you hear that a tool may be deprecated, start communicating.

    It just assumes that nobody will ever proactively reach out to the technical writer about deprecations, which is entirely true in practice, but just feels so sad to acknowledge. Please keep your content and document management team(s) in the loop!


  • I feel like the Fediverse hasn’t yet reached the Eternal September moment, and I’m happy for that. A smaller footprint means we get to have our own culture.

    On the other hand, even though it means losing this culture, I would like to see greater general adoption of the fediverse and decentralized social media in general. Sure, there will likely be some big-name domains serving fediverse instances, the same way email is primarily served by Gmail et al, but anyone should be able to spin up their own instance and interact as well. I don’t believe Internet communication should be locked behind various walled gardens, and people should re-acclimatize themselves to a version of the Internet where anyone can host and contribute.


  • @ISometimesAdmin@the.coolest.zone Let me know if you need rehab.

    But seriously… yeah, I get it. Especially this part about the workplace:

    Nevertheless, [addicted programmers] can also pose significant risks, especially because they frequently deviate from the planned course. They follow their own agenda, introducing challenges where none were necessary, or dedicating hours to minor, tangential aspects of a project. In the process, they diverge from the project plan, programming what they believe is necessary rather than what the project itself requires.

    I have been that person before, and now I’m in a position where I have to keep those folks on a tight leash and remind them “our goal is to deliver a product right now, and we can enhance it in future sprints. Let’s just focus on what our primary goal was right now.” It’s easy to fall down rabbit holes, and that’s where having proper planning and a ticketing system to backlog and prioritize future enhancements is so critical.


  • people working at the San Francisco-based startup “look down on what they consider legacy companies” and “see themselves as innovators who are radically changing the world.”

    With the rumors that the ethics board was worried about OpenAI and Altman moving too fast to truly consider ethics… This checks out. Startups are truly a different beast to larger “legacy companies”, who move slower because they have checks and balances and a reputation to maintain.

    I do think Microsoft would have given them a lot of leeway though, given the gold mine they were about to be sitting on. Staying at the front of the copilot race is critically important right now, and as Microsoft continues to move all its Office 365 services to the web and cross-connect them, it’s even more important for them to have a copilot for Enterprise clients that spans and can pull data from all those services.


  • Details:

    On January 1, 2020, Lowtax changed a setting so that unregistered users could not see the forum index. Anyone not logged in would be given the banpage because of ‘=’ in place of ‘==’ in a section of the code. This led to discovery of an ancient bit of radium code that changed ‘unregistered user’ to a homophobic slur. Jeffrey fixed the bug, but this load bearing slur will live on forever.

    While details are scarce at this point, my best assumption as to what happened hinges on the idea that non-logged-in users with a presumed username string value of unregistered user were meant to be forwarded to the login page, but because a separate section of the code changed the string value of unregistered user to [homophobic slur here], hence nobody actually got the correct forwarding and they were all sent by default to the ban page. If I recall, this led to the unintended side effect of non-logged-in users being unable to log in.

    @favrion@lemmy.world @KSPAtlas@sopuli.xyz @Klear@lemmy.world




  • Azure AD is now Entra ID. Please do not deadname the Microsoft cloud offering (even if we all think it chose kind of a dumb sounding new name 🤫).

    And Microsoft is heavily pushing their cloud services of course, but you can still set up on-prem AD as an option as well as other on-prem services.

    It’s just that all their cross service interoperability stuff won’t work as well if it’s not all in the cloud. Like, all their stuff is designed to work together in the cloud and keep you entrenched in the ecosystem, like any company I guess, except I actually like using Teams/Office/SharePoint combo, it’s executed well.



  • The thing about the jpg ones is that the jpgs can’t be stored in the blockchain, so what is actually stored is a URL to some server (and that URL endpoint could be redirected elsewhere, the server could go offline, etc).

    The other major use case I see touted is “own your game objects and bring your objects to different games” but 1) why would a company spend resources supporting an object they did not sell you and 2) could this not be handled more simply on e.g. Steam? (yes, locked into a service, but that’s just the way the industry is and I don’t see why it’s worth the time and effort for them to change that)

    I do see how potentially a blockchain that stored actual data, e.g. some JSON, could be of more use. However, I struggle to find cases where just a regular database wouldn’t be more practical. I guess it would be limited to cases where auditability and visibility of changes are topmost concerns, and where it’s important that anyone can have a local backup copy at any time.

    If you have some examples of where this technology could be one of the best solutions, I’d love to hear them. The blockchain does fascinate me but I feel like it’s often a solution in search of a problem rather than the other way around.