Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror

Comment WSL already has Curl (Score 1) 216

I don't recall specifically doing anything to get Curl in WSL - but it's been there over a year for me. If it's not Curl, then what exactly is "curt" ? not many other words come to mind which are similar in spelling to "curt" which the author intended to type... unless it was supposed to be... - oh, my!

Comment More like counteracting external forces (Score 1) 146

This looks more like counteracting external forces than the clickbait heading "Boston Dynamics Is Teaching Its Robot Dog To Fight Back Against Humans". The next step is for the robot to determine what external force is being applied - if it is from a human, then it should yield - there may be a very good reason why a human is trying to prevent a robot from opening the hatch to a nuclear reactor, to give a simple example. If it's an anti-riot robot performing crowd control duties, then maybe yielding wouldn't be the best course of action. Unless it was being pulled back by a human police officer. Except if that human police officer is actually an antifa member disguised as a police officer during a riot...

Comment Blazor (Score 1) 165

I'm just biding my time waiting for Steve Sanderson's Blazor to emerge as a supported front end UI framework.

A short video presentation from a demo Steve presented at NDC Olso shows how the possibility of sidestepping what I think is the current javascript framework madness.

If I was more disciplined, I might learn to love javascript and some of the various UI frameworks, but as an experienced .NET developer, Blazor appeals to me.

Comment Re:DDoS by botnets running Windows. Thanks Microso (Score 2) 31

Acutally, the handful of times I've traced back attacking IP's during a significant DDoS attack (3+Gb/s) I found the attacking IP's to be web servers from small to medium businesses running the LAMP stack. The most common was a php file was uploaded to the server and simply executed via the web server due to misconfiguration. Not surprisingly contacting the owners of the compromised servers never yielded any response - but one I did contact I saw that about a week later the offending php file was gone as attempting to execute it via web browser resulted in a 404 when previously it did not. This was only about 3 or 4 years ago, too.

Comment Re:It is appficial. (Score 1) 65

I keep seeing posts like like - is there some reason for it? Is this an attempt to associate some keywords to other keywords so search engines somehow associate the two (like this example associating "Luddite" with "app")? What is the point?

Comment Re:This is obvious even to AV vendors (Score 1) 352

I always thought UAC was a mechanism to start to make developers follow better security practices in the applications they develop.

For instance, It alerted the user when applications tried to store data/config files in the Program Files or C:\ folder, instead of %APPDATA% and the like. Lots of software back in the day simply stored data by default in C:\xxx or even their installers defaulted to folders other than the program data folder. I think UAC made some developers ask why was their application causing a UAC notice, and if it was something they could fix (like writing data to the appropriate folder) they did.

Slashdot Top Deals

The key elements in human thinking are not numbers but labels of fuzzy sets. -- L. Zadeh

Working...