Slashdot Mirror


User: AlejoHausner

AlejoHausner's activity in the archive.

Stories
0
Comments
121
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 121

  1. Re:States want "rights" over local broadband on AT&T, Comcast Kill Local Gigabit Expansion Plans In Tennessee · · Score: 2
    No no no. That's not at all what I was talking about. I guess the topic is pretty inflammatory, and I didn't do a good job of saying what I meant.

    Of course states are free to set their own laws, according to the 10th ammendment. My point is that "states' laws" has come to mean more than just the fact that states have rights to set their laws. It's a cryptic way to talk about the power of whites over blacks. Look at wikipedia's page on Lee Atwater, a Republican strategist who used just such language to covertly play to southern white prejudice, in order to get Republicans elected. There's a snippet from an interview, on that wikipedia page, where he explains that you can't use racial epithets, but you can talk about states' rights, and the voters will understand that you're supporting racism, and WILL VOTE FOR YOU.

    I just responded to the use of this phrase, because that's what it means to me right now. And I think that corporations are, not by accident, trying to use that covert language to get state legislatures in the South to support their campaign against municipal broadband. You may think I'm inferring too much, but it really seems obvious and creepy to me.

    Call me a conspiracy theorist, if you like.

  2. Re:States want "rights" over local broadband on AT&T, Comcast Kill Local Gigabit Expansion Plans In Tennessee · · Score: 3, Interesting

    The phrase "states' rights" is actually a codeword for "Jim Crow": slave-owning states argued before the civil war that the federal government had no authority to interfere in their business. This cynical appeal to the constitution is still very much in use today. In fact, it's being used sotto-voce to justify opposition to all sorts of things that would benefit poor African-Americans: obamacare, higher minimum wages, etc. ATT and Comcast know that this phrase will get them enormous support in southern states. Wow. What an evil marriage of redneck prejudice and corporate corruption.

  3. Re:Anyone else with 'Emacs carpal tunnel?' on GNU Emacs Now Has Native Support For GTK Widgets (phoronix.com) · · Score: 1
    I think the real cause of emacs-pinkie is the modern location of the Control key. Back in the 80s the terminals I worked on didn't have a Caps-Lock key. There was a Control key right there. That's exactly where it should be, and I do my best to map that key to Control in whatever system I work on.

    I mean, who the hell needs a caps-lock key placed in such a convenient place, these days? Back in the day when computers were first sold to businesses, their target audience must have been stenographers. They expected the caps-lock (actually "Shift lock") to be there. But no one else needs it there. I mean, who uses that key nowadays, and why should be taking up such a vital piece of keyboard real estate?

    As for emacs, I use it daily. If you're a programmer, it's the most efficient way to type code. Sure, it would be nice to have it more integrated into an IDE, but I can live with that. If you absolute are addicted to things like intellisense, there are add-ons for emacs that kinda do that: http://emacs.stackexchange.com...

  4. There is no "view from nowhere" on New Scientific Journal To Publish "Discrete Observations Rather Than Complete Stories" (sciencemag.org) · · Score: 3, Interesting

    The most prominent motivation for this proposal lies in prominent failures and retractions in medical and psychological research. As a recent meta-study showed, most psychological studies are not reproducible (probably because their pool of subjects consisted of university students, a very weird bunch of people ;-). Also, many drug studies are influenced by pharmaceutical industry funding.

    But the article's proposal won't work. It assumes, at some level, that there are fundamental facts, and that it's possible to discover these facts, without a theory. That's why they are proposing publishing discrete observations, without any "story" that observations fit into. But philosophers have thought about this already. Kant's theory of categories explains that you can't perceive facts "raw", but always see the world through some mental model you carry with you, wether you know it or not. So you always have a model of the world, which colours your perceptions.

    I would argue, further, that thinking itself is impossible without a model. You need a structure to hang your ideas onto. You can't stand fully outside your own biases and mental preconceptions, and see things are they "really are". Your model may change over time, or someone else's model may become accepted as better, and observations will then fit into a different "story". That's what a scientific revolution is: a change of model to explain the same phenomena.

    Facts need to published within the context of a "story". There's no way around this. At most, we can try to be aware of the story we are caught inside of.

  5. Re:Repeat business on The Real Cost of Mobile Ads · · Score: 2
    Showing you an ad for the same thing would make sense, if you had just bought a consumable, like batteries, or bread. But shopping on the internet, for me, is about one-time purchases.

    OK, say I just bought a pair of shoes. Why would I want a second pair? Why would I buy my spouse the same shoes that fit my feet? The post you replied to does make a valid point: ad companies have little predictive power, and can't guess what you will buy next. Showing you an ad for the same thing usually shows the ignorance of the ad server's algorithm.

  6. Re:Learn your mathematical operators on The Real Cost of Mobile Ads · · Score: 2

    Well, what really bothers me is that a "good" website would have 1-3MB of content. For me, a good web page is mostly text, and rarely holds more than 20K of actual content. A site with 1MB of content probably includes several colossal images, which I'm not interested in. I miss the good old days with dial-up modems. They forced web designers to rein themselves in a little bit.

  7. Re:More basic than just finding the results they w on Registered Clinical Trials Make Positive Findings Vanish · · Score: 1

    You hit the nail on the head. By forcing researchers to declare, a priori, what they were looking for and how they were going to measure the effect they were looking for, the registry prevented cherry-picking. A researcher could not change his or her mind after the results came in, and choose another effect that had shown up in the data. Cherry picking is like staring at random noise and accidentally seeing patterns that aren't there.

  8. Re:Ummmm ... duh? on Modern Cockpits: Harder To Invade But Easier To Lock Up · · Score: 4, Insightful
    I might agree with you, if mental-health diagnoses had any predictive power. But suicides are pretty much impossible to predict. Just because someone is diagnosed as clinically depressed does not tell you that they will commit suicide tomorrow. And there are perfectly well-adjusted people who kill themselves because, say, they have a terminal illness.

    You also can't, in any reliable way, predict that someone will kill others.

    Not to mention unconscious forces. The typical murderer doesn't know that he will kill tomorrow. But some violent rage may arise, triggered by some unforeseen incident. Sure, there are pre-meditated murders, but they are rare, and their very rarity makes the justice system punish them more severely.

    Doctors can't predict that you will cause harm tomorrow. You yourself can't predict it, because you don't know what's really going on in your head. So let's not make everyone's life a pain by trying to prevent the unpredictable.

    The next thing you know, they're going to make us take our shoes off at the airport because someone put a bomb in his shoe, or make us buy tiny bottles of shampoo because someone maybe planned to make explosives from liquid reagents in flight. Oh wait, such over-reactions have already taken place!

  9. Re:It depends on No, It's Not Always Quicker To Do Things In Memory · · Score: 2
    OK, so the authors are bad programmers and don't understand how string concatenation works. Strings are contiguous arrays, whereas disk files are made up of consecutive blocks, which are accessed through an index. If you want to append to a file, you may add a block, and modify the end of the index. But if you want to append to an array, you are forced to allocate a whole fresh array, because strings use fixed-size arrays.

    On the other hand, Java StringBuffers have amortized O(1) append cost. A StringBuffers occasionally re-allocate themselves to larger pieces of memory, and the amortized cost of an append is O(1).

  10. Re:Talk versus Action on Facebook Puts Users On Suicide Watch · · Score: 1

    Your comments are very thoughtful, but I would quibble with you when you call depression a chronic condition. Of course this is the prevailing view, but it suggests that depression is a purely physical and biological, and devoid of meaning. Such a view is relatively recent, dating from the 1980s, when Prozac was being marketed, and Eli Lilly needed to create the opinion that there was a medical need for their new drug. The logic of the "chronic" view of depression is that you have an incurable physical illness, and hence must take a pill for a long time, hopefully for life.

    I am tempted to rant about corruption in the pharmaceutical industry, but instead I want to suggest an alternative explanation for depression: when I get depressed, there is an actual unresolved conflict, one that I'm trying to put out of my mind. My mental energies become tied up in the large effort needed to forget my conflict, which causes pain every time it comes to my consciousness. The lack of energy leads to loss of motivation, and the world seems too much to handle. This forgetting is what psychodynamic therapies call repression. We tend to forget very easily; being present and remembering actually takes dedication. As Nietzsche said,

    "I have done this," says my memory. "I cannot have done this," says my pride, and remains steadfast. Eventually, memory yields.

    I would suggest that depressed people try to get hold of a good psychodynamic therapist, one who will not simply focus on symptom management, but rather someone who can go deeper into what's actually tormenting you.

  11. Here is some actual information on Drones and Satellites Spot Lost Civilizations In Unlikely Places · · Score: 1
    OK folks, let's stop griping about the OP and try to get some actual content. If you look at the home page of David Mattingly, the main researcher on this project, and check his list of publications, you'll hit this one:

    http://dx.doi.org/10.1017/S000...

    It describes his team's exploration of previously-unknown settlement by Garamantes people, ancestors of today's Tuaregs, who dominated the Sahara from 500 BC to 700 AD. Cool stuff. He's been working in the area for 20 years, and the people in question were known to the classical Greeks and Romans.

  12. Re:Fancy version of FTP on BitTorrent Performance Test: Sync Is Faster Than Google Drive, OneDrive, Dropbox · · Score: 2

    Touche'. Still, I'm amazed that there's a company called logmein that provides remote desktop service on the internet, and that (get this) it works by taking over the host computer's mouse and display! On X-windows (yes, I know) the computer you're logging into (the client) isn't affected visually; the displayed windows all exist as separate entities on the computer requesting the connection (ie the "display server"). Surely that makes a heck of a lot more sense.

  13. Fancy version of FTP on BitTorrent Performance Test: Sync Is Faster Than Google Drive, OneDrive, Dropbox · · Score: 0
    You could also install an FTP server on one machine, and log into it from the other, type 'bin', and 'get'. Frankly, this particular feature has been available since the 1980s.

    What will they think of next? Remote desktop? It was called X-windows in the 1980s.

    Kids these days think they invented sex.

  14. WRF has gotten pretty good, actually on Supercomputing Upgrade Produces High-Resolution Storm Forecasts · · Score: 2
    I worked in meteorology in the 1980s for several years, and one thing I learned was that data is in short supply. I learned that the ultimate truth comes from sending up radiosonde balloons with humidity, wind and pressure sensors. The goal is not just to get data from the ground (there's lots of that kind of data, I'm sure). You have to sample the whole atmosphere to set up the numerical models. You say that about two hundred balloons are sent up every day, and assuming this is done every 6 hours in the continental USA, a back of the envelope calculation says the sample points are about 400 km apart. So the best data for seeding the calculations has very low spatial resolution, much lower than the 2-mile resolution used in the numerical model.

    Of course, you can get estimates for water vapour from IR satellite measurements. I saw this done also in the 1980s. At the time I didn't understand all the math used to do this, but remember that it involved taking IR emissions over several wavelength bands, and somehow combining these to infer the water vapour content at various heights in the atmosphere, under each pixel. These satellites certainly have 2-mile spatial resolution, but the problem I see there is that the polar-orbiting satellites that provide this information pass over any spot on earth about 4 times per day, so the temporal resolution is as low as the balloons'.

    Finally, data from airlines is going to be largely restricted to heights at cruising altitude, so you're missing a large cross section of the atmosphere there.

    And don't get me started on weather observations over the ocean, where there are very few ground stations or balloons.

    The issue is that the Navier- Stokes equations being solved in weather forecasting are very sensitive to initial conditions, so it's really crucial to get the data right to set up the calculations. Sitting in my armchair, I remain a bit skeptical that we will ever be able to get the true initial conditions.

    Despite all this I'm always impressed that the NWS manages to get pretty decent one-week forecasts out, despite the impossible task they face. There must be some deep voodoo in those numerical models!

  15. Teaching literature the old-fashioned way on Ancient Campfires Led To the Rise of Storytelling · · Score: 1

    Some years ago my wife and I read Homer's Odyssey to each other over several nights, sitting outside next to a campfire. It really worked well. That's a story that is best told, not read. I wonder how much more effective it would be to cover ancient literature in this way: not read out of a book in classroom, but spoken out loud in a communal setting.

  16. Re:It's not really a myth anymore on The Sci-Fi Myth of Killer Machines · · Score: 1
    Your example of drones killing hapless Afghan and Yemeni wedding parties is a straw man. The author isn't talking about that. He's talking about INTENT. When you kill someone by means of a drone, you are merely extending the operator's range of action. The drone is just an extension of the operator's hands. It's like driving a car. The driver has all the intent, and the car merely amplifies it. You might put the car on cruise control, but a car on cruise control doesn't plan its next move.

    I think it's impossible to simulate intention. People mistake intention with mathematical knowledge. That's why the term "artificial intelligence" is so wrong and so limited. Consciousness and intention are much richer than mathematical intelligence. Consciousness and awareness require subtle skills that we humans use to interact with the real world; skills that are so subtle we barely notice ourselves using them. We certainly don't understand those skills. And since we don't understand them we can't build them into a computer program.

    Writing software that interacts with the real world is very hard, because the world is too complicated and variable. Have you ever tried to write code that handles a user interface? It's very hard, because users are so varied in their assumptions about what your program is doing. Hell, you don't have to be a programmer to know that: we have all run into bad UIs. That's why the iPhone was such a big hit: its designers paid a huge amount of effort and time to make sure the UI worked well. Previous phones had UIs written by the phone's engineers as an afterthought. Those UIs sucked, and the iPhone ate their lunch.

    Even though writing a UI is so hard, users have to learn how to use it. They have to get accustomed to its limitations. A general purpose UI that could interact with the untamed world is probably impossible to write. So much more impossible must it be to write a program that can interact with the real world and plan that world's destruction.

  17. In 1980 we had video terminals! on One-a-Day-Compiles: Good Enough For Government Work In 1983 · · Score: 1
    In high school in Toronto in 1978, we would hand-code our Fortran programs onto optical cards by strategically darkening in circles with pencil, to encode one line of source per card. The teacher would then stack your cards onto a reader, which would scan one card a time (about one or two per minute) and a magical thing called a "modem" would send the program to the University of Toronto mainframe, which would compile and (if you were lucky) run it. The teacher picked up the printouts in the morning on the way to school. Truly an exciting time, but I only saw other lucky students use it; I never got a chance to try.

    Then I had a transformative experience through a one-week stay at the University of Waterloo, where we spent all our time in front of teletypes programming in APL. Boy those teletypes were noisy, especially with a room with twenty of them going at it full blast. When I went to bed my ears would still be ringing. Yes, APL was my first programming language, and frankly the trauma hasn't worn off yet.

    When I started university in 1980 at McGill in Montreal, there still were punch card machines and punch card readers at the computer center, and its satellite centers. However, pretty much everyone at the school had a "computer code", ie an account on the time sharing system called MUSIC: see wikipedia. It was a lovely system, and you could run commands interactively. It came with Fortran, Snobol, Pascal, Lisp, IBM 360 assembler, and, of course Adventure!

    I spent many hours playing Adventure, and of course mapped the whole cave in detail.

    At McGill, there were two kinds of terminals: video terminals for the lucky people, and paper terminals from Digital Equipment called DecWriters for everyone else. The former had wisiwig code editors, on which you could prepare your source code and, when ready, "submit" your program to be compiled, run and printed. You would then walk down to the basement of Burnside Hall, where a surly operator would hand you your printout. That's when you learned that you had a typo in your code. Needless to say we were told over and over to WRITE YOUR PROGRAMS OUT before you typed them in, but nobody listened then, and nobody listens now either. In any case, the turn-around time from "submit" to picking out your printout was in the order of 15 minutes, not overnight as in TFA.

    The design of Watfiv fortran focused on fast compilation. Your code wouldn't be optimized, but that was OK, because as a student the majority of your runs would have compilation errors. Typically you only ran your program, fully implemented, once or twice, after dozens of botched compile runs.

    All in all, it was a great experience. What I appreciate the most, in retrospect, was that CS students were required to learn IBM assembler. Higher level languages don't fully make sense until you know what's going on at the CPU level. I still can't fathom how an intro course in Java can give you any true knowledge of how computers work.

  18. Re:Radix sort well fits human skills on Ask Slashdot: How Do You Sort? · · Score: 1

    Strictly speaking, this is most-significant-digit-first radix sort. Alejo

  19. Re:Creepy on AMC Theaters Allegedly Calls FBI to Interrogate a Google Glass Wearer · · Score: 1
    Don't talk to the police

    Are you referring to this video by James Duane? Don't talk to the police .

    Highly recommended, assuming you can survive Duane's machine-gun rate of speech!

  20. Don't let mathematicians write production code on Same Programs + Different Computers = Different Weather Forecasts · · Score: 0

    I once saw a piece of code written by a mathematician which said "pow(x, -1)". Ugh. I wonder if meteorologists know better.

  21. SSRI withdrawal on Psychiatrists Cast Doubt On Biomedical Model of Mental Illness · · Score: 1

    We won't know the exact position of the British Psychological Association until Monday, but I can offer one example of how a psychiatric diagnosis can cause harm. Look up "SSRI withdrawal". SSRIs like Prozac slow down the reabsorption of serotonin, leaving more serotonin available in the brain. The body isn't static, and it reacts to the drug by overstimulating serotonin absorption. The body and the drug eventually reach a balance, and the overall amount of serotonin returns to the original levels. The problem occurs when SSRIs are stopped abruptly. The body's compensation mechanism continues for a while, and your serotonin levels drop dramatically. You get VERY depressed. You may feel like killing yourself. Some people do commit suicide at this point. Seen from the outside, it looks like you were very ill, and stopping the drug unmasked the illness. But the opposite is true. Stopping the drug CAUSED the illness. In fact, studies have shown that depressed people's serotonin levels are no different from those of normal people. Taking SSRIs doesn't change your levels because your body compensates and returns your serotonin to pre- treatment levels. The SSRIs don't do anything. Except that if you stop taking them you might die. Better off not taking them. And better off not being diagnosed in the first place. Diagnosis can kill.

  22. Oil and coal are here to stay on Apple: 75% of Our World Wide Power Needs Now Come From Renewable Power Sources · · Score: 2

    Sadly, there are lots of reasons why renewable sources won't solve our energy needs. Tom Murphy, a physics prof at UCSD, has a great blog http://physics.ucsd.edu/do-the-math/2012/02/the-alternative-energy-matrix/ where he works out the details. This was covered a while ago here: http://hardware.slashdot.org/story/11/08/02/2315207/limits-on-growth-of-energy-use-and-economies

  23. Re:World of Goo on Ask Slashdot: Really Short Time Wasters? · · Score: 1

    Awesome puzzle collection. I am also currently hooked on signpost, but I still like pattern, netgame, loopy, galaxies, dominosa, and magnets. All are highly configurable to suit your time-wasting budget. Classic puzzles like mastermind, sudoku (regular, jigsaw, killer), minesweeper, black box, and kenken are there too! The iOS port does suck, but hey Simon's puzzles are open source, so you could port them yourself. Android, Mac, and Windows ports are all well done. I even use it on my old Palm device! Yay open source!

  24. Because Phrma has no drugs for it on No More "Asperger's Syndrome" · · Score: 1
    Don't take the DSM so seriously. There are many people who feel that syndromes and disorders are added to the manual largely to provide a reason to sell psychiatric medications. It can argued that the DSM is a codification of marketing fashion. There was an epidemic of anxiety during the 1950s, coincident with the marketing of "Miltown", a mild tranquilizer. This epidemic resurfaced in the 1970s when Valium was being promoted as a harmless, non-addictive anti-anxiety drug. Then suddenly large swathes of the population fell into depression, just in time for Prozac.

    Prozac is the most obvious fabrication. In many studies, its effect can't be distinguished from placebo (http://en.wikipedia.org/wiki/Fluoxetine#cite_note-78). Of course, if you ARE on prozac and stop taking it suddenly, you will likely get depressed (and sometimes suicidal), but that's most likely withdrawal symptoms, not a manifestation of an underlying condition.

    I suspect that pharmaceutical researchers can't think of a way to mask the symptoms of Asperger's, so there is no need to list it in the DSM. Call me cynical if you like.

  25. Re:What about the other planets? on Spectacular New Views of Saturn's Polar Vortex · · Score: 1

    (Slaps forehead)