Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror

Comment maybe not ticket, but for sure insurance (Score 1) 216

We live in a world of data-for-sale by big companies. Even if they are prevented from sharing this data with police excepting actual emergencies (amber alerts, etc), for SURE they'll offer the data for sale to insurance companies. How much do you think Geico and Allstate would pay to know if YOU are "actually" a bad driver per their metrics so they can charge you more?

Comment Can they redo with certain light blocked entirely? (Score 1) 52

I like where this is going -- but can they redo the study where the participants wear glasses that filter certain frequencies of light (e.g. the kind found in laser labs that can specifically filter 480-500nm light); one group wears glasses that filter blue light, another yellow light, etc, and STILL use their devices for an hour before bed? Sure your instagram feed'll look like a bad 3D 80s movie while lying in bed, but it'll solve more clearly sleep patterns as a function of light frequency rather than the conclusion "oh well white light has all the light in it, so it's more complicated than a mild blue-blocker or not."

Comment Has Less to do With Politics Than You Think (Score 2) 282

"Flower Moon" had a $200m budget; movies generally need 2-2.5x their budget at the box office to break even, and as of today it has $151m box office worldwide on boxofficemojo. People aren't seeing it. Yet it's audience score is above 80% on Rotten Tomatoes. Apple has exclusivity streaming rights for "Flower Moon". So by the numbers, it's a film people will like, probably wanted to see, but didn't make it to the theater in time. This is a prime candidate to do very well on streaming. Apple can't guarantee censoring De Niro will boost their streaming numbers, but they probably can guarantee De Niro making the front page of the Daily Wire for an anti-conservative political rant will hurt their streaming numbers.

Comment Political Advertising (Score 3, Interesting) 110

The implication being political ads have been honest and forthright up until now? Is everyone at Facebook too young to remember the Daisy Ad in 1964? (or, for that matter, whatever their education, it didn't include a political science class?) The answer to this doesn't have anything to do with AI, or attack ads, honesty or politics. It's to learn for yourself and to teach those around you NOT to be swayed by sensationalist fear-mongering. Learn your parties. Learn the issues. If you're casting your vote out of fear for what "the other guys" will do, you're part of the problem. Democracy is "the rule of the people." Fixing it starts with YOU. Not "them", not a company, not a policy.

Comment Very Similar Story (Score 2) 198

VB.NET background. Wanted to get into GPGPU to accelerate some of my more complicated math calculations. Tried CLOO (open source .net GPU wrappers) and couldn't get it to work, tried AMD's OPENCL dev gui, couldn't get it to work. Eventually found the answer in python. GPGPU in pyopencl is well-documented thanks to the bitcoiners, and from .net you can either run the python in a shell, or write a little python kernel to listen for, and process commands. Only catch is the opencl abilities are limited, and you have to start dabbling in c++ to get it to do any real work (and even then it's a dumbed-down c++ and many existing extensions don't install or work quite right). All in all I found the entire thing very rewarding though. :) Best of luck.

Comment School ruined him (Score 1) 507

In class he was graded on things like code efficiency and punished for NOT following certain guidelines by getting a bad grade. In the corporate world, you get paid based on your code working, and doing everything it's supposed to do. No one in management cares if a module is 1500 lines vs 1200. Welcome to the real world.

Comment Re:Engineering students are clever (Score 2) 330

sorry bad formatting

My thought process:

block all ports other than port 80 - not effective, see tools like google chat

block port 80 + internal dns a records to make sure chat/email sites like gmail, hotmail, yahoo mail don't get resolved - still not foolproof, and a chat client that operates on LAN could get around it (engineering students are clever after all), alternately phones can sit in your pocket and be tethered and no one would know you're not on their firewalled connection.

use school-provided laptops? - too expensive How about make a program that the students are required to install to take the exam, and the program screenschots at random times what they are doing and uploads it to a LAN address so you can just see what they're doing? Maybe even get a programming class to write the apps and analysis software as one of their own final projects. - is definitely an invasion of privacy though (if students currently taking an exam can claim to have such a thing)

Or just make the exams so friggin hard that if they have to google every little thing, they won't get a good grade because they won't finish it. Ask for things like to sketch flowcharts that will not translate over text or chat in a meaningful way. (and if 20 students all submit exactly the same flowchart due to an email ring, it'd be easy to spot for the grader)

Slashdot Top Deals

C'est magnifique, mais ce n'est pas l'Informatique. -- Bosquet [on seeing the IBM 4341]

Working...