Has anyone tried a derelict freighter since the update? I just got a star ship engine core instead of a freighter upgrade module :\
I'm guessing this judge considers the telephone to be an example of negligent design as well. After all, the phone company doesn't record every phone call I make and disconnect me if I mention an illegal drug.
Before you go through a bunch of calibration, I'd see if it happens with a different filament. Those black particles there are likely something with a higher melting point than the surrounding PLA, otherwise they'd "smear" during printing. I'm betting you're hitting some intermittent clogs. See if the problem happens with a single color filament.
I like to do things just off the top of the hour, since top of the hour is when many maintenance crons run. If you're running a modern cron daemon, you can rewrite that as:
3 1-23/6 * * * docker container restart lemmy-lemmy-1
Doesn't systemd have the ability to do this as well with unix sockets?
I don't recommend using the shell on routers for day-to-day management. Instead, consider using a network configuration management system like rconfig. I've used RANCID in the past, but I suspect something more modern like rconfig will be useful to you.
My city recently did 15mph for neighborhood residential roads and 20mph for the wider through roads connecting to them. I feel much safer now when walking and biking in the neighborhood. The roads here were never intended for cars to be parked up and down both sides.
The "prankster" was kicked out by security the day before and was actively avoiding areas with security on the day of the event. It's unreasonable to expect someone being attacked not to defend themselves. It's victim blaming to even imply the shooter did anything wrong here.
I just got mine too. Nice and klacky. Mine arrived on in 2.4GHz mode, so I had trouble with pairing until I charged it. Works great now though.
Loved it too. It's been a year or so but I feel like this was a two day read for me. I couldn't put it down.
I think you're putting too much faith in humans here. As best we can tell the only difference between how we compute and what these models do is scale and complexity. Your brain often lies to you and makes up reasoning behind your actions after the fact. We're just complex networks doing math.
Nope, you're looking at it wrong. The Dev got paid to write that code and for all of their 20 years experience. The code was freely given away after that. Nobody loses when knowledge is shared, humanity wins. It gets hairy when you have businesses whose model relies on giving some content away for free and locking some behind a pay wall. Obviously using all of that to train a model without paying anything implies that they never had a subscription, but if they did have one and gave the model access? What's the difference between that and paying someone to read all those articles? What's the difference between training a model and paying an employee while training them to expertise? We're acting like these models are some kind of machine that chops up text and regurgitates it, but that could describe your average college freshman just as well. We're fast approaching the point where the distinction is meaningless. We can't treat model training any different from teaching a student.
I subscribe to !newcommunities@lemmy.world which helps. Other than that I look for mentions of other communities in comments, similar to how I used to on reddit.
You can hear James' voice in some of the more heinous quotes :(
I just gave this a play-through because of your recommendation. What an adorable game! Thank you for sharing it.
The latest version on GitHub works in developer edition. I'll look in to getting it approved tomorrow.
I'm reachable here, @matrix.org, @gmail.com, and on libera.chat
I'd love to combine efforts to make these work for as many people as possible in the fediverse.
Oh, you have to enable developer mode on the extensions page to "Load unpacked"
Until it's approved in the web store, you have to:
- Download the extension files from github.
- Open chrome://extensions/
- Click "Load unpacked"
- Navigate to the folder that contains "manifest.json"
- Click "Select"
- Open the extension options to set your home instance (default is lemmy.world)
Adds a 'Search' link to Lemmy communities on servers where you are not logged in. - GitHub - RedKrieg/home-lemmy-helper: Adds a 'Search' link to Lemmy communities on servers where y...
I've been annoyed by the "copy !communityname@server.host to your instance's search" aspect of joining new communities. To make this more streamlined I created this extension to add a "Search on [myhomeinstance]" button on community pages. It's currently submitted for approval in the chrome web store, which could take a few days, but you should be able to install it as an unpacked extension in developer mode today. Please let me know what you think and if you have any suggestions.
When visiting a new lemmy instance to find communities, you have to copy the !community@server
link from the description to your instance's search bar. If a chrome/firefox extension could detect that a lemmy instance is loaded and automatically add "Subscribe on [homeinstance.url]" buttons where the normal subscribe button would be, I think it'd go a long way toward making the "Fediverse" easy for new users. Apologies if this exists and I just couldn't find it.