Readit News logoReadit News
john2x commented on AI fakes duel over impeachment of Vice-President in Phillipines   factcheck.afp.com/doc.afp... · Posted by u/anigbrowl
john2x · 2 months ago
Once again the Philippines is leading the way with how these things will play out for other countries in the future[1]

[1]: https://www.bbc.com/news/blogs-trending-38173842

john2x commented on AI is ushering in a “tiny team” era   bloomberg.com/news/articl... · Posted by u/kjhughes
delusional · 2 months ago
This has been an industry wide problem at silicon valley for years now. For all their talks of changing the world, what we've gotten the last decade has been taxi and hotel apps. Nothing truly revolutionizing.
john2x · 2 months ago
The revolution is happening at the top.
john2x commented on How we’re responding to The NYT’s data demands in order to protect user privacy   openai.com/index/response... · Posted by u/BUFU
john2x · 3 months ago
Does this mean that if I can get ChatGPT to generate copyrighted text, they'll get in trouble?
john2x commented on Claude Code: An Agentic cleanroom analysis   southbridge-research.noti... · Posted by u/hrishi
elliotec · 3 months ago
Better start now! It’s incredible and unbelievable how productive it is. In my opinion it still takes someone with a staff level of engineering experience to guide it through the hard stuff, but it does in a day with just me what multiple product teams would take months to do, and better.

I’m building a non-trivial platform as a solo project/business and have been working on it since about January. I’ve gotten more done in two nights than I did in 3 months.

I’m sure there are tons of arguments and great points against what I just said, but it’s my current reality and I still can’t believe it. I shelled out the $100/mo after one night of blowing through the $20 credits I used as a trial.

It does struggle with design and front end. But don’t we all.

john2x · 3 months ago
Will these kinds of software end up like a programs written with bespoke Lisp macros? Lots of power but only one person actually knows it by heart.
john2x commented on Systems Correctness Practices at Amazon Web Services   cacm.acm.org/practice/sys... · Posted by u/tanelpoder
amazingamazing · 3 months ago
> Deterministic simulation. Another lightweight method widely used at AWS is deterministic simulation testing, in which a distributed system is executed on a single-threaded simulator with control over all sources of randomness, such as thread scheduling, timing, and message delivery order. Tests are then written for particular failure or success scenarios, such as the failure of a participant at a particular stage in a distributed protocol. The nondeterminism in the system is controlled by the test framework, allowing developers to specify orderings they believe are interesting (such as ones that have caused bugs in the past). The scheduler in the testing framework can also be extended for fuzzing of orderings or exploring all possible orderings to be tested.

Any good open source libraries that do this that are language agnostic? Seems doable - spin up a container with some tools within it. Said tools require some middleware to know when a test is going to be run, when test is run, tools basically make certain things, networking, storage, etc "determinstic" in the context of the test run.

This is more-or-less what antithesis does, but haven't seen anything open source yet.

You of course, could write your tests well, such that you can stub out I/O, but that's work and not everyone will write their tests well anyway (you should do this anyway, but it's nicer imo if this determinism is on a layer higher than the application).

as a slight sidebar - I'm not really bullish on AI, but I think testing is one of the things where AI will hopefully shine, because the feedback loop during prompting can be driven by your actual application requirements, such that the test implementation (driven by AI), requirements (driven by you as the prompt) and "world" (driven by the actual code being tested) can hopefully help drive all three to some theoretical ideal. if AI gives us anything, I'm hoping it can make software a more rigorous discipline by making formal verification more doable.

john2x · 3 months ago
There was a talk from Joe Armstrong about using property testing to test Dropbox.
john2x commented on Severed Fingers and 'Wrench Attacks' Rattle the Crypto Elite   wsj.com/finance/currencie... · Posted by u/spenvo
OutOfHere · 3 months ago
Just don't flaunt your crypto, and don't have any visible crypto apps or widgets on your phone either. Whether you are rich or poor, don't look particularly rich. Also, if you hold an ETF like IBIT, that's traditional.
john2x · 3 months ago
If cryptobros didn't flaunt their wealth, crypto wouldn't have been where it is now. Flaunting is part of the spec.
john2x commented on If nothing is curated, how do we find things   tadaima.bearblog.dev/if-n... · Posted by u/nivethan
Jordan-117 · 3 months ago
Cool Dad Raising Daughter On Media That Will Put Her Entirely Out Of Touch With Her Generation

https://theonion.com/cool-dad-raising-daughter-on-media-that...

john2x · 3 months ago
That’s amazing. The post date is cherry on top.
john2x commented on If nothing is curated, how do we find things   tadaima.bearblog.dev/if-n... · Posted by u/nivethan
john2x · 3 months ago
I’ve been thinking about this in the context of my kids.

I am a bit of a snob (a huge one if I’m being honest) about media I consume. Naturally I guide the content my kids watch quite closely, much closer than my peers. I am their curator.

But I can’t help but feel I am isolating my kids when I do this. The things they watch and listen and play and read at home are vastly different than other kids their age.

john2x commented on JavaScript's New Superpower: Explicit Resource Management   v8.dev/features/explicit-... · Posted by u/olalonde
DemocracyFTW2 · 3 months ago
it's an annoying usage because you never know whether it means "sth new appeared" or "sth old stopped being available"
john2x · 3 months ago
New drop just dropped
john2x commented on ClojureScript 1.12.42   clojurescript.org/news/20... · Posted by u/Borkdude
amgreg · 3 months ago
I think you are conflating the Closure Library with the Closure Compiler. They are related but not identical. The Compiler, I think, is what makes it difficult to use externs; its “advanced optimizations” can and often does break libraries that weren’t written with the Compiler’s quirks in mind. But advanced optimizations is an option; if you don’t need aggressive minification, function body inlining, etc. you can opt out.

Shadow CLJS has made working with external libraries quite easy and IIRC it lets you set the compilation options for your libraries declaratively.

john2x · 3 months ago
Ahh right. Yes I am in fact conflating the two.

But can the compiler be used without the library? Or can the library be used without the compiler/would it still be beneficial?

u/john2x

KarmaCake day668May 8, 2010View Original