Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror

Comment Used it to configure my home server (Score 1) 195

Using Warp terminal, it actually nice for a non-admin to ask questions to Claude and get some really helpful work.

I do not know every in and out of Linux server config, my day job doesn't depend on that I do. So I can connect up, ask Claude, "is this service running?" or " My plex server isn't responding, can we run some diagnostics?"

Is it perfect? No, is it better than me? Oh god yes. Is my system a mission critical server? Not in the slightest.

But its fun, I actually can get a working docker server, a secure ssh client, mailcow, plex, jellyfin, factorio....hell what else can I load. If I run into issues I ask Claude, and it can step me thru the correction, or just do it.

It has no idea what I want to do, it has no idea my end goal, but I say conquer that hill, its been doing it's best to do it. The campaign it doesn't know or care. Perfect little helper.

I don't have a subscription to Warp's services yet. They give a limited amount of tokens to Claude monthly, which seems fine to me. Only had 1 month run out. Which for non-production systems...is fine. I can wait. I'm am considering subscribing, it's just been dang helpful.

Coding? Haven't done it seriously yet, I typically code on an ERP system, that is just starting with AL/MLL stuff. Haven't gotten to far. But with server support, it's making me have fun, "hows this work? can we check this?" and there's no judgement on my actions as to why? For personal stuff, this is great.

For production environments, I'd worry. I don't use it at work. I asked the software team to check it out to see if we could, so it's on the list. But I'd want to be sure of security. some nooby could ask some server destroying question and try to implement, sure sudo should stop most, but there always seems to be one file or config that slips past, so I'de be a bit concerned till it proved itself there.

Comment Re:Violation of civil liberties (Score 1) 14

I don't believe the government has the right to ban me from harming myself in their eyes.

If you signed a contract stating that you agreed either to forgo any treatments for health issues arising from your choice to smoke or agreed to pay for all such treatments out of your own pocket, then fine. But, and especially if you live in a country with socialized medicine, then everyone else is paying for your treatment. So to minimize everyone's expenses for your completely avoidable health issues, the government is doing what it's doing. And they haven't stopped you from harming yourself. They just put images and words on the package.

Comment Re:Perpetual (Score 2, Interesting) 65

Having spent a whole hell of a lot of time lately on Gnome, configuring it and testing various configurations for rollout at the company I work for, all I can say is that it just works. There's a browser, and bizarrely, printers just work on Linux now in a way they just used to work on Windows, and it's now Windows, at least in an enterprise environment, where printing has become the technical equivalent of having your teeth filed down. Where work does need to be done is on accessibility, so we have one staff member who will stick with Windows 11 for now. Libreoffice's Calc is good enough for about 90% of the time, and Writer about 95%. We remain open to Windows machines for special use purposes, but most people after mucking around for a bit are able to navigate Gnome perfectly well, since once they're in the program they need to use, what's going on on the desktop is irrelevant.

On the enterprise back end, supporting global authentication has been around a long time, and if you only have admins who know how to navigate a GUI, then you have idiots. The *nix home folder is infinitely superior in every way to the hellscape that is roaming profiles, so already you're ahead of the game.

Comment Re:They also undermined birthright citizenship (Score 1) 56

Military bases overseas are not considered U.S. soil for citizenship purposes. Been that way for quite a while...

Which apparently changed in 2020.

In a statement, Duckworth said the new law will make sure that children born while stationed abroad, as well as stepchildren and adopted children, will automatically acquire U.S. citizenship.

Comment Re:Reminds me of Thomas Bros (Score 1) 111

Essentially, yes. Visualizing where to go works better for me than being told to turn right in 300 feet. Since I've already looked over the route and figured out where I need to go, it stays with me.

Similar to what this article is saying that doing your research makes the subject stick better than having it spit out to you.

Comment Re:So, yeah for microkernels? (Score 4, Interesting) 36

That just about sums it up. Moving drivers into user land definitely reduces the attack surface. As it stands, antivirus software in most cases is essentially a rootkit, just one we approve of because that low level access allows it to intercept virus activity at the lowest level. With a microkernel, nothing gets to run at that level anyways, so microkernels are inherently more secure.

Traditionally the objection to microkernels was they were slower, since message passing has a processing cost in memory, IO bandwidth and CPU cycles. In the old days where may you had a couple of MB of RAM, or even 8 or 16mb of RAM (like my last 486), with 16 bit ISA architecture and chips that at the high end might run at 40-60mhz, a microkernel definitely was going to be a bit more sluggish, particularly where any part of that bandwidth was being taxed (i.e. running a web stack), so Windows and Linux both, while over time adopting some aspects of microkernel architecture (I believe Darwin is considered a hybrid), stuck with monolithic architecture overall because it really is far less resource intensive.

But we're in the age when 16gb of RAM on pretty high end CPUs where even USB ports have more throughput that an old ISA bus, that I suspect it may be time to revive microkernels.

Slashdot Top Deals

Any sufficiently advanced technology is indistinguishable from a rigged demo. - Andy Finkel, computer guy

Working...