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

 



Forgot your password?
typodupeerror

Comment Re:Debugging LLM (Score 1) 36

Manually research the sources, verify each case cited

Clearly this not even even being done by an automated tool, let alone a human. An LLM which is given access to a database of actual cases could reasonably be successful at checking whether the cased cited even exist which isn't being checked now!

Comment Re: Make it stop quickly (Score 3, Interesting) 36

I mistake is different from glaring lack of professional conduct.

Using non-local AI in any way in court filings which are supposed to be confidential until filed is glaring lack of professional conduct right up front. Allowing AI hallucinations to get in to your court paperwork even once is the same. They should lose their license for one year the first time, five years the second time, and permanently the third.

Comment GCC vs. LLVM (Score 2) 43

GCC has tended to support more historic instruction sets than LLVM. If a device's instruction set is supported by GCC and not by LLVM, it can run programs written in C, C++, Fortran, and other languages supported by GCC. It can also run programs in an interpreted language whose interpreter is implemented in a language supported by GCC, such as Python and PHP last I checked. It cannot build programs written in languages supported only by LLVM and not by GCC, such as latest stable Rust. What keeps gccrs (the Rust front end of GCC) from entering production is that the Rust language is still a rapidly moving target, with popular programs routinely requiring features added to the language or the standard library less than six months ago.

Comment Re: Cloud computing is one the dumbest ideas ever. (Score 1) 74

I would venture the #1 reason PWAs are not used is they require a constant internet connection.

The service worker API is explicitly designed to avoid downasaurs in "offline-first" use cases. It acts as a proxy to serve the shell document, style sheet, scripts, and stale data, even without an Internet connection. That's why I asked what obstacles there are other than a downasaur.

Again, have you presented your ideas to Grab?

I have not presented my ideas to Grab because I am not a user of Grab. I would imagine that most readers of Slashdot are likewise not users of Grab.

Comment Refresh this! (Score 0) 59

... The Firefox brand is getting a refresh ... Kit's our new mascot

Fuck the mascot, with a chainsaw running at full speed. Seriously - with all the ways in which you've endeavoured to turn your browser into a steaming pile of crap, it's time to stop wasting resources on frivolous things like "mascots" and get back into the real game.

I still use your browser and your mail client, but I'm damned tired of having to acquire expertise with "about:config" only to end up still tripping over steaming piles of dogshit left behind by baby developers who either have no clue about usability, or who do understand it but hate it and actively undermine it.

Mozilla isn't losing market share because of a "mascot failure". You're losing it because you've spent valuable resources to do aggravating things like making scrollbars difficult to use, removing delineating lines between tabs in the browser, and totally buggering the UI in Thunderbird.

Sincerely, from a long-time Mozilla user who loves what you used to be.

/rant

Comment Re: Cloud computing is one the dumbest ideas ever. (Score 1) 74

I was expecting someone who has used the product to help others in this discussion understand why Grab probably chose and continues to choose to develop iOS apps instead of PWAs. The answers might have taken the form:

A. PWAs weren't capable enough 12 years ago for X, Y, and Z reasons, are now, and the engineering resources to port the native app to a web app would exceed the cost of acquiring and maintaining Macs capable of running the latest macOS
B. PWAs still aren't capable for X, Y, and Z reasons

Comment Re:Wow that's expensive (Score 1) 49

I was thinking the same thing. It must have a whole raft of licensing fees on it. If the price keeps enough people out of the market for it then these will turn out to be some of the most valuable minifigs of all time. I wonder what it costs if you buy the same pieces (less the figures) via parts orders.

Comment Depends on what Apple lets PWAs do (Score 1) 18

The right decision would be for a news site and storefront to have platform-agnostic web sites, not applications you have to install.

And the right decision would be for phone operating system publishers to provide functionality in the included web browser to let a website act as a progressive web application. Safari for iOS has a history of lagging behind other platforms' browsers in PWA features.[1] This is particularly evident with respect to what the browser allows websites to do in the background. For example, Apple implemented Push API seven years after Mozilla did, and it requires the user to add the website to the home screen to enable PWA features.[2] Do you want Nintendo Music to pause when you switch to another application? Or if you've chosen to let Nintendo's website notify you when something becomes available, do you want to miss the notification if Safari suddenly decides that your domain's notifications shall be silent (without vibration, without sound, and at the bottom of the list)?

[1] "Progress Delayed Is Progress Denied" by Alex Russell
[2] "Push API" on Can I use...

Slashdot Top Deals

"Pull the wool over your own eyes!" -- J.R. "Bob" Dobbs

Working...