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

I don't know if the splat is exactly the same, but the playcanvas engine has no false transparency on this one: https://superspl.at/scene/7e4e9bcb that splat is actually of fairly high quality, so unless this is a materially different splat (with some of the gaussians dropped out maybe?) I'm inclined to blame the engine.

>https://superspl.at/scene/7e4e9bcb

If you turn off performance mode this is way higher quality than either of the other two versions of this model linked by bhouston in this thread, although with a much lower frame rate on my phone of course:

https://threejs.org/examples/?q=gau#webgpu_gaussian_splat

https://superspl.at/scene/56155c3f


I took it from here and I do see false transparency:

https://superspl.at/scene/56155c3f

There is even a link in the ThreeJS example preamble to this scene. I didn’t realize there was multiple lion splats of the same scene flying around.


Both use LPDDR5x, they're not shipping LPDDR6 (yet).


All M3 variants use LPDDR5.


Looks neat! I'd love for it to feed the MIDI notes back into my player piano instead of playing out of my iPhone's (comparatively tinny) speakers though.


Hi, security professional here! A lot of the time, we don't need it.


The central point of this app is to determine proximity of two devices. That's not possible today in a cross-platform way using web apps.


PWA has access to bluetooth (BLE on all platforms) and NFC on Android


> PWA has access to bluetooth (BLE on all platforms) and NFC on Android

This (EDIT: this app) is iOS only right now. And I hate the normalisation of giving websites access to Bluetooth and NFC.


I managed to make an ESP32-controlled RC car move by sending it commands from a webapp running on my Android phone last year. I don't believe I have telekinesis magic power, so I'd rather believe that this is not in-fact iOS only.


Sorry, clarified.


You can with the Geolocation API.


The Quick 861DW has been a hobbyist favorite for a long time, and comes in at ~$300 (USD)


An 858-style station costs roughly 1/10th of that and should be fine for hobbyist use; many commercial repair shops use them too.


Or similar/clones, like the Atten ST-862D.


For modern systems, stack buffer overflow bugs haven't been great to exploit for a while. You need at least a stack cookie leak and on Apple Silicon the return addresses are MACed so overwriting them is a fools errand (2^-16 chance of success).

Most exploitable memory corruption bugs are heap buffer overflows.


There's MLX versions of the model, so yes. LM Studio hasn't updated their mlx-lm runtime yet though, you'll get an exception.

But if you're OK running it without a UI wrapper, mlx_lm==0.30.0 will serve you fine.


Looks like LM Studio just updated the MLX runtime, so there's compatibility now.


Yep! 60t/s on the 8 bit MLX on an M4 Pro with 64GB of RAM.


I do vulnerability research. Those things would do the exact opposite of what you're aiming for. They'd be received with glee by mercenary spyware companies, _especially_ being able to load things into higher levels of privilege.


that wouldn't be a problem, apple signs extensions. In windows land for example, there are ELAM drivers for security software, they don't just hand them out, you basically have to convince people at Microsoft you're one of the good guys, in person.


It means more surface (both from extensions themselves and the loader code), relaxation of things like KTRR/CTRR (you now need to add executable EL1 pages at runtime), plus the potential for signing keys to leak (Finding enterprise signing keys even for iOS is fairly easy).

As far as Windows goes, https://www.loldrivers.io is a thing.


Yeah, loldrivers are a thing because any signed driver can load, vuln drivers with ELAM .. I don't know of any, I believe they're quite rare.

You have a good point with attack surface, but apple has a pretty robust system already for ensuring boot and lock security that doesn't rely on EL0/El1 security. I'm sure you know more than me about higher EL's like EL3 and secure world code that can take care of all that. I'm pretty sure they don't have to issue new signing keys either, matter of fact, why let even 3rd parties do this, apple themselves could expose a memory and file system dumping api without involving third parties. That way, they could sanitize away anything they consider sensitive as well. They can also require that the commands be issued over a physical/authorized usb connection.

Point is, there are very legitimate are critical cases where memory and file system forensics could be critical. From what little chatter I've heard, forensic software today is resorting to exploitation of the devices and those exploits tend to be abused for other reasons too.


Trusted high-privilege components, whether first or third party, are targeted for exploitation.


Do you know of any reports where macos system extensions being abused this way? I've heard about windows drivers, but my impression was apple is doing this well enough to be a non-issue mostly?


e.g. zero day CVE-2024-44243, patched last year, https://www.microsoft.com/en-us/security/blog/2025/01/13/ana...


That's a good one. To be clear, I'm not saying vulnerabilities don't or can't exist in system-extensions. I'm just saying that apple can publish and/or sign iphone extensions for a very limited use case like this, or publish an api/system service to do the same thing, if the concern is 3rd parties. The use case here is reading some memory and exposing that to authorized applications. I concede on the system extension part, but apple can still expose the capability without one.


Crowdstrike showed us how good idea that was.


Crowdstrike has system extensions on macos.


You're confusing your opinion of the company with the perception by the general public. Apple's definitely not perceived as 'an office appliance company' by your average person. It's considered a high-end luxury brand by many[1].

1: https://www.researchgate.net/publication/361238549_Consumer_...


I think you mean high-tech brand, which the linked article affirms.


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

Search: