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

 



Forgot your password?
typodupeerror

Comment Sigh. (Score 1) 370

The solution to a bad hangover is to not drink excessively the night before.

If you hang with assholes, and participate in assholery, prepare to be a target of it eventually. Was this 4chan? This sounds like 4chan nonsense drama. Fortunately for you, it will blow over quick.

But I have to say, the sure sign of being a little bitch is participating in net.BS and then crying -- to the police! -- when the tables turn. Knock it off already.

Comment Re:But... (Score 1) 67

Probably not. FF wheels are heavy, but every wheel I've owned has greater force than the raw weight can hold. Plus, just driving will move it. I purchased a G27 just last week and it has two ways to mount the wheel and shifter. There are plastic clamps integral to the housing that hold it well, and there is also steel internal nuts in the base for bolting to a surface, like a driving chair/stand. I imagine the G29 has a similar mounting. What I don't like about the new wheels is the fact that it's either PS3 and 4, OR Xbox and PC. The G27 I purchased is supported flawlessly on PS3 and PC, which is exactly what I needed.

Comment Re:Stupid (Score 1) 387

We had one of those too, but the one we had was finicky and I think could only do a printout, not digital. So we started photographing the whiteboards. For the past 6 years, all my design work was done in the nearby conference room where the wall is "bumped" inward to form one seamless whiteboard around three walls. The corners are rounded, so you can draw diagrams anywhere. Panoramic images don't work, but normal stills do and are faster to take. My "documents" folder is mostly photographs at this point.

Comment Re:Why do I want to upgrade? (Score 1) 437

For some amount of time, yes. I have a Galaxy Nexus phone which is now a couple years old. KitKat (4.3) runs fantastically on it, and after experiencing Android L on a new tablet, I really don't care for its changes.

What I have noticed since Lollipop's release in November is that the application updates to the Material UI style (plus whatever else underneath) has greatly slowed down the GMail, Google's News&Weather, Play Store, and Play Music apps on my phone. Since this round of updates, when returning to home screen after running the play music GUI or news/weather, the launcher has to reload all the app icons, and it's actually a few seconds before the home launcher is ready to use. My phone has been fantastic, but the November app updates have just crapped on it.

The frustrating part is that I keep my phone fairly minimal -- no twitter, no facebook app (another POS) -- just to maximize battery life and keep it running fast. All my efforts are wasted now due to the apps I listed above. It sucks, because I really like this phone and don't feel like EOLing it yet.

I liked the default music app from about the G/H timeframe. It worked great for me, was fast, and playback was responsive. The current Play Music app is a piece of laggy shit. I'll just have to try some alternative apps.

Comment Re:I've hired people with misdemeanors before (Score 1) 720

What's the crime? A lot of nonviolent crimes are felonies. If I were looking for candidates, my consideration of an employee would entirely depend on what the crime was, and what my legal counsel thinks.

And also, especially in drug-related offenses, the felony limit can be quickly reached by an exaggeration of drug mass. LSD charges, for example, are typically trumped up because they weigh the grams of paper, not the micrograms of LSD on it. Or here in Austin, where a guy was facing PCP possession charges partly based on the weight of the tray of brownies he baked (couple pounds), instead of the mass of PCP actually in the brownies. (But, he did have a bottle/supply of PCP which *was* a serious issue, but the charges based on the brownies was absolute nonsense.)

Comment Re:Not a chance (Score 3, Interesting) 631

You know what? Pretty well, actually.

Several years ago on a whim I began asking for discounts everywhere. "Do you have any promotions you could apply to this?" is what I would typically ask. I was shocked to find that most of the time, there is something, like a 10-20% coupon or similar that they can throw at it. Or, if not a direct discount, say at a restaurant, they may give a voucher for a free dessert or appetizer. The worst answer is they say "no, sorry, don't have anything I could do" and you leave it at that.

So, while the peon running the register may not be able to change prices, they are often empowered to provide a discount if prompted.

Comment Re:If you wanted us to believe your Op-Ed... (Score 3, Insightful) 547

Python is my go-to language for quick code sketches, framework ideas, etc. That's the power of dynamically typed languages, it's very easy to throw code together to test ideas, and is what I value in "scripting" languages.

As much as I like Python, even with it's quirks like len() is a function on a sequence not a member, the one thing I despise is the whitespace-describes-structure. I have lots hours due to an auto-format of code run amok. Suddenly, all the code following an if-statement is now the body of that statement. It just doesn't make sense to not have block delimeters. With every other meaningful language under the sun using curly braces, why couldn't Python? I like the *idea* of clean code like Python code, and I enjoy reading Python code, but I prefer to have explicit block syntax.

As an aside about spelling mistakes, I agree, and Python doesn't help you there (unless you are reading a misspelled class field). One trick I use to fortify larger Python programs is to define slots on each class to explicitly define the members. If your code accesses a mistyped member name, that name will not be in the __slots__ list and the python runtime will raise an exception. Not only do __slots__ protect you from name typos, they are faster than regular fields for some reason. I've shared this tip with other pythonistas, and nobody else has heard of doing this; I can't believe others aren't doing this, too.

Comment Two takes on this (Score 1) 159

First of all, I'm of the mindset that it's probably best to not list every issue fixed, and especially not list every bug reported publicly. Many bugs reports are bogus, and it's certainly possible for a large number of "reported issues" to detract from the true quality of the current version. For a new product I would never make this information public. But that's neither here nor there since in the OP's situation, they are public. So, let's go with that.

What I would do is based on a Freakonomics episode where a company (furniture company, or appliance company, whatever it doesn't matter) inadvertantly stopped advertising in some of their major-market newspapers. While it was an intern's mistake that this happened, what they found was that there was no impact (i.e. no reduction) of sales in those markets. So while a logical person would say, "Let's scrap advertising in those markets forever and keep the cash," the people in charge instead said "but we *have* to advertise." Preserving expectations/status-quo won out over rational thinking, and the difference was millions of dollars.

I would put a challenge to the marketing and sales departments. If they think public disclosure is hindering sales, let them prove it. Pull the publicly-visible bug tracking for a period of time and if the marketing and sales people are right, sales will go up compared to similar periods in previous years. If, however, customers are unhappy with the "secrecy", take that into account as a ding against the approach. But I'd be firm -- if you pull the bug info, the sales better increase.

Of course, before you issue a heavy-handed challenge to M&S, maybe just ask your existing customers about it. "We are considering pulling our publicly-visible bug tracking/reporting but have no plans to change our update cycle, just the reporting. How does this impact your business, and how does it impact your decision to use Product X?" Use that as a basis to continue current practice, or start the M&S challenge.

I also acknowledge I am anothing but a keyboard jockey in this horse race. :)

Slashdot Top Deals

1 + 1 = 3, for large values of 1.

Working...