CubitOom

joined 1 year ago
[–] CubitOom@infosec.pub 7 points 8 months ago

Have you met lactose intolerant people? They love milk the most.

[–] CubitOom@infosec.pub 2 points 8 months ago (9 children)

Smartphones are not purely entertainment machines. They are super connected, extremely portable computers.

You could connect a Bluetooth keyboard to a phone and use it to take notes.

You could ask the class to search the internet for examples or interesting facts.

There are a lot of ways a teacher can utilize students smartphones in a classroom. Ways that might help students understand technology better in a modern world.

[–] CubitOom@infosec.pub 2 points 8 months ago

I guess the main question is if a digital device is inherently distracting or if the issue is how it is used. Also at a certain point a distraction is a tool that can be used for learning too.

I was a privileged kid in a private highschool we didn't have smart phones yet (they came out when I was in college) but we did have laptops in class.

At first we had full Internet access via WiFi. Then the school slowly started to filter traffic by blocking certain sites. So naturally I learned for to install a proxy on Firefox so I could go to addictinggames.com during the especially boring parts of class. I would still take notes (enough to pass all my classes) and some teachers were so entertaining that I never wanted to do anything but pay attention.

Eventually a teacher did catch me playing a game and sent me to the Deans office. He saw all the things I did to circumvent the schools internet filters that he asked if I would like to spend an elective period at the it office. I said yes. So for one period a day I would help students with basic things and I learned a lot from the other guys in the office. I got super into computers and now have a career built on that experience.

[–] CubitOom@infosec.pub -5 points 8 months ago (6 children)

That's a fair point. But what's worse for a student, not paying attention in class or getting a cop sent into the classroom to arrest/assault them?

If it's a law, and the school has a cop on premises it's just a question of when will a teacher ask a cop to deal with it.

I am not sure if a law enforced by the government and courtrooms without much room for exception is the best idea. What if a student genuinely needs a phone in class?

Why couldn't the precedent be a school policy similar to how some schools might have a uniform policy? Why would it be easier to enforce a uniform policy than a no phone policy?

Also, what is the difference between a highschool and a college interms of phone use during class?

[–] CubitOom@infosec.pub 4 points 8 months ago (3 children)

If you are dipping toes into containers with kvm and proxmox already, then perhaps you could jump into the deep end and look at kubernetes (k8s).

Even though you say you don't need production quality. It actually does a lot for you and you just need to learn a single API framework which has really great documentation.

Personally, if I am choosing a new service to host. One of my first metrics in that decision is how well is it documented.

You could also go the simple route and use docker to make containers. However making your own containers is optional as most services have pre built ones that you can use.

You could even use auto scaling to run your cluster with just 1 node if you don't need it to be highly available with a lot of 9s in uptime.

The trickiest thing with K8s is the networking, certs and DNS but there are services you can host to take care of that for you. I use istio for networking, cert-manager for certs and external-dns for DNS.

I would recommend trying out k8s first on a cloud provider like digital ocean or linode. Managing your own k8s control plane on bare metal has its own complications.

[–] CubitOom@infosec.pub 1 points 9 months ago

Ok, hmm I wonder how much work it would be to implement it using open source models. I think the hardest part would be translating the voice instructions to an API call that HA can use correctly.

Then there is the whole hardware issue to fix too. I do know that some SOCs are getting good at running 7B parameter models locally but the cost is still probably going to be prohibitive.

[–] CubitOom@infosec.pub 10 points 9 months ago* (last edited 9 months ago) (7 children)

So what is Home Assistant using for this?

If I were to build it myself I'd probably over complicate it by using multiple llm agents on a local server. Probably use whisper to do the speech to text and then Mistral fine tuned on the Rosetta code dataset to send the API calls to HA. However that wouldnt keep it from always listening to me and trying to interpret what I say into a command for HA. Is that just a prompting issue for whisper or would I need another agent to turn on whisper?

I could maybe get this to run without specialized hardware like a GPU but it would be better to have something for the llms to be a bit more responsive.

[–] CubitOom@infosec.pub 12 points 9 months ago (1 children)

Bright and early for their daily races Going boldly, going boldly

[–] CubitOom@infosec.pub -1 points 9 months ago* (last edited 9 months ago) (1 children)

Use whatever you want for personal. But I would suggest trying to use containers for hosting if you haven't already. It really blows the idea of needing a stable OS out of the water since you can just declare everything you want in a config file and tear down and spin up with the app you need ready in less than a minute.

You can use Ubuntu still of course in a container. But things get really interesting when you use smaller attack surface distros like Alpine, BusyBox, or even a distroless container.

[–] CubitOom@infosec.pub 11 points 9 months ago (1 children)

They are still going for that cultural victory with games and anime.

[–] CubitOom@infosec.pub 1 points 9 months ago

It's still two separate passwords so I think it qualifies as 2 factors.

But yes the password manager has one gpg key which only has one passphrase used to decrypt the passwords saved in the password manager. So if that was compromised then so would all passwords

view more: ‹ prev next ›