[-] KnilAdlez@hexbear.net 2 points 23 hours ago

Kinda looks like Ryan from SuperMega

[-] KnilAdlez@hexbear.net 16 points 1 day ago

My god, I had no idea! What do I need to do to keep it that way?

[-] KnilAdlez@hexbear.net 42 points 1 day ago

What the hell does he even want? Does he know?

[-] KnilAdlez@hexbear.net 7 points 2 days ago* (last edited 2 days ago)

Describing class consciousness to a middle Dutch speaker: Imagine a burgher

[-] KnilAdlez@hexbear.net 5 points 3 days ago* (last edited 3 days ago)

I spent $100 I don't have on a over shirt and a trench coat kitty-birthday-sad but they looked really good on me

[-] KnilAdlez@hexbear.net 18 points 3 days ago

The split will be 1000:1

[-] KnilAdlez@hexbear.net 5 points 4 days ago

I am certain the screenshot will have a million and one uses on this website

[-] KnilAdlez@hexbear.net 3 points 6 days ago

My brain kept reading this as mads Mikkelson and I was really confused for a while

[-] KnilAdlez@hexbear.net 3 points 6 days ago* (last edited 6 days ago)

This reminded me of playing Brawl online. I swear to god if the opponent disconnected it put you against an incredibly hard AI, and if multiple people DC'd then the AI would act as if they were on a team. I remember playing online and kicking ass and suddenly halfway through a match, having this shit happen to me out of nowhere.

[-] KnilAdlez@hexbear.net 4 points 6 days ago* (last edited 6 days ago)

Eh, a lot of American models are open too. Meta's llama and Microsofts phi for example. But if a chinese company can make a better model and release it for free, then why use anything else?

[-] KnilAdlez@hexbear.net 8 points 6 days ago

The soft power of making the best LLMs

18
submitted 3 weeks ago* (last edited 3 weeks ago) by KnilAdlez@hexbear.net to c/movies@hexbear.net

This was not a film about a bunch of marxists fixing the world by understanding material conditions, but instead about Dakota Johnson having to choose between Pedro Pascal pretending he's 6' tall and Chris Evans pretending he isn't.

Yet somehow, this film actually is about capitalism. And how it has reduced the concept of relationships to checkboxes and transactions. It effortlessly jumps from silly romcom to handling very serious matters to making me wonder if the director, Celine Song, is on this site (hearing the phrase 'voluntary celibate' in this film shocked me).

The writing was phenomenal, giving a realistic look at the rich and the poor alike. I could actually gush about the dialog all day, but honestly, I don't want to spoil it. Cinematography was also amazing. Nearly every shot was blocked with beautiful intent or used framing to just make great looking shots. The of anamorphic lenses to form frames and tell the story was gorgeous as well.

To criticize the film, I wish we had a bit more from Pascal's character, I never felt like I was in his head, and Dakota Johnson did not give as good of a performance as the rest of the cast.

So is it about marxist materialism? No, but also in a way, yes. If had to give it a rating, I would say 4.5/5 stars. I might go see it again, because I'm sure there were things I missed.

46

spoilerXanthan gum (/ˈzænθən/) is a polysaccharide with many industrial uses, including as a common food additive. It is an effective thickening agent and stabilizer that prevents ingredients from separating. It can be produced from simple sugars by fermentation and derives its name from the species of bacteria used, Xanthomonas campestris.

This is a drink I discovered on accident in 2019, before the meme of thick gatorade existed. I unfortunately forgot to dissolve the xanthan gum in an oil before putting it in the drink this time, so I have to wait 24-48 hours for it to dissolve into the water. I was attempting to emulate how I remember the lizard milk from Sobe tasted and felt, which was kinda thick and fruity. Idk if that was even correct, but it was covid and I was hankering for early thousands to forget my worries. Also the first tony hawk pro skater controls like shit but the soundtrack is still bomb.

Anyway, I decided to do it again for a lark. I was feeling thirsty and I thought if I trapped the water and electrolytes in some kind of non water soluble matrix, the slower release would keep me from being thirsty for longer.

Anyway, this has been KnilAdlez's science corner. Tune in next week when try the same thing with mtn dew game fuel and make The Worst Drink Imaginable.

40
submitted 5 months ago* (last edited 5 months ago) by KnilAdlez@hexbear.net to c/technology@hexbear.net

Hello! With the recent discussions of LLMs and DeepSeek, I thought I would share how to set up a personal assistant with Home Assistant. I have been using Home Assistant for years now because I have an auto-immune disease and I need to conserve all of the energy I can. I have found it invaluable and with the recent addition of ollama integration, it has become even easier to use.

Preparation: ~~voice assistant please~~ Hardware

First thing we need is something to run Home Assistant on. Any computer will do for right now, but we'll talk about about LLM hardware a little later. Any computer is fine, including raspberry pis. If you don't have any spare computers,you can purchase a Home Assistant Green which will come pre-loaded with Home Assistant. If you are using your own hardware, there are a couple of options:

  • Install HAOS, their own distribution of Debian with Home Assistant pre-installed
  • Install the Home Assistant container, which is limited in functionality, but if you do not need add-ons, it is an option.
  • Install Home Assistant Supervised. This option is only for Debian devices, and they are strict about it on the forums, but I have it running on Ubuntu and it works fine, it just gives me an unsupported OS error sometimes. It will install in a couple of docker containers.

All of the installation instructions can be found Here

Finally, you need some IoT devices. Home Assistant has thousands of Integrations, so just search for the device you want to connect. There are even more custom integrations, but these are the supported options. As an aside, if you have very cheap wifi devices such as light bulbs or switches, see if you can control them with an app called Tuya Smart. If so, they are manufactured by a company called Tuya. Go to Walmart and pick up a few of These, these and one of these and you will be set to control your nearly everything in your home. While there is an official integration for the tuya devices, using a custom one allows for local control that does not call back to their servers. I will go into this later.

Step 1: Installation

I already touched on this, but if you are installing supervised on a non-supported OS, this thread is now for troubleshooting. Once installed, just follow the on screen prompts and it will tell you what devices available for home assistant on your network already.

Step 2: ~~Okay, now I get voice assistant right?~~ Advanced set up

Now, what I would suggest is installing the Home Assistant app on your phone and setting up areas in your house. With areas, you can assign your devices to a location in your house and control everything in that location at once. This can be found in Settings->Areas, Labels, and Zones.

I would then suggest finding a local weather service in the integrations and installing it, so that you can have that information available to you at all times.

For custom integrations, such as LocalTuya, you will need HACS, this is not officially supported, but it gives you more privacy, so I suggest it.

Finally we need to talk about a sticking point: bluetooth. Home Assistant tends to not play so nice with bluetooth, so it is suggested that you purchase an ESP32 and set up a bluetooth proxy if you need BLE. Which leads to my next step.

~~Please, I just want voice assist. Why are you doing this?~~ Custom devices

Home Assistant has another project called ESPHome. With this, you can make custom devices that connect with bluetooth or wifi to control whatever you want with a simple yaml scripting interface. I would suggest installing the ESPHome add-on as well. This new device will integrate seamlessly with home assistant.

~~That last section shouldn't be before VA, that was just cruel.~~ Automation

Under settings-> Automations and scenes, you can automate your house if a simple wizard. Simply select what you want to be your trigger. it can be time, a voice assistant sentence, scanning a qr code, and more! Sometimes, to get some thing done, you need to store a state in a dummy device, and those can be made in the Devices and Services menu, under helpers. These open your options tremendously. You can use them to change the device type of a switch, group similar devices, have a counter, or more. I use them to track my medication, and to control a heater like a thermostat.

~~Actually, I'm interested in more than VA now, can you tell me about controlling~~ Music

Another great project is Music Assistant. It's very new, so it is still not super feature rich, but it lets you control multiple music sources and multiple speakers from home assistant.

You can also just get the Spotify integration as well.

Alright, let's talk about setting up Voice Assistant ~~Fucking finally~~

Voice Assistant is build into Home Assistant and can be controlled from the top right hamburger menu. It uses sentence matching to control your devices, and it has a lot built in already, but you can write more with automations. With it, you can set times, change device states, and trigger automations.

But you probably want more help than that, so lets talk about integrating a complete solution. We want to be able to shout at a box and have it talk back. First, we need a box to shout at. I just use my phone, but there are several options, from a (low cost option)[https://www.home-assistant.io/voice_control/thirteen-usd-voice-remote/] to a Whole smart speaker. You can also just connect a microphone and speaker to your server directly.

Next, we need add-ons, which can be found under settings. You will want Piper for text to speech, Whisper for Speech to Text, and openWakeWord if you are using the server to process wake words.

Now we need integrations. You need Wyoming Protocol and if you want to use an LLM, ollama. Search for them under the integrations menu.

You can now set all these up in the Assist menu, but I'm going to diverge into LLMs for a moment.

LLMs

if you want to use ollama, you need to install ollama from here. Now to run an LLM you will need some better hardware, but we have some options. I have no doubt that a 7 billion parameter model will work fine for Assist, but they require at least an RTX 3060 to run. If you do not have a spare graphics card and do not want to pay for one, You can try running a smaller model on your CPU. Keep in mind the smaller the model the more likely it will make a mistake. Search the ollama website for models that use tools. Llama 3.1 and 3.2 are good models for this.

You'll notice I did not suggest DeepSeek, this is for a reason. two actually. 1) It is slow and 2) It cannot use tools.

The olama integration provides a good system prompt but you can change the model file directly to integrate it into your model and speed up the model a little.

Home assistant does allow you to have the LLM as a fallback if it cannot match what you say to an existing sentence. This way you get the speed of sentence matching and only need to use the LLM if you say something complex. My personal setup uses this and a small LLM (llama3.2 3b) with a six core 12 thread ryzen CPU.

Then you need to expose your devices to the voice assistant. Keep in mind the more devices you expose, The longer it will take the LLM to process. When you expose a device, You have the option to set an alias which is useful when you want to refer to something with a brand name or a custom name by a generic term. I use the android tv remote integration, and I alias it to 'the TV' so I do not have to call it 'remote'.

From here you should have everything you need to have your own smarthome. Have fun and enjoy the automation without giving up your privacy!

136
58
submitted 11 months ago* (last edited 10 months ago) by KnilAdlez@hexbear.net to c/chapotraphouse@hexbear.net

The joke I was trying to make is that this was the first interview since he dropped out and was now going through an emo phase

68
1

Hello,

I've had a bad few weeks. Got kicked out of my apartment, can't find a job, consumed true crime content for some ungodly reason, and obviously the state of the world is depressing as hell. If you could help me find some optimism to get me through the unfortunate situation I've found myself in, I could really use it right now.

112
5
Watto Wall (youtube.com)
51
66
1

I recently got a Google Pixel 7 pro because my previous phone was glitching out and it was a headache. I didn't buy the phone for the camera, I have a mirrorless that I use when I want to take a picture, I got it for the battery life and to not have Samsung bloatware.

But still every once in a while I want to take a quick pic and send it on signal or Snapchat or something, and every time it comes out way too saturated and way too sharpened. All the ads I saw for this phone was for camera features like the magic eraser thing and the night vision, but they're all just covering for what is the worst camera sensor that they could possibly find. You can't control the exposure, you can't get the raw image, It is a horrible experience to take a picture with this phone every single time.

If you want a smartphone to be able to take good pictures. First of all, don't. Get a camera. Second of all, steer clear of the pixel phones.

view more: next ›

KnilAdlez

joined 4 years ago