Hacker Newsnew | past | comments | ask | show | jobs | submit | asadhaider's commentslogin

Unfortunately Siri remains near useless at times even with Apple Intelligence™®


The "LLM Siri" hasn't been rolled out even in beta, estimates reckon 2026

https://www.macrumors.com/2024/11/21/apple-llm-siri-2026


Correct, Apple changing the UI before changing the backend might be one of the more stupid things I’ve ever seen.


The messiest launch ever. The renewed UI makes it easy to assume that the LLM-backed Siri is already here but just isn't much better than the old one. A marketing disaster.


Yes, although before full "LLM Siri," Apple promised an "enhanced" Siri with contextual understanding in iOS 18. The clock is ticking though—WWDC will be here before you know it.


Just like all the other voice assistants.


Agreed, this would be a hard no and makes me think if feature updates will be on an even shorter lifecycle.

The about us page even states "We make phones that last for years" as their company quest[0].

[0] https://www.hmd.com/en_int/about


Well, if they last exactly two years, they're not even lying.



I can answer this, I've been on Ozempic in the past and prescribed Mounjaro (Tirzepatide) currently (month 3).

I've had a medical cannabis prescription for many years and vaporise up to 3g a day which is quite a bit. It definitely interferes with my cravings for food, as you know the common 'munchies' effect, making me eat when I'm not really hungry or binge snacks.

I gave up on Semaglutide (Ozempic) after a few months, but Tirzepatide is working a lot more effectively and has been better.

Cannabis also helps a lot with the nausea side effect for me which can be particularly bad the first few days going up a dosage every month. It takes six months to titrate from the starter dose to full strength, if necessary.

Also the downside a lot of people don't talk about is that most people need to be on these drugs for life. They also aren't cheap.


We have one recently completed in the Shetland Islands, the SaxaVord Spaceport [0], which has been given approval to do up to 30 launches a year. The UK spaceport guide [2] has more details and a few more planned launch sites.

[0] https://www.bbc.co.uk/news/uk-scotland-north-east-orkney-she... [1] https://assets.publishing.service.gov.uk/media/643e6a4222ef3...


That isn't a launcher, just a launchpad.


From the spaceport guide- Orbex Prime is a microlauncher planned for flight next year with a 180kg payload capacity, this satelite was 150kg.

https://orbex.space/launch-vehicle


Shouldn't the watchtower docker config be configured to only monitor and update the lokal-server container and not every container on the host?

WATCHTOWER_LABEL_ENABLE env set to true on watchtower

com.centurylinklabs.watchtower.enable label set to true on lokal-server


you are correct, appreciate it for the report , I will change the docs on self hosted deployment.


So we're moving towards crystals from Stargate? Neat


First thing I thought of too. Anyone know if there a list of more articles similar to these three?


My wife has complained that open office will never print on Tuesdays!?

https://bugs.launchpad.net/ubuntu/+source/cupsys/+bug/255161...


A user was having a really bizarre problem: They could log in when they were sitting down in a seat in front of the keyboard, but when they were standing in front of the keyboard, their password didn't work! The problem happened every time, so they called for support, who finally figured it out after watching them demonstrate the problem many times:

It turned out that some joker had rearranged the numbers keys on the keyboard, so they were ordered "0123456789" instead of "1234567890". And the user's password had a digit in it. When the user was sitting down comfortably in front of the keyboard, they looked at the screen while they touch-typed their password, and were able to log in. But when they were standing in front of the computer, they looked at the keyboard and pressed the numbers they saw, which were wrong!


I have one first-hand story:

I did tech support via phone for a popular consumer computer brand. One particular call, a woman reported that her computer was restarting every time someone in the house flushed the toilet.

Long story short, her home was in the back-back woods with the home powered by a generator. In addition to powering the computer, the generator was also the source of power for a water pump which would kick on to refill the toilet bowl whenever it emptied. And wouldn't you know that that water pump had a beefy coil around its motor and would brownout the entire house every time it started?


I have a similar one, with an automated monorail hoist. The engineer who started the job had ordered the monorail hoist with a control cabinet with Ethernet comms to tell it where to move (instead of just controlling the hoist directly from the main control cabinet.) After days' worth of shenanigans trying to troubleshoot seemingly random comms drop-outs I'd narrowed it down to only occurring when the hoist was being lowered under load, which led me to the Ethernet cable in the hoist cabinet which ran parallel to the motor cables from the hoist's 6kW VSD. Whenever it lowered, the EMI was enough to nuke the Ethernet connection. Re-routed the Ethernet cable and after that it ran fine.


My personal example: VoIP phones stopping after the Asterisk server was up for 3 days.

Reason: the server had IPv6 turned on, and it steadily accumulated privacy IPv6 addresses. These addresses were all sent in a packet describing the supported media endpoints, using UDP.

And yep, eventually it overflowed the MTU and the phones couldn't handle the fragment reassembly.


Which distro was that? ... asking for a friend ...


Just regular Ubuntu. It was around 2009 or so.


Thanks. I've never run Asterisk on Ubuntu. FreePBX is CentOS based which is mostly what I've run Asterisk on. I only started to worry about Ubuntu around 2012.

That mad IPv6 address thing must have stuffed up more than just a VoIP negotiation packet. DNS switches from UDP to TCP when responses get too large.


DNS is affected, but differently. It's mostly DNSSEC signatures that cause trouble nowadays.

SIP is special because the signalling and media protocols are separate. So when a call is being established, the parties exchange their media endpoint locations. This necessarily means that the server has to list its IPs (or DNS names) so that the client can choose the best one. And as a quirk of SIP, it sends the entire set for each of its supported codecs.


"SIP is special".

Yes, I know, just like ftp 8) I do hope that whomever invented putting the control channel in a separate stream from the data is mildly discomforted. Mind you, all that stuff was invented a very long time ago, when trousers were a major trip hazard.

My go to fix is "symmetric RTP", which seems to have become a default over the last decade or two.


Here's one attempt I've seen in other HN comments at a shared "awesome list" of these sorts of stories:

https://github.com/danluu/debugging-stories


The podcast that kills the car stereo episode of Reply All is pretty funny https://gimletmedia.com/amp/shows/reply-all/brh8jm


I remember one (might have been a hn-er's comment, dunno) about the computer restarting when the toilet was flushed. Turns out it was due to voltage drop when a compressor turned on to refill the reservoir of the toilet.


That's why in rural locales with spotty power it pays to have a UPS on any electronics -- you might not benefit much from 15-30 minutes of extra power in a day long blackout, but it keeps everything happy when the voltage fluctuates.



https://500mile.email although I do wish it had more content!


Thanks for mentioning! I would love more submissions! I have a few stories in my backlog to read and vet, but not enough. I'll be going through this thread and adding more that haven't been added yet.


The Daily WTF is full of them.

https://thedailywtf.com


DNS responses sent over UDP are often truncated if the response is too large. This manifests itself as "machine unreachable if name > x characters" sort of errors when you have really long FQDNs.


There's the car/ice-cream/vapor-lock story. Oops, I ruined it.

https://www.snopes.com/fact-check/cone-of-silence/


I wonder if those anti-surveilance glasses actually work which emit infrared light. Though they can probably fingerprint your gait/how you walk?


I’m currently looking for a small run supplier for a clear coated glass (IR opaque) license plate cover. Don’t really have a good way of testing performance though.


What about brew upgrade --cask for apps?


Consider applying for YC's Winter 2026 batch! Applications are open till Nov 10

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: