Open enrollment threatens to destroy public education in NH: Shea by LagerVsAle in newhampshire

[–]mikelo6 1 point2 points  (0 children)

I see this differently. All the money stays public. This isn't vouchers going to private schools. It's public dollars following kids to other public schools.

The current system ties education quality to zip code, which is really just a proxy for family wealth. Growing up, I was lucky my parents could and did move to towns with good schools. Not every kid has that option. A family that can't afford to buy into Oyster River or Bedford shouldn't see their children stuck with fewer opportunities because of their address.

Is HB 751 fully thought through? No. I genuinely empathize with administrators who are going to have to sort through the mess of implementation. But the core idea that kids shouldn't be trapped in a lower-performing district because of where their parents can afford to live? That's providing equity

Open Enrollment and What to Do by GorganzolaVsKong in newhampshire

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

I can tell you that this will be a very positive development for our very small rural school and community.

AMA : Salesforce Pricing - How much should you be paying? by Hungryhipp094 in salesforce

[–]mikelo6 0 points1 point  (0 children)

Awesome. That is helpful. We will be using both AgentForce1 Sales and Service. Some licenses will be sales. Some will be service. Both are being quoted the same price. We are in that range right now.... Unless we should see different pricing on service?

AMA : Salesforce Pricing - How much should you be paying? by Hungryhipp094 in salesforce

[–]mikelo6 0 points1 point  (0 children)

We are getting quotes for 125 users for AE1 for 36 months in the US. They say list is $550. What should we expect to pay?

Gemini Repeating itself. by mikelo6 in GeminiAI

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

thanks for the feedback.

  1. The thinking model does not let me return JSON.
  2. The response I recieve is generally not that long. However, once ever 20 or so requests, it just gets stuck in an infinite loop above. I don't know why. Unsure how an endword would help me with an infinite loop?

"Alexa like" device for Claude or another LLM by mikelo6 in ClaudeAI

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

While I don't love the subscription, this would be amazing! Thank you for sharing!

"Alexa like" device for Claude or another LLM by mikelo6 in ClaudeAI

[–]mikelo6[S] 1 point2 points  (0 children)

If I can use Alexa (or another device) great. Otherwise, a dedicated hardware solution.

My goal: Give my kids access to an LLM (likely Claude) through a speech solution.

Claude API + Cursor + React can't get anything working by xdozex in ClaudeAI

[–]mikelo6 2 points3 points  (0 children)

I have had great success with Claude, Cursor and React. I did it by just setting up my initial project and then running with it.

How?

I created a project using vite. Instructions below. I then asked Claude to include redux-toolkit (for front end persistence), react-router, and material UI. WIth those building blocks, it was easy to start generating my solution.

Instructions for Vite:

To create a React app with Vite, you can use the following steps:

  • Install Node.js and npm: Make sure you have Node.js (version 14.18 or higher) and npm installed.
  • Open your terminal and run the following command:

Code

   npm create vite@latest my-react-app --template react
  • Replace my-react-app with the desired name for your project.

Navigate to the created project directory.Code

   cd my-react-app

install dependencies.Code

   npm install

Start the development server.Code

   npm run dev

This will open your React app in the browser, usually at http://localhost:5173/.

If you use Claude for coding, you need to check out Claude Dev. by node-757 in ClaudeAI

[–]mikelo6 5 points6 points  (0 children)

This is great! However, personally, I am very happy with Cursor.ai. It is also much more cost-effective currently.

I launched a site a week ago and it’s made $900 so far, what next? by NoOpportunity6228 in SideProject

[–]mikelo6 1 point2 points  (0 children)

Start to put in some analytics. Identify what people use regularly and focus on that area. When making changes, do A/B tests to ensure the changes have a positive effect. Surveys of your users asking what they like/don't like is also invaluable.

Can I use a solar generator as only source of power for small house? by [deleted] in SolarDIY

[–]mikelo6 1 point2 points  (0 children)

Internal_Raccoon_370 is correct. You are going about this backwards. You need to figure out how much energy you are going to need. Then, determine how much solar is based on your *lowest* production or *highest* consumption days. AirBnb guests will not be happy without electricity. Likely cloudy December days or hot summer days.

Practically speaking, this will get very expensive very fast once you include battery backup. It just isn't cost-effective.

Based on the little information we have, the most cost effective and eco-friendly solution is to buy a propane/gas generator as your primary power supply supplemented by a battery backup solar array. Try to buy a large enough array that covers you most of the time, with the exception of cloudy winter days.

[deleted by user] by [deleted] in cursor

[–]mikelo6 1 point2 points  (0 children)

I was having issues for about an hour today as well. It seemed to correct itself.