Genuinely curious, what pieces do you suggest we can keep from LLM/GenAI/etc?
scientific accuracy is anathema to AI marketing
Even though I agree in this context “hallucination” is actually the scientific term. It might be poorly chosen but in LLM circles if you use the term hallucination, the vast majority of people, will understand precisely what you mean, namely not an error in programming, or a bad dataset, but rather that the language model worked well, generating sentences that are syntactically correct, that are roughly thematically coherent, and yet are factually incorrect.
So I obviously don’t want to support marketing BS, in AI or elsewhere, but here sadly it matches the scientific naming.
PS: FWIW I believed I made a similar critic few months, or maybe even years, ago. IMHO what’s more important is arguably questioning the value of LLMs themselves, but then it might not be as evident for many people who are benefiting from the current buzz.
Except the 2 are not causally related. One can have 5.1 without the logo or, even worst, the waiting time.
FWIW you can fix it locally and eventually use a pull request.
I don’t know find well enough to comment on feasibility but I bet it’d be interesting to try, and maybe realize it’s not trivial.
Jumps by 16%? Jump to 16%? I would question my own mastery of English but if others had the same problem then arguably it was not clear enough.
Yes… I thought 'WTF… that can’t be right" then read the first sentence, went back to the title “Oh… no I didn’t misunderstand, I was mislead”. Bad OP.
nobody is out here running a plain Linux kernel and maintaining a UI stack while AOSP exists.
Wrong, that’s even why I bought a SteamDeck (edited to add the most famous), PineTab2, PinePhone, and a reMarkable and use them pretty much daily.
Are there a lot of these compared to Android? No, but please do not say “nobody” when you mean “most” or “the vast majority” because by doing so you are reducing the perception of choice. Some people, like me, DO prefer plain Linux when they can. By hiding the fact that commercial solutions do exist this is helping an already dominant solution.
Real-life vampires.
My bad I didn’t see that proportion thanks for clarifying. As more than half are already going over the speed limit then there is indeed a more systemic problem. I thought it was about say 10% fringe that go with heavily modified bikes. I’m not sure more tech would help though, rather than fines with explanation of the risk until people do start respecting the limit. If people are unable to respect that and it causes more accidents, then yes ISA on e-bikes, cars, everything causing accident on the road.
They can, cf https://en.wikipedia.org/wiki/Intelligent_speed_assistance with example in this thread
Apparently starting ISA in July 2024 https://www.brusselstimes.com/855280/self-braking-cars-all-new-cars-to-be-fitted-with-speed-limiting-technology
at least easier to find those who do it and fine them.
Missed that part, can you please clarify how?
I can’t see why this is not a good idea
I believe the argument here is that it’s security theater, i.e it looks positive but in practice has literally no effect. To clarify if people buy a “normal” e-bike today, they are already speed limited. Consequently people who have bike going faster that said limit are doing something already beyond the ordinary. The likelihood that such people would suddenly change their behavior to buy typical bikes when they have even more restrictions is probably not high, but the announcement still makes it look like something is done for the greater good.
Damn, finally. Can’t wait to see this actually take place. Only ambulances, firefighter or such services that genuinely need the speed and can justify it should be able to go fast in a city. On a highway where everybody are in properly protected vehicle all going in the same direction, sure, go fast, but a city where people actually live, kids walk to school, people walk their dogs, why going over the speed limit where you could literally kill someone.
July 2024 is very close but I wonder what will be the percentage of cars on the roads supporting ISA. I imagine less than 1% so curious about the rate of change. I imagine that due to LEZ though it could go relatively fast. There is hope after all for a city genuinely made for people.
Because they can limit it and thus make app more attractive and keep a 30% cut?
Same here but it’s not Firefox with its own Engine, it’s a Firefox frontend for WebKit with some of Apple’s restriction.
They are but it’s not ready AFAIK https://bugzilla.mozilla.org/show_bug.cgi?id=1882872
Can’t wait to use it though and be able to install WebExtensions.
FWIW I know it’s from https://octodon.social/@jalefkowit but trying to search I can’t find the original post from 2022.
I used KODI for a while but switched to “just” minidlna/ReadyMedia for a lighter setup. I know that VLC can resume videos even over DLNA so I’m wondering if it can abstracted away, e.g having a VLC script that checked, maybe based on filename, if the opening file has already been played from another location and if so, resume from there.
I see that in ~/.config/vlc/vlc-qt-interface.conf there is a [RecentsMRL] section with list (unfortunately local only I believe) and times (in seconds I imagine). One could imagine to scp that file to the NAS using e.g inotify (after writes) then merge it (not replace) on that section only, then a shortcut that before starting VLC get the merged file and does the same. That should allow for resuming across devices.