Viewing profile — mpercival531
mpercival531
HN member- Joined
- Sun, Oct 22, 2023, 2:15 PM UTC
- HN karma
- 24
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About mpercival531
No profile information was provided.
Recent public activity
-
comment
Comment #47393586
FTSE Russell is proposing changes similar to Nasdaq, with the consultation ending 18 March.
-
comment
Comment #46380647
> Is App Engine still preferable purely for cost predictability? How is Cloud Run cost not predictable? It is fairly simple arithmetic in a spreadsheet to estimate the upper bound …
-
comment
Comment #44836685
How iOS Mail gets push inbox updates working with third-party IMAP servers is in the public since 2015/2016 if you look hard enough. That has nothing to do with JMAP the protocol i…
-
comment
Comment #44836595
It is “notify to pull”. IMAP servers through APNS ping the iOS Mail about updates in certain pre-registered inboxes. Then iOS Mail re-fetches those inboxes. The change signal is pu…
-
comment
Comment #44836509
iOS Mail app does not support IMAP IDLE like any ordinary email clients. It only supports a proprietary IMAP extension that uses Apple Push Notification Services (APNS) as a sideba…
-
comment
Comment #42749048
They are. Strix Halo is going after that same space of Apple M4 Pro/Max where it is currently unchallenged. Pairing it with two 64GB LPCAMM2 modules will get you there. Edit: The p…
-
comment
Comment #40795133
LINE did.
-
comment
Comment #38062425
Listener callout does not have to be part of the synchronous writes. Say if you keep a changelog, listeners can be asynchronously notified. These checks can be batched and throttle…
-
comment
Comment #38050936
They have abandoned it at their lowest to focus on Zen. Now they seem to start picking up the slack. Upcoming Instinct MI300 APU brings HBM as unified system memory, together with …
-
comment
Comment #37975718
Each process has its own GCD queue hierarchy that are executed by an in-process thread pool. Though it has some bits coupled with the kernel for stuff like Queue/Task QoS class -> …