Fediverse search system

Fediver

beta version

【Source】の検索結果


Redisのデュアルライセンスの一つ、SSPLは元々はMongoDBが導入したものである。
AGPLの条項に加えて「サービスとして提供する場合にはその提供に必要な全てのソフトウェアのソースコードを開示する」という条項が加えられており、他のソフトウェアに対する制限を禁止するオープンソースの定義に反するとしてOSベンダーやユーザーの離反を招いた。(このような「ソースコードは公開されているがオープンソースではない」ライセンスのことを「Source-Available License」と呼ぶ)
ライセンス変更がされた後、AWSはMongoDBをフォークし、現在は「DocumentDB」として提供している。


curlで直接APIしばいたらちゃんと帰ってくるぬね

C:\>curl -X POST "https://api-free.deepl.com/v2/translate" --header "Authorization: DeepL-Auth-Key 5****:fx" --header "Content-Type: application/json" --data "{\"text\": [\"Hello, world!\"], \"target_lang\": \"DE\"}"
{"translations":[{"detected_source_language":"EN","text":"Hallo, Welt!"}]}


Noto Sans JPはAdobeのSource Han Sans(源ノ角ゴシック)のOEMなので、Notoシリーズの欧文フォントとは構成が異なる…


藍ちゃんから出てるエラー

app-1  | Uncaught exception: 
app-1  | RequestError
app-1  |     at ClientRequest.<anonymous> (file:///ai/node_modules/got/dist/source/core/index.js:669:107)
app-1  |     at Object.onceWrapper (node:events:639:26)
app-1  |     at ClientRequest.emit (node:events:536:35)
app-1  |     at emitErrorEvent (node:_http_client:104:11)
app-1  |     at TLSSocket.socketErrorListener (node:_http_client:512:5)
app-1  |     at TLSSocket.emit (node:events:524:28)
app-1  |     at emitErrorNT (node:internal/streams/destroy:170:8)
app-1  |     at emitErrorCloseNT (node:internal/streams/destroy:129:3)
app-1  |     at process.processTicksAndRejections (node:internal/process/task_queues:90:21)AggregateError [ETIMEDOUT]: 
app-1  |     at internalConnectMultiple (node:net:1128:18)
app-1  |     at afterConnectMultiple (node:net:1693:7) {
app-1  |   input: undefined,
app-1  |   code: 'ETIMEDOUT',
app-1  |   timings: {
app-1  |     start: 1736517638497,
app-1  |     socket: 1736517638497,
app-1  |     lookup: 1736517638504,
app-1  |     connect: undefined,
app-1  |     secureConnect: undefined,
app-1  |     upload: undefined,
app-1  |     response: undefined,
app-1  |     end: undefined,
app-1  |     error: 1736517775311,
app-1  |     abort: undefined,
app-1  |     phases: {
app-1  |       wait: 0,
app-1  |       dns: 7,
app-1  |       tcp: undefined,
app-1  |       tls: undefined,
app-1  |       request: undefined,
app-1  |       firstByte: undefined,
app-1  |       download: undefined,
app-1  |       total: 136814
app-1  |     }
app-1  |   },


Edgeだと

<video controls="" autoplay="" name="media"><source src="https://media.stormskey.works/media/7693891c-f572-4cce-8338-89e05d569f6b.mp4" type="video/mp4"></video>
って出るのがFirefoxだとなんか化けてる? なんじゃこりゃ??