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
First benchmark: | |
[23:26:59] [Render thread/INFO]: Benchmarking chunk stream speed | |
[23:26:59] [Render thread/INFO]: Warming up | |
[23:27:33] [Render thread/INFO]: Generating 128MB random data | |
[23:27:34] [Render thread/INFO]: Starting benchmark for GZIP | |
[23:27:34] [Render thread/INFO]: GZIP write speed: 187.065 MB/s (187.069 MB/s compressed) | |
[23:27:34] [Render thread/INFO]: GZIP compression ratio: 100.002 % | |
[23:27:35] [Render thread/INFO]: GZIP read speed: 450.796 MB/s (450.807 MB/s compressed) | |
[23:27:35] [Render thread/INFO]: Generating 128MB random data |
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
[18:41:21] [main/INFO]: Loading Minecraft 1.19.2 with Fabric Loader 0.14.11 | |
[18:41:23] [ForkJoinPool-1-worker-1/WARN]: The mod "dungeons_arise" contains invalid entries in its mod json: | |
- Unsupported root entry "credits" at line 12 column 12 | |
[18:41:23] [ForkJoinPool-1-worker-3/WARN]: Mod create uses the version 0.5.0g-796+1.19.2 which isn't compatible with Loader's extended semantic version format (Could not parse version number component '0g'!), SemVer is recommended for reliably evaluating dependencies and prioritizing newer version | |
[18:41:25] [ForkJoinPool-1-worker-1/WARN]: The mod "thonkutil-customization-v1" contains invalid entries in its mod json: | |
- Unsupported root entry "disabled:mixins" at line 11 column 20 | |
[18:41:27] [ForkJoinPool-1-worker-2/WARN]: Mod strawgolem uses the version 2.0.0b2 which isn't compatible with Loader's extended semantic version format (Could not parse version number component '0b2'!), SemVer is recommended for reliably evaluating dependencies and prioritizing newer version | |
[18 |
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
[00:04:32] [Render thread/INFO]: Benchmarking chunk stream speed | |
[00:04:32] [Render thread/INFO]: Warming up | |
[00:05:47] [Render thread/INFO]: Generating 128MB random data | |
[00:05:47] [Render thread/INFO]: Starting benchmark for GZIP | |
[00:05:53] [Render thread/INFO]: GZIP write speed: 22.206 MB/s (22.213 MB/s compressed) | |
[00:05:53] [Render thread/INFO]: GZIP compression ratio: 100.031 % | |
[00:05:53] [Render thread/INFO]: GZIP read speed: 755.001 MB/s (755.232 MB/s compressed) | |
[00:05:53] [Render thread/INFO]: Generating 128MB random data | |
[00:05:54] [Render thread/INFO]: Starting benchmark for DEFLATE | |
[00:06:00] [Render thread/INFO]: DEFLATE write speed: 21.86 MB/s (21.866 MB/s compressed) |
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
Warming up | |
Generating 128MB random data | |
Starting benchmark for GZIP | |
GZIP write speed: 29.5 MB/s (29.509 MB/s compressed) | |
GZIP compression ratio: 100.031 % | |
GZIP read speed: 716.785 MB/s (717.003 MB/s compressed) | |
Generating 128MB random data | |
Starting benchmark for DEFLATE | |
DEFLATE write speed: 26.232 MB/s (26.24 MB/s compressed) | |
DEFLATE compression ratio: 100.031 % |
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
version = 3 | |
# (Default: | |
# max( | |
# 1, | |
# min( | |
# if( is_windows, | |
# (cpus / 1.6 - 2), | |
# (cpus / 1.2 - 2) | |
# ), | |
# if( is_j9vm, |
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
curl http://localhost:8080/mint \ | |
--include \ | |
--header "Content-Type: application/json" \ | |
--request "POST" \ | |
--data '{"collection": "EQDkK48IVosaVe-Pqv9_hw1Ncqkb4bbtxlveMBDZRlZBUScg", "owner": "0QB7iQE5HXLvciSWADKQcILzdIoOMAQX7hNasEBqAg_-tjUw", "name": "nmbt!", "description": "testing"}' |
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
`Exception in thread "ForkJoinPool.commonPool-worker-13" java.lang.IllegalStateException: Invalid sector count | |
Jun 27 00:00:12 1234 java[2090321]: at net.minestom.server.utils.validate.Check.stateCondition(Check.java:55) | |
Jun 27 00:00:12 1234 java[2090321]: at net.minestom.server.instance.anvil.RegionFile.markLocation(RegionFile.java:212) | |
Jun 27 00:00:12 1234 java[2090321]: at net.minestom.server.instance.anvil.RegionFile.writeChunkData(RegionFile.java:117) | |
Jun 27 00:00:12 1234 java[2090321]: at net.minestom.server.instance.anvil.AnvilLoader.saveChunk(AnvilLoader.java:364) | |
Jun 27 00:00:12 1234 java[2090321]: at net.minestom.server.instance.IChunkLoader.lambda$saveChunks$0(IChunkLoader.java:65) | |
Jun 27 00:00:12 1234 java[2090321]: at java.base/java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1423) | |
Jun 27 00:00:12 1234 java[2090321]: at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) | |
Jun 27 00:00:12 123 |
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
;; message with body | |
() send_simple_message(int amount, slice to, cell body, int mode) impure inline_ref { | |
cell msg = begin_cell() | |
.store_uint(0x18, 6) | |
.store_slice(to) | |
.store_coins(amount) | |
.store_uint(1, 107) | |
.store_ref(body) | |
.end_cell(); | |
send_raw_message(msg, mode); |
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 | |
# Function to restore network configuration | |
restore_network_config() { | |
ip route del default via 10.255.0.1 dev tun0 | |
sysctl -w net.ipv4.ip_forward=0 | |
ifconfig tun0 down | |
ip tuntap del mode tun tun0 | |
} |
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
'use server'; | |
import { convertToCoreMessages, Message, tool, streamText } from "ai"; | |
import { geminiFlashModel } from "@/lib/ai"; | |
import { z } from "zod"; | |
import { createClient } from "@/utils/supabase/server"; | |
const prefix = `You are an AI summarization specialist trained to create precise and adaptable summaries. | |
Your summaries should: |
OlderNewer