HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Beckmeister

no profile record

Submissions

Show HN: Teaching Tokens: Implementing Private, Lightweight AI in the Classroom

medium.com
1 points·by Beckmeister·4 ay önce·0 comments

I Vibe Coded a Crypto Currency using AntiGravity. Here is what I learned

medium.com
2 points·by Beckmeister·5 ay önce·0 comments

Blockchain in a Box (Docker: Educational Crypto Nodes with Lesson Plans)

github.com
1 points·by Beckmeister·5 ay önce·1 comments

comments

Beckmeister
·4 ay önce·discuss
https://www.notion.so/Inside-OpenClaw-Deploying-Sniffing-and...

Lab 2 there shows you how you can use socat to intercept that data passing between OpenClaw and LLM. It's interesting to look at all the tooling (and modify it if you like) around the user prompt. --Might help if you are interested.
Beckmeister
·5 ay önce·discuss
[dead]
Beckmeister
·5 ay önce·discuss
I wrote a post here that describes how I was able to rein in the AI to build something useful: Maybe my experience/tips will help.

https://medium.com/@josh.beck2006/i-vibe-coded-a-cryptocurre...
Beckmeister
·5 ay önce·discuss
Since about 2012 I have been teaching students about blockchain using a customized version of Litecoin. Students would open up a Ubuntu VM that had a CPU miner and what is basically a Bitcoin CLI ready to go. They learned all about blockchain and competed for coin throughout the course of 6 to 8 weeks.

This new project improves on this unit but making it portable so that students/teachers can get started with a single docker-compose.

I have had a group of students helping me troubleshoot and test it out this week. The application is working for us, and it has just been a ton of fun.

Thought I would share. Lesson plan included. (All Open Source.)