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

This 100% - it’s funny how it’s actually more reliable in my experience to use the encrypted sparse bundle. I can sling it over to my NAS no problem. I’ve restored from one and everything was perfectly fine. YMMV of course

That was my experience at first, but then it gets corrupted somehow and you have to delete it and start over. Happened to me multiple times with RAID 1, so pretty sure it's a software error -- I eventually just gave up.

Have you run memtest on the machine in question? That kind of problem sounds like a classic bad RAM symptom.

Be warned if you actually install beta software and take your device to the Apple Store they will not replace parts because of the chance the diagnostic tools aren’t compatible- this bit me trying to get my iPhone battery replaced

+1 I went out of my way to set up a skeleton project that just uses shell scripts to build an app bundle. I really dislike Xcode but Swift itself is actually fun to write.

don't know personally but I'm told bazel shines here.


Thank you. It’s driving me crazy that everyone is just pointing to research and numbers, partly manufactured numbers at that. Go outside and talk to a few real people and see how they’re fairing maybe…


Only because humans before Claude wrote many NES emulators…


I want to come out and say that a long time ago at a startup we needed to generate a very particular type of analysis graph for a human operator to review in our SaaS.

and I just straight up installed GNU Octave on the server and called out to it from python, using the exact code the mathematician had devised.


These days however with all the AI coding tools that are available, it probably makes more sense to just ask Claude to port the Matlab/Octave script to Python and directly integrate it into your program. Numpy/Scipy often provide drop-in replacements for Matlab functions, even the names are the same in some cases.

I have gone further and asked AI to port working but somewhat slow numerical scripts to C++ and it's completely effortless and very low risk when you have the original implementation as test.


See the benefit of just using what the original mathematician wrote, is that if they had a problem with a way the graph was rendering, or they wanted to tweak it, they just had to edit the code, no translation layer needed. It shipped like any other component of the product at the time.


But then you lose the readability that is the core defense of MATLAB/Octave. Ok so NumPy is readable, but less pleasantly so.


Yeah, this is a pretty common pattern: use a domain-specific tool where it fits (Octave for the math), and a general language for the product glue (Python). Same idea as infra work — lots of teams would rather express intent in Terraform than build it in Rust, because a DSL can be a cleaner fit for the job.


For my thesis I did something similar: bash scripts to extract raw data from a Subversion repository, to be preprocessed with PHP scripts (now I would prefer Python but had more experience with PHP) for text extraction and csv output, and finally Octave did the math magic, generating tables and saving graphics in png format, ready for import into my Lyx document.


The most sensible thing I've heard this year.


Awesome demo page! SDFs are super fun, and usually pretty useful (in addition to being pretty)

I recall a paper published by Valve that showed their approach to using SDFs to pack glyphs into low res textures while still rendering them at high resolution:

https://steamcdn-a.akamaihd.net/apps/valve/2007/SIGGRAPH2007...


Lol it feels like this is their solution to the "phone too big" problem. Anyways, when's the next iPhone Mini???


The Tumblr app does this and it’s infuriating


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

Search: