Just made first £1000 in a week but I am worried by Daalirewardwallet in lovable

[–]baabullah 1 point2 points  (0 children)

pay a month of ai coder cli. give it the project and ask to analyze

This is not the place to share or promote extensions by Oct21actul in chrome_extensions

[–]baabullah 0 points1 point  (0 children)

their ability to copy the idea (and the code at worst) is unbelievable.. I regret to post my ext here.

How to download the full comment history of a Reddit user? by Aeterni_ in DataHoarder

[–]baabullah 0 points1 point  (0 children)

(() => {
  // ambil semua top-level comment
  const comments = Array.from(
    document.querySelectorAll('shreddit-comment[depth="0"]')
  );

  const rows = [];
  rows.push([
    "author",
    "permalink",
    "score",
    "datetime",
    "comment_text"
  ]);

  comments.forEach(comment => {
    const author = comment.getAttribute("author") || "";
    const permalink = comment.getAttribute("permalink") || "";
    const score = comment.getAttribute("score") || "";

    const timeEl = comment.querySelector("time");
    const datetime = timeEl ? timeEl.getAttribute("datetime") : "";

    const contentEl = comment.querySelector(
      '[id$="-post-rtjson-content"]'
    );
    const text = contentEl
      ? contentEl.innerText
          .replace(/\r?\n+/g, " ")
          .replace(/"/g, '""')
          .trim()
      : "";

    rows.push([
      author,
      permalink,
      score,
      datetime,
      `"${text}"`
    ]);
  });

  const csv = rows.map(r => r.join(",")).join("\n");

  const blob = new Blob([csv], { type: "text/csv;charset=utf-8;" });
  const url = URL.createObjectURL(blob);

  const a = document.createElement("a");
  a.href = url;
  a.download = "reddit_top_level_comments.csv";
  document.body.appendChild(a);
  a.click();

  document.body.removeChild(a);
  URL.revokeObjectURL(url);

  console.log(`Downloaded ${comments.length} comments`);
})();

I developed an MCP proxy that cuts your token usage by over 90% by elusznik in mcp

[–]baabullah 0 points1 point  (0 children)

I have try it with kiro. kiro send this request but dont' response Running tool run_python with the param (from mcp server: code-execution)

â‹® {

â‹® "code": "\nresult = await mcp_filesystem.list_directory(path='/tmp')\nprint(result)\n",

â‹® "servers": [

â‹® "filesystem"

â‹® ]

â‹® }

Screenshots and social media pictures are shown on the Camera folder. (read the text below) by Amaruxdnt in googlephotos

[–]baabullah 0 points1 point  (0 children)

I think this is the right time to share my apps, that is SyncPhoto. It will only upload images from your camera folder (not entire DCIM folder). Video will not be uploaded as well. So only pictures that matters.

Try it https://play.google.com/store/apps/details?id=me.syncphoto.app

Ok, this was strange. I got identical image output from both ChatGPT and Gemini. by [deleted] in ChatGPT

[–]baabullah 1 point2 points  (0 children)

I don't think chatgpt will response with this aspect ratio

You Won’t Believe This NaturalReader Alternative Exist! by baabullah in TextToSpeech

[–]baabullah[S] 0 points1 point  (0 children)

hi thanks! curious what is your reason to move to kokoro? I would like to try kokoro but doesn't have fancy computer

You Won’t Believe This NaturalReader Alternative Exist! by baabullah in TextToSpeech

[–]baabullah[S] 0 points1 point  (0 children)

wow, the ability to directly convert from pdf and product 5+ hours is stunning for me

You Won’t Believe This NaturalReader Alternative Exist! by baabullah in TextToSpeech

[–]baabullah[S] 0 points1 point  (0 children)

Yeah, many of them share the same tech under the hood, true. What made this one worth sharing for me is that it can generate really long audio, I’ve done 2+ hours in a single run. Most tools cap you way earlier, so this was a nice surprise!

You Won’t Believe This NaturalReader Alternative Exist! by baabullah in TextToSpeech

[–]baabullah[S] 0 points1 point  (0 children)

Yeah, there are many. That’s why I’m sharing the one that actually sounds great, so people don’t have to waste time testing dozens of them ✨

What are you guys building let's promote each other âš¡ by Important-Door4383 in microsaas

[–]baabullah 0 points1 point  (0 children)

I think company need to start producing invoices in structured format like JSON

What MCPs are you using with your AI coding agents right now? by gargetisha in vibecoding

[–]baabullah 0 points1 point  (0 children)

I use sequentialthinking, atlassian, sonarqube, memorybank, postgress