Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment Re:A question for AI crazy management. (Score 1) 121

This matches how I use it. I’ll add a few other points:

4. Writing the first core version of a service or UI. I’ll typically use close to 100% of those generated lines, and then continue building with LLM assistance where it makes sense. It makes a big difference to development velocity.
5. Finding bugs. If some bug isn’t obvious to me, provide the code to an LLM and describe the problem. Its success rate is high.
6. Working with tech I’m not particularly familiar with (an extension of your #3, i.e. learning)
7. Writing documentation.
8. Reverse engineering existing code, i.e. describe some code to me so I don’t have to dig through it in detail.
9. Writing unit tests.

Comment Re:Cannot wait... (Score 1) 159

This is why code generating LLMs need to make heavy use of external tools.

Are you saying that ChatGPT, Claude, Deepseek etc. “make heavy use of external tools” to write code? Because they all write pretty good code, up to a certain size of program. Certainly far better than the average human, who can’t code at all; or the average software developer, who isn’t really very good.

Comment Garmin (Score 1) 174

The newer GPSs are getting better about voice assistance, before they totally vanish from the market. Also, they're not telling Google/Amazon/Apple everything you're saying at home (yeah, I know, theoretically they don't usually do that) or letting TV commercials order bags of dogfood sent to you (really big bags, because Alexa knows it was a Labrador Retriever barking.)

Trade shows used to raffle off iPads and such. Now it's mostly Amazon Echo variants, which I actively don't want in my house, as opposed to drones, which I'm not interested in but not annoyed by.

Comment Win10 Anniv Update was PAINFUL (Score 1) 110

A couple of months ago I'd gotten sufficiently fed up with Android that, when my Android tablet decided to reset itself again, a week or so before I was going on a trip, at the same time that Fry's had an Ematic Win10 tablet on sale, that I'd give Windows tablets a chance. The one I bought had 32GB of flash (plus a microSD card slot), and had 15.9GB of that free. I ran Windows Update, which told me that Anniversary Update was available and needed 16GB of free space; turns out that doesn't mean 15.9, nor 16, nor 16 with an empty 64GB SD card - I had to drag&drop enough different things over to the SD card to get about 18-19GB free on the built-in to get the update to run. But once it had enough space it ran cleanly.

The latest outrage from MS is that the email account I registered it with had the form "username+tag@domain.com", and MS has decided that to protect me from losing access to the account if I forget the password, they need to VERIFY that by sending it an email, which never arrives because they're confused by the "+tag" in the name field, so when I tried to add a different email by answering a bunch of bogus security questions with the same answers as last time, they sent the "VERIFICATION" email to the new address, I clicked on it, and the first thing it does is demand that I re-verify it by having them send a code to the old address. I have not given them a phone number to call, since I have no interest in giving them my real information; I'm tempted to borrow a burner for that, or see if they can send the code by audio to a VOIP system or something.

(That's not even counting that Windows 10 tablet mode is pretty lame, and works much better with a keyboard, and the nice ergonomically designed keyboard that came with the tablet died after about a month, but that's more a symptom of what you get for $70 on sale.)

Comment Keeps the annoying part, loses the useful parts! (Score 1) 92

As far as I could tell, the main reason people were annoyed about Google Glass (besides the ostentatious bragging of wearing $1500 glasses) was that somebody wearing them could be taking your picture at any time, without obviously holding up a camera or a phone or wearing a lapel-pin camera or having a pen-sized camera in their shirt pocket or something clipped to their backpack straps or whatever else. These glasses still do that, just not as well as a cheap camera or phone.

But the display inside the glasses, which made Google Glass more useful than a camera thing, isn't in these, and it's also missing the potential Google functionality of doing face recognition and telling you the name of the person you're looking at, which you forgot. Sure, somebody wearing Google Glasses could look like they're looking at you but really be watching cat videos or talking to somebody else, but cellphone headsets had given us those a decade earlier, and now there's Pokemon Go or whatever follows it.

Also, social views of always-connected cameras are changing, as a result of Black Lives Matter and other episodes of people recording cops behaving badly and the near-ubiquity of cellphone video. Yes, there are privacy tradeoffs we need to figure out (e.g. secure recording for your pictures doesn't have to also mean that Google or Apple iCloud has access to your data.)

Comment Obama Should But Won't - Will Merkel/EU/others? (Score 1) 375

Of course Obama should pardon Snowden, but we all know that ain't gonna happen. The real question is whether some EU country like Germany or some other country besides Russia will offer Snowden asylum. So far, none of them have had the guts, even Ecuador which is giving Julian Assange some slack, though most Latin American governments are too tightly tied to the US to offer protection against kidnapping as well as against official extradition or look-the-other-way rendition.

Russia's currently some protection for Snowden, but only while he's politically useful to Putin, and Putin's still in power. If anything happens to Putin, or to Snowden's usefulness (e.g. Putin wants to do a favor for President Trump), he's in trouble.

Slashdot Top Deals

Top Ten Things Overheard At The ANSI C Draft Committee Meetings: (9) Dammit, little-endian systems *are* more consistent!

Working...