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

> When I read Rob's work and learn from it, and make it part of my cognitive core, nobody is particularly threatened by it. When a machine does the same it feels very threatening to many people, a kind of theft by an alien creature busily consuming us all and shitting out slop.

It's not about reading. It's about output. When you start producing output in line with Rob's work that is confidently incorrect and sloppy, people will feel just as they do when LLMs produce output that is confidently incorrect and sloppy. No one is threatened if someone trains an LLM and does nothing with it.


Is there no Apache Commons for Javascript? It'd be nice to have a large library from a 'trusted' group.

https://en.wikipedia.org/wiki/Apache_Commons


No matter how large the library, it won't include WhatsApp's API

> Show me a convincing example of something that's simple/clear/elegant/superior in Lisp, and how difficult/complicated/ugly/impossible it would be to do the same thing in Java/C++/Ruby/Python.

Serialize and deserialize data. You're currently using something like XML or JSON for a human readable data serialization format in those languages. JSON and XML are not first class components of those languages. S-expressions are a better version of JSON and are first class components of Lisp.


That's a bad thing, though. You should not be `eval`-ing your config file, much less untrusted messages.


you don't need to call eval for the usual config file setup, only read.

(but you often get something much better when config files are plain lisp code; i.e. they are eval'ed, assuming that the threat model allows it)


I am not so sure how it works, but you can define your own evaluation handler for `eval` which, I assume, can be as restrictive as you need if you're dealing with untrusted data.


Seems simpler just to use `json.load`.


Java has the VisualVM. https://visualvm.github.io/

I would love a similar tool for Racket.


I use it for trading options.

https://github.com/evdubs/renegade-way


Ponzi schemes collapse when the participants ask for their money back (redemptions). Tether handled $17B in redemptions in 2022 when their market cap peaked at $83B.


The auditor BDO publishes attestations every quarter.

https://tether.to/en/transparency/?tab=reports


You don't need to trust them, just BDO who attests to Tether's holdings.


Tether banks with Cantor Fitzgerald. Everyone trading large amounts of US Treasury bills knows who Cantor Fitzgerald is.


You're not paying attention, or you are wilfully ignoring the evidence.

Tether banks with Cantor Fitzgerald, a primary dealer with the Federal Reserve. From 2023: https://www.wsj.com/finance/currencies/wall-street-firm-over...

Every quarter, BDO confirms Tether's assets by going to Tether's banking partners directly.

https://tether.to/en/transparency/?tab=reports


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

Search: