• 0 Posts
  • 27 Comments
Joined 11 months ago
cake
Cake day: July 31st, 2023

help-circle



  • I don’t believe that’s possible. I think at one point there was a way to disable all access to the history API, but I don’t believe that option exists anymore. Additionally, it would break a lot of websites.

    Unfortunately I think this is probably a result of the way YouTube implements their “auto play next video” feature, and they are unlikely to change that.

    An option might be using an alternative YouTube front-end, rather than using the YouTube site, but I don’t have a lot of experience with those. (other people on here do though)


  • No. The API is correctly named, but I can see how it could be misleading (and concerning!)

    That API allows websites to programmatically go somewhere in your history. It can go forward, back, or to a specific point in your history, but it can’t see what that history is, it can only go back 3 pages back or forward 2 pages for example. It doesn’t actually know the history, it just navigates to those points in history. So Google isn’t going to know that you were on Pornhub 3 pages ago, for example.


  • I’m still on IRC! There’s a raw simplicity to it that I appreciate. You don’t have to use a bloated Electron app to connect to a proprietary service, you can just go straight text on the protocol-level in terminal (if you’re nuts), and the protocol is open and simple enough to understand that you can easily make your own client even if you’re a lazy or mediocre dev.

    So IRC, Lemmy, and I guess Instagram (if that counts)




  • You’ve never had to do something outside of what is included in the PHP standard library? You’ve never used composer or included a third-party library?

    You must dedicate a lot of time to writing things from scratch, things that are already solved (almost certainly better than you or I can ever do ourselves) and can be utilised by using a third-party library / module / package etc.

    Node does take things to the extreme sometimes, but often packages are saving you hundred or thousands of hours a year, so you can focus on overall logic rather than creating an already existing tool for sending high-volume templated email, for example.





  • What’s really cool is seeing actual conversations taking place. I’m actually able to comment here and I’m not immediately being drowned out by being one of ten thousand comments or constant contrarian trolling.

    It has also totally replaced Reddit for me. It reminds me a lot of the old internet and a bit of early Reddit. It’s a really cool experiment, and if it continues as-is I will be thrilled, and if not then I will forever have a sense of pride of what everyone here accomplished. It’s very cool.


  • I am also interested in alternatives as I still use Clockify. But I also need to rant about Clockify: oh my God it is so damn buggy. Whenever I use my VPN on Windows to connect to the office (split routing, so only traffic destined for the office goes over the VPN, not all traffic) Clockify goes in and out of “No internet connection…” for 5-10 seconds. It’s also constantly logging me out, and will sometimes pop up a ton of “new update available” dialogue windows at the same time.

    It also doesn’t have great rounding options. And one of my clients has a tiered billing structure (X dollars up to a certain number of hours, Y dollars for anything over that in the month) which I don’t think I can track in Clockify at all, so I end up doing all of that manually every month.

    I thought about looking for FOSS alternatives but haven’t gotten around to it yet. Also thought about doing my own FOSS thing with a paid hosted / support component, but I don’t have much cross-platform GUI dev experience.