Dyson Sphere Program is dangerously replayable to me. Hundreds and hundreds of hours sunk into it
Just a guy doing stuff.
Dyson Sphere Program is dangerously replayable to me. Hundreds and hundreds of hours sunk into it
Yeah I couldn’t find anything just going based in the IO but I’m super curious what that specific one is. Would love to hear if you do find it!
Yep, I feel this one. I’m of the opinion that automation should stay out of the way. As a result, my automations are all very carefully crafted to be wife-approved - Anything I can automate is done without interrupting the usual way you’d interact with the thing. My lights are all z-wave light switches, so that anyone who needs a light can just click it on. Any light-based automations are disabled while someone is in the room the lights are in (except ones like “when a movie starts on the Roku, turn off the home theater room light”).
Honestly for me the draw is in minimizing the mental/emotional overhead of forgetfulness. My wife and I both have ADHD, and I have autism. That leads to a potent combination of spacing out and forgetting even very important things.
So both in service of that and as a fun hobby (My special interest is computing), I have automation using presence detection, various timers, Z-wave outlets/light switches (I refuse to use IoT, I prefer local access/control every time), GPS position and various stuff like that, in order to avoid things like leaving our home theater projector powered on unwatched (reducing bulb lifetime), leaving the oven on, leaving the espresso machine on (boiler heating water over and over again unnecessarily, wasting thousands of watt-hours of electricity), turning reptile enclosure lights on/off on a schedule with sunrise/sunset, that sort of thing.
I have this ultimate vision in my head of my bedtime routine going from “Walk through the whole house for a few minutes and lock doors/turn things off” to “Triple-click my bedroom light switch ‘off’ and it turns off the rest of the house lights/TVs/projectors, reduces AC temperature a couple degrees, locks the doors, arms the security system for ‘home’, locks the car…”. You get the idea.
That’s pretty sick! I didn’t even realize there were gtk bindings; I might have to use that for an app I’m wanting to build. Torn between that and Tauri
I appreciate your acknowledgement - and I commend the humility it takes to write a comment like this! No hard feelings at all, and I hope things are pleasant for you as well.
It’s folks like you and interactions like this that make Lemmy a platform worth engaging on.
That’s pretty much what I do as well. It was an absolute game-changer for me when I discovered tiling WMs some ~7 years ago, because it meant super consistent keyboard shortcuts for getting to exactly what I wanted to interact with. I know where individual apps/tasks go, so I put them there. And then when I need to switch to them, it’s as straightforward as Super+[workspace].
Also helps a ton that i3wm’s workspaces only take up a single monitor at a time, which makes it excellent for jumping between monitors.
None of this is set in stone, but I usually follow a relatively consistent pattern:
Center Monitor
Left monitor
Right monitor
You’re correct in that it is a compatibility layer - And I’m not disagreeing with that. Also to be clear: Not just arguing to argue or trying to start a fight, mind you. I just find this to be an interesting topic of discussion. If you don’t find it to be a fun thought experiment, feel free to shoo me away and I’ll apologize and leave it alone.
That said, we appear to only be arguing semantics - Specifically around “native” having multiple contextual definitions:
I am using ‘native’ to mean “the instructions are executed directly by the CPU, rather than through interpretation or emulation” … which WINE definitely enables for Windows executables running on Linux. It’s the reason why Proton/DXVK enables gaming with largely equal (and sometimes faster) performance: There is no interception of execution, there is simply provision of API endpoints. Much like creating a symlink in a directory where something expects it to be: tricking it into thinking the thing(s) it needs are where it expects them to be.
However, you are using ‘native’ to mean “within the environment intended by the developer”, and if that’s the agreed definition then you’re correct.
That’s where this becomes an interesting thought experiment to me. It hits me as a very subjective definition for “native”, since “within the intended environment” could mean a lot of things.
Does that make sense? I hear a statement like that and I find myself wondering Which layer along the chain makes it “native”? - I find myself curious at what point the definition changes, in a “Ship of Theseus” kind of way.
It seems to me that if we agree that the above means “running in WINE is not native”, then we must also agree that “anything written running for .NET (or any other framework, really) is not native”, since .NET apps are written for the .NET framework (Which is not only officially available for Windows, mind you) and often don’t include anything truly Windows-specific. Ultimately, both are providing natively-executed instructions that just translate API calls to the appropriate system calls under the hood.
I hope that does a better job of characterizing what I meant.
Ok, sure. I recognize that not everyone has a computer. And sure, an F-droid release would be really helpful for those people, if “build it yourself” was the only way to get the app.
But … It’s not like the app is inaccessible. It’s on the play store. You can install it.
My main frustration is the outright demand for the project creator to “Just release it on F-Droid” - Something that requires the creator to get familiar with F-droid and do the extra leg-work to release it there. But … It’s an open source app, created for free by someone who wanted to create it. They owe you nothing. Not even “good distribution”.
I beg you forgive my pedantic interjection, but … I posit that the original commenter is incorrect. it is absolutely native execution.
The CPU is fetching and executing the instructions directly from memory, without any (additional) interpretation of code or emulation of missing instructions - Which is, by definition, native execution.
What the compatibility layer “does” is provide a mapping of Windows system calls into the appropriate Linux system calls. Or, in other words, makes it so that calls to functions like CreateWindowEx()
in the Win32 API have a (still native) execution path.
The native execution requires you to install WINE, yes, but if we’re disqualifying it because “it requires you to install a package”, then we also consequently:
Missed the opportunity to go with ‘Horton Hears a Poo’
Wow, the entitlement of “I don’t want to do things myself, do extra work for me instead”.
screen doesn’t scroll
Screen (and any other muxer) can scroll just fine. You just have to learn how to do it in each one. Tmux, for example, is ctrl+b [
to enter scroll mode.
mistyped file operations
Get a good TUI file manager. I use and recommend ranger.
TOML or bust