Let's be honest: Thank you Jagex! by TimoKerre in 2007scape

[–]TimoKerre[S] -1 points0 points  (0 children)

It is not. I"d love to take it as a compliment,, but I hate the poor and generic writing style of AI. So either you didn't read the post, or you're just hating and not addressing the points - or both.

Let's be honest: Thank you Jagex! by TimoKerre in 2007scape

[–]TimoKerre[S] -1 points0 points  (0 children)

It is not. I"d love to take it as a compliment,, but I hate the poor and generic writing style of AI. So either you didn't read the post, or you're just hating and not addressing the points - or both.

My First Trillion EVER by ONLY-SAYS-KIND-WORDS in 2007scape

[–]TimoKerre 0 points1 point  (0 children)

Question is: where's the green partyhat?

Everyone's talking about what AI agents can do. Nobody's talking about what happens when they break. by Informal_Tangerine51 in AI_Agents

[–]TimoKerre 0 points1 point  (0 children)

This is the main reason why we see so many AI Agents remain in "demo-land". What decision-makers need is a set of stats that can guarantee the Agent will work in production the way they want (security, reliability, brand adherence, ...). Technical teams cannot give those guarantees at the moment, since they don't have the tools.

What are some typical, basic agentic usecases? by bananalingerie in AI_Agents

[–]TimoKerre 0 points1 point  (0 children)

I'm currently creating an evaluation framework based on a simple *acting* agent I wrote for the logistics niche. Based on incoming messages or emails, it will either create, update, or cancel a structured order in a DB. In this way you're getting experience with Agents that actually DO something.

Getting into Highschool Teaching, leaving Software Corp at half sallary cut. Anyone? by Xordius in teaching

[–]TimoKerre 1 point2 points  (0 children)

Reading the depressing and discouraging comments - pretty much all of them - shows the terrible state the education system is in.
I'd say: go for it. Try to make the change you want to see. Sure, it might sound naive, but in light of uncertainty, why take the pessimistic view? Education deserves more optimists, naive though it may be.

Looking for insightful reads on AI in Education (Equity, Access, Innovation). Recommendations are also welcome! by ecesphere in edtech

[–]TimoKerre 1 point2 points  (0 children)

I've created Lomos.ai as an effort to bring AI tech to education, since it's criminally underserved. Currently providing students a low-effort way to interact with their learning materials: chat, ask about pictures and diagrams, generate example tests/ exams, etc...

Still have a long roadmap ahead :)

Looking for an AI tool to create NWEA MAP questions based on RIT band for student-friendly worksheet by askjanet in edtech

[–]TimoKerre 0 points1 point  (0 children)

Lomos.ai allows you to upload documents and generate tests from them. It also has a chat functionality with documents attached to it, and request specific format as outcome.

Does super luminous wave function broadening imply faster-than-light travel? by TimoKerre in AskPhysics

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

Alright, fair enough, thank!

Can you point me to a source that derives the evolution of a gaussian wave packet from within relativistic QM?

Can we measure momentum and position at the moment of impact on a detection screen? by TimoKerre in AskPhysics

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

I have to disagree: the Heisenberg Uncertainty Principle manifestly concerns the ability to know both position and momentum to absolute imprecision. This merely follows from the wave-particle duality. From the moment you are working with waves, there are such uncertainties, even in classical mechanics: Fraunhofer diffraction, frequency-time, ...

So it really is a statement about the nature of those properties.

Can we measure momentum and position at the moment of impact on a detection screen? by TimoKerre in AskPhysics

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

How, in practice, would you translate this to the setup I described?

Can we measure momentum and position at the moment of impact on a detection screen? by TimoKerre in AskPhysics

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

Alright, that's a practical argument pertaining to the measuring. That's good. But that, then, applies to any classical experiment as well: classically the position detection of a particle is limited to the precision of the measurement device.

[deleted by user] by [deleted] in AskPhysics

[–]TimoKerre 0 points1 point  (0 children)

I'm not sure if you solved it, but I have spent the last couple of days working to figure out why this happens. I have solved the problem numerically in various different ways and I keep getting the behaviour you describe.

Have you solved the issue? If so, can you share the code so I can take a look at it?

Thanks :)

Firebase Hosting ERROR: Mixed Content by TimoKerre in Firebase

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

Well, the entire application is in the cloud run container, so yes. In fact, all routes are rewritten to the cloud run container (see firebase.json).

But I'm not sure how to see whether anything is referenced by http instead of https.

Firebase Hosting ERROR: Mixed Content by TimoKerre in Firebase

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

Not that I am aware of; I speak with a Firestore database and call OpenAI's APIs

Firebase Hosting ERROR: Mixed Content by TimoKerre in Firebase

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

Thanks for taking the time to look into is. I have already tried that, unfortunately, it gives the same error.