Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror

Comment Re:That dog won't bring home Huntsman's Rewards (t (Score 2) 158

it will also hopefully change the whole "Business Class" airline travel landscape

currently, Business has become exorbitantly expensive. Recently United wanted $10K for a ticket from Buenos Aires to Tokyo. It's ridiculous, but this keeps happening due to rewards cards. I know very well that most people in those flights have NOT paid 10K out of pocket. Most are just upper-middle class with thousands of miles in CC rewards, or a company is paying for it.

I expect once those seats keep going empty, airlines will lower prices to a more sane level.

Comment Re:Offline Appliances (Score 1) 155

I just run Home Assistant with a ZigBee network. ZigBee is just completely offline and it works great. It's a mesh network too.

For other things, I run ESPHome which is a platform built on top of ESP8266/ESP32 MCUs to make "smart devices" very easily. my "smart floodlights" are just cheap floodlights with a ESP8266 and a relay. They're connected to wi-fi and I can turn them off and on remotely, for example, to turn the outside lights when i hear a noise at night

My camera system is ESP32-CAM boards. Under $5 will give you XGA resolution at around 15fps. Wi-Fi only but it's good enough for my needs. Any camera system I get has to support offline mode. Ideally with RTSP.

Comment Re:Typescript is great (Score 1) 38

Why would anyone use "bare javascript" instead of TS is beyond me.

A couple years ago some high profile libraries ditched TS and moved to bare JS because it was "holding them back". But then again, idiots developing JS libraries love to break API compatibility completely in every major release. And not like "yeah let's rename this argument because my OCD prevents me from being productive if i see this name).

No like, "let's completely rewrite the codebase and make a fundamentally different product, but call it a new version".

I'm looking at you, "React Router"

Comment Re:Why? (Score 1) 99

No. It's because you were figuring things out and making terrible decisions 50 years ago. None of you really knew what you were doing. You just called IBM support and had them do things for you, or did what the manual said.

The fact that systems can't be upgraded and have to run in layer after layer of emulation is proof that you did a poor job building a maintainable system. You never changed the program to run on a new system. You always had IBM to save you from doing it by having companies pay them more and more.

Comment Re:Like debugging Java or C# is any easier (Score 4, Insightful) 99

Yes. Definitely. Without a doubt.

The problem with these old COBOL systems is that they have decades of patches one on top of another, and very little formal testing. These systems were made in a time long before "modern good practices" were established. They work because the business requirements are straightforward and change very little. And the things they do are relatively simple. The barrier to entry is extremely high. COBOL is not taught anymore, and even if you learn COBOL on your own in Linux, in real life it won't be a Linux OS. It'll probably be several layers of proprietary IBM VM emulation, with Linux running AS/400 running AIX. And on top of that, you have whatever customizations this particular user made. You're a slave of what someone that wasn't necessarily a "wizard" decided 40 years ago.

With a more "modern" language, COBOL can make use of modern "good practices", especially automated testing and such.

the "jump frameworks every couple of years to whatever is trendy" is out of place when you are mentioning Java and C#. Both are well-established languages and have been stable for literally decades now. Java and C# (actually .NET) people are not in the same game as JS developers.

The problem isn't the language, but all of the things that come around it. Using a modern language would, if anything, let you ditch the expensive IBM support contracts for mainframe hardware (and maybe switch to slightly less expensive support contracts for regular hardware)

Comment Re: Why don't these companies give it up... (Score 1) 148

It's a solved problem really

OpenAI's Whisper model is excellent at this. it understands lots of languages, dialects, and accents. it just works. Also it's open source unlike everything "Open" AI pushes nowadays.

But other companies insist in using us as training data for their own private models

Comment Re:Not a shopper (Score 1) 49

It's not really rescuing them yet. We're doing warranty repairs. The backlight LEDs are driven so hard they fail within the warranty period. It's ridiculous.

We do out of warranty repairs too of course.

As for which TV to buy, it's a difficult question. The grass is always greener on the other side. If you work for Sony you see a lot of Sonys and you'd think Sony is bad.

Comment Re:Not a shopper (Score 1) 49

"Brightness" and "Backlight" are two separate controls in LCD TVs. You can check this with your TV. Go to the menu and you'll see the two separate controls. If you dial down the brightness, the backlight bleed stays the same.

Brightness is a software adjustment that affects the displayed image, and backlight physically turns down the LED intensity.

Shit-grade TVs don't control the LED intensity. They run them at 100% all the time and just software-dim the picture.

Comment Re:Not a shopper (Score 3, Interesting) 49

my dad is a TV service person here in Argentina. We work for that major dutch brand that is now owned by a chinese holding company.

90% of today's repair work is disassembling the entire display panel and replace individual LEDs. the other 10% is telling people their problems are due to bad wifi reception.

once that's done, replace the PSU's feedback resistor to run the new LEDs at a lower current

pro tip: as soon as you buy a TV, open it up and replace that resistor. Sure, your warranty will be voided, but you won't need it if you run the LEDs at 90% instead of 110%, like they do to stand out at a big box store under bright lights, next to everyone else doing the same.

ah i forgot another surprisingly common failure mode: cats peeing on the screen.

Comment Re:drive demand for highly skilled software engine (Score 2) 82

I've tried vibe coding for a small CRUD app at work. First it was fantastic. It generated all of the boilerplate and scaffolding. I was up and running with frontend and backend in 15 minutes.

Then things started falling apart the more you ask the LLM for improvements. It keeps failing, truncates files, edits things that it shouldn't. It even fails to gracefully handle its own API errors and leaves the job unfinished and can't recover itself after this.

Watching the endless stream of characters appearing at 300baud is a test of patience. and you HAVE to constantly look at this. otherwise it'll do unexpected things like infinitely loop and eat up all of your credits.

Slashdot Top Deals

The sooner all the animals are extinct, the sooner we'll find their money. - Ed Bluestone

Working...