Advertisement · 728 × 90

Posts by dawn ΛΔ

why did you mute stencil buffers 🥺

13 hours ago 5 0 1 0
Headshot of lambdadelta from Umineko

Headshot of lambdadelta from Umineko

Lambda rkgk

15 hours ago 94 30 1 0

pkill: pattern that searches for process name longer than 15 characters will result in zero matches
Try `pkill -f' option to match against the complete command line.

14 hours ago 7 0 1 0

yes its so good

1 day ago 2 0 0 0

im inside you mens bathroom

1 day ago 4 1 1 0

vrc daemon

1 day ago 4 0 1 0

helix continues to be the only good neo text editor

2 days ago 24 3 2 0
In the background of a set of windows a few lines of code read:
extends Node

@onready var player = get_parent()
@onready var attack_area: Area3D = player.get_node("Att

In the background of a set of windows a few lines of code read: extends Node @onready var player = get_parent() @onready var attack_area: Area3D = player.get_node("Att

Welp, Godot has officially passed a new milestone: GDscript, in a blink-and-you'll-miss-it moment, officially debuted in an anime. The new anime Needy Girl Overdose shows a few lines of very clear GDscript on a computer monitor in the first episode around the 9 minute mark. (Credit: u/Quincyillpie)

2 days ago 408 72 5 4
Advertisement
caesar from fallout new vegas

caesar from fallout new vegas

omg hi !!! i love ur pizza !!!

3 days ago 19 7 4 0

happy bday!

2 days ago 0 0 0 0

i just forgot to drink water

3 days ago 3 0 0 0

call my mouth a chaser the way it be wanting that water rn

3 days ago 6 0 3 0

np! im glad you like it

3 days ago 2 0 0 0

that seems fine to me, was just curious (it would fail with a different error anyway but yeah)

3 days ago 1 0 0 0

oh okok. i guess then its not an issue with persist then which makes sense since that should only cause data loss not break the db. but if then im not sure whats happening there.... i never really had it do that on me even on a power loss but ill try to experiment later

3 days ago 2 0 0 0

hi numbers

3 days ago 3 0 0 0

Let's connect!

4 days ago 7 0 1 0
Advertisement

also sync all wouldnt help right now anyway if the db is corrupted somehow…

4 days ago 1 0 1 0

thats a new one… just to check though what is your ulimit at?

4 days ago 1 0 2 0

oh yeah! that should work fine since the snapshot is atomic, compactions or not shouldnt matter since its a snapshot in time so no files may be deleted while snapshot is ongoing...

4 days ago 4 0 1 0

true

5 days ago 9 1 1 0

(hydrant does a persist every ~3s (by default) after committing firehose cursors to the database)

5 days ago 4 0 0 0

if you enable the "__persist_sync_all" feature at build time thatll make hydrant use a full fsync to persist instead of just flushing to OS buffers, so that might help?

5 days ago 3 0 2 0

fjall (the storage engine hydrant uses) does not really support online backups unfortunately yet... i know there is groundwork laid for it but its not implemented. so for now offline backups is the only way yeah

5 days ago 5 0 2 0
Advertisement

ummmm yes can we go to the hospital thats the farthest away from here thanks

5 days ago 5 0 0 0

this is the third time im trying to post but everytime i pass o-

5 days ago 8 0 1 0

me too

5 days ago 4 0 1 0

it wont be duplicated because hydrant stores the blocks separately by CID. i might add a way to "acknowledge" events just so the metadata can be deleted though (but its pretty cheap, even more so when using zstd dicts)

6 days ago 1 0 0 0

i will probably add a spacedust compatible stream (spacedust.microcosm.blue) to hydrant (as in uses the same api) when backlinks feature are enabled so that might be useful for you. running it with ephemeral mode on wouldnt store any records and would only emit links

6 days ago 2 0 0 0

hydrant has a feature where it indexes backlinks yes. thats probably not what you want though i imagine since it persists events and records to db, which doesnt seem to be something you want

6 days ago 1 0 2 0