• Activity
  • Votes
  • Comments
  • New
  • All activity
    1. Honey did nothing wrong

      OK, maybe they did something wrong; not actually giving people all potentially available discount codes when you say you will is wrong. But I don't think they did anything wrong by overriding...

      OK, maybe they did something wrong; not actually giving people all potentially available discount codes when you say you will is wrong. But I don't think they did anything wrong by overriding affiliate links, and I think it's dangerous to let people convince you otherwise.

      Even if replacing affiniate codes has negative consequences, in the form of lost revenue and uncounted sales, for the affiliates, it is happening entirely in the end user's browser, and in that environment the user has the right to do whatever they want. One can get extensions that strip off all affiliate codes. A user might have a case that their informed consent was not obtained by Honey for one feature or another, but if a user wants to install a browser extension that replaces all the affiliate codes in links they click, they have a right to do that and no affiliate marketer can be rightly empowered to stop them.

      If we admit some right to control the user's browser's behavior on the part of affiliate marketers, why would that right stop at interference by Honey? Wouldn't any extension interfering with the sanctity of the affiliate marketing referral data then be a legally actionable offense?

      24 votes
    2. What trustworthy resources are you using for AI/LLMs/ML education?

      Every company is trying to shoehorn AI into every product, and many online materials provide a general snake oil vibe, making it increasingly difficult to parse. So far, my primary sources have...

      Every company is trying to shoehorn AI into every product, and many online materials provide a general snake oil vibe, making it increasingly difficult to parse. So far, my primary sources have been GitHub, Medium, and some YouTube.

      My goal is to better understand the underlying technology so that I can manipulate it better, train models, and use it most effectively. This goes beyond just experimenting with prompts and trying to overcome guardrails. It includes running local, like Ollama on my M1 Max, which I'm not opposed to.

      8 votes
    3. [SOLVED] How can I hide streams from my YouTube subscriptions page?

      Picture explanation: https://i.horizon.pics/tWovRax4kh.jpg When I view my subscriptions page on YouTube, half the "videos" are recordings of completed streams, often 2+ hours in length. I'm not...

      Picture explanation:

      https://i.horizon.pics/tWovRax4kh.jpg


      When I view my subscriptions page on YouTube, half the "videos" are recordings of completed streams, often 2+ hours in length. I'm not interested in watching these. For me, they're just pollution in the feed.

      Apparently, a lot of the channels I subscribe to, whose videos I enjoy watching, also stream on YouTube a lot.

      Second Wind is probably the channel I'm most hung up about. I like their normal videos, and don't want to unsubscribe from their channel, but jesus they stream two or three times a day.

      (Also, it's annoying that when I view a YouTube channel, I can visit their videos page or their streams page separately. Why can't I have this same separation on my own subscriptions page?)

      (Also also, I already use an extension to hide shorts (among other things), but it unfortunately does not have a feature for hiding streams.)

      Fancy bullet point summary:

      • I want to hide recorded streams from my subscriptions page
        • I don't care as much about hiding active livestreams, because those don't pollute my subscriptions page nearly as much
      • I do not want to unsubscribe from any of the channels I follow. That is not an option
      • I'm willing to stop using youtube.com in favor of an alternative client (web, desktop, etc) if that client supports hiding recorded streams from actual videos
      • I'm willing to install a browser extension that can solve this problem (but I can't find one for Firefox)

      Ninja edit:

      While writing up this topic, I actually found my own solution. The browser extension I mentioned earlier has an "advanced blocking" feature that takes a JavaScript function as input. The extension's GitHub page has an issue, with a comment, with some code to hide streamed videos on the subscriptions page.

      However, that code didn't work when I tried it. Thankfully, I just needed to check for videoRenderer instead of gridVideoRenderer.

      Here's the updated code:

      (video, objectType) => {
          // Only videos on the Subscription page
          if ( objectType === "videoRenderer" ) {
              if ( video.hasOwnProperty("badges") && video.badges.includes("live") ) {
      	    return true;
              }
              if ( video.hasOwnProperty("publishTimeText") && video.publishTimeText.indexOf("Streamed") != -1 ) {
                  return true;
              }
          }
          return false;
      }
      

      I have no idea what the consequences of checking against videoRenderer instead of gridVideoRenderer might be, and right now I'm too lazy to find out. This works well enough for now.

      (The "consequence" might be that streams are hidden from the related/recommended videos in the sidebar of a video page? I actually hide that sidebar, so I wouldn't know. Oh, and they'll probably be hidden from a channel's streams feed.)

      It isn't a perfect solution though. Streams that are "scheduled" still show up on the subscriptions page. However, I think channels can set streams and videos as scheduled? So blocking one without the other would be more complicated?

      I welcome any feedback or improvements on the code.

      15 votes
    4. Having a hard time understanding how minds.com makes money

      came across the minds.com social media space and I am very intrigued but I am having a heck of a time figuring out how it makes money. I'd like to use it more but if it's the same as...

      came across the minds.com social media space and I am very intrigued but I am having a heck of a time figuring out how it makes money.

      I'd like to use it more but if it's the same as facebook/insta/twitter and just makes money via outrage and scraping and selling user data, that's a non-starter for me but I can't actually tell what their revenue stream is?

      4 votes
    5. Apple Intelligence doesn't work the way I want it to

      Recently I did an update on my Macbook and it started showing alerts about Apple Intelligence. I've heard a little bit of marketing about this but I haven't really spent any time trying to figure...

      Recently I did an update on my Macbook and it started showing alerts about Apple Intelligence. I've heard a little bit of marketing about this but I haven't really spent any time trying to figure out if it is just hype. Well, I've tried it a few times and I'm completely underwhelmed.
      One of marketed features is that Siri is much improved. That would be nice, I thought, because there are only a few use cases like "Set an Alarm" where Siri could ever do anything besides a google search.

      So there are two times recently I tried to use this improved Siri to solve a problem. My background using AI: I use Copilot at work. I get mixed results for it, but it does use my local context (open files etc) and is able to ask follow up questions if my prompt is too vague.

      First Use Case: I want to solve a technical problem on my laptop

      • My Prompt: "Can you help me fix Discord so that audio is shared when I share a video stream"
      • My Expectation: Maybe an AI summary of the cause of the issue. Maybe open up system settings or open up Discord or give an explanation of why this is a technical problem on Macs.
      • Actual Siri Response: Does an internet search and shows some links. Essentially just did a google search which I could have done by typing the same prompt in a browser.

      Second Use case: I want help finding a file on my laptop

      In this case, I made a summary of my finances on my laptop a few months ago. I can't remember what I named the file or what kind of file it was. Maybe a spreadsheet? I know it was on my local computer.

      • My 1st Prompt: Can you help me find a specific file on my computer
      • My Expectation: Maybe some follow up questions where it asks me for a date range or something that is inside the file. Yes, I know that I can do this in Finder but I want Apple Intelligence to save me a few minutes.
      • Siri: Shows the result of a web search on how to find files on a computer. The first few results are for Microsoft Windows
      • 2nd Prompt: Can you help me find a specific file on my mac
      • Siri: Tells me to use Command-space and use the search

      In both cases, Siri just acted like a shortcut to a google search. It didn't even recognize that I was asking the question on a Mac. This is same as Siri has always been. I assume that it can still figure out to set a timer and do a few things, but it doesn't seem to be working in a way I would expect an AI to work at all.

      28 votes
    6. Seeking programmable mouse with top buttons

      I am looking for a new mouse that meets the following: Must have: at least 3 (ideally 5+) programmable buttons on the top (not the sides), preferably to the outer edges (of the top), rather than...

      I am looking for a new mouse that meets the following:

      Must have:

      • at least 3 (ideally 5+) programmable buttons on the top (not the sides), preferably to the outer edges (of the top), rather than in the middle
      • those top buttons should not be right-handed-biased (most that I've seen put more additional buttons beside left click, and fewer near right click)

      Nice to have:

      • Can be configured with Linux; but I don't mind temporarily using Windows or OSX for initial and a once-in-a-while setup
      • not too many buttons on the sides, since I won't be using them, so that would just drive up the price for features I won't use

      I am currently using a Logitech G300s (images from DDG). I am very satisfied with it, as it meets all my criteria, but one of my primary mouse buttons is starting to unintentionally double click (on single click). I know that that is a common problem with mice in general, but I don't want to bother with DIY fixing, especially any operation that involves soldering. Prior to that, I used a Roccat Kova (images from DDG) which had only 3 additional buttons on top.

      I would just buy another G300s, but it's not in stock any more anywhere that I've looked, presumably due to its age.

      I've done a little websearching, and have asked ChatGPT, but everything I've come across either is biased to right-handed users, or doesn't have enough buttons on top. Most options I've seen have many buttons on the sides, but that's not the way I mouse (I move the mouse with the thumb, and ring and pinky fingers).

      10 votes
    7. Any real AI recommendations from the community?

      Hey - I'm wondering if we've got any real-life recommendations for AI's out there? I'm not looking for a list of AI's - they're everywhere! What I'm interested in is whether and how anyone here...

      Hey - I'm wondering if we've got any real-life recommendations for AI's out there?

      I'm not looking for a list of AI's - they're everywhere! What I'm interested in is whether and how anyone here has started to use an AI on a regular basis to the extent that you consider it genuinely useful now?

      For example,

      • At work with have a ChatGPT3 wrapped app in Slack which I use quite often to improve summaries and formal comms I write. I think everyone knows it's basically good at that.
      • I use Pi.ai as a "sympathetic" and filtered advisor for more sensitive topics relating to mental health that I have to deal with - it's useful insofar as I'm less worried about hallucinations or bad output when I'm using it. This might be misplaced confidence to be fair, but I've not had a bad experience with it so far.
      • I use ChatGPT built into Apple Intelligence more and more since getting a device capable of using it. I think the use case I'm most warming to is that "search" is less and less useful nowadays because of blog spam and assumed corrections to my searches. I can use ChatGPT as a replacement to search in a growing number of use cases.

      What I'm wondering about:

      • Gamma.app promises to be a .ppt replacement via AI. I'm skeptical. I have to summarise and present a lot of content at work. Having a means of an AI doing some of the lifting here would be incredible, but I remain unconvinced.

      Any sites/services you use regularly and effectively that you'd recommend?

      34 votes
    8. Best way to set up NAS?

      so I have a setup where I have a NUC that has docker on it, one of the containers is my nextcloud that I use for sharing my files across my computers. I also have a synology NAS which is connected...

      so I have a setup where I have a NUC that has docker on it, one of the containers is my nextcloud that I use for sharing my files across my computers.

      I also have a synology NAS which is connected to my NUC via NFS and the files themselves are stored on that NFS file via a docker volume mount.

      Hopefully that made sense.

      My problem: not often but it does happen where my router has an issue, today it just needed a restart. another time it was cause I deliberately disconnected it from the power not realizing it would mess up the connection between my NUC and my NAS.
      Why is this an issue? it causes my nextcloud to freeze up as the files it is supposed to share are no longer available. necessitates me restarting my NUC to get the connection going again.
      Thankfully hasn't happened often but still something that can be scary in the moment. My question is, is this just one of the pitfalls I have to accept of utilizing a NAS the way I am or is there a way to connect a Synology to a NUC and ensure router issues don't cause the nextcloud docker instance to freeze?

      12 votes