逆向工程说明: 本文档基于 nof1.ai Alpha Arena 的公开文档、交易行为模式、API 响应格式和社区讨论,系统性地逆向推导出其 System Prompt 和 User Prompt 的完整结构,欢迎各路大佬戳戳评论,一起来进行这个有趣的实验。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| The following image shows throughput rates of OpenSSH (the blue line) versus HPN-SSH. HPN-SSH | |
| shows three different options. AES-GCM is the fastest cipher available. None is with encryption disabled | |
| but still using the MAC cipher. NoneMac disables both ciphers. None and NoneMac are used here to | |
| demonstrate the impact of ciphers on throughput. | |
| The Y axis is throughput in Mpbs (0 to 8,000) and the X axis is the RTT of the path. | |
| This graphs was generated by running multiple 40 GB transfers between two 10Gbps connected hosts | |
| back to back. We used netem to artificially inject delay into this path to simulate different | |
| RTTs. The median value of each set of runs was used to compute the values presented here. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Nvidia Driver Version: 570.86.10 CUDA Version: 12.8 | |
| Hashcat was built from the github master branch at the time of running. | |
| A handful of Whirlpool based modes reported an error due to self-test failures. | |
| The GeForce RTX 5090 was added to the tuning Alias file for this run. | |
| hashcat (v6.2.6-851-g6716447df) starting in benchmark mode |
Quick and easy way to try out FreeBSD Arm64 and RISC-V64 images on a x86_64 host.
Notes:
- We are going to use the pre-built VM images supplied by FreeBSD instead of installing from scratch.
- We will convert the
.rawimage files tozvols - We will bridge the network interface on the host and use a
tapinterface on the VM
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/python | |
| # -*- coding: utf-8 -*- | |
| #Script for reverting ZFS changes by destroying uberblocks | |
| #Author: Martin Vool | |
| #E-mail: mardicas@gmail.com | |
| #Version: 0.1 | |
| #Date: 16 November 2009 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| server { | |
| listen 80; | |
| listen 443 ssl http2; | |
| server_name example.com; | |
| root /path/to/public/www; | |
| # ADD HEADERS | |
| # Using nginx-http-mod-headers-more | |
| # https://github.com/openresty/headers-more-nginx-module | |
| more_set_headers 'X-Browser-Os: $client_browser_os'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| server: | |
| ########################################################################### | |
| # LOGGING | |
| ########################################################################### | |
| # Do not print log lines to inform about local zone actions | |
| log-local-actions: no | |
| # Do not print one line per query to the log | |
| log-queries: no | |
| # Do not print one line per reply to the log | |
| log-replies: no |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # | |
| # SPDX-License-Identifier: BSD-2-Clause-FreeBSD | |
| # | |
| # Copyright (c) 2018 Emmanuel Vadot <manu@FreeBSD.org> | |
| # | |
| # Redistribution and use in source and binary forms, with or without | |
| # modification, are permitted provided that the following conditions | |
| # are met: | |
| # 1. Redistributions of source code must retain the above copyright |
| IPv4 Addr | IPv6 Addr | ASn | Political Region | Loc | Svc | Org |
|---|---|---|---|---|---|---|
| 8.8.8.8 | 2001:4860:4860::8888 | AS15169 | US | Worldwide (Anycast) | Google Public DNS | |
| 8.8.4.4 | 2001:4860:4860::8844 | AS15169 | US | Worldwide (Anycast) | Google Public DNS | |
| 1.1.1.1 | 2606:4700:4700::1111 | AS13335 | US | Worldwide (Anycast) | Cloudflare-DNS | Cloudflare/APNIC |
| 1.0.0.1 | 2606:4700:4700::1001 | AS13335 | US | Worldwide (Anycast) | Cloudflare-DNS | Cloudflare/APNIC |
| 95.85.95.85 | 2a03:90c0:999d::1 | AS199524 | EU | *W |
NewerOlder