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

The thing is, someone will collect rent from IP anyways. LLMs shift rent collecting from decentralized individuals to a handful of big tech companies.

> someone will collect rent from IP anyways

We should work on fixing that, then.

I agree with your point about big tech companies salivating at opportunities to collect rent. IP is part of the problem.


Yeah they will. Because Muricans are too busy belaboring the obvious on social media rather than tackling the obvious political problems.

What is the UI SDK used for Windows version?

Swift

The last 12 months? The last decade.

I’m more afraid that some manager will read this and impose rules on their team. On the surface one might think that having more test coverage is universally good and won’t consider trade offs. I have a gut feeling that Goodhart’s Law accelerated with AI is a dangerous mix.


Goodhart's Law works on steroids with AI. If you tell a human dev "we need 100% coverage," they might write a few dummy tests, but they'll feel shame. AI feels no shame - it has a loss function. If the metric is "lines covered" rather than "invariants checked," the agent will flood the project with meaningless tests faster than a manager can blink. We'll end up with a perfectly green CI/CD dashboard and a completely broken production because the tests will verify tautologies, not business logic


It is the same thing though?

Charles is a http proxy, Requestly judging by the landing page is a http client like Postman.


While as a mobile dev most of my usage were limited to api client kinda usage I did use it for debugging traffic and hence its intercepting features. Haven’t checked their landing page or the tool itself in a long time (or any coding for that matter) so not sure.


I hope they will allow me to download e-books that I uploaded through their upload site.

I do backups but better be safe than sorry.


> and tracking methods through mouse (without JS).

How?


Hovering can trigger network request


They are also not supported on iOS native apps. We use pdfs for vectors.


FoundationDB is awesome testing wise as they have deterministic simulation testing [1] that can simulate distributed and operating system failures.

> We wanted FoundationDB to survive failures of machines, networks, disks, clocks, racks, data centers, file systems, etc., so we created a simulation framework closely tied to Flow. By replacing physical interfaces with shims, replacing the main epoll-based run loop with a time-based simulation, and running multiple logical processes as concurrent Flow Actors, Simulation is able to conduct a deterministic simulation of an entire FoundationDB cluster within a single-thread! Even better, we are able to execute this simulation in a deterministic way, enabling us to reproduce problems and add instrumentation ex post facto. This incredible capability enabled us to build FoundationDB exclusively in simulation for the first 18 months and ensure exceptional fault tolerance long before it sent its first real network packet. For a database with as strong a contract as the FoundationDB, testing is crucial, and over the years we have run the equivalent of a trillion CPU-hours of simulated stress testing.

[1]https://pierrezemb.fr/posts/notes-about-foundationdb/#simula...


And they went on to build Antithesis to deliver the same capabilities to other systems, pretty cool stuff!

[1]: https://antithesis.com/company/backstory/


Pretty cool. For it to scale they are building their own deterministic hypervisor too [0], but also a new distributed database to support their workloads more efficiently [1].

[0] https://antithesis.com/blog/deterministic_hypervisor

[1] https://antithesis.com/blog/2025/testing_pangolin


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

Search: