Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:What is BSD good for? (Score 1) 77

So I am honestly asking, what is BSD good for.

When exactly did "honestly" become a synonym for living under a rock? This question comes up on almost every thread where FreeBSD is mentioned, though granted this is barely more often than its major releases.

The first answer in every such thread for years now is always ZFS, but actually this just disguises how many people have been using it for years or decades and just plain like the way FreeBSD does things even if nine out of ten, or ninety nine out of a hundred, or nine hundred and ninety nine out of a thousand have different tastes.

I get intensely piqued over the implication that there's a nuisance hurdle that needs to be cleared just for existing. When "honestly" becomes a cover story for living under a rock (or an equivalent not-be-bothered-hood) this ultimately seems to resonate as the main implication.

It's especially irritating when FreeBSD predates all the Johnny-come-latelies. It would have needed to be clairvoyant to have correctly decided to not exist, so as not to strain the reputational resources of open source groupthink.

I used to use an axe, but I stopped using it when I had to cut down a tree ten-feet wide at the base. I am presently using a Husqvarna and I am perfectly happy with it but for some reason the axe retains a magical "hard core" allure. So I am honestly asking, what is an axe good for?

Comment Re: If you pay... (Score 2) 15

Martin,

The last time I had a professional video produced, I paid $5000 for a one-minute commercial, and those were rock-bottom prices from hungry people who wanted it for their own portfolio. I doubt I could get that today. $8000 for the entire conference is really volunteer work on Gary's part.

Someone's got to pay for it. One alternative would be to get a corporate sponsor and give them a keynote, which is what so many conferences do, but that would be abandoning our editorial independence. Having Gary fund his own operation through Kickstarter without burdening the conference is what we're doing. We're really lucky we could get that.

Comment Re:One hell of a slashvertisement! (Score 2) 15

I think TAPR's policy is that the presentations be freely redistributable, but I don't know what they and Gary have discussed. I am one of the speakers and have always made sure that my own talk would be freely redistributable. I wouldn't really want it to be modifiable except for translation and quotes, since it's a work of opinion. Nobody should get the right to modify the video in such a way as to make my opinion seem like it's anything other than what it is.

Comment Re:If you pay... (Score 2) 15

Yes. I put in $100, and I am asking other people to put in money to sponsor these programs so that everyone, including people who did not put in any money at all, can see them for free. If you look at the 150+ videos, you can see that Gary's pretty good at this (and he brought a really professional-seeming cameraman to Hamvention, too) and the programs are interesting. Even if at least four of them feature yours truly :-) He filmed every one of the talks at the TAPR DCC last year (and has filmed for the past 5 years) and it costs him about $8000 to drive there from North Carolina to Austin, Texas; to bring his equipment and to keep it maintained, to stay in a motel, to run a multi-camera shoot for every talk in the conference, and to get some fair compensation for his time in editing (and he does a really good job at that).

Comment Our city imposes a 3% tax on utilities (Score 1) 148

Our city imposes (suckered the voters into approving) a 3% tax on utilities - comm, power, gas, ... - and has for several years. I think that includes internet service (which is pretty steep around here). My wife and I have been fighting this law and its renewal. (It is driving businesses out of the city - they can cut their costs substantially by relocating just over the line - and thus both blighting the city and cutting other tax revenue.

I think I need to do a little checking to see if they ARE taxing the internet part of the phone bill and if that's prohibited federally. Zapping them for a refund (for everybody, for several years worth) might get their attention. B-)

Submission + - Open Hardware and Digital Communications conference on free video, if you help (kickstarter.com)

Bruce Perens writes: The TAPR Digital Communications Conference has been covered twice here and is a great meeting on leading-edge wireless technology, mostly done as Open Hardware and Open Source software. Free videos of the September 2014 presentations will be made available if you help via Kickstarter. For an idea of what's in them, see the Dayton Hamvention interviews covering Whitebox, our Open Hardware handheld software-defined radio transceiver, and Michael Ossman's HackRF, a programmable Open Hardware transceiver for wireless security exploration and other wireless research. Last year's TAPR DCC presentations are at the Ham Radio Now channel on Youtube.

Comment It has nothing to do with the target. (Score 1) 183

What about consumer electronics (washing machines, microwaves, smartphones, routers, AP's) or critical industrial systems
where I would image RTOS to be necessary (VxWorks, QNX) ? I can't imagine Windows CE dominating in those spaces.

You seem to be missing something here.

We're not talking about the target. We're talking anout the platform on which the program for the target is built.

This is where the editors, version control system, compilers, linkers, profilers, prom burners, in-circuit emulators, etc. are running. The operating system here has no more to do with the operating system on the target (other than supporting the tools that build it) than the operating system on the mainframe where Gates and Allen developed Altair BASIC had to do with the BASIC language or the guts of their interpreter.

Comment It's a tool vendor, not a target, issue. (Score 1) 183

But you see you are in the Windows CE embedded niche. Your vision is clouded.

I'm not in a "windows CE embedded" niche and the grandparent poster is right.

It's not an issue with the target. It's an issue with the platform(s) supported by the development tool vendors and the chip manufacturers.

For instance: With Bluetooth 4.0 / Bluetooth Low Energy (BLE), two of the premier system-on-a-chip product families are from Texas Instruments and Nordic Semiconductors.

TI developed their software in IAR's proprietary development environment and only supports that. Their bluetooth stack is only distributed in object form - for IAR's tools - with a "no reverse engineering" and "no linking to open source (which might force disclosure)". IAR, in turn, doesn't support anything but Windows. (You can't even use Wine: The IAR license manager needs real Windows to install, and the CC Debugger dongle, for burning the chip and necessary for hooking the debugger to the hardware debugging module, keeps important parts of its functionality in a closed-source windows driver.) IAR is about $3,000/seat after the one-month free evaluation (though they also allow a perpetual evaluation that is size-crippled, and too small to run the stack.)

The TI system-on-a-chip comes with some very good and very cheap hardware development platforms. (The CC Debugger dongle, the USB/BLE-radio stick, and the Sensor Tag (a battery-powered BLE device with buttons, magnetometer, gyro, barometer, humidity sensor, ambient temp sensor, and IR remote temp sensor), go for $49 for each of the three kits.) Their source code is free-as-in-beer, even when built into a commercial product, and gives you the whole infrastructure on which to build your app. But if you want to program these chips you either do it on Windows with the pricey IAR tools or build your own toolset and program the "bare metal", discarding ALL TI's code and writing a radio stack and OS from scratch.

Nordic is similar: Their license lets you reverse-engineer and modify their code (at your own risk). But their development platforms are built by Segger and the Windows-only development kit comes with TWO licenses. The Segger license (under German law), for the burner dongle and other debug infrastruture, not only has a no-reverse-engineering clause but also an anti-compete: Use their tools (even for comparison while developing your own) and you've signed away your right to EVER develop either anything similar or any product that competes with any of theirs.

So until the chip makers wise up (or are out-competed by ones who have), or some open-source people build something from scratch, with no help from them, to support their products, you're either stuck on Windows or stuck violating contracts and coming afoul of the law.

Comment continuing... (Score 1) 725

(Stupid touchpad...)

  - If this deviation is the result of burning fossil fuels, they are expected to run out in about 800 years - after which the temperature might crash toward the "Ice age already in progress" as the excess carbon is removed from the atomsphere by various processes, or simply be overwhelmed by the orbital mechanical function if it remains.

Does this scenario count as supporting or opposing anthropogenic global warming?

Comment And that, in turn, is political. (Score 1) 725

The percentages come from looking at all studies, papers, research, etc. and determining the number one one side or the /i?

When the administrators of research funding withhold future grants from scientists who publish papers questioning some aspect of the current global warming scenario, while giving additional funding to scientists who publish papers supporting it (or claiming some global-warming tie-in to whatever phenomenon they're examining), the count becomes skewed. This is political action, not science.

This happened in the '70s with research into medical effects of the popular "recreational" drugs - before such research was effectively banned. Among the resuts were a plethora of papers where the conclusions obviously didn't match the data presented and a two-decade delay in the discovery of medical effects and development of treatments. Only NOW are we finding evidence that PTSD might be aborted by adequate opate dosages in the weeks immediately following the injury, or that compounds in marijuana may be a specific treatment for it - as they are for some forms of epilepsy and may be for some cancers, late stage parkinsons, and so on.

The same happens when the editors of a journal and their selection of reviewers systematically approve and publish only research supporting the current paradigms, to the point that scientists with contrary resuts must find, or create, other journals or distribution channels (which can then be smeared as non-authoritaive, creations of the fossil fuel industry, right-wing politicans, or conspiracy nuts - and their articles LEFT OUT OF THE COUNT). Again, this is politics, not science.

Then there's the question of the methodology of the count itself. What is counted as "support for" versus "opposition to"? What does it count as a scientific paper? Were well-established research methods used? Was it reviewed? By whom? Was it done by scientists with no established position on the issue, by scientists supporting one side, by pollsters, by an advocacy group, by politicians? (Hell, was it done at all? Truth is the first casualty of politics, and fake polls are one of the commonest murder weapons.)

For an instance: How would you interpret the study behind the Scientific American article that seems to indicate:
  - Planetary temperatures have tightly tracked a function of three orbital-mechanics effects on the earth's orbit and axial orientation - up to the time of human domestication of fire.
  - That occurred as the function was just starting to inflect downward into the next ice age.
  - The deviation amounted to holding the temperature stable as the function slowly curved downward. (Perhaps a feedback effect - more fires needed for comfort in colder winters?)
  - This essentially flat temperature held up to the industrial revolution, when the temperature began to curve upward, overcoming the gradually steepening decline of the function.
  - If this deviation is the result of burning fossil fuels, they are expected to run out in about 800 years - after which the temperature might crash toward the "Ice age already in progress" as the excess carbon is removed from the atomsphere by various processes, or simply be overwhelmed by the orbita

Comment The water follows the cracks... (Score 1) 154

I dont get it. The average depth of oil/gas wells here in Oklahoma is approx 5,000 ft. The typical depth of earthquakes here in Oklahoma is approx 16,000 ft. I'm not seeing a connection between the two.

First: You're looking at the wrong wells. What's the depth of the injection wells?

Second: The depth of the well doesn't particularly matter, as long as it connects the water to a fault system. The water spreads out through the fault, turning it into a hydraulic jack the size of a small eastern state or so. The faults aren't purely horizontal and the pressure (except for an added component at greater depth from the weight of the water above it) is the same everywhere.

So of course the earthquakes take place at the usual depths where the "last straw" rock finally gives way.

Comment Slashdot is not generally a primary source. (Score 1) 37

This was on Gizmag yesterday... like many of Slashdot's articles...

Give it a rest.

Slashdot is not an investigative journal or a follower-and-repeater of press releases. It's a bunch of nerds pointing out interesting stuff to each other, and talking it over, with a few nerds vetting the postings before they go up on the "front page".

That means, like Wikipedia, it's not generally a primary source. It also means that, for real news items, it is generally about a day behind.

If you want news in a timely fashion, go read Gizmag and a bunch of other acutal reportage sites. If you're willing to wait a little bit and then talk it over with a crowd of acquaintences (some of whom might actually know more about it than the newsies), this is the place for you.

Slashdot Top Deals

It is easier to write an incorrect program than understand a correct one.

Working...