HackerTrans
TopNewTrendsCommentsPastAskShowJobs

thyrsus

1,520 karmajoined 17 ปีที่แล้ว

Submissions

SRE Is Anti-Transactional

queue.acm.org
5 points·by thyrsus·6 เดือนที่ผ่านมา·0 comments

[untitled]

1 points·by thyrsus·8 เดือนที่ผ่านมา·0 comments

comments

thyrsus
·18 ชั่วโมงที่ผ่านมา·discuss
The article makes a convincing argument that Haskell compilation is too slow for the fast code generation of AI. But python?

I have yet to experience a RHEL major version change that did not blow up all my tiny simplistic python scripts. I see the following options for using python: * run inside the container it was developed in * build your own python interpreter and environment and libraries and never use python pieces from the OS (i.e., act like a container without using one) * keep different versions of the code for different OS versions and use AI to rewrite all the code for the new OS version

Start to consider third party dependencies, and none of those feels tractable without an AI assist.

I've dabbled in C device driver code and kernel version differences were my only problem, not C. My perl scripts never break. My bash scripts rarely break. My dabbling in erlang didn't suffer from language version differences. My little elisp hasn't broken. Only python has inflicted this level of version pain. I have a colleague who says java has the same version pain as python, and from what I've seen from Jenkins maintenance he may be right, but I don't have colleagues who want to read java code, so I haven't written my own.
thyrsus
·เดือนที่แล้ว·discuss
That claim needs explanation. My understanding is that substantially less than 20% hold the controlling ownership of U.S. productive capacity.
thyrsus
·2 เดือนที่ผ่านมา·discuss
As an ancient one (graduated college 1981), my use of AI is very conservative: look things up. Generate code I can read and understand in less than 30 minutes. This is working well for me, because when the AI botches the answer, I know quickly. It either works or fails fast: there's no importable function by that name, that keyword isn't in the language, that only works in a different version of the OS. I never ask it to do something I couldn't do myself in 10x the time (spent fixing typos or missing punctuation). If I ask it to do something I don't know how to do, I create tests - usually informal - to ensure that I understand what the code is doing. If the syntax is unfamiliar, I make it explain what it's doing, and then I informally test that explanation (usually toy examples at the command line). You must learn to do these things regardless of where the answers come from - the Internet, a journal, a book, a colleague. Otherwise >>when<< it fails, you will not be able to reason about the causes for the failure and how to find a correction.
thyrsus
·2 เดือนที่ผ่านมา·discuss
I've seen copyright notices that explicitly forbid use for AI training. Would this "transformation" argument still hold in such cases?

For example:

No Generative AI Training Use

For avoidance of doubt, Author reserves the rights, and grants no rights to, reproduce and/or otherwise use the Work in any manner for purposes of training artificial intelligence or machine learning technologies to generate text, text to speech, voice, or audio including without limitation, technologies that are capable of generating works in the same style or genre as the Work, unless individual or entity obtains Author’s specific and express permission to do so. Nor does any individual or entity have the right to sublicense others to reproduce and/or otherwise use the Work in any manner for the purposes of training artificial intelligence or machine learning technologies to generate text, text to speech, voice, or audio without Author’s specific and express permission.
thyrsus
·2 เดือนที่ผ่านมา·discuss
What is being licensed by the End User License Agreement (EULA) is the copyright on the code and its artefacts (executable bytes, etc.) - you can't have an EULA without having the copyright to license.
thyrsus
·3 เดือนที่ผ่านมา·discuss
Are there currently circulating cryptocurrencies that use quantum resistant cryptography?
thyrsus
·3 เดือนที่ผ่านมา·discuss
The first amendment protects from U.S. government censorship (with exceptions for national security and commission of otherwise illegal acts, such as child molestation, fraud, or yelling fire in a crowded theater). The suppression here is a civil matter in which the author signed a contract not to "disparage" and would suffer civil penalties (monetary, other negotiated constraints) for violating the contract.
thyrsus
·4 เดือนที่ผ่านมา·discuss
I dealt with physical paper tape on only three or four occasions in the early 1980's, each time terrified of a jam or tear. It seems in this case it's a read-once operation, which is plausible. Read-many, not so much. Punch cards are orders of magnitude more reliable.
thyrsus
·4 เดือนที่ผ่านมา·discuss
As a subscriber to The Guardian, I have a very different experience.
thyrsus
·4 เดือนที่ผ่านมา·discuss
This year, the first $15,000,000 of an estate is exempt from federal taxes, so unless it is on top of a different $14,000,001 in estate net assets, the estate tax (a tax on the estate) on that $1,000,000 house is $0. [0]

Some U.S. states have an additional inheritance tax (payable by the inheritors). Those rules vary. [1]

[0] https://www.irs.gov/businesses/small-businesses-self-employe... [1] https://www.investopedia.com/terms/i/inheritancetax.asp
thyrsus
·5 เดือนที่ผ่านมา·discuss
Explain to me how qualified immunity is better than any ill it is supposed to address? And how is it that if you sue the government and win, then the judgement doesn't automatically award reasonable legal fees?
thyrsus
·5 เดือนที่ผ่านมา·discuss
The left hand scale is presumably dollars per ounce of silver. The right hand side is "margin requirement ($)". I can think of two interpretations of that, neither of which make sense to me. The first interpretation is that one recently needs a $25000 margin per $90 ounce of silver instrument - obviously absurd. The other interpretation is that once you have a $25000 margin you can buy unlimited silver instruments, which is only barely less absurd. How does reality work?
thyrsus
·8 เดือนที่ผ่านมา·discuss
I've got Firefox 144.2 on Android; are profiles available there? If so, how does one use them?