HackerLangs
トップ新着トレンドコメント過去質問紹介求人

failingforward

23 カルマ登録 10 か月前

投稿

Rise of the 'porno-trolls':how one porn platform made millions suing its viewers

theguardian.com
5 ポイント·投稿者 failingforward·8 か月前·0 コメント

Hacking with AI SASTs: An Overview of 'AI Security Engineers'

joshua.hu
1 ポイント·投稿者 failingforward·8 か月前·0 コメント

コメント

failingforward
·10 時間前·議論
Yes, reference 10 jumped out at me as well. I thought personal correspondence references typically include one of the authors of the paper.
failingforward
·15 日前·議論
“unc” is the new “boomer”
failingforward
·3 か月前·議論
Sounds like https://en.wikipedia.org/wiki/Olbers%27_paradox
failingforward
·5 か月前·議論
Not necessarily. Double entry bookkeeping catches errors in cases where an amount posted to one account does not have an equally offsetting post in another account or accounts (i.e., it catches errors when the books do not balance). It would not on its own catch errors where the original posted amount is incorrect due to a mistaken assumption, or if the offset balances but is allocated incorrectly.
failingforward
·8 か月前·議論
“said in an interview conducted Wednesday evening through his Ring doorbell in Huntington Station, Long Island, from his current location in Florida.”

We are truly living in the future.
failingforward
·8 か月前·議論
This is, if not the best, likely the most concise history of Wikipedia I have ever read.
failingforward
·9 か月前·議論
You probably know this but, for anyone else who is interested, the easiest way to get a feel for Icon nowadays may be through its descendant Unicon which is available at unicon.org.
failingforward
·9 か月前·議論
s/programs/applications/
failingforward
·9 か月前·議論
> That would make reading Fourth Wing or Twilight a more connecting experience than most classics.

I prefer classics myself, but this is exactly why booktok works (and why Fourth Wing blew up the way it did).
failingforward
·10 か月前·議論
Yes, the article appears to be a short excerpt from a book and probably loses a lot of context because of that. I am interested in the questions raised by the author but will wait for the book to come out. The good news is that it appears the book will be open access - MIT Press seems to be encouraging this lately (at least by allowing this as an option for authors).
failingforward
·10 か月前·議論
Forth started as Chuck Moore’s solution to the problem of how to bring up an interactive programming environment on hardware with limited memory. The base of the system used a small number of primitives written in assembler or machine code upon which more complex functions were built. The genius of the system was that you could easily bring it up on different hardware by translating the primitives, which was quite helpful at a time when software was frequently customized to the hardware (which itself was not as standardized as today). Nowadays Forth is probably most useful on embedded systems.