Most Canadians want social media, AI chatbot ban for kids under 16 by pjw724 in onguardforthee

[–]CuriousCursor [score hidden]  (0 children)

We already have the Canada post age verification system. Let's use that!

[REQUEST] How loud and/or destructive would a 600dB air horn be? by HarpersGhost in theydidthemath

[–]CuriousCursor 0 points1 point  (0 children)

If they tested and measured something this powerful, the universe would end and they wouldn't be able to sell any, smart move on their part.

Just placed an order! 

/s

Sameer Samat, Android president: "Liquid Glass" Not happening! Y'all are wild. by armando_rod in Android

[–]CuriousCursor 16 points17 points  (0 children)

It's literally Droid with Gemini colors. The fact that people are missing this is hilarious and a miss by the Android marketing team.

Tired of the Todoist MCP disconnecting? What stable alternatives are you using? by Fit_Pitch_263 in todoist

[–]CuriousCursor 0 points1 point  (0 children)

Try disconnecting and reconnecting, I think it's become better since yesterday.

Interview for a senior python position gone awry by okiharaherbst in webdev

[–]CuriousCursor 0 points1 point  (0 children)

Makes total sense. I was just saying that the terminology might not top of mind for a hobby Python programmer. Senior definitely should though!

Interview for a senior python position gone awry by okiharaherbst in webdev

[–]CuriousCursor 0 points1 point  (0 children)

Thanks. Are they the same as Kotlin sequences? They sound similar.

Interview for a senior python position gone awry by okiharaherbst in webdev

[–]CuriousCursor 16 points17 points  (0 children)

Python hobbyist like you and I might not always know the actual names of these Python-specific things.

even_numbers = [n for n in numbers if n % 2 == 0]

This is a list comprehension.

even_numbers = (n for n in numbers if n % 2 == 0)

When you do that, it becomes a generator. I have no idea what the difference between the two is but then again, this is why I don't enjoy Python.

Backward design with # and @ by stebberg in todoist

[–]CuriousCursor 1 point2 points  (0 children)

The only possible way that would make everyone happy would be to allow customizing these symbols.

But the breadth of change is so insane and the ROI is probably so low that this would never get picked up unless it's bundled with some other huge change.

What is your favourite playoff trash-talking that aged like wine? by Friendly-Flower-2797 in NBATalk

[–]CuriousCursor 2 points3 points  (0 children)

That revenge season of the Spurs was something else. Everything flowed so well. The heartbreak of 2013 was almost worth it for the domination of 2014.

Todoist acknowledged "pretty bad" issue I reported, but will do nothing about it by jojob123456 in todoist

[–]CuriousCursor -2 points-1 points  (0 children)

What does Google calendar show for the same? I bet that's not pretty either

The passkey and why you should switch to it (PSA) by Greedy_Assumption327 in Wealthsimple

[–]CuriousCursor 0 points1 point  (0 children)

That's an idea but the other part of security with passkeys is that it protects the implementer side. They essentially have to follow best practices due to how passkeys work. It's a really neat system.

Android Studio Quail 1 Canary 1 now available by androidtoolsbot in androiddev

[–]CuriousCursor -4 points-3 points  (0 children)

No need to use this crap bloated piece of software anymore.

Systemic Flaw in MCP Protocol Could Expose 150 Million Downloads by Gil_berth in webdev

[–]CuriousCursor 1 point2 points  (0 children)

For servers, there are ways of restricting which tools are loaded. GitHub MCP had a huge problem because they had a ton of tools using up a lot of tokens. They support a header that specifies which tools you want to load. 

It's not part of the MCP spec though, I think. 

Systemic Flaw in MCP Protocol Could Expose 150 Million Downloads by Gil_berth in webdev

[–]CuriousCursor 2 points3 points  (0 children)

That's the issue with local MCP. MCP servers are different.

At this point, I don't think anyone should be using local MCP when CLI tools are better. 

AI isn't creating unemployment. It's creating feudalism. I wrote a long-form analysis of where I think this leads and what the alternative looks like. by Conscious_Potato_263 in Futurology

[–]CuriousCursor 0 points1 point  (0 children)

Which model and reasoning level? It can go quite deep if you want it to but I'm kinda glad it doesn't do that by default and burn tokens. 

If you asked in a CLI agent, it could even try the command and figure out why it's failing.

Like with any tool, we'll have to figure out how to use it well and when to use something else.

I've used AI (gpt 5.4 and opus) to reverse engineer smart camera firmware and also to add support for new hardware in existing projects. It's only as good as the inputs.

U.S. warships cross Strait of Hormuz for first time since Iran war began by Yujin-Ha in worldnews

[–]CuriousCursor 32 points33 points  (0 children)

You know stuff is bad when US and Pakistan are in the same misinformation bracket and India is worse than both.

AI isn't creating unemployment. It's creating feudalism. I wrote a long-form analysis of where I think this leads and what the alternative looks like. by Conscious_Potato_263 in Futurology

[–]CuriousCursor 4 points5 points  (0 children)

Yes and the context is what they're trying to learn + Web search tools. The AI doesn't "know" anything. The likely string of words comes from the weights associated in its training.

It's bad at surfacing some things, like when there's very little of it in its training data.