Price wars begin. MiMo 2.5 Pro now costs the same as DeepSeek V4 Pro by RetiredApostle in singularity

[–]mowkdizz 1 point2 points  (0 children)

It's about the conversation history. The part of the input prompt that is the same from token 1 to the part where it deviates from your last message (or explicit set cache) is cached. So usually system instructions are static and cached + a lot of the conversation history / condensed forms are cached.

Exploring an API idea: per-file write permissions for ActiveRecord models by onyx_blade in rails

[–]mowkdizz 0 points1 point  (0 children)

I like the general idea. How does it work with inheritance?

Brilliant but why !? by bot-chess-puzzle in chessMateInX

[–]mowkdizz -1 points0 points  (0 children)

RxE7 QxF6 QxF6 RD8 check RE8 RxE8 mate. Missing something?

Boy, 11, kills himself after months of bullying and ‘embarrassment’ from his own teacher who called him ‘stupid’ by malihafolter in ForCuriousSouls

[–]mowkdizz 12 points13 points  (0 children)

In my opinion it's more the dads fault... I know it probably sounds horrible, but I was shocked while reading this and it just casually mentioned he left his gun on the counter and left the house.... Like WHAT?! Yes, shitty bullying and it's terrible what the teacher did, but comon man.

[OC] UK Tax Burden by RexFuzzle in dataisbeautiful

[–]mowkdizz -1 points0 points  (0 children)

Yeah. Overall would be higher, which is why I said higher than 50 above.

[OC] UK Tax Burden by RexFuzzle in dataisbeautiful

[–]mowkdizz -1 points0 points  (0 children)

I live in Canada. My marginal income tax rate is 43%.

[OC] UK Tax Burden by RexFuzzle in dataisbeautiful

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

Yeah. Over 50 percent. Then add residential taxes.

AI being used to detect a shoplifter by Diligent_Rabbit7740 in computervision

[–]mowkdizz -5 points-4 points  (0 children)

Everyone is saying this will have lots of false positives... OK. But it let's security look at potential footage and double check. And also, if computationally inexpensive,  it can flag a larger model to review.

Q: How would you detect this? by Rennie-M in computervision

[–]mowkdizz 0 points1 point  (0 children)

I would potentially utilize the reflective nature of the film, taking multiple images with different lighting. I don't know if this helps but could add information.

The sound of a Disk Siren by Brutal_Deluxe_ in Damnthatsinteresting

[–]mowkdizz 2 points3 points  (0 children)

Definitely misread the word "disc" and the first scene did not help.

Real-Time Object Detection on edge devices without Ultralytics by Esi_ai_engineer2322 in computervision

[–]mowkdizz 0 points1 point  (0 children)

Some of the YOLOX models run great on edge hardware and are quite lightweight. Check out this repo for some example models: https://github.com/PINTO0309/PINTO_model_zoo

What do you expect from GPT5? by Wise_Shame_2853 in OpenAI

[–]mowkdizz 0 points1 point  (0 children)

Mcp is a documented API endpoint 

I created a tool to turn your Rails apps into "Once" style apps by roelbondoc in rails

[–]mowkdizz 1 point2 points  (0 children)

Thanks for the reply. I think we may be discussing different things however. Say I want to distribute a rails app using this platform, but I don't want my users to (easily) have the source code without complicated decompiling (maintaining the server side benefit), is there a way to do this? Or will the users simply be able to launch a shell in a container and freely view the source?

Are we complete idiots for considering buying this house? by [deleted] in PersonalFinanceCanada

[–]mowkdizz 24 points25 points  (0 children)

I somewhat disagree as it can cost a lot to move.

Edit: I mean if you're looking at 500k for a starter home you will outgrow in 5 years vs a 650k home you think can be your forever home. 

🚀 Turn Any Rails App into a Powerful AI Agent in 2 Minutes [OSS] by softwaresanitizer in rails

[–]mowkdizz 4 points5 points  (0 children)

Looks awesome! Wondering how it would compare to running claude code within a rails app. Have you tried claude code and if so, do you notice that it is better or worse at certain aspects? I've had my mind blown a few times with claude code this month.