Hacker News new | past | comments | ask | show | jobs | submit | ivanvanderbyl's comments login

This will keep their enterprise customers happy with the most detailed bossware you can imagine. Replay everything your employees did in a day.

Haven't we all been assuming for years already that our work machines have keylogger-level monitoring?

With the new frameworks in ios17 it’s clear that Apple is slowly converging on providing the tools for easily compiling for Mac and iPad from the same codebase.

I’ve been using the Go version of Encore for the past year. Overall it’s been really pleasant, a few rough edges that their team helped resolve, but it saved so much time on Ops that it was well worth it.

Roughly 20% faster than the original M1 Max, which scored ~2400 on single core.

As mentioned elsewhere it’s 10% faster than the M2 Max. This is really an impressive step up each year compared to what came before. If Apple continues this trend I’ll probably upgrade every 2 years.


Hmm, I was of the opposite impression. Not much of an upgrade. The big change was going to Mx, mainly in battery time / power usage. But no big need to upgrade if you have M1, for instance.


Agreed. This makes me incredibly uncomfortable. I'd rather a simple SDK that pushes the contact details to their API.


Regardless of how you personally feel about 737Max, hundreds of them are flying every day without issue.


Thank you for the memory of 2adv. I spent a significant amount of time in high school reverse engineering their SWF file to understand how to do animations like that in flash.


I use the Hack iPhone app, it has notifications for replies.


I'm not sure what I trust less from Musk: software that controls cars or software that controls brains?


I'm curious what benefits you would gain in the testify API by adding generics?


It's not that large of a benefit, but when performing tests comparing two objects, I sometimes pass the wrong object type in. Most of the times this is happening, I'm refactoring existing code and updating tests as I go. It would be nice to see all the errors at compile time (and therefore in my editor's problems/quickfix view) rather than having to run the full test suite to find all the tests I forgot to update.

I think it's possible to keep the implementation of testify almost (or exactly) the same, but update the type signatures of the methods to use generics, and shift-left a lot of errors to compile time. Just a nice-to-have.


Finished, take a look if you're curious --

https://github.com/peterldowns/testy


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

Search: