

Fuck off and give me the fiber that was promised and paid for decades ago.
Fuck off and give me the fiber that was promised and paid for decades ago.
I may not know that many Jewish people but all of my hebros and hebroettes oppose genocide.
In my experience often detriment. Most of the images for projects that I have been encountering as of late - hell, most Dockerfiles that I’ve been encountering - have hardware-specific config and packages. I just want a Dockerfile or maybe a docker-compose.yaml that is hardware neutral by default and doesn’t use the shitty throttled Dockerhub for its base image.
#!/bin/bash
# Build image and push to registry
docker build -t myproj:latest . && docker push myproj:latest
Really? I hear it’s a steel.
I can verify that the OS fails to see the microphone and webcam when switched off. This was really confusing the one time that I wanted to use them.
You nailed it, IMO. However, I would like a real artificial sentience of some sort just to add to the beautiful variety of the universe. It does seem that many of my fellow humans just want chattle slaves though. Which is saddening.
JFC. What is wrong with people? I just want to write code that works, is interesting, and doesn’t have memory problems.
any change to shell scripts that isn’t posix compatible brings opinionated people out the woodwork.
Yo. Did I hear someone breaking POSIX-compatability over here?
I, for one, really love HTTP over
apache2.conf
conf-available/
conf-enabled/
mods-available/
mods-enabled/
sites-available/
sites-enabled/
envvars
magic
ports.conf
sites-available/
sites-enabled/
First, I would like to give you some major props. Installing Arch, in itself, is a big deal. It is not a beginner-friendly distro. It is a very power-user friendly distro and has an incredible wiki that is helpful, at least to some degree, for many distros.
For a beginner distro, I would recommend Linux Mint for its easy transition and great focus on user experiences or Bazzite if you really want to install and get gaming.
When taking drivers in Linux, most are provided as either kernel modules (integrated into the kernel, so you don’t have to worry about installing anything) or packaged for the distro, in which case, once installed via package manager, they’ll auto-update whenever you update system packages. They are so much easier to deal with than Windows drivers (for the end user). For example, to use a Wacom drawing tablet, all one has to do is plug it in.
I use Arch BTW.
Gotta start em on something lighter. A gateway distro, if you will.
I’m more concerned about the non-consensual scraping causing excess load on the servers. The taking of content without license to train their energy-wasting autocomplete that is being used to for little commercially but to try to cheapen labor and pocket the money is a problem too. But I hate having servers impacted by their bullshit.
This explains our instance having perf issues.
It’s like they really don’t want me to use their pro-Nazi LLM, that I already didn’t want to use on account of the tweaks that they made to make it support nazism.
It is an unfortunately shared initialism. Cognitive Behavioral Therapy.
It is a way to go but there are still cons there. Guaranteeing memory safety isn’t free. You have to pay for it somewhere, either at compilation time, like Rust, or during runtime like in Go. Both are solid approaches but GC will cause problems in cases where the extra runtime overhead is not acceptable.
Personally, I block pretty much all exclusionary communities for a few reasons:
I frequently do not see the community name before looking at a thread and finding something interesting to converse on, partly because of my neurodivergences. This leads to breaking rules without intending to. Safer to block.
I sometimes have experienced RSD as a symptom of my neurodivergences and thus intentionally take action to prevent it.
I value inclusivity and anarchic social organization as fundamental parts of my ethical framework and find social exclusion based upon a person’s immutable traits incredibly offensive (the intensity of this is definitely related to my neurodivergences as well).
This is not to say that I don’t believe that women deserve a space where they have control and agency, especially with the immense amounts of misogyny on the Internet and meatspace. Nor do they need to consider my feelings nor any other man’s when deciding their rules and whether to be inclusive or exclusive.
I do, however, think that the hard-line exclusionary practices diminish the perspective, both for the participants and for men who could definitely use the insights into the bullshit that women have to continue to deal with. Lots of missed opportunity to build understanding and strengthen allyship. It also makes it easier for toxic exclusionary ideologies, like TERFs to take root (every group excluded makes it easier to excuse excluding another) while also preventing people who have not discovered their feminine gender identities from participating in conversation with other women in ways that could help them to uncover important things about themselves.
Anyway, enjoy and I hope that you find your space helpful to you, regardless of what myself or any other man feels about it. If the community does become inclusive, I’d definitely like to to know so that I can unblock it.
Maybe use satellite imaging or the like.
It’s been years since I’ve been in the lab but it really will depend a lot on the subject matter and the type of experiment.
If it’s a subject matter that is fairly well explored and defined, the alternative hypotheses might be fairly straightforward. Take, for example, an experiment from a while ago where entomologists suspected that desert ants navigate by using dead reckoning, effectively counting their steps, remembering their changes in direction measured by a biological compass, and integrating them together, in a process similar to “fusion” in electronic position sensors.
To validate part of this hypothesis, they needed to get more granular and isolate one part of it. So, they formulated a “sub-hypothesis” that stated that the ants had some sort of innate awareness of the distance that they covered with each step, knowing the length of their legs and this their stride length, similar to how cats know their healthy body width. The experimental hypothesis would be something like:
“Altering the length of desert ant legs will result in navigation failure with longer legs causing them to overshoot and shorter legs causing them to undershoot. The navigational trajectories should otherwise be identical.”
Building alternative hypotheses for this relatively simple experiment, prior to conducting it would be straightforward, as you appear to be suspecting. They could be as simple as:
“The length of the desert ant’s legs will have no impact on their navigation because they are not directly related. This will be apparent through the ants showing no discernable difference in the paths that they take when navigating, regardless of leg length.”
“The length of the desert ant’s legs will have some impact on their navigation but, they are able to compensate for discrepancies in stride length through some as of yet unknown mechanism. This will likely be apparent in statistically significant distance-related navigation errors in their paths.”
After the experiment, the data would be analyzed and checked for a match against the established hypotheses. If there is not a good match or there is an unexpected shape to the data, further experiments may be required to see if it is an anomaly or if something else might be going on.
(In this case, it was found that, yes, desert ants have some sort of innate awareness of what their stride length should be and changes in their leg lengths throw off their navigation, as expected.)
Now, when it gets to subjects that are less clear and established, alternative hypotheses can get a lot more challenging because often the difference between the data fit that proves or disproves a hypothesis can be miniscule. Or, the data points might form a completely unexpected shape that doesn’t match currently known phenomena.