why did you mute stencil buffers 🥺
Posts by dawn ΛΔ
Headshot of lambdadelta from Umineko
Lambda rkgk
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.
yes its so good
im inside you mens bathroom
vrc daemon
helix continues to be the only good neo text editor
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)
caesar from fallout new vegas
omg hi !!! i love ur pizza !!!
happy bday!
i just forgot to drink water
call my mouth a chaser the way it be wanting that water rn
np! im glad you like it
that seems fine to me, was just curious (it would fail with a different error anyway but yeah)
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
hi numbers
Let's connect!
also sync all wouldnt help right now anyway if the db is corrupted somehow…
thats a new one… just to check though what is your ulimit at?
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...
true
(hydrant does a persist every ~3s (by default) after committing firehose cursors to the database)
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?
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
ummmm yes can we go to the hospital thats the farthest away from here thanks
this is the third time im trying to post but everytime i pass o-
me too
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)
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
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