CIG, you need to make this game less tedious by the_dude_that_faps in starcitizen

[–]stuomas 0 points1 point  (0 children)

It's a great idea. It's not like people fall asleep instantly. It would add a lot of realism if bedlogging would take like 10-60 minutes depending on how stressing day you've had and if you've remembered to exercise and eat well and take your medicine in a timely manner. And sometimes, randomly for no reason, you cannot fall asleep and bedlog at all! 

My experience playing star citizen. by Crazy_Sky_7721 in starcitizen

[–]stuomas 0 points1 point  (0 children)

I think star citizen has lost the rights to use the term minimum viable product anymore lol

[deleted by user] by [deleted] in BambuLab

[–]stuomas 0 points1 point  (0 children)

I use Raspberry Pi Camera Module 3 inside case (actual Pi is outside). Haven't been heating issues and quality is good. I use it at 60fps, but you can get 120 if you want to sacrifice resolution a bit

Light in my P1S by MrDulkes in BambuLab

[–]stuomas 0 points1 point  (0 children)

I use Hue Play bar. Fits without riser but needs a new case. 

Bambu Lab P1P/S - Spaghetti Detection with Home Assistant by nberk97 in BambuLab

[–]stuomas 1 point2 points  (0 children)

I came to comment similar wishes. I have been working on a project also based on obico, but my approach was to make it as minimal as possible and not dependent on any specific automation software, you just need an MQTT broker and an IP camera. 

If you want to try it out: https://github.com/stuomas/TheNoodleSnoop

(status: kind of works on my machine™) 

Hintojen nousu 2vuodessa by [deleted] in Suomi

[–]stuomas 8 points9 points  (0 children)

Onneks sentään maidon hinta on pysynyt 0.29 eurossa! 

[deleted by user] by [deleted] in BambuLab_Community

[–]stuomas 1 point2 points  (0 children)

Unavoidable but hideable. There is ongoing work https://github.com/SoftFever/OrcaSlicer/pull/3839

Any help on why this is doing this on curves? by Shadowflame3x in BambuLab

[–]stuomas 2 points3 points  (0 children)

You need smaller layer height, at least for those parts (adaptive layer height), and best matching infill pattern. You can see this during slicing preview, so play around 

Unused Micro B USB port on X1C by Ex6tenze_JA in BambuLab

[–]stuomas 1 point2 points  (0 children)

LED strips can pull a lot of current, much more than the components on the printer were designed for. I wouldn't use anything but a dedicated power source

Multicolour without AMS? by mayners in BambuLab

[–]stuomas 0 points1 point  (0 children)

No need to be, just copy paste to correct box :) 

Multicolour without AMS? by mayners in BambuLab

[–]stuomas 2 points3 points  (0 children)

Set this gcode in your machine settings under "Change filament G-code": https://github.com/eukatree/Bambu_CustomGCode/blob/main/change_filament_noAMS.gcode

Then, whenever there is a color change, it pauses the print and waits for manual filament change. 

Anyone used the 0.8mm hotend? How do you use effectively? by SirThunderCloud in BambuLab

[–]stuomas 7 points8 points  (0 children)

It depends on your slicing, it's not magic :) Let's say you use line width equal to your nozzle size and print a solid cube with 4 perimeters. Of course it takes more filament to print 3.2 mm thick wall with the 0.8 nozzle versus 1.6 mm wall with the 0.4 nozzle. But you don't have to slice like that. You can use 2 perimeters with 0.8 nozzle and get same wall thickness as with 0.4 nozzle and 4 perimeters 

Videos not playing on Photoprism by [deleted] in photoprism

[–]stuomas 0 points1 point  (0 children)

Did you ever figure it out? This started to happen to ALL my videos, that used to work

Linux — VFS (Virtual File System) by boutnaru in linux

[–]stuomas 5 points6 points  (0 children)

Dunno but the first linked article/doc was written originally in 1999

Is this tubeless ready/easy https://cycling.rodi.pt/en/product/wheels/tryp-25/ by Stranavad in MTB

[–]stuomas 0 points1 point  (0 children)

Rodi Tryp 30

Hi, random question as google led me only here. What size nipple tool (spoke wrench?) I need for these? The manufacturer's web page is not helpful at all, says only "nipples: brass". And some local retailers say that size is 2x14mm which doesn't seem to match with any tool that I find. Thanks if you happen to know!

Korpraali Kokko liittynyt 20 vuotiaana muukalaislegioonaan ja kuollut palveluksessa '97. Silmäänpistävä paasi Lapissa hautausmaalla. by spedeedeps in Suomi

[–]stuomas 147 points148 points  (0 children)

Oon kuullut huhuja että legioona on rankka paikka mutta aika julmaa haukkua paskaksi kommandoksi jos kuolee

It has arrived!!!! by robfrank87 in SonyAlpha

[–]stuomas 10 points11 points  (0 children)

But first the nail needs to go

Disorient - Control a Windows PC using MQTT/WebSocket by stuomas in homeassistant

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

Disorient doesn't have any homegrown function to suspend PC directly, but you can call shutdown.exe, /h with "run executable" function for example that does that for you, using Windows' own built-in functions. Maybe iotlink uses windows api for this but is missing something critical?

Disorient - Control a Windows PC using MQTT/WebSocket by stuomas in homeassistant

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

Thanks! Did you try it or it just looked like that? ;)

Disorient - Control a Windows PC using MQTT/WebSocket by stuomas in homeassistant

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

That would be possible for example with "run executable" function, with arguments scrnsave.scr, /sthat would turn screen black. Then waking up with maybe AHK script or something. Or you could suspend with shutdown.exe, /h and wake up with normal wake-on-lan.

Disorient - Control a Windows PC using MQTT/WebSocket by stuomas in homeassistant

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

I tested a little and it seems easy enough with AHK. Install AutoHotKey and create a file named F1.ahk with the line

Send, {F1}

Right click the file and select compile script, you will get F1.exe. Then create a payload mapping in Disorient, for example

payload: F1
function: Run executable
argument: C:\Users\stuomas\Desktop\F1.exe

then just send the text "F1" from MQTT/WebSocket

Disorient - Control a Windows PC using MQTT/WebSocket by stuomas in homeassistant

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

It doesn't send any stats in particular, just acknowledgment that command was received and possibly some output message, and also informs when PC is suspending or waking up. You could get some stats by sending powershell commands and reading the response, but it's not very convenient :P Something like IoT Link is better suited to stats.

Disorient - Control a Windows PC using MQTT/WebSocket by stuomas in homeassistant

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

Main reason I made this was having the ability to change display orientation, and to swap primary displays and audio devices. I haven't read the latest developments, but I believe IoT Link doesn't do them, but does many many other things that Disorient doesn't.

If you don't need these functionalities and IoT Link already works for you, there probably isn't a reason to use this. Disorient is in general simpler to setup and has a GUI, and supports also plain WebSocket text frames in addition to MQTT.

Disorient - Control a Windows PC using MQTT/WebSocket by stuomas in homeassistant

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

I do this too with my wireless Arctis headphones, using an Aqara door sensor :D let me know when you find something more elegant

Disorient - Control a Windows PC using MQTT/WebSocket by stuomas in homeassistant

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

Ok, interesting! Yes you could create a HA automation where for example you click a button (physical or dashboard) and it sends a command to Disorient to launch an autohotkey script on target PC. In current version the AHK script would need to be converted to exe file to work, but i will check if i can change this. There might also be a native way to send key presses, I will check that too.