

One big difference is that sway doesn’t run as a login process (and neither does gdm), meaning none of your .profile files are getting sourced. Check how your environment variables differ between i3 and sway and see if that might be the issue.
A typical bike-riding leftist urbanite who also happens to be a hockey-crazy Western Canadian.
One big difference is that sway doesn’t run as a login process (and neither does gdm), meaning none of your .profile files are getting sourced. Check how your environment variables differ between i3 and sway and see if that might be the issue.
Cory Doctorow’s blog pluralistic.net is required reading as far as I’m concerned.
You should also look into Escape Pod if you like sci-fi (just a hunch).
Such is the problem with dictators in any situation. A benevolent dictator might be one of the most productive ways to run a project, but at some point there has to be a successor. Even a mildly-less-benevolent dictator could cause a lot of damage. Linux needs a governance structure with checks and balances even if it means slower decision making; it’s too important to let fall into the wrong hands.
I’m gonna join in with everyone and recommend completely zeroing all the drives (make sure you unmount them before doing it). It will take a while but at least you will have drives in a known state and can eliminate that as a possible issue.
Ads are a bigger business than you might expect. Get enough eyeballs in one place and brands will be tripping over themselves to give you money just to mention their name. Take the superbowl for example. It’s usually the most viewed event every year in the US, so naturally there is a tradition of advertisers pulling out all the stops and making high-budget bombastic commercials for that specific occasion. You can imagine how attractive it is for brands to want to put their ads on big social media sites, where psychological tricks are used to capture as much attention as possible at all times, instead of just once per year.
Then there’s the user data angle. The big sites all have millions of users who constantly give away personal information without even being prompted, and that makes it really easy for the companies who run them to analyze what makes each user tick and serve ads to the people who are most likely to click on them. This elevates the rate brands are willing to pay even further.
Those two things, along with a suite of anti-competitive practices, are enough to get sites to the point of being mostly profitable. Venture capital and hype-based market speculation get them the rest of the way.
Linus himself uses a macbook, I’m sure the mainline kernel has decent support for somewhat recent hardware
Not gonna lie, the performatively anti-vegan rhetoric is cringe af.
Not sure why it’s so popular on lemmy of all places, but there’s been some really terrible behaviour towards vegans whenever I’ve seen the topic pop up. Just flooding the platform with hate particles for absolutely no reason.
I love Jon Stewart but I think he’s a little off base with this take. Are we supposed to not call out the overtly fascist stuff the government is doing? Will that get more people to listen the next time we have to call out an overtly fascistic act or will we have to hold our tongue then, as well? How many grannies need to be eaten and impersonated by wolves before we’re allowed to move past the “ooh what sharp teeth you have” crap?
With fascism especially, if you’re not part of the solution, you’re part of the problem. The people going through life like everything is fine are implicitly supporting the fascism. I’m not going to stop yelling about how a pack of wolves has taken over the government, just because some people think the word is overused.
If both engines failed, that means they would have lost hydraulic power too, which is probably the reason they couldn’t extend the landing gear or try to go around a second time.
One of the theories floating around is that a bird strike caused one engine to flame out and the pilots pulled the cutoff switch on the wrong engine. It wouldn’t be the first time something like that happened.
I don’t know, but aiming for a short runway with a wall at the end doesn’t seem to work.
Making the best bed of what you have.
I do not understand where they are making a profit
I think you’re overestimating how much money it costs to produce this stuff. Economies of scale and certain other practices in this specific industry allow retailers to sell stuff at a significant markup even when it seems like they’re giving customers a heavy discount.
But even with relatively large markup percentages, the low price point means retailers have to move incredible volumes in order to make enough money to stay open. So they end up using aggressive marketing tactics to get people to come in the door and start impulsively buying stuff.
My intuition is that those shirts are simply from last season and didn’t sell well enough or they’ve gone out of fashion. The store is using it as an opportunity to put a big 80% off sign out front and whip potential customers into a frenzy. Could also be a scheme to recover costs from online returns. But I really doubt there is anything wrong or even different about those shirts.
Source: worked in clothing retail for a several years
OP be careful, you’ve inadvertently spoken the sacred incantation and summoned the dreaded political content right into this very thread!
It definitely could be a hardware failure, but if the system still boots fine, it’s probably not that. Based on the symptoms, I think you might have clobbered your PATH variable. This can happen when you do something like PATH=/new/path/
because the variable gets overwritten. You have to remember to preserve the existing value with PATH=$PATH:/new/path/
. Don’t worry, this is reversible.
The best thing to do would be to fix or temporarily remove the commands you used to set PATH in whatever profile or .rc file it’s in. You can run whatever text editor you have installed by specifying the path to the executable. I don’t know exactly where vim is on Fedora, but it’s probably something similar to /sbin/vim
or /usr/bin/vim
. Keep trying locations until you find the right one. Then log out and back in and it should be fixed.
You might also be able to login as root and use the shell normally to fix the problem, depending on which file contains the faulty command. Hopefully this helps.
A tumblrized reference to an ancient reddit in-joke. How quaint.
Honestly kind of a bittersweet thing to see, it makes me think of all the good things we left behind. But then again, we did bring the best parts with us. Star Trek, Linux, and beans are all a Lemmizen needs.
In case you’re actually, seriously asking and not just trolling, having privilege and success under capitalism does not disqualify a person from being a leftist. You can’t really criticize a person for participating in a system where if you don’t participate, you starve.
He’s using his influence to organize the working class and advocate for collective action, which is the one tool workers have in the fight against their own exploitation. Even if you don’t like him personally or don’t think he’s part of the working class, he is a very strong ally and has undeniably strengthened the movement.
Vulcan, Alberta.
Famous because of a spaceship that landed there once, I think.
Some people with pointed ears may have also been involved, but I would replicate that with a grain of salt. I haven’t really looked into it.
If only people cared about workers getting trapped in cycles of desperation in literally every other industry even half as much as they pretend to care about sex workers.
operating temperatures down to -15C
I would personally triple check to make sure this means what you think it means.
Assuming it does, you should be in the clear. Cutting the power when it gets colder is probably not necessary since the freezer won’t have any reason to run, but it might be a worthwhile precaution anyway. If for some reason the compressor does try to run with frozen oil, it might damage itself or try to draw too much power and blow a breaker (or start a fire if your wiring is sketchy). Better to be on the safe side.
That would work.
I’m not sure what could be in (or missing from) your environment that would break sudo, but it’s a place to check at least.