HackerTrans
TopNewTrendsCommentsPastAskShowJobs

anton5mith2

no profile record

Submissions

Lazy Level 9000 – using MCP during development

iamthecloud.substack.com
2 points·by anton5mith2·el año pasado·0 comments

LocalAI: Local models on CPU with OpenAI compatible API

github.com
14 points·by anton5mith2·hace 3 años·5 comments

Do you know more about Kubernetes than ChatGPT?

spectrocloud.com
1 points·by anton5mith2·hace 4 años·0 comments

Installing Ubuntu with TFTP from 17000 KM Away Using Tailscale, VxLAN, and MAAS

medium.com
4 points·by anton5mith2·hace 4 años·0 comments

How to run workloads on bare metal Kubernetes with MAAS

ubuntu.com
2 points·by anton5mith2·hace 5 años·1 comments

Show HN: Build a MAAS and LXD environment in 30 minutes with Multipass on Ubuntu

maas.io
1 points·by anton5mith2·hace 5 años·0 comments

comments

anton5mith2
·hace 2 años·discuss
Right!

I starred this awhile back, it’s the really hard way imo, really great for learning: https://github.com/ghik/kubernetes-the-harder-way
anton5mith2
·hace 3 años·discuss
https://mudler.pm/posts/smart-slackbot-for-teams/ with LocalAI?
anton5mith2
·hace 3 años·discuss
For now it is CPU only yes, uses AVX instructions. But it's pretty fast anyway, try it out. I have it running on my mbp M1 and it's pretty decent. I think GPU support will come eventually. I wrote an app that uses the openai API and it was nice and simple to just point it at my own local service instead.
anton5mith2
·hace 3 años·discuss
Could use LocalAI to get around this: “The openAI models perform better (but require you to have an openAI API key, so cannot be used for free);”

https://www.reddit.com/r/selfhosted/comments/12w4p2f/localai...
anton5mith2
·hace 3 años·discuss
At present, you need a CPU with AVX. For memory I’d say 16GB or so.
anton5mith2
·hace 3 años·discuss
LocalAI is the OpenAI compatible API that lets you run AI models locally on your own CPU! Data never leaves your machine! No need for expensive cloud services or GPUs, LocalAI uses llama.cpp and ggml to power your AI projects!

LocalAI supports multiple models backends (such as Alpaca, Cerebras, GPT4ALL-J and StableLM) and works seamlessly with OpenAI API. Join the LocalAI community today and unleash your creativity!

GitHub: https://github.com/go-skynet/LocalAI

We are also on discord! Feel free to join our growing community!

https://discord.gg/uJAeKSAGDy
anton5mith2
·hace 3 años·discuss
“Sign in or purchase” seems like some archaic embargo on knowledge. Its 2023, really?
anton5mith2
·hace 3 años·discuss
Indeed check out my other post here - and it definitely was fun!
anton5mith2
·hace 3 años·discuss
I took this to extremes last year: I used it to run MAAS from Australia to sweden (which requires layer 2). Granted I used tailscale to make the WireGuard part even easier, but it was a lot of fun.

https://medium.com/@antongslismith/bare-metal-cloud-provisio...
anton5mith2
·hace 5 años·discuss
I'm op:

After many, many long hours working on this bare metal Kubernetes whitepaper, it's FINALLY done and published.

I think I literally did work my a$$ off - at least, sitting in my chair typing this away did make me forget I had legs.

If you are interested in taking a walk down memory lane to see how we got here, how it differs from Virtual Machines, or just want to learn about it - this paper I truly hope will be interesting to you.

It even covers how to practically roll out bare metal Kubernetes and includes a video link (at the end) with a hands on tutorial (also involved in wearing me out).

Go, download, read, skim, enjoy :).
anton5mith2
·hace 5 años·discuss
you can still use the debs, we have both! https://maas.io/docs/deb/3.1/ui/maas-installation
anton5mith2
·hace 5 años·discuss
I’m a new product manager at canonical for maas.io and just spent a fair chunk of time producing a bare metal k8s video tutorial. I did it as a learning exercise and it was really interesting.

Anyway, it uses Juju and a charm called kubernetes-core. I came away impressed (even tho biased) at how easy it was to deploy a cluster, scale it up/down etc. Didn’t see anyone mentioning these in this thread so thought I’d mention it.

https://youtu.be/sLADei_c9Qg
anton5mith2
·hace 5 años·discuss
I'm the author of the tutorial, really happy it worked for you! Do you have any thoughts or feedback for me, would love to hear it.
anton5mith2
·hace 5 años·discuss
I'm the product manager for https://maas.io and the author of this tutorial, would be awesome to get feedback and suggestions.

The idea was to make it much faster to get hands on with MAAS since not everybody can easily build a physical environment. I decided to use Multipass because of the cloud-init support.

I hoped I could get it to work easily on windows and mac, but had a few issues with nested VMs there. I'm thinking about how to un-nest them, but it might require a few multipass VMs on a bridge. Edit: I have had reports it works fine on Windows with Hyper-V.

Anyway the tutorial as it is should work just fine on Ubuntu for now. I hope people actually try it :).

People might also find the cloud-init setup interesting, auto installing MAAS, auto configuring it, setting up LXD, etc.