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

I'm interested to hear what ends up happening. Going from thousands (is that dollars?) per month to something local is significant and I'm not sure the m4 can really make up the gap. Cloud can scale speed whereas you're limited to one computer.

If it works, can it compete in speed, performance AND accuracy? If it can, that would be a real game changer for local analytics when the entire dataset can be loaded onto a single computer.


Something about this prose feels like a short poem of sorts. I like it.


When I learned about git bisect I thought it was a little uppity. I thought it was something I would never use in a practical scenario. Working on large code bases. However, sometimes a bug pops up and we don't know when it started. We use git bisect not place blame on a person, but to try to figure out when the bug was no longer there so we know what code introduced it. Yes, clean code helps. Sometimes git bisect is really nice to have.


100%

Use elements as close to their original intention as possible


I would assume not. Consider ARC vs GC. With ARC the programmer manages memory and with GC the compiler manages it. People choose one or the other because of the style they're going after. Could you set a flag for it. Maybe if all libraries you download were pre-compiled perhaps.

Personally, I just prefer to know that the team that supports the tool I'm using is dedicated to "that one thing" I'm after.


You could do it. You could allocate something as garbage-collectible or not at allocation time. You probably would want them to be different types, though, so that the type system keeps track of whether you need to manually deallocate this particular thing, or whether the garbage collector will do so.

It could be done... but I'm not sure what it would gain you. It seems to me that knowing that it will do one or the other is better than having to think about which it will do in each instance.


Nim language iirc can have either of arc or gc and even manual etc. via their Multi-paradigm Memory Management Strategies Source: https://nim-lang.org/1.4.0/gc.html


Huh?

ARC stands for Automatic Reference Counting. The compiler manages the reference counts.


They may have been thinking rust where it means atomic reference counting.

(Although the compiler inserts ref count inc and dec calls automatically, so ...)


What a cool idea


Thank you :-)


Yup. It's not the learning AI or prompt engineering is bad in anyway. A similar writeup https://news.ycombinator.com/item?id=45405177 mentions the problem I see: when AI does most of the work, I have to work hard to understand what AI wrote.

In your model, I give enough guidance to generally know what AI is doing, and AI is finishing what you started.


I feel you. I don't hate computers, but the insecurity of late is unsettling.


Thank you for sharing. What powerful writing to convey so much in so little space. I think I'm due to second chair myself.


This. How can you know you hacked EVERY phone. I have friends with flip phones (no screen). There must be at least a small amount of optimistic thinking here.

IMHO someone was likely given a task such as "disseminate the message to 100% of the population" and they found a way to claim they accomplished the task (with reasonable credibility).


Consider applying for YC's Summer 2026 batch! Applications are open till May 4

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

Search: