Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror

Comment Re:Windows 10 only? Damn (Score 1) 55

That isn't the use case of this service though... This is providing a Google-provided MDM-type device management essentailly for Windows 10 corporate laptops similar to what you can already do with Android and iPhone. I have more one-off Oscilliscopes, PXE chassis, LabView boxes etc. in my environment than I'd care to admit running out-of-date embedded Windows OSes--none of these have a web browser installed or are even connected to a network where they could go out and access Google. They either have the network port taped over or have 10 layers of compensating controls between them and any network that might want to do them harm. As for Windows 7, it went EOL as-of January 14, 2020 (unless you pay a hefty support contract to MS for extended support). I see absolutely no reason for Google to market a mobile device security solution to companies who choose to completely ignore security by running an unsupported OS in a mobile device environment such as an end-user laptop where the threat vectors are already just about the most dangerous they could be (thivery, sketchy wifi networks, sketchy USB devices, liquid nitrogen attacks on RAM holding sensitive encryption keys once the adversary has physical posession of your booted-up but sleeping device, Thunderbolt USB-C port DMA vulnerabilities, etc.)
Java

Ask Slashdot: Do You Like Functional Programming? (slashdot.org) 418

An anonymous reader writes: Functional programming seems to be all the rage these days. Efforts are being made to highlight its use in Java, JavaScript, C# and elsewhere. Lots of claims are being made about it's virtues that seem relatively easy to prove or disprove such as "Its use will reduce your debugging time." Or "It will clarify your code." My co-workers are resorting to arm-wrestling matches over this style choice. Half of my co-workers have drunk the Kool-Aid and are evangelizing its benefits. The other half are unconvinced of its virtues over Object Oriented Design patterns, etc.

What is your take on functional programming and related technologies (i.e. lambdas and streams)? Is it our salvation? Is it merely another useful design pattern? Or is it a technological dead-end?

Python creator Guido van Rossum has said most programmers aren't used to functional languages, and when he answered Slashdot reader questions in 2013 said the only functional language he knew much about was Haskell, and "any language less popular than Haskell surely has very little practical value." He even added "I also don't think that the current crop of functional languages is ready for mainstream."

Leave your own opinions in the comments. Do you like functional programming?

Comment I started off with C (Score 2) 315

It's my most familiar language, back from when I was learning it on the schoolbus by reading K&R. I would still never choose C over a carefully-selected subset of C++ for a new project. There is just no advantage to keeping things more primitive except when it comes to very specific environments, like traditional Unix kernels. I think templates are very useful in limited doses and far superior than macros, inheritance is somewhat useful to almost any kind of CS problem, and the STL itself is a huge boon to software reliability and interoperability.

Of course, I also have no qualms with Java, so....

Comment Actiontek My Wireless TV (Score 2) 158

Greetings OP, I have one of these rigs: Actiontec My Wireless TV WiFi / HDMI Multi-Room Wireless HD Video Kit http://www.amazon.com/exec/obi... I use it to sling HD video, USB and IR from my downstairs to upstairs, and it works great! There is a small amount of latency but it's not at all unusable. Sounds like it would do exactly what you want! I'm very happy with mine--normally I'm a bit skeezed out by Actiontec products (FiOS wireless router ugh) but this one has been completely solid. Good luck! Regards- pdscomp

Slashdot Top Deals

After a number of decimal places, nobody gives a damn.

Working...