Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:Just Like Yellow Pages (Score 3, Insightful) 120

What is it about business owners that so often ends up with them thinking competition is unfair?

... but the basecamp CEO expects them to provide this service to people who want to visit his website free of charge and without letting companies who want to compete with basecamp place ads.

In my 20+ years of dealing with business owners, I've never met a more whiny, self-entitled bunch of douches. I've had bidders on a project automatically file suit if they didn't get a bid. No reason for it; they've told me directly that after losing they automatically sue, just par for the course. In my local municipal area, there a businesses suing the city council because (extremely necessary) road construction was being done, and they feel they lost money because of it. And forget about closing down during a huge snowstorm; they have to remain open on the 1% chance that someone will come in, afraid of losing that one potential customer to another store (no matter how dangerous it is to keep the store open).

Without exception, every business owner I've encountered thinks theirs is the only one that matters; people, environment, circumstances be damned. No matter what happens, it's all about 'muh profits'. So it's not surprising that businesses are very much against competition; they all want a monopoly if they could get it.

Comment Re:If successful, C will become the new Cobol (Score 1) 111

So what C really needs to be absolutely perfect is to become C++? Well then just use C++. And I say this as a C++ developer. It makes no sense to me when people are using C, and keep re-implementing the functionality of C++ (poorly) without just moving to C++ directly.

Comment Re:hopeful for GPU price wars (Score 1) 261

So you hope that AMD lowers prices on their GPU so that it forces Nvidia to do the same, then you will reward Nvidia by buying their hardware? Why would AMD (note, it's no longer ATI) do this? Why drop their prices and _still_ not be rewarded for it??

People like you are the reason that Nvidia cards are $800+ dollars. You will pay whatever price that Nvidia (and Intel) demands, and then wonder why the prices are so high.

Comment Re:Having had a career supported by an OSS project (Score 1) 96

Hating on users by calling them "leaches" for following the contract terms is caustic and harmful to the community.

If you don't want to share, don't share.

What's wrong with wanting to share, but sometimes wanting a little quid pro quo too? Are you following the absolute letter of the licensing by not doing anything in return? Yes. Are you following the intent? No, probably not. While there's no strict obligation to do anything, if you like the project and would like to see it continue, then perhaps (even for your own self-interest) you might consider doing something about it. A bug report, code contribution, small monetary contribution, etc. Hell, even a word of thanks here and there would be nice.

If you want to control the actions of people using your software, don't use a license that respects their Freedom.

If you used a license that does respect their Freedom, and then you find yourself feeling negative emotions about how they use it, stop your whining and meditate about your desire to control people to whom you promised Freedom.

Your strict interpretation of how this works reminds me of a person that wouldn't hold the door for someone. Are you legally required to hold open a door for someone? No, of course not. But that doesn't mean the person behind you won't think you're a proper prick if you let the door slam shut in their face. Of course your response would be "but I didn't have to do that for you."

Why not consider the letter of an agreement vs. the intent of an agreement? And maybe think ahead for more than 5 minutes and realize that if everyone treats FOSS developers like that, eventually there won't be any. And that will hurt you just as much as the developer.

Comment Re:It happens more often than people realize (Score 2) 96

I got user burnout, after having the bugs I reported either brushed away or marked WONTFIX. There's only so much of being resisted you can take before rage quitting the whole thing.

Yes, unfortunately that is a valid complaint too. I try not to do it personally, but I can see that if a developer is approaching burnout then they can resort to doing this. And it's then a self-perpetuating spiral that usually ends badly.

Comment It happens more often than people realize (Score 4, Informative) 96

I've been working on a project for almost 20 years at this point, and I definitely feel the same as what's reported here. As the project has gotten more popular and more users come on board, there is now much more demand on our team. And some companies have noticed the usefulness of the project and used it in commercial products. Not that I'm against that (as that's what the GPL basically encourages), but it would be nice at times if there was more contributions back from those that benefit from it.

And I don't necessarily mean money either. Extra help in coding, testing, etc would be nice too. But I suspect that people get used to a product being free, and then asking for anything more once it becomes popular is out of the question for them. But in the long run, it really leads to developer burnout, as more people want more and more, and can't (or won't) contribute. I know I am personally feeling the burden and looking at burnout soon.

Anyway, long story short; I can sympathize with developers in a similar situation.

Operating Systems

Linux 4.20 Released in Time for Christmas (betanews.com) 47

Linus Torvalds has announced the general availability of v4.20 of the Linux kernel. In a post to the Linux Kernel Mailing List, Torvalds said that there was no point in delaying the release of the latest stable version of the kernel just because so many people are taking a break for the holiday season. From a report: He says that while there are no known issues with the release, the shortlog is a little longer than he would have liked. However "nothing screams 'oh, that's scary'", he insists. The most notable features and changes in the new version includes: New hardware support! New hardware support includes bringing up the graphics for AMD Picasso and Raven 2 APUs, continued work on bringing up Vega 20, Intel has continued putting together its Icelake Gen 11 graphics support, there is support for the Hygon Dhyana CPUs out of China based upon AMD Zen, C-SKY 32-bit CPU support, Qualcomm Snapdragon 835 SoC enablement, Intel 2.5G Ethernet controller support for "Foxville", Creative Sound Blaster ZxR and AE-5 sound card support, and a lot of smaller additions.

Besides new hardware support when it comes to graphics processors, in the DRM driver space there is also VCN JPEG acceleration for Raven Ridge, GPUVM performance work resulting in some nice Vulkan gaming boosts, Intel DRM now has full PPGTT support for Haswell/IvyBridge/ValleyView, and HDMI 2.0 support for the NVIDIA/Nouveau driver. On the CPU front there are some early signs of AMD Zen 2 bring-up, nested virtualization now enabled by default for AMD/Intel CPUs, faster context switching for IBM POWER9, and various x86_64 optimizations. Fortunately the STIBP work for cross-hyperthread Spectre V2 mitigation was smoothed out over the release candidates that the performance there is all good now.

Btrfs performance improvements, new F2FS features, faster FUSE performance, and MDRAID improvements for RAID10 round out the file-system/storage work. One of the technical highlights of Linux 4.20 that will be built up moving forward is the PCIe peer-to-peer memory support for device-to-device memory copies over PCIe for use-cases like data going directly from NICs to SSD storage or between multiple GPUs.

Comment Re: No! (Score 1) 202

Never understood who thought this was a good idea.

People under severe memory constraints who need to use pointers that take up only half the space? People under severe performance constraints who can't spare the cycles to copy 64-bit pointers or do 64-bit lookups?

Why are said people using a 64-bit CPU in the first place, then? Let them use a 32-bit ARM CPU or something, and stop gimping the x86_64 architecture.

Comment Re:Comp Sci (Score 2) 274

Autocompletion I can do without (or with, it doesn't really matter to me). But I must have syntax colouring; it makes it so much easier to scan code looking for a certain pattern, that it's now painful if I look at code without it.

I actually have a specific interest in this topic, since I'm an instructor in Computer Science, and we are currently comtemplating just such a move. Similar to you, I'm always amazed at the number of students that are completely lost without the IDE. They want to load up this huge, multi-gigabyte monstrosity of a program (Eclipse, etc) to write a 50 line Java program. Just boggles the mind.

Facebook

WhatsApp Co-Founder Tells Everyone To Delete Facebook, Further Fueling the #DeleteFacebook Movement (theverge.com) 307

"In 2014, Facebook bought WhatsApp for $16 billion, making its co-founders -- Jan Koum and Brian Acton -- very wealthy men," reports The Verge. "Koum continues to lead the company, but Acton quit earlier this year to start his own foundation." Today, Acton told his followers on Twitter to delete Facebook. From the report: "It is time," Acton wrote, adding the hashtag #deletefacebook. Acton, who is worth $6.5 billion, did not immediately respond to a request for comment. Nor did Facebook and WhatsApp. It was unclear whether Acton's feelings about Facebook extend to his own app. But last month, Acton invested $50 million into Signal, an independent alternative to WhatsApp. The tweet came after a bruising five-day period for Facebook that has seen regulators swarm and its stock price plunge following concerns over data privacy in the wake of revelations about Cambridge Analytica's misuse of user data. Acton isn't the only one taking to Twitter to announce their breakup with Facebook. The #DeleteFacebook movement is gaining steam following the New York Times' report about how the data of 50 million users had been unknowingly leaked and purchased to aid President Trump's successful 2016 bid for the presidency. For many users, the news "highlighted the danger of Facebook housing the personal information of billions of users," reports SFGate. "And even before the Cambridge Analytica news, Facebook has been grappling with its waning popularity in the U.S. The company lost 1 million domestic users last quarter -- its first quarterly drop in daily users."

Comment Re:Except... (Score 1) 431

No, they didn't make it up. Just because you don't agree with an opinion, you can't say it is made up. I've also tried compilation in Linux in Windows, and it is much slower. I've determined it's at least related to the abysmal disk I/O speed in Windows compared to Linux. But it _is_ a real problem, and isn't just 'made up'.

Slashdot Top Deals

Saliva causes cancer, but only if swallowed in small amounts over a long period of time. -- George Carlin

Working...