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

 



Forgot your password?
typodupeerror

Comment Re:Can anyone here back this up? (Score 1) 76

I presume it varies greatly based on your area and task.

If you are slapping together a thin generic webui over a milquetoast sql database in a boilerplate-heavy language/framework, then sure I could see massive speedups.

In my particular area, the most unobtrusively useful enhancement is letting it take a crack at a 'code review' before I push it for real. One time it did catch something that would have gone unnoticed that wouldn't have come up for a long time and then it would have been annoying. However earlier today it started going nuts highlighting code that I hadn't changed and insisting that all the variables were named 'dict' and that was a bad idea and should be renamed. Nothing was named dict, the word dict didn't even appear in the codebase it was looking at.

If getting started on something unfamiliar, I *might* do a prompt and then reference that for things to potentially look up. I first started trying to do that and fixing up the result, but ultimately decided that outcome from prompt was harder to salvage than to just throw out and maybe use it as a reference.

I have had moderately more success in letting it predict the next few lines, though it often gets very opinionated about something very wrong. It also tends to assume incorrect things about interfaces that I deal with, interfaces that *should* have been verbatim in their training material.

Comment Re:Question is (Score 1) 157

It's been mangled by culture.

Once upon a time, it was unambiguously a pretty debilitating mental state. If you had that diagnosis, everyone could see issues and it wasn't at all something that anyone would aspire to.

Then Asperger's came along and thus began the 'diagnosis as an excuse for selfish behavior'. The general impression was "a smart person who has a tendency to be a jerk", which sounded totally awesome to a lot of people. They didn't need to try not to be a jerk, they had a pass in the diagnosis. People *wanted* this diagnosis.

Then, at least in part, some felt that Asperger's had become a very coveted 'diagnosis', and self-diagnosis was popular. They said 'oh, you know what, maybe if we group it with general autism, maybe people would be more reluctant to want that association, and it can go to being an aid for those that needed it.

But no, bereft of their diagnosis, they would instead do the same with autism, really diluting it and making a lot of people end up not taking autism seriously.

Nowadays, Gen Z highly values 'neurodivergent' as a badge of honor, that anyone cool *must* be neurodivergent.

So we end up with everyone saying they have a diagnosis, that they are neurodivergent, and they absolutely are not anything so pedestrian as 'normal'. Meanwhile those that really need it are generally taken less seriously because it's been diluted so much.

Comment Re:Is each pixel a discrete RGB LED? (Score 1) 49

Looks like the displays have something like a 128x78 'pixel' active LED display as a backlight, and then put an LCD on top of it.

So if a tiny region of the display is just dim reds, then it can get a backlight that is doing just that and the LCD doesn't have to block as much other stuff.

Comment Re:Blurb wording (Score 1) 49

No, this is still backlit LCDs.

The LEDs are still 'just' a backlight, but now a colored backlight. You basically have an OLED-like characteristic of emissive lighting at some resolution. The problem is the resolution of these LEDs would be something like a 128x78 display. Impossibly low even by old fashioned 'SD' standards.

So you have a 128x78 active LED display, and then an LCD panel on top to give it resolution. So you get to pick a good tiny local backlight color and minimize how much extraneous unwanted color that tiny dimming zone needs to filter out.

Comment Re:Just why? (Score 1) 37

But less convenient than version numbers, particularly since Ubuntu uses very predictable versioning.

So I know that even numbered years are LTS and the version number is YY.MM, and the month is always April for LTS and October is the other possibility.

So with that all in mind, one says "ok, I know I need to add stuff for Ubuntu 24.04 to this configuration". Except some configurations don't do version number and take the codename. So now I've got to remember 'noble'. Canonical themselves in their web site sort of de-emphasizes the codename. The 'tag' results for the blog all fixate on the version number. The download page doesn't mention the codename. The release cycle page does, and the *original* blog announcement mentions it, but not the subsequent ISO refresh release announcements.

Comment Re:How's the general prosperity? (Score 1) 153

I'd say the likely scenario is that the person actually buys stuff but doesn't consider the stuff an 'investment'. I bought a house to live in, not to turn it around for a profit.

To the extent people are 'investors' in things like 401k, they may not be 'active' investors and would just as much prefer something like a massive expansion of social security instead of letting investment companies play with their money. Or to the extent they do want to 'invest', they actually want to contribute to the potential success of things they intrinsically want to succeed, rather than chasing the best percentage return without regard for anything intrinsic to the people using the money invested.

The sentiment I think is plain enough, that they don't like the thought of handing their money over to a group of folks that will mostly enrich themselves above all else while their money is used for who knows what without regard for his deeper consideration of what is going on.

Comment Re:who is dumber, the author or EditorDavid? (Score 1) 82

Presuming it can ultimately 'work as advertised' the key word might be 'more', but lower paying programming jobs.

If it makes it more accessible with less experience and interest required, the labor pool expands and suddenly developers are cheap enough to afford for that software someone wants but isn't worth it today.

All that said, I'm a bit more skeptical that it 'works as advertised', or that it will anytime soon, but instead it can expand productivity of already strong programmers and do next to nothing for those without the skills. It screws up constantly and even as I try to lean into it and try asking it to fix its own mistakes, it's really terrible at it. It generally creates code that is really hard to maintain and further is the worst at trying to modify code that is hard to maintain.

Now I do know of some dysfunctional development teams that employ dozens of interns and give them just shit tasks that are ripe for LLM fodder. Those teams may find it hard to justify the same volume of junior devs when the LLM can just take care of those shit tasks with no more supervision than the junior devs but with a much quicker responsiveness.

Comment An odd mix... (Score 1) 124

Of sinister sounding dystopian stuff and naive optimisim.

I will work 7 by 24 for the next 20 years to fricking do this.

I suppose he will be giving '110%' all the while? Will be interesting to see someone give up sleep, food, bathroom, and everything else for 20 years.

your child's teachers were, in essence, stacks of machines.

And this is supposed to ingratiate the concept with the audience?

Suppose that surveillance architecture

Again, "surveillance architecture" is a pitch for some education we are supposed to want?

Suppose your child's deep love of school minted a new class of education billionaires.

Seems like the fallacy that if everyone just had a billion dollars, everyone would live like billionaires do today...

Comment Re:If I don't like it, then you shouldn't bet (Score 1) 79

But the alcohol in the 'simply don't like it' has no impact on you. If you say 'DUI', then I think people would say 'bad' easily.

Similarly, if you are partaking of a sport, but that sport is being distorted by gambling, then it's fair to call it out as 'bad', since it has impacts beyond the people actively doing the gambling.

Slashdot Top Deals

Unix: Some say the learning curve is steep, but you only have to climb it once. -- Karl Lehenbauer

Working...