2001 a space odyssey parents guide

2001: A Space Odyssey

2012.04.02 22:22 VicariousD 2001: A Space Odyssey

This Subreddit Is Dedicated To The 1968 Inter Stellar Movie Created By Stanley Kubrick Named 2001: A Space Odyssey.
[link]


2014.07.12 08:43 2001: A Space Odyssey

A subreddit for fans to discuss Stanley Kubrick's 2001: A Space Odyssey.
[link]


2014.08.14 05:42 nickvader7 2001: A Space Odyssey

A subreddit for fans to talk about 2001: A Space Odyssey (book or movie).
[link]


2023.03.20 22:14 blu3ness Segfault when running on MacOS when refreshing static textures

Hey guys,
I'm running into a weird rendering some static texture - re-updating it with a new texture, and swapping it as the user interacts with the program.
It works fine on Windows but on Mac I frequently get a segfault - it seems to originate in some dearpygui and Apple's metal API.
The logic of what i'm doing is roughly - Detect user action - Remove existing image series - Remove existing texture - Add new texture - Add new image series
For some reason this works some of the time but does not work in other times.
My question is - it seems like i'm not using static texture correctly - or misunderstood its use case - can anyone share if you got similar experiences?
Thanks!
```
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x00210000000001e0 -> 0x00000000000001e0 (possible pointer authentication failure) Exception Codes: 0x0000000000000001, 0x00210000000001e0
Termination Reason: Namespace SIGNAL, Code 11 Segmentation fault: 11 Terminating Process: exc handler [12668]
VM Region Info: 0x1e0 is not in any region. Bytes before following region: 105554055790112 REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL UNUSED SPACE AT START - MALLOC_NANO (reserved) 600038000000-600040000000 [128.0M] rw-/rwx SM=NUL ...(unallocated)
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 AGXMetalG14G 0x2087acf9c 0x2083b1000 + 4177820 1 _dearpygui.so 0x101b5433c -[MetalContext renderDrawData:commandBuffer:commandEncoder:] + 820 2 _dearpygui.so 0x101b5433c -[MetalContext renderDrawData:commandBuffer:commandEncoder:] + 820 3 _dearpygui.so 0x101b525d0 ImGui_ImplMetal_RenderDrawData(ImDrawData, id, id) + 32 4 _dearpygui.so 0x101759570 mvRenderFrame() + 916 5 _dearpygui.so 0x101746eb4 render_dearpygui_frame(_object, _object, _object) + 68 6 python3.9 0x10091acc0 cfunction_call + 60 7 python3.9 0x1009cedf0 _PyEval_EvalFrameDefault + 28248 8 python3.9 0x1008c14ec _PyFunction_Vectorcall + 1188 9 python3.9 0x1009d198c _PyEval_EvalFrameDefault + 39412 10 python3.9 0x1008c11ec _PyFunction_Vectorcall + 420 11 python3.9 0x1009cfcec _PyEval_EvalFrameDefault + 32084 12 python3.9 0x1008c11ec _PyFunction_Vectorcall + 420 13 python3.9 0x1009cfcec _PyEval_EvalFrameDefault + 32084 14 python3.9 0x1008c11ec _PyFunction_Vectorcall + 420 15 python3.9 0x1009d198c _PyEval_EvalFrameDefault + 39412 16 python3.9 0x1009c612c _PyEval_EvalCode + 696 17 python3.9 0x100a3afb0 run_mod + 188 18 python3.9 0x100a3bafc PyRun_StringFlags + 140 19 python3.9 0x100a3ba28 PyRun_SimpleStringFlags + 64 20 python3.9 0x100a5bd74 pymain_run_command + 136 21 python3.9 0x100a5afe4 pymain_run_python + 296 22 python3.9 0x100a5ae64 Py_RunMain + 40 23 python3.9 0x10086a738 main + 56 24 dyld 0x1a4d2be50 start + 2544
Thread 1: 0 libsystem_pthread.dylib 0x1a504fe18 start_wqthread + 0
Thread 2: 0 dearpygui.so 0x101875130 GetChild(mvAppItem, unsigned long long) + 20 1 _dearpygui.so 0x101875218 GetChild(mvAppItem, unsigned long long) + 252 2 _dearpygui.so 0x101875218 GetChild(mvAppItem, unsigned long long) + 252 3 _dearpygui.so 0x101875218 GetChild(mvAppItem, unsigned long long) + 252 4 _dearpygui.so 0x1018751e0 GetChild(mvAppItem, unsigned long long) + 196 5 _dearpygui.so 0x1018751e0 GetChild(mvAppItem, unsigned long long) + 196 6 _dearpygui.so 0x1018751e0 GetChild(mvAppItem, unsigned long long) + 196 7 _dearpygui.so 0x1018751e0 GetChild(mvAppItem, unsigned long long) + 196 8 _dearpygui.so 0x1018751e0 GetChild(mvAppItem*, unsigned long long) + 196 9 _dearpygui.so 0x101875008 GetItemRoot(mvItemRegistry&, std::1::vector1::shared_ptr, std::1::allocator1::shared_ptr > >&, unsigned long long) + 72 10 _dearpygui.so 0x10187106c GetItem(mvItemRegistry&, unsigned long long) + 1780 11 _dearpygui.so 0x10187863c AddAlias(mvItemRegistry&, std::1::basic_string1::char_traits, std::1::allocator > const&, unsigned long long) + 80 12 _dearpygui.so 0x10175452c common_constructor(char const, mvAppItemType, _object, _object, _object) + 1028 13 python3.9 0x10091acc0 cfunction_call + 60 14 python3.9 0x1009cedf0 _PyEval_EvalFrameDefault + 28248 15 python3.9 0x1008c14ec _PyFunction_Vectorcall + 1188 16 python3.9 0x1009cf33c _PyEval_EvalFrameDefault + 29604 17 python3.9 0x1008c14ec _PyFunction_Vectorcall + 1188 18 python3.9 0x1009cfcec _PyEval_EvalFrameDefault + 32084 19 python3.9 0x1008c11ec _PyFunction_Vectorcall + 420 20 python3.9 0x1008c604c method_vectorcall + 124 21 python3.9 0x1009cf360 _PyEval_EvalFrameDefault + 29640 22 python3.9 0x1008c14ec _PyFunction_Vectorcall + 1188 23 python3.9 0x1009cfcec _PyEval_EvalFrameDefault + 32084 24 python3.9 0x1008c14ec _PyFunction_Vectorcall + 1188 25 python3.9 0x10094cda8 vectorcall_method + 276 26 python3.9 0x100947228 slot_tp_setattro + 60 27 python3.9 0x100921c1c PyObject_SetAttr + 136 28 python3.9 0x1009cc93c _PyEval_EvalFrameDefault + 18852 29 python3.9 0x1008c11ec _PyFunction_Vectorcall + 420 30 python3.9 0x1008c604c method_vectorcall + 124 31 python3.9 0x1009cf360 _PyEval_EvalFrameDefault + 29640 32 python3.9 0x1008c14ec _PyFunction_Vectorcall + 1188 33 python3.9 0x1009cfcec _PyEval_EvalFrameDefault + 32084 34 python3.9 0x1008c14ec _PyFunction_Vectorcall + 1188 35 python3.9 0x10094cda8 vectorcall_method + 276 36 python3.9 0x100947228 slot_tp_setattro + 60 37 python3.9 0x100921c1c PyObject_SetAttr + 136 38 python3.9 0x1009c2a90 builtin_setattr + 36 39 python3.9 0x10091bab0 cfunction_vectorcall_FASTCALL + 88 40 python3.9 0x1009cf360 _PyEval_EvalFrameDefault + 29640 41 python3.9 0x1008c14ec _PyFunction_Vectorcall + 1188 42 python3.9 0x1009cfcec _PyEval_EvalFrameDefault + 32084 43 python3.9 0x1008c14ec _PyFunction_Vectorcall + 1188 44 _dearpygui.so 0x101802b38 mvRunCallback(_object*, std::1::basic_string1::char_traits, std::1::allocator > const&, _object, _object) + 984 45 _dearpygui.so 0x101755680 std::1::packaged_task::operator()() + 80 46 _dearpygui.so 0x101802134 mvRunCallbacks() + 216 47 _dearpygui.so 0x1017565b4 std::1::async_assoc_state1::async_func >::execute() + 28 48 _dearpygui.so 0x1017566d0 void* std::1::thread_proxy1::tuple1::unique_ptr1::thread_struct, std::1::default_delete1::thread_struct> >, void (std::1::async_assoc_state1::async_func >::*)(), std::1::async_assoc_state1::_async_func >> >(void) + 64 49 libsystem_pthread.dylib 0x1a505506c _pthread_start + 148 50 libsystem_pthread.dylib 0x1a504fe2c thread_start + 8
Thread 3:: com.apple.NSEventThread 0 libsystem_kernel.dylib 0x1a5015d70 mach_msg2_trap + 8 1 libsystem_kernel.dylib 0x1a50278a4 mach_msg2_internal + 80 2 libsystem_kernel.dylib 0x1a501e5c4 mach_msg_overwrite + 540 3 libsystem_kernel.dylib 0x1a50160ec mach_msg + 24 4 CoreFoundation 0x1a5134bc0 __CFRunLoopServiceMachPort + 160 5 CoreFoundation 0x1a51334ac __CFRunLoopRun + 1232 6 CoreFoundation 0x1a5132888 CFRunLoopRunSpecific + 612 7 AppKit 0x1a84de410 _NSEventThread + 172 8 libsystem_pthread.dylib 0x1a505506c _pthread_start + 148 9 libsystem_pthread.dylib 0x1a504fe2c thread_start + 8
Thread 4: 0 libsystem_pthread.dylib 0x1a504fe18 start_wqthread + 0
Thread 5: 0 libsystem_pthread.dylib 0x1a504fe18 start_wqthread + 0
Thread 6: 0 libsystem_pthread.dylib 0x1a504fe18 start_wqthread + 0
Thread 0 crashed with ARM Thread State (64-bit): x0: 0x0000600003bcd320 x1: 0x00000001f514aeb7 x2: 0x0000000122067f00 x3: 0x0000000000000000 x4: 0xffffffffb8b3150c x5: 0x0000000000000008 x6: 0x0000000000000000 x7: 0x0000000000000000 x8: 0x0000000000000208 x9: 0x00000001f514aeb7 x10: 0x00000002fe0dbd47 x11: 0x000000000000001f x12: 0x0000000000000017 x13: 0x0000000137c64cc0 x14: 0x020000023cdf5891 x15: 0x000000023cdf5890 x16: 0x000000023cdf5890 x17: 0x02250002087acf40 x18: 0x0000000000000000 x19: 0x0000000000000000 x20: 0x0000000122067f00 x21: 0x00000001280d5c58 x22: 0x00000001280c0000 x23: 0x00000001280cad28 x24: 0x0000000000000003 x25: 0x0021000000000000 x26: 0x000000023aaaf000 x27: 0x0000000132dcff00 x28: 0x0000000121ffbf28 fp: 0x000000016f5990d0 lr: 0x7553800101b5433c sp: 0x000000016f599080 pc: 0x00000002087acf9c cpsr: 0x60001000 far: 0x00210000000001e0 esr: 0x92000004 (Data Abort) byte read Translation fault
Binary Images: 0x2083b1000 - 0x208aabfff com.apple.AGXMetalG14G (227.2.45) <792401c4-32da-3303-9ae4-b7caa8f4de33> /System/Library/Extensions/AGXMetalG14G.bundle/Contents/MacOS/AGXMetalG14G 0x1016e0000 - 0x101be7fff _dearpygui.so () <0ac1a173-ebc6-34b7-b010-6a1a4dbcbb71> /Users/USELibrary/Caches//_dearpygui.so 0x100864000 - 0x100b5ffff python3.9 () <98420585-3565-3318-8250-ad4ab5df5a2a> /Users/USE/python3.9 0x1a4d26000 - 0x1a4db0b63 dyld () <487cfdeb-9b07-39bf-bfb9-970b61aea2d1> /uslib/dyld 0x1a504e000 - 0x1a505affb libsystem_pthread.dylib () <132084c6-c347-3489-9ac2-fcaad21cdb73> /uslib/system/libsystem_pthread.dylib 0x1a5015000 - 0x1a504dff3 libsystem_kernel.dylib () /uslib/system/libsystem_kernel.dylib 0x1a50b3000 - 0x1a558afff com.apple.CoreFoundation (6.9) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x1a837b000 - 0x1a9285fff com.apple.AppKit (6.9) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x0 - 0xffffffffffffffff ??? () <00000000-0000-0000-0000-000000000000> ???
External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 0 thread_create: 0 thread_set_state: 0 Calls made by this process: task_for_pid: 0 thread_create: 0 thread_set_state: 0 Calls made by all processes on this machine: task_for_pid: 2 thread_create: 0 thread_set_state: 78
VM Region Summary: ReadOnly portion of Libraries: Total=1.2G resident=0K(0%) swapped_out_or_unallocated=1.2G(100%) Writable regions: Total=3.3G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=3.3G(100%)
 VIRTUAL REGION 
REGION TYPE SIZE COUNT (non-coalesced) =========== ======= ======= Accelerate framework 256K 2 Activity Tracing 256K 1 CG backing stores 4288K 8 CG image 192K 8 ColorSync 512K 25 CoreAnimation 224K 13 CoreGraphics 48K 3 CoreUI image data 1920K 16 Foundation 48K 2 Kernel Alloc Once 32K 1 MALLOC 2.1G 173 MALLOC guard page 192K 11 MALLOC_MEDIUM (reserved) 800.0M 8 reserved VM address space (unallocated) MALLOC_NANO (reserved) 128.0M 1 reserved VM address space (unallocated) STACK GUARD 112K 7 Stack 19.2M 7 VM_ALLOCATE 132.8M 166 VM_ALLOCATE (reserved) 160.0M 1 reserved VM address space (unallocated) __AUTH 1461K 280 __AUTH_CONST 18.2M 475 __CTF 756 1 __DATA 17.2M 615 __DATA_CONST 25.8M 616 __DATA_DIRTY 1510K 172 __FONT_DATA 2352 1 __LINKEDIT 779.0M 140 __OBJC_CONST 3457K 243 __OBJC_RO 65.4M 1 __OBJC_RW 1986K 1 __TEXT 469.4M 633 dyld private memory 256K 1 mapped file 182.3M 31 shared memory 1456K 20 =========== ======= ======= TOTAL 4.8G 3683 TOTAL, minus reserved VM space 3.8G 3683

Full Report

{"appname":"python3.9","timestamp":"2023-03-20 14:05:09.00 -0700","app_version":"","slice_uuid":"98420585-3565-3318-8250-ad4ab5df5a2a","build_version":"","platform":1,"share_with_app_devs":1,"is_first_party":1,"bug_type":"309","os_version":"macOS 13.1 (22C65)","roots_installed":0,"incident_id":"89C25898-3185-48B1-8F73-A1947B4375D1","name":"python3.9"} { "uptime" : 730000, "procRole" : "Foreground", "version" : 2, "userID" : 501, "deployVersion" : 210, "modelCode" : "Mac14,2", "coalitionID" : 93060, "osVersion" : { "train" : "macOS 13.1", "build" : "22C65", "releaseType" : "User" }, "captureTime" : "2023-03-20 14:05:07.5212 -0700", "incident" : "89C25898-3185-48B1-8F73-A1947B4375D1", "pid" : 12668, "translated" : false, "cpuType" : "ARM-64", "roots_installed" : 0, "bug_type" : "309", "procLaunch" : "2023-03-20 14:03:01.6647 -0700", "procStartAbsTime" : 17747626726025, "procExitAbsTime" : 17750647156501, "procName" : "python3.9", "procPath" : "/Users/USELibrary/Caches//python", "parentProc" : "zsh", "parentPid" : 11678, "coalitionName" : "com.googlecode.iterm2", "crashReporterKey" : "6841F54E-1F9A-B880-A7D8-9A3D23A9115E", "responsiblePid" : 31000, "responsibleProc" : "iTerm2", "wakeTime" : 5348, "sleepWakeUUID" : "CEB83517-AE8B-486C-B4AF-A5A147E7DF9C", "sip" : "enabled", "vmRegionInfo" : "0x1e0 is not in any region. Bytes before following region: 105554055790112\n REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL\n UNUSED SPACE AT START\n- \n MALLOC_NANO (reserved) 600038000000-600040000000 [128.0M] rw-/rwx SM=NUL ...(unallocated)", "exception" : {"codes":"0x0000000000000001, 0x00210000000001e0","rawCodes":[1,9288674231452128],"type":"EXC_BAD_ACCESS","signal":"SIGSEGV","subtype":"KERN_INVALID_ADDRESS at 0x00210000000001e0 -> 0x00000000000001e0 (possible pointer authentication failure)"}, "termination" : {"flags":0,"code":11,"namespace":"SIGNAL","indicator":"Segmentation fault: 11","byProc":"exc handler","byPid":12668}, "vmregioninfo" : "0x1e0 is not in any region. Bytes before following region: 105554055790112\n REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL\n UNUSED SPACE AT START\n- \n MALLOC_NANO (reserved) 600038000000-600040000000 [128.0M] rw-/rwx SM=NUL ...(unallocated)", "extMods" : {"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":0,"thread_set_state":78,"task_for_pid":2},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0}, "faultingThread" : 0, "threads" : [{"triggered":true,"id":14070048,"threadState":{"x":[{"value":105553178972960},{"value":8406740663,"objc-selector":"setFragmentTexture:atIndex:"},{"value":4865818368},{"value":0},{"value":18446744072513328396},{"value":8},{"value":0},{"value":0},{"value":520},{"value":8406740663,"objc-selector":"setFragmentTexture:atIndex:"},{"value":12852247879},{"value":31},{"value":23},{"value":5230709952},{"value":144115197687060625},{"value":9611204752},{"value":9611204752},{"value":154529770946350912},{"value":0},{"value":0},{"value":4865818368},{"value":4966931544},{"value":4966842368},{"value":4966886696},{"value":3},{"value":9288674231451648},{"value":9574215680},{"value":5148311296},{"value":4865376040}],"flavor":"ARM_THREAD_STATE64","lr":{"value":8454241667316532028},"cpsr":{"value":1610616832},"fp":{"value":6163108048},"sp":{"value":6163107968},"esr":{"value":2449473540,"description":"(Data Abort) byte read Translation fault"},"pc":{"value":8732200860,"matchesCrashFrame":1},"far":{"value":9288674231452128}},"queue":"com.apple.main-thread","frames":[{"imageOffset":4177820,"imageIndex":0},{"imageOffset":4670268,"symbol":"-[MetalContext renderDrawData:commandBuffer:commandEncoder:]","symbolLocation":820,"imageIndex":1},{"imageOffset":4670268,"symbol":"-[MetalContext renderDrawData:commandBuffer:commandEncoder:]","symbolLocation":820,"imageIndex":1},{"imageOffset":4662736,"symbol":"ImGui_ImplMetal_RenderDrawData(ImDrawData, id, id)","symbolLocation":32,"imageIndex":1},{"imageOffset":497008,"symbol":"mvRenderFrame()","symbolLocation":916,"imageIndex":1},{"imageOffset":421556,"symbol":"render_dearpygui_frame(_object, _object, _object)","symbolLocation":68,"imageIndex":1},{"imageOffset":748736,"symbol":"cfunction_call","symbolLocation":60,"imageIndex":2},{"imageOffset":1486320,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":28248,"imageIndex":2},{"imageOffset":382188,"symbol":"_PyFunction_Vectorcall","symbolLocation":1188,"imageIndex":2},{"imageOffset":1497484,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":39412,"imageIndex":2},{"imageOffset":381420,"symbol":"_PyFunction_Vectorcall","symbolLocation":420,"imageIndex":2},{"imageOffset":1490156,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":32084,"imageIndex":2},{"imageOffset":381420,"symbol":"_PyFunction_Vectorcall","symbolLocation":420,"imageIndex":2},{"imageOffset":1490156,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":32084,"imageIndex":2},{"imageOffset":381420,"symbol":"_PyFunction_Vectorcall","symbolLocation":420,"imageIndex":2},{"imageOffset":1497484,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":39412,"imageIndex":2},{"imageOffset":1450284,"symbol":"_PyEval_EvalCode","symbolLocation":696,"imageIndex":2},{"imageOffset":1929136,"symbol":"run_mod","symbolLocation":188,"imageIndex":2},{"imageOffset":1932028,"symbol":"PyRun_StringFlags","symbolLocation":140,"imageIndex":2},{"imageOffset":1931816,"symbol":"PyRun_SimpleStringFlags","symbolLocation":64,"imageIndex":2},{"imageOffset":2063732,"symbol":"pymain_run_command","symbolLocation":136,"imageIndex":2},{"imageOffset":2060260,"symbol":"pymain_run_python","symbolLocation":296,"imageIndex":2},{"imageOffset":2059876,"symbol":"Py_RunMain","symbolLocation":40,"imageIndex":2},{"imageOffset":26424,"symbol":"main","symbolLocation":56,"imageIndex":2},{"imageOffset":24144,"symbol":"start","symbolLocation":2544,"imageIndex":3}]},{"id":14070086,"frames":[{"imageOffset":7704,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":4}]},{"id":14070102,"frames":[{"imageOffset":1659184,"symbol":"GetChild(mvAppItem, unsigned long long)","symbolLocation":20,"imageIndex":1},{"imageOffset":1659416,"symbol":"GetChild(mvAppItem, unsigned long long)","symbolLocation":252,"imageIndex":1},{"imageOffset":1659416,"symbol":"GetChild(mvAppItem, unsigned long long)","symbolLocation":252,"imageIndex":1},{"imageOffset":1659416,"symbol":"GetChild(mvAppItem, unsigned long long)","symbolLocation":252,"imageIndex":1},{"imageOffset":1659360,"symbol":"GetChild(mvAppItem, unsigned long long)","symbolLocation":196,"imageIndex":1},{"imageOffset":1659360,"symbol":"GetChild(mvAppItem, unsigned long long)","symbolLocation":196,"imageIndex":1},{"imageOffset":1659360,"symbol":"GetChild(mvAppItem, unsigned long long)","symbolLocation":196,"imageIndex":1},{"imageOffset":1659360,"symbol":"GetChild(mvAppItem, unsigned long long)","symbolLocation":196,"imageIndex":1},{"imageOffset":1659360,"symbol":"GetChild(mvAppItem, unsigned long long)","symbolLocation":196,"imageIndex":1},{"imageOffset":1658888,"symbol":"GetItemRoot(mvItemRegistry&, std::1::vector1::shared_ptr, std::1::allocator1::shared_ptr > >&, unsigned long long)","symbolLocation":72,"imageIndex":1},{"imageOffset":1642604,"symbol":"GetItem(mvItemRegistry&, unsigned long long)","symbolLocation":1780,"imageIndex":1},{"imageOffset":1672764,"symbol":"AddAlias(mvItemRegistry&, std::1::basic_string1::char_traits, std::1::allocator > const&, unsigned long long)","symbolLocation":80,"imageIndex":1},{"imageOffset":476460,"symbol":"common_constructor(char const, mvAppItemType, _object, _object, _object)","symbolLocation":1028,"imageIndex":1},{"imageOffset":748736,"symbol":"cfunction_call","symbolLocation":60,"imageIndex":2},{"imageOffset":1486320,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":28248,"imageIndex":2},{"imageOffset":382188,"symbol":"_PyFunction_Vectorcall","symbolLocation":1188,"imageIndex":2},{"imageOffset":1487676,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":29604,"imageIndex":2},{"imageOffset":382188,"symbol":"_PyFunction_Vectorcall","symbolLocation":1188,"imageIndex":2},{"imageOffset":1490156,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":32084,"imageIndex":2},{"imageOffset":381420,"symbol":"_PyFunction_Vectorcall","symbolLocation":420,"imageIndex":2},{"imageOffset":401484,"symbol":"method_vectorcall","symbolLocation":124,"imageIndex":2},{"imageOffset":1487712,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":29640,"imageIndex":2},{"imageOffset":382188,"symbol":"_PyFunction_Vectorcall","symbolLocation":1188,"imageIndex":2},{"imageOffset":1490156,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":32084,"imageIndex":2},{"imageOffset":382188,"symbol":"_PyFunction_Vectorcall","symbolLocation":1188,"imageIndex":2},{"imageOffset":953768,"symbol":"vectorcall_method","symbolLocation":276,"imageIndex":2},{"imageOffset":930344,"symbol":"slot_tp_setattro","symbolLocation":60,"imageIndex":2},{"imageOffset":777244,"symbol":"PyObject_SetAttr","symbolLocation":136,"imageIndex":2},{"imageOffset":1476924,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":18852,"imageIndex":2},{"imageOffset":381420,"symbol":"_PyFunction_Vectorcall","symbolLocation":420,"imageIndex":2},{"imageOffset":401484,"symbol":"method_vectorcall","symbolLocation":124,"imageIndex":2},{"imageOffset":1487712,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":29640,"imageIndex":2},{"imageOffset":382188,"symbol":"_PyFunction_Vectorcall","symbolLocation":1188,"imageIndex":2},{"imageOffset":1490156,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":32084,"imageIndex":2},{"imageOffset":382188,"symbol":"_PyFunction_Vectorcall","symbolLocation":1188,"imageIndex":2},{"imageOffset":953768,"symbol":"vectorcall_method","symbolLocation":276,"imageIndex":2},{"imageOffset":930344,"symbol":"slot_tp_setattro","symbolLocation":60,"imageIndex":2},{"imageOffset":777244,"symbol":"PyObject_SetAttr","symbolLocation":136,"imageIndex":2},{"imageOffset":1436304,"symbol":"builtin_setattr","symbolLocation":36,"imageIndex":2},{"imageOffset":752304,"symbol":"cfunction_vectorcall_FASTCALL","symbolLocation":88,"imageIndex":2},{"imageOffset":1487712,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":29640,"imageIndex":2},{"imageOffset":382188,"symbol":"_PyFunction_Vectorcall","symbolLocation":1188,"imageIndex":2},{"imageOffset":1490156,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":32084,"imageIndex":2},{"imageOffset":382188,"symbol":"_PyFunction_Vectorcall","symbolLocation":1188,"imageIndex":2},{"imageOffset":1190712,"symbol":"mvRunCallback(_object*, std::1::basic_string1::char_traits, std::1::allocator > const&, _object, _object)","symbolLocation":984,"imageIndex":1},{"imageOffset":480896,"symbol":"std::1::packaged_task::operator()()","symbolLocation":80,"imageIndex":1},{"imageOffset":1188148,"symbol":"mvRunCallbacks()","symbolLocation":216,"imageIndex":1},{"imageOffset":484788,"symbol":"std::1::async_assoc_state1::async_func >::execute()","symbolLocation":28,"imageIndex":1},{"imageOffset":485072,"symbol":"void* std::1::thread_proxy1::tuple1::unique_ptr1::thread_struct, std::1::default_delete1::thread_struct> >, void (std::1::async_assoc_state1::async_func >::*)(), std::1::async_assoc_state1::async_func >> >(void)","symbolLocation":64,"imageIndex":1},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":4},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":4}]},{"id":14070116,"name":"com.apple.NSEventThread","frames":[{"imageOffset":3440,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":5},{"imageOffset":75940,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":5},{"imageOffset":38340,"symbol":"mach_msg_overwrite","symbolLocation":540,"imageIndex":5},{"imageOffset":4332,"symbol":"mach_msg","symbolLocation":24,"imageIndex":5},{"imageOffset":531392,"symbol":"CFRunLoopServiceMachPort","symbolLocation":160,"imageIndex":6},{"imageOffset":525484,"symbol":"CFRunLoopRun","symbolLocation":1232,"imageIndex":6},{"imageOffset":522376,"symbol":"CFRunLoopRunSpecific","symbolLocation":612,"imageIndex":6},{"imageOffset":1455120,"symbol":"_NSEventThread","symbolLocation":172,"imageIndex":7},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":4},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":4}]},{"id":14070117,"frames":[{"imageOffset":7704,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":4}]},{"id":14070679,"frames":[{"imageOffset":7704,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":4}]},{"id":14072344,"frames":[{"imageOffset":7704,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":4}]}], "usedImages" : [ { "source" : "P", "arch" : "arm64e", "base" : 8728023040, "CFBundleShortVersionString" : "227.2.45", "CFBundleIdentifier" : "com.apple.AGXMetalG14G", "size" : 7319552, "uuid" : "792401c4-32da-3303-9ae4-b7caa8f4de33", "path" : "/System/Library/Extensions/AGXMetalG14G.bundle/Contents/MacOS/AGXMetalG14G", "name" : "AGXMetalG14G", "CFBundleVersion" : "227.2.45" }, { "source" : "P", "arch" : "arm64", "base" : 4318953472, "size" : 5275648, "uuid" : "0ac1a173-ebc6-34b7-b010-6a1a4dbcbb71", "path" : "/Users/USELibrary/Caches//_dearpygui.so", "name" : "_dearpygui.so" }, { "source" : "P", "arch" : "arm64", "base" : 4303765504, "size" : 3129344, "uuid" : "98420585-3565-3318-8250-ad4ab5df5a2a", "path" : "/Users/USE/python3.9", "name" : "python3.9" }, { "source" : "P", "arch" : "arm64e", "base" : 7060217856, "size" : 568164, "uuid" : "487cfdeb-9b07-39bf-bfb9-970b61aea2d1", "path" : "/uslib/dyld", "name" : "dyld" }, { "source" : "P", "arch" : "arm64e", "base" : 7063527424, "size" : 53244, "uuid" : "132084c6-c347-3489-9ac2-fcaad21cdb73", "path" : "/uslib/system/libsystem_pthread.dylib", "name" : "libsystem_pthread.dylib" }, { "source" : "P", "arch" : "arm64e", "base" : 7063293952, "size" : 233460, "uuid" : "aebf397e-e2ef-3a49-be58-23d4558511f6", "path" : "/uslib/system/libsystem_kernel.dylib", "name" : "libsystem_kernel.dylib" }, { "source" : "P", "arch" : "arm64e", "base" : 7063941120, "CFBundleShortVersionString" : "6.9", "CFBundleIdentifier" : "com.apple.CoreFoundation", "size" : 5079040, "uuid" : "fd16d6d9-10c0-323b-b43b-9781c4a4d268", "path" : "/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation", "name" : "CoreFoundation", "CFBundleVersion" : "1953.300" }, { "source" : "P", "arch" : "arm64e", "base" : 7117189120, "CFBundleShortVersionString" : "6.9", "CFBundleIdentifier" : "com.apple.AppKit", "size" : 15773696, "uuid" : "dbbd4dea-6c68-3200-a81b-79b6a62f4669", "path" : "/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit", "name" : "AppKit", "CFBundleVersion" : "2299.30.116" }, { "size" : 0, "source" : "A", "base" : 0, "uuid" : "00000000-0000-0000-0000-000000000000" } ], "sharedCache" : { "base" : 7059570688, "size" : 3434283008, "uuid" : "00a1fbb6-43e1-3c11-8483-faf0db659249" }, "vmSummary" : "ReadOnly portion of Libraries: Total=1.2G resident=0K(0%) swapped_out_or_unallocated=1.2G(100%)\nWritable regions: Total=3.3G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=3.3G(100%)\n\n VIRTUAL REGION \nREGION TYPE SIZE COUNT (non-coalesced) \n=========== ======= ======= \nAccelerate framework 256K 2 \nActivity Tracing 256K 1 \nCG backing stores 4288K 8 \nCG image 192K 8 \nColorSync 512K 25 \nCoreAnimation 224K 13 \nCoreGraphics 48K 3 \nCoreUI image data 1920K 16 \nFoundation 48K 2 \nKernel Alloc Once 32K 1 \nMALLOC 2.1G 173 \nMALLOC guard page 192K 11 \nMALLOC_MEDIUM (reserved) 800.0M 8 reserved VM address space (unallocated)\nMALLOC_NANO (reserved) 128.0M 1 reserved VM address space (unallocated)\nSTACK GUARD 112K 7 \nStack 19.2M 7 \nVM_ALLOCATE 132.8M 166 \nVM_ALLOCATE (reserved) 160.0M 1 reserved VM address space (unallocated)\nAUTH 1461K 280 \nAUTH_CONST 18.2M 475 \nCTF 756 1 \nDATA 17.2M 615 \nDATA_CONST 25.8M 616 \nDATA_DIRTY 1510K 172 \nFONT_DATA 2352 1 \nLINKEDIT 779.0M 140 \nOBJC_CONST 3457K 243 \nOBJC_RO 65.4M 1 \nOBJC_RW 1986K 1 \n_TEXT 469.4M 633 \ndyld private memory 256K 1 \nmapped file 182.3M 31 \nshared memory 1456K 20 \n=========== ======= ======= \nTOTAL 4.8G 3683 \nTOTAL, minus reserved VM space 3.8G 3683 \n", "legacyInfo" : { "threadTriggered" : { "queue" : "com.apple.main-thread" } }, "trialInfo" : { "rollouts" : [ { "rolloutId" : "60356660bbe37970735c5624", "factorPackIds" : {
 }, "deploymentId" : 240000027 }, { "rolloutId" : "61675b89201f677a9a4cbd65", "factorPackIds" : { "HEALTH_FEATURE_AVAILABILITY" : "63f8068a238e7b23a1f30123" }, "deploymentId" : 240000055 } 
], "experiments" : [
] } } ```
submitted by blu3ness to DearPyGui [link] [comments]


2023.03.20 22:03 Piratedad83 [USA-CO] [H] Nintendo Games and Consoles: NES, SNES, N64, Gamecube, Wii, Wii U, Switch, Gameboy, Gameboy Color, Gameboy Advance, DS, 3DS [W] Paypal

Hey all! Paring down some parts of my collection. Happy to post pics of anything that you might be interested in. Shipping is $5 for the first game or 2, and then goes up from there as needed. Shipping for consoles will be around $15, depending on where you live.
Check out my Playstation games post here:
https://www.reddit.com/GameSale/comments/11twspi/usaco_h_playstation_games_ps1_ps2_ps3_ps4_psp_w/
Check out my Sega and Xbox games here:
https://www.reddit.com/GameSale/comments/11ntjx3/usaco_h_sega_and_xbox_games_genesis_dreamcast_og/
NES (Cartridge Only)
NES console, power cable, AV cable, controller $80
Adventures of Dino-Riki $8
Baseball Stars $12
Batman $15
California Games $10
Championship Bowling $5
Double Dragon $15
Double Dribble $5
Excitebike $10
John Elway's Quarterback $4
Kirby’s Adventure $35
Lee Trevino's Fighting Golf $5
Mike Tyson's Punchout $35
M.U.S.C.L.E $15
NES Play Action Football $3
Orb 3D $8
Pro Wrestling $7
The Punisher $25
Racket Attack $5
Rad Racer $5
RBI Baseball (Gray cartridge) $10
Ring King $10
Rygar $15
Silent Service $5
Skate or Die $5
Skate or Die 2 $10
Spy Hunter $8
Super Mario Bros. / Duck Hunt / World Class Track Meet $8
Tag Team Wrestling $7
Tecmo Bowl $10
Teenage Mutant Ninja Turtles $5
Teenage Mutant Ninja Turtles 2: The Arcade Game $15
Tiger-Heli $6
WWF Wrestlemania $8
SNES (Cartridge Only)
SNES Console, power cable, AV cable, controller $100
Acme Animation Factory $15
Claymates $15
King of the Monsters $15
Monopoly $5
Pinball Dreams $10
Populous $5
Super Game Boy $30
Super Mario World $20
Roger Clemens MVP Baseballe $5
Top Gear $10
WWF Super Wrestlemania $10
Nintendo 64 (Cartridge Only)
Nintendo 64 console, power cable, AV cable, controller $100
Banjo Tooie $40
Cruis'n USA $15
Diddy Kong Racing $30
Doom 64 $35
The Legend of Zelda: Majora's Mask (Holo label) $65
NFL Blitz 2001 $25
NFL Quarterback Club 98 $3
NFL Quarterback Club 99 $3
NHL '99 $5
Perfect Dark $20
Rampage: World Tour $25
Star Fox 64 $25
Star Wars: Episode 1 Racer $10
Star Wars: Rogue Squadron $15
Star Wars: Shadow of the Empire $15
Super Mario 64 $45
Superman 64 $15
Wrestlemania 2000 $10
WWF Warzone $5
Gamecube (CIB unless noted)
Eternal Darkness $110
Lego: Star Wars: The Video Game (Case and Disc) $10
Monster House (Case and Disc) $10
Nickelodeon: Party Blast (Case and Disc) $8
Power Rangers: Dino Thunder $8
Resident Evil 3: Nemesis $100
Sonic Mega Collection $15
Spider-Man (Case and Disc) $10
Spider-Man 2 (Disc only) $5
Super Monkey Ball (Case and Disc) $20
Wii (CIB unless noted)
Ben 10: Galactic Racing $5
Ben 10: Protector of Earth $5
Build 'n Race $5
Call of Duty: Black Ops $5
Carnival Games $5
Disney Sing It: Family Hits (No manual) $10
EA Active: Personal Trainer $5
Family Fest presents Movie Games $3
Guinness World Records: The Videogame $3
Guitar Hero III: Legends of Rock $20
Guitar Hero: World Tour $15
Just Dance 2 $5
Just Dance 3 $5
Just Dance Kids (Disc only) $3
The Last Airbender $10
Link's Crossbow Training (Disc only) $4
Looney Tunes: Acme Arsenal (No manual) $5
Mario Kart Wii $35
Mario Party 8 $30
Mario Strikers Charged $15
Minute to Win (New/Sealed) $5
Monkey Mischief! (Disc only) $3
My Sims: Agents (Disc only) $3
My Sims: Kingdom $5
My Word Coach $5
Neo Pets: Puzzle Adventure (Disc only) $3
Nerf: N-Strike $5
New Super Mario Bros. Wii - $25
Ni Hao Kai-lan: Super Game Day (Disc only) $3
Petz: Crazy Monkey (No manual) $5
Puzzle Kingdoms $5
Rapala: We Fish $5
Rayman: Raving Rabbids $5
Rayman: Raving Rabbids 2 (No manual) $5
Resident Evil 4: Wii Edition $15
Rockband $20
Sim Animals: Africa $5
Skate It $5
Skylanders Giants (Disc only) $3
Skylanders: Giants $5
Skylanders: Spyro's Adventure (No manual) $5
Skylanders: Spyro's Adventure $5
Smarty Pants (No manual) $3
Speed Racer: The Video Game $5
Squeeballs Party $5
Star Wars: Clone Wars - Lightsaber Duels (Disc only) $3
Super Paper Mario (No manual) $15
The Price is Right: Decades (No manual) $5
The Sky Crawlers: Innocent Aces (No manual) $5
Thrillville: Off the Rails (No manual) $5
Tiger Woods PGA Tour 07 (No manual) $5
Tiger Woods PGA Tour 08 $5
Tiger Woods PGA Tour 09: All play $5
Tiger Woods PGA Tour 10 (No manual) $5
Ultimate Band $5
Wacky Races: Crash & Dash $15
Wario Ware: Smooth Moves (Disc only) $10
Wii Fit $5
Wii Music $3
Wii Sports (Disc only) $20
Wonder World: Amusement Park $5
Zoo Hospital (No manual) $5
Zumba Fitness 2 $3
Wii U (CIB unless noted)
Disney Infinity (No manual) $5
Disney Infinity 2.0 $5
Donkey Kong Country: Tropical Freeze (No manual) $10
Epic Mickey 2: The Power of Two (No manual) $5
Family Party 30 Great Games: Obstacle Course (No manual) $5
Just Dance 2015 $5
Just Dance 2015 (Disc only) $3
Just Dance 2016 $5
Just Dance 2016 (No manual) $5
Just Dance 2017 (No manual) $5
Madden 13 $10
Mario Kart 8 (Disc only) $10
Minecraft: Wii U Edition $15
Pac-Man and the Ghostly Adventure (Disc and manual) $10
Skylanders: Super Chargers (No manual) $5
Skylanders: Swap Force (No manual) $5
Skylanders: Trap Team (No manual) $5
Smurfs 2 $20
Splatoon $15
Super Mario 3D World (No manual) $15
Super Mario Maker (No manual) $5
Super Smash Bros for Wii U (No manual) $10
Nintendo Switch (CIB)
The Legend of Zelda: Breath of the Wild $45
Super Mario Odyssey $45
Gameboy (Cartridge only)
Bugs Bunny Crazy Castle $5
Bugs Bunny Crazy Castle 2 $5
Donkey Kong (1994) $20
Game & Watch Gallery $10
In Your Face $5
Monopoly $5
Xenon 2 $30
Gameboy Color (Cartridge only)
A Bug's Life $5
Bugs Bunny Crazy Castle 4 $20
The Legend of Zelda: Link's Awakening DX $45
Mario Tennis $15
Rampage: World Tour $5
Gameboy Advance (Cartridge only unless noted)
Charlie and the Chocolate Factory $5
Chronicles of Narnia: The Lion, Witch, and Wardrobe $4
Disney Princess $5
Finding Nemo: The Continuing Adventures $5
Lemony Snicket's A Series of Unfortunate Events $5
Mega Man Zero 2 $35
Midnight Club Street Racing $5
Monster Jam: Maximum Destruction (Box and manual, no game) $10
Nicktoons Unite (Box and manual, no game) $7
Pac-Man Collection $5
Spider-Man (Box and manual, no game) $15
Spyro: Season of Ice $7
Star Wars: The New Droid Army $5
Street Fighter Alpha 3 $45
The Sims: Bustin' Out $15
Tony Hawk's Pro Skater 2 $10
Nintendo DS (Cartridge only unless noted)
50 Classic Games (CIB) $5
Avatar: The Last Airbender $15
Backyard Sports: Rookie Rush $3
Barbie Horse Adventures: Riding Camp $5
Brain Age $3
Cars: MaterNational Championships $5
Deer Drive $5
Diner Dash: Flo on the Go (CIB) $15
Final Fantasy III (CIB) $25
Finding Nemo: Escape to the Big Blue $5
Insecticide $5
Madden 08 $5
Madden 09 $10
Major League Baseball 2K11 $5
Mario Party DS $10
My French Coach (CIB) $5
Nintendogs: Chihuahua & Friends (CIB) $10
Nintendogs: Dachshund & Friends $5
Nintendogs (PAL) $5
Phineas and Ferb: Across the 2nd Dimension (CIB) $5
Pokemon: Pearl $40
Puss in Boots (CIB) $5
Quest Trio (CIB) $5
Sonic & Sega All-Stars Racing $8
Spore: Creatures (CIB) $10
Zubo $5
Nintendo 3DS (Cartridge only unless noted)
Code Name: STEAM $5
Miitopia $20
The Legend of Korra: A New Era Begins $5
Tomodachi Life (Case and Disc) $40
Wario Ware Gold $35
Wipeout 2 (CIB) $5
Young Justice: Legacy $5
submitted by Piratedad83 to GameSale [link] [comments]


2023.03.20 22:00 lissandrafootjob Skin ideas for every champ - V

Hello everyone!
Today we have the letter V, let's get into it.
Varus
Ashen Seeker: I find this a really good skin for him for a couple of reasons: The colour palette is not far from his own so it fits him nicely. He hasn't worn actual armor yet so it's a great opportunity to give him some. Eventhough I read the lore of each Ashen skin I'm still not quite sure how this universe functions, but all of their recalls show some kind of ghost(s) possessing their bodies, which I thought might fit Varus, who already technically has three minds in one body, so I imagine he could have a recall where Kai's, Valmar's and the darkin's 'ghosts' come out of the body fly around a bit and then go back inside. I really like the idea of spreading out his wings when you charge up the Q. Many people like the choir under the ultimate which could work for him by getting louder or more violent every time it's spreads to an other enemy.
Unbound: From NickyBoi I learnt that Varus was retconned into being a darkin, which explains why he doesn't look anything like Aatrox or Rhaast. The idea behind this skin would be to keep deafult Varus for those who like him the way he is or simply got used to it, and instead introduce 'real' Varus only as an option for those who are interested in it. Similarly to the Thousand-Pierced Bear skin of Voli the story behind which I also learnt from NickyBoi. In this version Kai and Valmar are still somewhere deep inside the subconscious mind of Varus, but lost any sort of control they had and Varus no longer hears them nor do they restrict him physically meaning he can embrace his true form as a darkin and act completely freely. Naturally this means he would obtain a look similar to the other darkins and also his abilities would look more red and would lose the purple.
Elderwood: An elf-like forest spirit. His iconic weird pants could just be made out of leaves and would fit the theme perfectly.
Lunar Wraith: A similar look to Sylas.
Blood Moon/Snow Moon: Surprised he doesn't have a skin like this already, I think he'd be a great fit.
Vayne
Crime City Nightmare: Vayne in a suit with the black-purple nightmare elements added, which fit her style 'cause she already got the bats and all.
Broken Covenant: A similar battle nun look to MF.
Headhunter: I could imagine her as one, it's not far from her.
Cyber Pop: Her hand crossbow could come out of her hand since we're in the cyber world, and her iconic red glasses could be her actual eyes.
Zombie Slayer: She's already hunting monsters, zombie's are kinda monsters too.
Veigar
Professor: He'd be a professor in Swain's magic academy, he'd teach black magic and dark arts.
Arcanist: So while looking through the skins, I realised that Arcanist is basically the same universe as what I imagined just before this.
Dark Star: Fits his style very well, maybe too well even.
Space Groove: His E could be five lava lamps.
Vel'koz
Battle Boss: He's one of the strongest void creatures, he could easily be one.
Old God: Not sure how levitating tentacles fit in a forest but I thought of it nonetheless.
Empyrean: Think of all that laser in RGB.
Program: A robotic skin, but different style from Battlecast.
Alien Invader: I mean he does look kinda like one, although that's again probably true for most void beings.
Vex
Arcanist: She already has dark mage features.
Little Devil: I think it fits more or less.
Guardian of the sands: You could make the shadow effects out of sand.
High Noon: The shadow works with this theme in many ways. Both because of the whole demon thing that eg. Lucian has, and also because dueling cowboys often have their shadows highlighted.
Monster Tamer: Shadow would be a shadow powers-based pokémon.
Blood Moon: I mean why not.
Goth/Heartache: Both are skins of Amumu and both fit her personality perfectly.
Vi
Battle Tigress: Couldn't think of a better animal to fit Vi. The techy features of this skin line work with her.
Knockout: Like Knockout Lee, she'd wear big boxing gloves. I'm honestly surprised she doesn't have a skin like this already.
Strike Paladin: Steel Valkyries skin, I thought again because of her techy set she could work with this.
Mecha Kingdoms: Big robot with big gauntlets.
Pentakill: She already has a bit of punk rock style, her hair style is already good, she just needs a leather jacket and pants and a different hair colour really.
Zombie Slayer: With those gauntlets and that hairstyle I could easily imagine her smashing zombie heads.
Viego
Battle Boss: He is already one of the big villains in Runeterra, all you need is an arcade setting.
Shockblade: His mist could have lightning effects in it so it'd look kinda like a stormy cloud.
Omen of the Dark: The plague theme works really well with his mist, put a doctor mask on him and make his sword look more like a cross.
Pharaoh: Sand effects on his E. Instead of ruined king, now he's a ruined pharaoh.
Lunar Wraith: Again, similar to Sylas's skin.
Blood Moon / Snow Moon: Why not, they fit.
Odyssey: Space ruination.
Blackheart: DnD/RQ skin, he's easy BBEG material.
Nightbringer: Works really well, especially with the mist, again.
Heartache: If anyone needs a skin in this line, it's him.
Viktor
Zombie: The robot hand could be a zombie hand.
Arcanist: I mean it makes sense, doesn't it? Mixing magic with science he kinda already did that in Arcane.
Beektor: Ult could be a swarm.
Admiral: Like Renata's skin, a villain in the Steel Valkyries universe.
Cyber Pop: He's already more machine than man anyways.
Astronaut: I just thought his machines could work with this.
Vladimir
Debonair: His current clothes are already aristocratic, just change the colours.
Potager chef: Soup-bending.
Guardian of the Sans: Sand-bending.
Empyrean: Imagine the pool in RGB.
Space Groove: Turn his blood into that liquid orange thing SG skin have.
Volibear
Porfessor: Wears glasses and clothes, teaches combat magic in Swain's magic academy.
Lunar Guardian: The usual Kha'zix and Malphite vibes.
Mecha: Giant mecha bear.
Spirit Blossom: I think it works, it's actually somewhat similar to Duality Dragon since they both have an eastern aesthetic.
Toy: A big plushy teddy bear like tibbers.
Dunkmaster: That ulti is 100% dunk worthy.

Finished. Ta-ta!
submitted by lissandrafootjob to leagueoflegends [link] [comments]


2023.03.20 21:53 cannonfunk [For Sale] (or trade) Spring Cleaning Sale! Sealed records! Get 'em before they all go to Discogs!

Hey folks! It's been a long time since I've listed anything here, and consequently, my record shelves require some pruning. I rarely even have the time to listen to vinyl these days, and I'm honestly embarassed by how many new albums I've bought & never even opened. I might have a problem :)
I have about 100 used LP's set aside for you guys as well, so once this post concludes & I have a little more time, I'll create another post for used vinyl.
Shipping is $5 flat, regardless of how many you order.
IN REGARD TO TRADES: There isn't much that I need or really even want, so don't get your hopes up. That said, there are a few things in particular that I'd love to add to my collection:
  • Tonetta - 777
  • Willie Nelson - And Then I Wrote (1962 US pressings only)
  • Wheeler Walker Jr. - Sex, Drugs & Country Music (Jizzed-On colored vinyl only)
  • Mac Demarco - This Old Dog (any pressing in NM condition)
  • Obscure exotica records
  • I WILL ALSO TRADE FOR VINTAGE GARBAGE PAIL KIDS CARDS! My childhood collection is nearly complete, and I will happily trade any of these records for the remaining cards that I need.

Okay... here's what I have up for grabs:

THESE ARE SEALED & IN SHARP NEW CONDITION:

  • Aretha Franklin - I Never Loved A Man The Way I Love You - (180g Mono Rhino, edition unknown) - $13
  • Mac Demarco - Rock & Roll Night Club - (Expanded reissue, edition unknown) - $14
  • Beatles - Revolver - (2012? US reissue) - $15
  • Beatles - Rubber Soul - (2012? US reissue) - $15
  • Eric Clapton - 461 Ocean Boulevard - (modern pressing, edition unknown) - $13
  • Junior Kimbrough - Sad Days Lonely Nights - (modern pressing, edition unknown) - $14
  • James Brown - Live At Home With His Bad Self - (2019 pressing) - $20
  • David Bowie ‎- The Rise And Fall Of Ziggy Stardust And The Spiders From Mars - (2020 pressing) - $20
  • Serge Gainsbourg & Jane Birkin - s/t - (2016 French pressing) - $16
  • Jane's Addiction - Nothing's Shocking - (2013 EU pressing) - $23
  • Kendrick Lamar - Good Kid, M.A.A.d City - (10th anniversary, translucent black pressing) - $35
  • Johnny Cash ‎- With His Hot And Blue Guitar - (Bandbox pressing, blue/orange swirl) - $25
  • Lorde ‎- Pure Heroine - (EU pressing) - $25
  • Music From and Inspired By the Space Jam Motion Picture - (2021 red/black vinyl) - $25

THESE ARE SEALED, BUT HAVE SLIGHTLY DAMAGED SLEEVES (minor creases, corner dings, small splits, etc.):

If you have any questions don't hesitate to ask - thanks in advance for helping me clear out a little space!
submitted by cannonfunk to VinylCollectors [link] [comments]


2023.03.20 21:53 Actual-Ad4595 How do you tell if your spouse is cheating on Facebook?// How do you know if your husband is cheating on Facebook? // Do people use Facebook to cheat? // What is considered Facebook cheating?

[[email protected]](mailto:[email protected]) --------------- Are you worried that your significant other is spending a lot more time than usual on Facebook? Do you think that he is being secretive about the conversations he is having online? Perhaps you’re wondering whether you should be worried about this behavior? Concerned that your partner might be using Facebook to cheat on you? Worried they are having secret conversations with a lover on Messenger? Thanks to this guide that I put together, you can catch cheating on Facebook. Learn to spot the signals of infidelity and about the best app that you can use to find out all you need to know about those cheating on you.
  • Signs of Cheating on Facebook messenger
  • How to Spy Facebook Messages and Conversations?
  • Why Use Spy App for Facebook Messages?
  • How to Catch a Cheating Spouse on Facebook
  • Get Insight Into Facebook Conversations
  • Other Ways to Catch Facebook Cheaters
  • Create a Fake Account to Trap Your Partner
  • Turn Your Phone Into a Mic
  • Hack Chrome Passwords
  • Use Data Recovery Tools
  • Hire a Private Detective
How To Spy If Someone Is Cheating On Facebook Messenger
Facebook messenger is a mobile application that supports effective conversation with other people, including chats, conversations, video calls and much more. Getting connected with people around you makes your life more fun and interesting. Facebook messenger has certainly helped millions of people around the world, to stay connected and always feel happy. The application is also found to be compatible with Windows, Android and iOS devices. Apart from compatibility, they also provide you with interesting features like audio or video calls, share media files or document files, fast, easy chatting and much more. It is because of these interesting features, that more people choose to use Facebook messenger whenever they want to have an easy conversation with their friends.
When someone makes a text to you on Facebook, you will be notified via this app, if you are using it. You can even check out your Facebook messages, without actually logging in to Facebook. Many people are already addicted to this app since this app has helped them to stay instantly connected to their dear or near ones. Now what people are really interested to know about is, how well you can use Facebook messenger to spy on the Facebook activities of anybody. And that is exactly what we will be talking about more, here.
How Facebook Messenger Spy Expose A Cheater?
Facebook Messenger is so concerned about the safety of all account holders, and hence track all messages exchanged between the account holder and their friends. If you find anything suspicious about your friend, relative or spouse, then Facebook messenger is the best way to do it. So there is no doubt that Facebook messenger is a super cool instant social messaging application, that lets you text with one another by sending gifs, images, emojis, texts, videos and much more.
When it comes to spying, the Facebook messenger is surely going to be of great use to you. This app is pretty cool, whenever it comes to spying on people because it helps you retain all old conversations unless someone chooses to delete them manually. All messages are stored systematically in chronological order with their respective date and time saved.
How To Spy Facebook Messages & Conversations?
The best way to spy on chats effectively will be to try out using reputed apps that are designed specifically to spy on others Facebook conversations. Such apps will help you to keep an eye on others social media activities, without missing out on anything. For example, GHOST SQUAD is an app, that will let you spy or monitor all the social media activities of other people with ease. Such apps give you all accurate details including keystrokes, which you could use to hack their passwords. It gives you more control over the other person’s Facebook account, takes regular screenshots as evidence against your cheating friend, relative or spouse. Lets you spy on the call log, messages, photos, videos etc.
You can also try World’s #1 Phone Monitoring Software To Spy someone’s Facebook Messeges, and you don’t need to be a tech whiz to use this software.
How Does Spy Applications Work Towards Detecting Suspicious Activities?
GHOST SQUAD messenger spy apps are sure to have designed with a set of programs to work efficiently. All these programs work independently and collect all necessary data from various segments like memory, backup, programmed designation and so on. And it is via the internet that the data being collected from mobile phones will be transferred to the website.
How Spy Apps Hack Facebook Messenger?
Most of the reputed and well-known spy apps have features to hack Facebook messenger, site or application. The Facebook messenger actually stores all its data, which includes conversation and shared data on internal storage. The spy apps work by trapping this folder and sending it to the main dashboard of the app. The next thing that they will be working on will be to decrypt collected data and monitor on the targeted person’s Facebook activities. Such spy software has a set of tools to monitor the entire activities of the targeted person. Most common tools that they might include are browser monitor, app monitor, keylogger and so on.
Why to Use Spy App for Facebook Messages?To Track Conversations
This is the best way to know who your child, friend, family member or spouse is talking to, all the time. Parents can constantly monitor what their child is watching and doing online on Facebook, as the number of online sexual predators are fairly raising these days. This also gives parents an idea of whether the child is watching or interested in drugs or drug-related stuff.
To Make Sure You Are Not Cheated
This can also be useful to those people who are married or are in a relationship, to check out with whom all your partner talks and have conversations on a daily basis. So this will give you more confidence and happiness, that you are not being cheated. Facebook messenger will surely help you to detect any suspicious activity of your partner since, Messenger is a private app, and such people are likely to carry out their conversations through it.
How To Spy On The Facebook Messages Of Your Suspicious Spouse?
Facebook gives you access to many personal details of people, and if you are in a confusion as to whether your partner is having some affairs with someone, then Facebook messenger is the best thing, that you can start spying on, cause it is sure to give you some hint to unlock the mystery. If you want to find more, then probably you should start using an app for the same, to get complete details in a short time.
If you feel that they are spending too much time on Facebook, then you should probably start monitoring all their Facebook activities. So the Facebook messenger will help you to reveal the truth behind this, as they will give you a clear idea about all their activities on Facebook.
Spy applications are usually not visible on the targeted person’s device, and it usually runs on background. The person will never come to know that you are monitoring or spying on them. As they are hidden, you will be able to discreetly collect all necessary data from them, without letting them know that you are detecting or spying on them. If you ever suspect that your loved or dear one is no more truthful to you, or is hanged up in another relation, then you can try your hands on such spy apps, cause they help you to monitor all activities in an effective, easy and organized way. So never be worried thinking about how to spy Facebook messenger, as this is quite possible in many ways, out of which a perfect alternative is to try using [[email protected]](mailto:[email protected])
.
submitted by Actual-Ad4595 to u/Actual-Ad4595 [link] [comments]


2023.03.20 21:51 Ancient-Medicine-471 Whatever is up above definitely hates me

I (15,m) like to identify as a christian, but I'm starting to question if there is a God and if I should continue anymore. Like many others, I would never harm myself, because I am too scared. But it would be nice to just run away and see where the wind takes me. Little backstory here, when I was 11 my dad died, car accident that left him paralyzed and I had to watch him slowly suffer and die over the course of half a year, whatevs. Of course I loved my dad, and to this day he's my hero (despite him apparently being a bad person? idk) but a large number of people have either no dad or a dad who passed away before the age of 11. After my dad died, I began receiving a survivor's benefit check every month, around $800 a month, meant to support me. I lived with my dad's sister, who used the money for pills, yeah. I moved in with my sister (28) so this pill funding would stop, but I did not expect her boyfriend to be abusive, the house to be infested with roaches, multiple shootings to occur in the area, and food was very rarely in the fridge. We also had a roomate who was addicted to heroin, his infant son was usually in the room and I slept in the room across from him, yeah...

I could go on and on about the atrocities of the house but no need, soon after the a heroin induced rampage from the roommate that involved me getting stabbed with a fork and my sisters douche boyfriend getting his head slammed into a table, I began making plans to move out. My mom was the sweetest woman ever, she was unfortunately very unhealthy from the time I was born until Feb. 10th, a month or so ago (God rest her soul). She got very confused from a combination of minor dementia and liver cirrhosis, the latter leading to her untimely passing. One of her final requests prior to the final months of her life (in which she was too confused to talk for herself) was for me to got live with her brother (whom I thought was in jail?) in Texas. Texas meant leaving all of my friends and family in the dust, as I lived in Georgia, but with school already up in flames (As I failed 9th grades due to horrible depression, anxiety, and I'm sure many undiagnosed illnesses as I haven't been to the doctotherapist in over a year) I decided screw it, I'll move. I hated leaving my sister and dying mom behind. My mom passed 2-3 weeks after I left, unfortunately once she got confused she started to beg for me to stay, she wanted me to be with her for her passing, she was unable to think about my living situation and happiness, which of course you can't blame her she was literally dying from toxic buildup in her brain. I had a flight to catch, and my last memory is visiting her in the nursing home while she was in a almost fetal state, the only phrase she was able to say was "I don't love y'all" she repeated this over and over, almost screaming, eventually she calmed down enough to finally switch to "I love y'all".

Also, a little before she died I had my gallbladder removed. Really painful for anyone wondering. So now that made 2 horribly abusive households, horrible mental health, morbidly obese, no gallbladder which means constant diarrhea, fatty liver, no energy, no parents, no sister besides facetime, and about to start a brand new life in Texas, what could go wrong?

It is currently week 9 in Texas, living situation is a lot better, love my family here so far but today was kind of traumatizing which led me to post here. My uncle and aunt argue A LOT, my uncle has just been fired because he slept for a week straight, btw I kept the entire house clean, managed school, and was responsible while he was dead in bed that whole week. Yet once he woke up, straight back to criticizing every thing I do again. He LOOKS for reasons to take my phone (which is my only way to contact my sister and friends) "ground" me, and yell at me. Today it was because I didn't say hello to a guest who visited, which was apparently rude? (or maybe I'm just horribly socially awkward?) This is kinda trivial given my life in Georgia, but it affects me a lot given I'm insanely hormonal and emotional (BECAUSE OF my life in Georgia and puberty or whatever). I cry about 5 times a day, could be over any little thing. I have horrible PTSD and because of this I get too attached to people I enjoy being around to the point they yell at me to give them space. I just don't know anymore, a lot of people would be able to take this situation but I feel like I am way too scarred from my childhood to manage anything anymore. I am seriously debating making a bag to last me a couple weeks and leaving, seeing where freedom gets me. Putting a person with horrible structure issues and a lot to be sad about in a household resembling nothing but bootcamp usually doesn't go well. Mind you I am writing this from my room, as I have been grounded for the hello incident mentioned earlier, so I may be a little extreme. I understand running away is illegal (duh), but my birthday is April 13th, these next few weeks could be a good time to slowly take supplies so I can make a bag, and get out of here on the day of, would probably be the best birthday I've ever had (I usually spend them crying because my sister didn't have enough money to get me anything and she got mad when I pressed too much, selfish, I know). I think my way of thinking is really selfish, I love my family here but I cannot mentally handle any of it, and they have a very old-fashioned way of thinking, so they think I just need to tough it out.

I'm just exhausted man.
submitted by Ancient-Medicine-471 to Vent [link] [comments]


2023.03.20 21:50 blondewildhair WIBTA if I tell my mum how I really feel about my grandmother?

My grandmother is the most toxic person I have ever met. She is manipulative and narcissistic and has done some very hurtful things to me - and to others. When I was a teenager and had my first serious boyfriend, she lied and made us break up. She lied to me that she saw him making out with another girl at the beach and lied to everyone about it. She always tried to buy mine and my sister's love with gifts, always using gifts to prove she was a better grandmother than my dad's mum. She constantly badmouths my sister to me, and the other way around, trying to make each of us feel “special”. She lies, manipulates, emotionally blackmails and plays constantly the victim.
I'm now in a place where I can be aware of when she starts these behaviours and I shut her down, but one of the things I do to define my boundaries is that I am just never alone with her. She and my mum have a weird co-dependent relationship, they live down the road from each other, they talk on the phone at least 5 times a day, and my mum can't see or accept how toxic my grandmother is.
Both me and my sister live in a different country from the rest of my family and we're going to be visiting my parents at the same time during Easter. I'm looking forward to this, as I haven't seen my sister or my nephews in the last year. They are staying at my parents and there's no space for me. I don't mind, because they're a family of 5 and it would be very expensive to find somewhere else, and I’m by myself so I said I'd stay at a hotel about 25 minutes away, and just go and visit them every day.
Everyone was happy with the solution until my grandmother found out and threw a tantrum that I should stay at her place and be close to everyone - she has a spare bed, but it's only enough for one person. I said no, I prefer to stay at the hotel. She has been complaining to my mum every day. I told my mum that I don't enjoy spending time alone with my grandmother and also that I'm a 45 year old woman who can afford to stay at a hotel for a few days and treasure my independence. But my mum is now calling me everyday about how much it would mean to my grandmother etc.
I've been explaining that this is about me wanting my privacy, so that I don't hurt my mum's feelings, but now I'm wondering if I should just tell my mum how I really feel about my grandmother. I think it might be cruel, because I see that my mum is completely blind to how mean my grandmother is, but honestly I am just not spending time alone with someone that has such a negative impact on my mental health.
Would I be the asshole if I just tell my mum how I really feel and be honest about all the bad my grandmother has done?
PS - I'm not the only one that she's hurt or that feels like this, but my dad has this amazing capacity of just ignoring her presence and my sister has a big family of her own so she never has to spend time alone with my grandmother. And yeah this is a throwaway account.
submitted by blondewildhair to AmItheAsshole [link] [comments]


2023.03.20 21:49 Fluxriflex Pinia Best Practice for Segmenting Child Objects and Dependencies

Hello vuejs,
I am working on a volunteer counseling/food pantry admin type application that has some parent/child relationships that we need to handle with Pinia. For context, clients will come into a location, and have a visit with a counselor. The counselor opens up a visit in this application, which takes them through a form wizard that helps guide them through getting the client's personal info, tracking the food and clothing items they need, and taking notes about their relationships and other information like that.
Currently, I'm working on getting a list of Clients, opening up a selected client's details page, and then showing a list of that client's Visits to a location. From there a counselor can view a specific visit's summary or make changes if they have the privileges to do so. Right now we have a client store in Pinia that stores the client details like name, date of birth, contact info, etc. However, I'm trying to figure out the best way to handle dependent entities that are related to state in a "parent" store (i.e. Client -> Visit). Is it better to keep the visit information contained inside the client store? Should we make a separate visit store? How are relationships like this typically handled in Pinia?
If anyone has any suggestions or can speak from experience on this, I'm all ears! Thanks in advance!
submitted by Fluxriflex to vuejs [link] [comments]


2023.03.20 21:48 rikybanks I need a Hacker that can Hack whatsapp

You don’t really need to go too deep into the dark web of the Internet all because you want to hire a hacker. You can hire a verified and genuine white-hat hacker or black-hat hacker who can help you hack whatever you want.

There are a variety of reasons for people to hack someone else’s account/phones. such as
To protect kids.
It is important to make sure your kids are safe. Instagram is full of all kinds of people, and sadly, some of them are predators who pretend to be friends. Also, Instagram is an open space filled with content that might be unfit for child consumption. Parents have to be aware of both these threats to prevent them.
To catch a cheating spouse.
You may want to find out what your suspiciously behaving partner is up to. Hacking into their Instagram to check their contacts and texts and keep an eye on the interactions can go a long way in providing peace of mind

Whatever your reason for hacking instagram, hacking facebook or hacking whatsapp, When it comes to hacking any social media account and phone cloning, hire a hacker that can get the job done.
you can also hire kasperskey to help you recover your whatsapp account, recover facebook account, recover instagram account.
hack icloud, hack iphone and any other hacking service you need.

CONTACT: [[email protected]](mailto:[email protected])
submitted by rikybanks to u/rikybanks [link] [comments]


2023.03.20 21:45 floatingfree2020 [27/M] Looking 4 a true friend

Warm welcome to You. stranger! I hope you're having a good day and that you're at peace with your mind :)
I like to mix both long and deep discussions about certain topics with rather casual, daily talk. I'm looking here for someone unique and inspiring. A positive, open minded person that I could gain something from and vice versa. To push each other forward, to overcome obstacles and simply go with the flow and enjoy our time together. Lately, I've been wasting too much time doing silly and unproductive things and I know I can do better than that.
I'm up for a talk in Polish, English and basic Russian.
Few facts about me
  • I'm a rather calm person while being at home, but when I feel good and everything goes well, I've got plenty of positive energy that I'm willing to share with other people, hopefully making their day better
  • I hold the view that the most important thing in life is a progress of the soul and trying to be the best version of yourself, constant spiritual growth and realizing that we're all one consciousness experiencing each other subjectively and thus, separation is an illusion
  • I love nature; going for a walk in a forest or by the lake as well as visiting parks while listening to my favourite music / podcasts gives a lot of good vibes
  • Powerful cycling on my mountain bike, feeling the speed and momentum of that adrenaline rush is what I truly adore
  • I'm free from any prejudices and stay away from politics / all kind of things that are made to manipulate and agitate the masses to create inner conflicts
  • I'm not a huge fan of memes
  • I made a decision to almost completely cut myself off from daily news as I found it unproductive, time consuming and often giving me negative emotions
  • I used to be listening mainly metal music, but recently I opened up for new genres, mainly electronics; psybient ( Suduaya <3) / psytrance / downtempo / drum'n'bass (DJ Turno <3) / synthwave, phonk, trance and more
  • I like to watch football, especially my national league
  • I'm very interested into games and I'd be willing to play some online ones with you on PC / Switch
  • I like to make some photos and videos of my daily life and would like to share it with you
  • I try to eat healthy
  • I'm interested into alternative medicine and natural supplements / herbs
  • I stay away from NS FW content
  • I want to come back to being fit - start exercising again and just feel better physically
  • I don't have any pet myself, but I like to watch different pet videos from all around the world
  • I'm a person that is willing to listen, support and give honest opinions on different matters
  • I'm very interested into space, ancient civilizations and the origins of mankind, trying to raise my consciousness each day and be at peace with my mind
  • Lately I got inspired with the philosophy of stoicism and take some principals of Buddhism as well. Overall looking for Eastern traditions and ancient wisdom
  • I'm an absolute lover of the Sun and whenever it shines during dark and cold Eastern European winters I go outside, sometimes even spread my arms toward it and let it shine on my face
  • I'm extremely interested into topics of consciousness, artificial intelligence, alien civilisations, panpsychism and theories about the meaning of life, beginning of existence, future of humanity etc.
  • Recently I got into watching National Geographic documentaries on Disney +
  • Lately I got myself a VR headset to explore this technology
  • Soon I'm hoping to move out from my toxic parents and finally live on my own
What impressions do you have on me after reading that small bio? Do you think we could get to know each other better? Hit me up with a DM or via chat and let's find out, shall we? :)
submitted by floatingfree2020 to MeetNewPeopleHere [link] [comments]


2023.03.20 21:43 floatingfree2020 27[M4R]Poland - What if we become friends by chance? :)

Warm welcome to You. stranger! I hope you're having a good day and that you're at peace with your mind :)
I like to mix both long and deep discussions about certain topics with rather casual, daily talk. I'm looking here for someone unique and inspiring. A positive, open minded person that I could gain something from and vice versa. To push each other forward, to overcome obstacles and simply go with the flow and enjoy our time together. Lately, I've been wasting too much time doing silly and unproductive things and I know I can do better than that.
I'm up for a talk in Polish, English and basic Russian.
Few facts about me
  • I'm a rather calm person while being at home, but when I feel good and everything goes well, I've got plenty of positive energy that I'm willing to share with other people, hopefully making their day better
  • I hold the view that the most important thing in life is a progress of the soul and trying to be the best version of yourself, constant spiritual growth and realizing that we're all one consciousness experiencing each other subjectively and thus, separation is an illusion
  • I love nature; going for a walk in a forest or by the lake as well as visiting parks while listening to my favourite music / podcasts gives a lot of good vibes
  • Powerful cycling on my mountain bike, feeling the speed and momentum of that adrenaline rush is what I truly adore
  • I'm free from any prejudices and stay away from politics / all kind of things that are made to manipulate and agitate the masses to create inner conflicts
  • I'm not a huge fan of memes
  • I made a decision to almost completely cut myself off from daily news as I found it unproductive, time consuming and often giving me negative emotions
  • I used to be listening mainly metal music, but recently I opened up for new genres, mainly electronics; psybient ( Suduaya <3) / psytrance / downtempo / drum'n'bass (DJ Turno <3) / synthwave, phonk, trance and more
  • I like to watch football, especially my national league
  • I'm very interested into games and I'd be willing to play some online ones with you on PC / Switch
  • I like to make some photos and videos of my daily life and would like to share it with you
  • I try to eat healthy
  • I'm interested into alternative medicine and natural supplements / herbs
  • I stay away from NS FW content
  • I want to come back to being fit - start exercising again and just feel better physically
  • I don't have any pet myself, but I like to watch different pet videos from all around the world
  • I'm a person that is willing to listen, support and give honest opinions on different matters
  • I'm very interested into space, ancient civilizations and the origins of mankind, trying to raise my consciousness each day and be at peace with my mind
  • Lately I got inspired with the philosophy of stoicism and take some principals of Buddhism as well. Overall looking for Eastern traditions and ancient wisdom
  • I'm an absolute lover of the Sun and whenever it shines during dark and cold Eastern European winters I go outside, sometimes even spread my arms toward it and let it shine on my face
  • I'm extremely interested into topics of consciousness, artificial intelligence, alien civilisations, panpsychism and theories about the meaning of life, beginning of existence, future of humanity etc.
  • Recently I got into watching National Geographic documentaries on Disney +
  • Lately I got myself a VR headset to explore this technology
  • Soon I'm hoping to move out from my toxic parents and finally live on my own
What impressions do you have on me after reading that small bio? Do you think we could get to know each other better? Hit me up with a DM or via chat and let's find out, shall we? :)
submitted by floatingfree2020 to r4r [link] [comments]


2023.03.20 21:40 HydrationAI The Static in the Night

Growing up in a small, rural town has its perks. The sense of community, the serenity of nature, and the peace of a quiet life. But it also comes with its own set of fears: wide-open spaces, isolation, and the many chilling stories that circulate among the locals. My hometown was no exception. We had our fair share of local folklore, but one story stood out among the rest – the story of the "Static Man."
As the legend went, the Static Man was the ghost of a young man who had died in a tragic accident involving a nearby television tower. The tower was old and had been abandoned since the 1980s, a relic of the past that loomed over the surrounding fields. It was said that the Static Man would appear on your television screen when the signal was lost, causing a flickering black-and-white static that would keep you up at night. People claimed they could see his face amidst the noise, staring back at them with empty eyes.
Growing up, I didn't pay much attention to the legend. I brushed it off as just another scary story meant to keep the local kids in check. But as I grew older, I began to notice that adults would also whisper about it in hushed tones. My curiosity was piqued, but I never dared to explore the old television tower or try to catch a glimpse of the Static Man myself.
One night, I was home alone, watching a movie on our old, worn-out TV set. We were one of the few families in town who still used an old analog TV with rabbit ear antennas. It was a stormy night, and the wind howled outside, sending shivers down my spine. As the storm intensified, the television signal began to weaken.
Suddenly, the screen went blank, replaced by the familiar static. I sighed, frustrated, and got up to adjust the antennas. But as I did, I noticed something strange. Amidst the flickering black-and-white static, I saw a face. At first, I thought it was a trick of the light, but the longer I stared, the more real it became.
I could see his eyes, empty and hollow, staring back at me. His mouth hung open, as if in a silent scream. And I could feel him, his presence, watching me from inside the television.
Fear gripped me, and I stumbled backward, tripping over a loose cable. I scrambled to my feet, my heart pounding in my chest. I wanted to run, to get away from the television, but I couldn't tear my eyes away from the screen.
The face in the static began to change. The empty eyes filled with rage, and the mouth contorted into a sinister grin. I could hear a faint, distorted voice coming from the television, barely audible over the static.
"Come… closer," it whispered.
The terror was overwhelming, but something compelled me to inch closer to the screen. As I did, the static seemed to intensify, the black-and-white noise now accompanied by a high-pitched, grating sound. It felt as if the television was trying to consume me, drawing me in with an invisible force.
Just as I was about to touch the screen, a lightning bolt illuminated the room, and the power went out. The room was plunged into darkness, and the television went silent. I collapsed to the floor, gasping for breath, my heart pounding in my ears.
The power never came back on that night. I spent the rest of the evening huddled in the corner of my room, afraid to venture back into the living room. The next day, I told my parents what had happened, but they dismissed it as a nightmare or a result of my overactive imagination. But I knew better. I had seen the Static Man, and I knew he was real.
In the weeks that followed, I became obsessed with the legend. I spent hours researching the old television tower and the young man who had died there. I discovered that he was a technician who had been electrocuted while performing maintenance on the tower. His death was ruled an accident, but many believed there was more to the story. Some claimed that he had been driven mad by the static, while others suggested that he had uncovered a dark secret within the tower's signal.
Determined to find answers, I decided to visit the tower myself. I gathered a group of friends, and together we trekked through the overgrown fields that surrounded the decrepit structure. The tower loomed above us, its rusted metal frame groaning in the wind.
As we neared the base of the tower, I could feel the static in the air. My hair stood on end, and my friends began to exchange uneasy glances. Despite the uneasiness, we pressed on, climbing the rickety ladder to the top of the tower.
At the summit, we found a small room filled with dusty, outdated equipment. The walls were covered in strange markings, a chaotic blend of numbers, letters, and symbols. As I examined the markings, I realized that they formed a pattern, a message hidden within the chaos.
With a mix of excitement and dread, I deciphered the message: "The static sees. The static knows. The static never lets go."
The moment I read the message aloud, the air around us began to crackle with energy. The static grew louder, filling our ears with its relentless noise. We scrambled to descend the tower, our hearts pounding in terror as the static seemed to chase us down.
We made it back to the ground just as the tower began to emit a deafening screech. The rusted metal groaned and creaked, and the entire structure collapsed in on itself, crashing to the ground in a cloud of dust and debris.
In the days that followed, the story of our encounter with the Static Man spread like wildfire through our small town. People began to avoid the old television tower, and soon the legend faded from memory.
But I know the truth. The Static Man is still out there, lurking in the static of old television sets, waiting for someone to come too close. I've never been able to watch static on a screen again without feeling a chill down my spine, wondering if those empty, haunting eyes are staring back at me from the other side.
submitted by HydrationAI to nosleep [link] [comments]


2023.03.20 21:38 floatingfree2020 What if we become [friendship] by chance? :) 27/M/POLAND

Warm welcome to You. stranger! I hope you're having a good day and that you're at peace with your mind :)
I like to mix both long and deep discussions about certain topics with rather casual, daily talk. I'm looking here for someone unique and inspiring. A positive, open minded person that I could gain something from and vice versa. To push each other forward, to overcome obstacles and simply go with the flow and enjoy our time together. Lately, I've been wasting too much time doing silly and unproductive things and I know I can do better than that.
I'm up for a talk in Polish, English and basic Russian.
Few facts about me
  • I'm a rather calm person while being at home, but when I feel good and everything goes well, I've got plenty of positive energy that I'm willing to share with other people, hopefully making their day better
  • I hold the view that the most important thing in life is a progress of the soul and trying to be the best version of yourself, constant spiritual growth and realizing that we're all one consciousness experiencing each other subjectively and thus, separation is an illusion
  • I love nature; going for a walk in a forest or by the lake as well as visiting parks while listening to my favourite music / podcasts gives a lot of good vibes
  • Powerful cycling on my mountain bike, feeling the speed and momentum of that adrenaline rush is what I truly adore
  • I'm free from any prejudices and stay away from politics / all kind of things that are made to manipulate and agitate the masses to create inner conflicts
  • I'm not a huge fan of memes
  • I made a decision to almost completely cut myself off from daily news as I found it unproductive, time consuming and often giving me negative emotions
  • I used to be listening mainly metal music, but recently I opened up for new genres, mainly electronics; psybient ( Suduaya <3) / psytrance / downtempo / drum'n'bass (DJ Turno <3) / synthwave, phonk, trance and more
  • I like to watch football, especially my national league
  • I'm very interested into games and I'd be willing to play some online ones with you on PC / Switch
  • I like to make some photos and videos of my daily life and would like to share it with you
  • I try to eat healthy
  • I'm interested into alternative medicine and natural supplements / herbs
  • I stay away from NS FW content
  • I want to come back to being fit - start exercising again and just feel better physically
  • I don't have any pet myself, but I like to watch different pet videos from all around the world
  • I'm a person that is willing to listen, support and give honest opinions on different matters
  • I'm very interested into space, ancient civilizations and the origins of mankind, trying to raise my consciousness each day and be at peace with my mind
  • Lately I got inspired with the philosophy of stoicism and take some principals of Buddhism as well. Overall looking for Eastern traditions and ancient wisdom
  • I'm an absolute lover of the Sun and whenever it shines during dark and cold Eastern European winters I go outside, sometimes even spread my arms toward it and let it shine on my face
  • I'm extremely interested into topics of consciousness, artificial intelligence, alien civilisations, panpsychism and theories about the meaning of life, beginning of existence, future of humanity etc.
  • Recently I got into watching National Geographic documentaries on Disney +
  • Lately I got myself a VR headset to explore this technology
  • Soon I'm hoping to move out from my toxic parents and finally live on my own
What impressions do you have on me after reading that small bio? Do you think we could get to know each other better? Hit me up with a DM or via chat and let's find out, shall we? :)
submitted by floatingfree2020 to MeetPeople [link] [comments]


2023.03.20 21:38 floatingfree2020 What if we become friends by chance? :) 27/M/POLAND

Warm welcome to You. stranger! I hope you're having a good day and that you're at peace with your mind :)
I like to mix both long and deep discussions about certain topics with rather casual, daily talk. I'm looking here for someone unique and inspiring. A positive, open minded person that I could gain something from and vice versa. To push each other forward, to overcome obstacles and simply go with the flow and enjoy our time together. Lately, I've been wasting too much time doing silly and unproductive things and I know I can do better than that.
I'm up for a talk in Polish, English and basic Russian.
Few facts about me
  • I'm a rather calm person while being at home, but when I feel good and everything goes well, I've got plenty of positive energy that I'm willing to share with other people, hopefully making their day better
  • I hold the view that the most important thing in life is a progress of the soul and trying to be the best version of yourself, constant spiritual growth and realizing that we're all one consciousness experiencing each other subjectively and thus, separation is an illusion
  • I love nature; going for a walk in a forest or by the lake as well as visiting parks while listening to my favourite music / podcasts gives a lot of good vibes
  • Powerful cycling on my mountain bike, feeling the speed and momentum of that adrenaline rush is what I truly adore
  • I'm free from any prejudices and stay away from politics / all kind of things that are made to manipulate and agitate the masses to create inner conflicts
  • I'm not a huge fan of memes
  • I made a decision to almost completely cut myself off from daily news as I found it unproductive, time consuming and often giving me negative emotions
  • I used to be listening mainly metal music, but recently I opened up for new genres, mainly electronics; psybient ( Suduaya <3) / psytrance / downtempo / drum'n'bass (DJ Turno <3) / synthwave, phonk, trance and more
  • I like to watch football, especially my national league
  • I'm very interested into games and I'd be willing to play some online ones with you on PC / Switch
  • I like to make some photos and videos of my daily life and would like to share it with you
  • I try to eat healthy
  • I'm interested into alternative medicine and natural supplements / herbs
  • I stay away from NS FW content
  • I want to come back to being fit - start exercising again and just feel better physically
  • I don't have any pet myself, but I like to watch different pet videos from all around the world
  • I'm a person that is willing to listen, support and give honest opinions on different matters
  • I'm very interested into space, ancient civilizations and the origins of mankind, trying to raise my consciousness each day and be at peace with my mind
  • Lately I got inspired with the philosophy of stoicism and take some principals of Buddhism as well. Overall looking for Eastern traditions and ancient wisdom
  • I'm an absolute lover of the Sun and whenever it shines during dark and cold Eastern European winters I go outside, sometimes even spread my arms toward it and let it shine on my face
  • I'm extremely interested into topics of consciousness, artificial intelligence, alien civilisations, panpsychism and theories about the meaning of life, beginning of existence, future of humanity etc.
  • Recently I got into watching National Geographic documentaries on Disney +
  • Lately I got myself a VR headset to explore this technology
  • Soon I'm hoping to move out from my toxic parents and finally live on my own
What impressions do you have on me after reading that small bio? Do you think we could get to know each other better? Hit me up with a DM or via chat and let's find out, shall we? :)
submitted by floatingfree2020 to InternetFriends [link] [comments]


2023.03.20 21:38 floatingfree2020 What if we become friends by chance? :) 27/M/POLAND

Warm welcome to You. stranger! I hope you're having a good day and that you're at peace with your mind :)
I like to mix both long and deep discussions about certain topics with rather casual, daily talk. I'm looking here for someone unique and inspiring. A positive, open minded person that I could gain something from and vice versa. To push each other forward, to overcome obstacles and simply go with the flow and enjoy our time together. Lately, I've been wasting too much time doing silly and unproductive things and I know I can do better than that.
I'm up for a talk in Polish, English and basic Russian.
Few facts about me
  • I'm a rather calm person while being at home, but when I feel good and everything goes well, I've got plenty of positive energy that I'm willing to share with other people, hopefully making their day better
  • I hold the view that the most important thing in life is a progress of the soul and trying to be the best version of yourself, constant spiritual growth and realizing that we're all one consciousness experiencing each other subjectively and thus, separation is an illusion
  • I love nature; going for a walk in a forest or by the lake as well as visiting parks while listening to my favourite music / podcasts gives a lot of good vibes
  • Powerful cycling on my mountain bike, feeling the speed and momentum of that adrenaline rush is what I truly adore
  • I'm free from any prejudices and stay away from politics / all kind of things that are made to manipulate and agitate the masses to create inner conflicts
  • I'm not a huge fan of memes
  • I made a decision to almost completely cut myself off from daily news as I found it unproductive, time consuming and often giving me negative emotions
  • I used to be listening mainly metal music, but recently I opened up for new genres, mainly electronics; psybient ( Suduaya <3) / psytrance / downtempo / drum'n'bass (DJ Turno <3) / synthwave, phonk, trance and more
  • I like to watch football, especially my national league
  • I'm very interested into games and I'd be willing to play some online ones with you on PC / Switch
  • I like to make some photos and videos of my daily life and would like to share it with you
  • I try to eat healthy
  • I'm interested into alternative medicine and natural supplements / herbs
  • I stay away from NS FW content
  • I want to come back to being fit - start exercising again and just feel better physically
  • I don't have any pet myself, but I like to watch different pet videos from all around the world
  • I'm a person that is willing to listen, support and give honest opinions on different matters
  • I'm very interested into space, ancient civilizations and the origins of mankind, trying to raise my consciousness each day and be at peace with my mind
  • Lately I got inspired with the philosophy of stoicism and take some principals of Buddhism as well. Overall looking for Eastern traditions and ancient wisdom
  • I'm an absolute lover of the Sun and whenever it shines during dark and cold Eastern European winters I go outside, sometimes even spread my arms toward it and let it shine on my face
  • I'm extremely interested into topics of consciousness, artificial intelligence, alien civilisations, panpsychism and theories about the meaning of life, beginning of existence, future of humanity etc.
  • Recently I got into watching National Geographic documentaries on Disney +
  • Lately I got myself a VR headset to explore this technology
  • Soon I'm hoping to move out from my toxic parents and finally live on my own
What impressions do you have on me after reading that small bio? Do you think we could get to know each other better? Hit me up with a DM or via chat and let's find out, shall we? :)
submitted by floatingfree2020 to chat [link] [comments]


2023.03.20 21:38 floatingfree2020 What if we become friends by chance? :) 27/M/POLAND

Warm welcome to You. stranger! I hope you're having a good day and that you're at peace with your mind :)
I like to mix both long and deep discussions about certain topics with rather casual, daily talk. I'm looking here for someone unique and inspiring. A positive, open minded person that I could gain something from and vice versa. To push each other forward, to overcome obstacles and simply go with the flow and enjoy our time together. Lately, I've been wasting too much time doing silly and unproductive things and I know I can do better than that.
I'm up for a talk in Polish, English and basic Russian.
Few facts about me
  • I'm a rather calm person while being at home, but when I feel good and everything goes well, I've got plenty of positive energy that I'm willing to share with other people, hopefully making their day better
  • I hold the view that the most important thing in life is a progress of the soul and trying to be the best version of yourself, constant spiritual growth and realizing that we're all one consciousness experiencing each other subjectively and thus, separation is an illusion
  • I love nature; going for a walk in a forest or by the lake as well as visiting parks while listening to my favourite music / podcasts gives a lot of good vibes
  • Powerful cycling on my mountain bike, feeling the speed and momentum of that adrenaline rush is what I truly adore
  • I'm free from any prejudices and stay away from politics / all kind of things that are made to manipulate and agitate the masses to create inner conflicts
  • I'm not a huge fan of memes
  • I made a decision to almost completely cut myself off from daily news as I found it unproductive, time consuming and often giving me negative emotions
  • I used to be listening mainly metal music, but recently I opened up for new genres, mainly electronics; psybient ( Suduaya <3) / psytrance / downtempo / drum'n'bass (DJ Turno <3) / synthwave, phonk, trance and more
  • I like to watch football, especially my national league
  • I'm very interested into games and I'd be willing to play some online ones with you on PC / Switch
  • I like to make some photos and videos of my daily life and would like to share it with you
  • I try to eat healthy
  • I'm interested into alternative medicine and natural supplements / herbs
  • I stay away from NS FW content
  • I want to come back to being fit - start exercising again and just feel better physically
  • I don't have any pet myself, but I like to watch different pet videos from all around the world
  • I'm a person that is willing to listen, support and give honest opinions on different matters
  • I'm very interested into space, ancient civilizations and the origins of mankind, trying to raise my consciousness each day and be at peace with my mind
  • Lately I got inspired with the philosophy of stoicism and take some principals of Buddhism as well. Overall looking for Eastern traditions and ancient wisdom
  • I'm an absolute lover of the Sun and whenever it shines during dark and cold Eastern European winters I go outside, sometimes even spread my arms toward it and let it shine on my face
  • I'm extremely interested into topics of consciousness, artificial intelligence, alien civilisations, panpsychism and theories about the meaning of life, beginning of existence, future of humanity etc.
  • Recently I got into watching National Geographic documentaries on Disney +
  • Lately I got myself a VR headset to explore this technology
  • Soon I'm hoping to move out from my toxic parents and finally live on my own
What impressions do you have on me after reading that small bio? Do you think we could get to know each other better? Hit me up with a DM or via chat and let's find out, shall we? :)
submitted by floatingfree2020 to MakeNewFriendsHere [link] [comments]


2023.03.20 21:36 floatingfree2020 What if we become friends by chance? :) 27/M/POLAND

Warm welcome to You. stranger! I hope you're having a good day and that you're at peace with your mind :)
I like to mix both long and deep discussions about certain topics with rather casual, daily talk. I'm looking here for someone unique and inspiring. A positive, open minded person that I could gain something from and vice versa. To push each other forward, to overcome obstacles and simply go with the flow and enjoy our time together. Lately, I've been wasting too much time doing silly and unproductive things and I know I can do better than that.
I'm up for a talk in Polish, English and basic Russian.
Few facts about me
  • I'm a rather calm person while being at home, but when I feel good and everything goes well, I've got plenty of positive energy that I'm willing to share with other people, hopefully making their day better
  • I hold the view that the most important thing in life is a progress of the soul and trying to be the best version of yourself, constant spiritual growth and realizing that we're all one consciousness experiencing each other subjectively and thus, separation is an illusion
  • I love nature; going for a walk in a forest or by the lake as well as visiting parks while listening to my favourite music / podcasts gives a lot of good vibes
  • Powerful cycling on my mountain bike, feeling the speed and momentum of that adrenaline rush is what I truly adore
  • I'm free from any prejudices and stay away from politics / all kind of things that are made to manipulate and agitate the masses to create inner conflicts
  • I'm not a huge fan of memes
  • I made a decision to almost completely cut myself off from daily news as I found it unproductive, time consuming and often giving me negative emotions
  • I used to be listening mainly metal music, but recently I opened up for new genres, mainly electronics; psybient ( Suduaya <3) / psytrance / downtempo / drum'n'bass (DJ Turno <3) / synthwave, phonk, trance and more
  • I like to watch football, especially my national league
  • I'm very interested into games and I'd be willing to play some online ones with you on PC / Switch
  • I like to make some photos and videos of my daily life and would like to share it with you
  • I try to eat healthy
  • I'm interested into alternative medicine and natural supplements / herbs
  • I stay away from NS FW content
  • I want to come back to being fit - start exercising again and just feel better physically
  • I don't have any pet myself, but I like to watch different pet videos from all around the world
  • I'm a person that is willing to listen, support and give honest opinions on different matters
  • I'm very interested into space, ancient civilizations and the origins of mankind, trying to raise my consciousness each day and be at peace with my mind
  • Lately I got inspired with the philosophy of stoicism and take some principals of Buddhism as well. Overall looking for Eastern traditions and ancient wisdom
  • I'm an absolute lover of the Sun and whenever it shines during dark and cold Eastern European winters I go outside, sometimes even spread my arms toward it and let it shine on my face
  • I'm extremely interested into topics of consciousness, artificial intelligence, alien civilisations, panpsychism and theories about the meaning of life, beginning of existence, future of humanity etc.
  • Recently I got into watching National Geographic documentaries on Disney +
  • Lately I got myself a VR headset to explore this technology
  • Soon I'm hoping to move out from my toxic parents and finally live on my own
What impressions do you have on me after reading that small bio? Do you think we could get to know each other better? Hit me up with a DM or via chat and let's find out, shall we? :)
submitted by floatingfree2020 to LetsChat [link] [comments]


2023.03.20 21:36 floatingfree2020 What if we become friends by chance? :) 27/M/POLAND

Warm welcome to You. stranger! I hope you're having a good day and that you're at peace with your mind :)
I like to mix both long and deep discussions about certain topics with rather casual, daily talk. I'm looking here for someone unique and inspiring. A positive, open minded person that I could gain something from and vice versa. To push each other forward, to overcome obstacles and simply go with the flow and enjoy our time together. Lately, I've been wasting too much time doing silly and unproductive things and I know I can do better than that.
I'm up for a talk in Polish, English and basic Russian.
Few facts about me
  • I'm a rather calm person while being at home, but when I feel good and everything goes well, I've got plenty of positive energy that I'm willing to share with other people, hopefully making their day better
  • I hold the view that the most important thing in life is a progress of the soul and trying to be the best version of yourself, constant spiritual growth and realizing that we're all one consciousness experiencing each other subjectively and thus, separation is an illusion
  • I love nature; going for a walk in a forest or by the lake as well as visiting parks while listening to my favourite music / podcasts gives a lot of good vibes
  • Powerful cycling on my mountain bike, feeling the speed and momentum of that adrenaline rush is what I truly adore
  • I'm free from any prejudices and stay away from politics / all kind of things that are made to manipulate and agitate the masses to create inner conflicts
  • I'm not a huge fan of memes
  • I made a decision to almost completely cut myself off from daily news as I found it unproductive, time consuming and often giving me negative emotions
  • I used to be listening mainly metal music, but recently I opened up for new genres, mainly electronics; psybient ( Suduaya <3) / psytrance / downtempo / drum'n'bass (DJ Turno <3) / synthwave, phonk, trance and more
  • I like to watch football, especially my national league
  • I'm very interested into games and I'd be willing to play some online ones with you on PC / Switch
  • I like to make some photos and videos of my daily life and would like to share it with you
  • I try to eat healthy
  • I'm interested into alternative medicine and natural supplements / herbs
  • I stay away from NS FW content
  • I want to come back to being fit - start exercising again and just feel better physically
  • I don't have any pet myself, but I like to watch different pet videos from all around the world
  • I'm a person that is willing to listen, support and give honest opinions on different matters
  • I'm very interested into space, ancient civilizations and the origins of mankind, trying to raise my consciousness each day and be at peace with my mind
  • Lately I got inspired with the philosophy of stoicism and take some principals of Buddhism as well. Overall looking for Eastern traditions and ancient wisdom
  • I'm an absolute lover of the Sun and whenever it shines during dark and cold Eastern European winters I go outside, sometimes even spread my arms toward it and let it shine on my face
  • I'm extremely interested into topics of consciousness, artificial intelligence, alien civilisations, panpsychism and theories about the meaning of life, beginning of existence, future of humanity etc.
  • Recently I got into watching National Geographic documentaries on Disney +
  • Lately I got myself a VR headset to explore this technology
  • Soon I'm hoping to move out from my toxic parents and finally live on my own
What impressions do you have on me after reading that small bio? Do you think we could get to know each other better? Hit me up with a DM or via chat and let's find out, shall we? :)
submitted by floatingfree2020 to Needafriend [link] [comments]


2023.03.20 21:35 floatingfree2020 What if we become PenPal by chance? :) 27/M/POLAND

Warm welcome to You. stranger! I hope you're having a good day and that you're at peace with your mind :)
I like to mix both long and deep discussions about certain topics with rather casual, daily talk. I'm looking here for someone unique and inspiring. A positive, open minded person that I could gain something from and vice versa. To push each other forward, to overcome obstacles and simply go with the flow and enjoy our time together. Lately, I've been wasting too much time doing silly and unproductive things and I know I can do better than that.
I'm up for a talk in Polish, English and basic Russian.
Few facts about me
  • I'm a rather calm person while being at home, but when I feel good and everything goes well, I've got plenty of positive energy that I'm willing to share with other people, hopefully making their day better
  • I hold the view that the most important thing in life is a progress of the soul and trying to be the best version of yourself, constant spiritual growth and realizing that we're all one consciousness experiencing each other subjectively and thus, separation is an illusion
  • I love nature; going for a walk in a forest or by the lake as well as visiting parks while listening to my favourite music / podcasts gives a lot of good vibes
  • Powerful cycling on my mountain bike, feeling the speed and momentum of that adrenaline rush is what I truly adore
  • I'm free from any prejudices and stay away from politics / all kind of things that are made to manipulate and agitate the masses to create inner conflicts
  • I'm not a huge fan of memes
  • I made a decision to almost completely cut myself off from daily news as I found it unproductive, time consuming and often giving me negative emotions
  • I used to be listening mainly metal music, but recently I opened up for new genres, mainly electronics; psybient ( Suduaya <3) / psytrance / downtempo / drum'n'bass (DJ Turno <3) / synthwave, phonk, trance and more
  • I like to watch football, especially my national league
  • I'm very interested into games and I'd be willing to play some online ones with you on PC / Switch
  • I like to make some photos and videos of my daily life and would like to share it with you
  • I try to eat healthy
  • I'm interested into alternative medicine and natural supplements / herbs
  • I stay away from NS FW content
  • I want to come back to being fit - start exercising again and just feel better physically
  • I don't have any pet myself, but I like to watch different pet videos from all around the world
  • I'm a person that is willing to listen, support and give honest opinions on different matters
  • I'm very interested into space, ancient civilizations and the origins of mankind, trying to raise my consciousness each day and be at peace with my mind
  • Lately I got inspired with the philosophy of stoicism and take some principals of Buddhism as well. Overall looking for Eastern traditions and ancient wisdom
  • I'm an absolute lover of the Sun and whenever it shines during dark and cold Eastern European winters I go outside, sometimes even spread my arms toward it and let it shine on my face
  • I'm extremely interested into topics of consciousness, artificial intelligence, alien civilisations, panpsychism and theories about the meaning of life, beginning of existence, future of humanity etc.
  • Recently I got into watching National Geographic documentaries on Disney +
  • Lately I got myself a VR headset to explore this technology
  • Soon I'm hoping to move out from my toxic parents and finally live on my own
What impressions do you have on me after reading that small bio? Do you think we could get to know each other better? Hit me up with a DM or via chat and let's find out, shall we? :)
submitted by floatingfree2020 to penpals [link] [comments]


2023.03.20 21:30 Wiskkey Stable Diffusion links from around March 13, 2023 to March 15, 2023 that I collected for further processing

Note: I have a question for you at the end of this post.
-----------------------------------------------------------------------------------
https://www.reddit.com/StableDiffusion/comments/11rnfb4/guys_gpt4_could_be_a_game_changer_in_image_tagging/

https://www.reddit.com/StableDiffusion/comments/11rfen7/the_doodler_strikes_again/

https://www.reddit.com/StableDiffusion/comments/11rfc4i/i_hope_this_helps_some_of_you_with_inpainting/

https://www.reddit.com/StableDiffusion/comments/11ruc88/using_alt_img2img_script_to_remaster_a_classic_in/

https://www.reddit.com/StableDiffusion/comments/11rtphv/scifi_comics_with_controlnet_dr_macabre/

https://www.reddit.com/StableDiffusion/comments/11ruol7/art_for_all_wholesomeness_to_drown_out_the_haters/

https://www.reddit.com/StableDiffusion/comments/11r8r7a/nsfw_photos_from_a_disposable_film_camera_found/

https://www.reddit.com/StableDiffusion/comments/11rca63/sdcontrolnetebsynth/

https://www.reddit.com/StableDiffusion/comments/11rv6ra/the_ecstasy_of_saint_teresa_by_gian_lorenzo/

https://www.reddit.com/StableDiffusion/comments/11rtt4e/i_have_created_an_image_metadata_extraction_tool/

https://www.reddit.com/StableDiffusion/comments/11rfgsx/my_first_ai_modified_video_using_stable_diffusion/

https://www.reddit.com/StableDiffusion/comments/11rayj5/newbie_how_do_i_make_vehicles_look_realistic/

https://www.reddit.com/StableDiffusion/comments/11rfol4/controlnet_character_design_workflow_links_in/

https://www.reddit.com/StableDiffusion/comments/11rct4w/gpt_4_is_here_and_accepts_even_images_as_input/

https://www.reddit.com/StableDiffusion/comments/11rp67g/how_to_create_consistent_pixel_art_animation_with/

https://www.reddit.com/StableDiffusion/comments/11r9441/scribble_controlnet_with_photoshop_plugin/

https://www.reddit.com/StableDiffusion/comments/11rvru7/rz_analog_21_lora_cinestill_800t/

https://www.reddit.com/StableDiffusion/comments/11rfjxk/newhorrorfantasy_style_goes_to_sd_21_512x512/

https://www.reddit.com/StableDiffusion/comments/11rbel3/how_do_i_use_controlnet_to_mimic_difficult_poses/

https://www.reddit.com/StableDiffusion/comments/11r90he/sdbattle_lofi_girl_depth_map_not_perfect_what_do/

https://www.reddit.com/StableDiffusion/comments/11qhmn1/sdbattle_week_4_controlnet_mona_lisa_depth_map/

https://www.reddit.com/StableDiffusion/comments/11qexu0/animate_your_stable_diffusion_portraits/

https://www.reddit.com/StableDiffusion/comments/11qkcdf/ai_shit_is_developing_so_fast_its_almost/

https://www.reddit.com/StableDiffusion/comments/11r5uvi/depthdriven_animations_optimized_for_temporal/

https://www.reddit.com/StableDiffusion/comments/11qeddp/im_a_bit_salty_about_most_subs_banning_ai_art_so/

https://www.reddit.com/StableDiffusion/comments/11r2lsv/the_colour_controlnet_is_a_game_changer_for_me_in/

https://www.reddit.com/StableDiffusion/comments/11qsxp4/meme_conan_the_librarian/

https://www.reddit.com/StableDiffusion/comments/11qqqlx/sd_xl_model_will_be_capable_of_generating/

https://www.reddit.com/StableDiffusion/comments/11qegkn/some_disney_princesses_made_with_faetastic/

https://www.reddit.com/StableDiffusion/comments/11qfilj/show_what_controlnet_can_do_with_my_drawing/

https://www.reddit.com/StableDiffusion/comments/11qx31f/new_model_comparable_with_stable_diffusion_and/

https://www.reddit.com/StableDiffusion/comments/11qrleg/basic_guide_10_upscaling_how_to_make_images/

https://www.reddit.com/StableDiffusion/comments/11qzucu/do_you_hear_boss_music/

https://www.reddit.com/StableDiffusion/comments/11r2shu/i_made_a_style_lora_from_a_photoshop_action_i/

https://www.reddit.com/StableDiffusion/comments/11r4qug/photographing_random_peoples_reactions_afte

https://www.reddit.com/StableDiffusion/comments/11qua7u/seekart_mega_20_official_release_minus_the/

https://www.reddit.com/StableDiffusion/comments/11qkbfy/kohyass_lora_finally_improved_the_final_output/

https://www.reddit.com/StableDiffusion/comments/11r4wl6/model_testing_realistic_portraits_with_a_study_of/

https://www.reddit.com/StableDiffusion/comments/11qsfcv/update_zoom_enhance_now_supports_multiple_subjects/

https://www.reddit.com/StableDiffusion/comments/11r1vtu/made_a_repo_of_my_notes_might_be_helpful_to_some/

https://www.reddit.com/StableDiffusion/comments/11qotqc/some_new_models_and_loras/

https://www.reddit.com/StableDiffusion/comments/11qwttl/best_use_for_rtx_3080_400_machines/

https://www.reddit.com/StableDiffusion/comments/11qg7t3/gligen_code_has_just_been_released_by_ashen_not_me/

https://www.reddit.com/StableDiffusion/comments/11qjyi8/tutorial_sd1111_panoramascenes_with_persons/

https://www.reddit.com/StableDiffusion/comments/11qm7ro/im_uploading_a_youtube_short_everyday_except_the/

https://www.reddit.com/StableDiffusion/comments/11qtj31/a_free_app_that_may_be_useful_for_working_with/

https://www.reddit.com/StableDiffusion/comments/11r47cq/ive_finally_nailed_it_ill_make_a_video_this_days/

https://www.reddit.com/StableDiffusion/comments/11r56w4/controlnet_on_a_canvas_img2img_becomes_much_more/

https://www.reddit.com/StableDiffusion/comments/11r26un/radius_theme_for_webui/

https://www.reddit.com/StableDiffusion/comments/11qxksp/groo_the_wandere

https://www.reddit.com/StableDiffusion/comments/11r1lkc/is_lexicaart_worthless_now/

https://www.reddit.com/StableDiffusion/comments/11qgls9/stuff_thats_in_there_sd_15_at_least_that_messes/

https://www.reddit.com/StableDiffusion/comments/11qar8l/top_1000_most_used_tokens_in_prompts_based_on_37k/

https://www.reddit.com/StableDiffusion/comments/11q5agu/consistent_animation_different_methods_comparison/

https://www.reddit.com/StableDiffusion/comments/11q72qu/always_the_same_color_of_clothes_on_the_characte

https://www.reddit.com/StableDiffusion/comments/11qamij/i_used_1700s_paintings_by_hubert_robert_as/

https://www.reddit.com/StableDiffusion/comments/11q4k1h/anime_fidget_spinners_even_more_anime_krita/

https://www.reddit.com/StableDiffusion/comments/11q4754/4k_wallpaper_cyborg_anatomy_shematics/

https://www.reddit.com/StableDiffusion/comments/11q6e4c/fixing_hands_with_openpose_hand_controlnet_stable/

https://www.reddit.com/StableDiffusion/comments/11qamun/iconic_deliberate_apron_girl_cat_model_comparison/

https://www.reddit.com/StableDiffusion/comments/11qauql/elite_encoding_visual_concepts_into_textual/

https://www.reddit.com/StableDiffusion/comments/11q4t8c/build_a_web_app_to_explore_parameters_of_you

https://www.reddit.com/StableDiffusion/comments/11qadb9/ainodes_daily_update_full_modularity/

https://www.reddit.com/StableDiffusion/comments/11qu56x/i_have_updated_visual_chatgpt_colab_with_xformers/

https://www.reddit.com/StableDiffusion/comments/11pyiro/new_feature_zoom_enhance_for_the_a111_webui/

https://www.reddit.com/StableDiffusion/comments/11pxjnn/im_really_amazed_at_the_level_of_detail_an/

https://www.reddit.com/StableDiffusion/comments/11scg0b/hassan_is_claiming_commercial_license_rights_now/

https://www.reddit.com/StableDiffusion/comments/11s2ee0/an_interesting_take_thoughts/

https://www.reddit.com/StableDiffusion/comments/11rsta3/is_it_possible_to_let_sd_to_gengerate_images_like/

https://www.reddit.com/StableDiffusion/comments/11rs48g/is_there_a_point_in_wasting_disk_space_bandwidth/

https://www.reddit.com/StableDiffusion/comments/11rpocn/google_colab_pro_experiences_for_using_sd/

https://www.reddit.com/StableDiffusion/comments/11rli4o/230308084_editing_implicit_assumptions_in/

https://www.reddit.com/StableDiffusion/comments/11re17j/if_you_could_only_keep_6_models_what_would_they_be/

https://www.reddit.com/StableDiffusion/comments/11r7q5h/psa_stable_horde_has_a_mandatory_anticsam_filte

https://www.reddit.com/StableDiffusion/comments/11r03ki/made_a_rtrippyaiart_for_all_the_ai_psychonauts/

https://www.reddit.com/StableDiffusion/comments/11qw9rn/what_happened_with_the_chilloutmix_on_civitai/

https://www.reddit.com/StableDiffusion/comments/11qvj5i/20_loras_getting_deleted_at_1200_author_deleting/

https://www.reddit.com/StableDiffusion/comments/11qpqvg/i_have_a_big_problem_to_understand_everything_in/

https://www.reddit.com/StableDiffusion/comments/11qj9bg/sd_discord_channel/

https://www.reddit.com/StableDiffusion/comments/11qczm0/i_made_the_most_simple_and_absolutely_free_ai/

https://www.reddit.com/StableDiffusion/comments/11pynjs/prompthero_alternative_need_an_alternative_fo

https://www.reddit.com/StableDiffusion/comments/11s07qa/stable_diffusion_xl_next_version_of_stable/

https://www.reddit.com/StableDiffusion/comments/11ryb8o/i_made_an_app_to_create_extraordinary_ai/

https://www.reddit.com/StableDiffusion/comments/11rct5j/i_have_updated_visual_chatgpt_colab_with_10_tools/

https://www.reddit.com/StableDiffusion/comments/11r5eq6/im_a_bit_salty_about_most_subs_banning_ai_art_so/

https://www.reddit.com/StableDiffusion/comments/11q7aho/they_put_it_in_a_museum_berlinbased_digital/

https://www.reddit.com/StableDiffusion/comments/11q5ggl/excited_to_announce_the_creatorkit_diffusion/

https://www.reddit.com/StableDiffusion/comments/11pwkadreamlike_anime_10_is_out/

https://www.reddit.com/StableDiffusion/comments/11sckza/wildcards_mod/

https://www.reddit.com/StableDiffusion/comments/11sceqp/metaldiffusion_stable_diffusion_for_intel_macos/

https://www.reddit.com/StableDiffusion/comments/11rzqdb/we_now_have_a_hf_space_for_22h_diffusion_02_link/

https://www.reddit.com/StableDiffusion/comments/11rv5cu/stable_diffusion_educational_game_for_kids/

https://www.reddit.com/StableDiffusion/comments/11rqne1/the_largest_directory_of_ai_tools/

https://www.reddit.com/StableDiffusion/comments/11rn8gt/analysis_of/

https://www.reddit.com/StableDiffusion/comments/11r7ljg/spreadai_cloudbased_solution/

https://www.reddit.com/StableDiffusion/comments/11r16o9/community_automatic1111_benchmarks/

https://www.reddit.com/StableDiffusion/comments/11qxrak/erasing_concepts_from_stable_diffusion/

https://www.reddit.com/StableDiffusion/comments/11qxh3t/post_that_helps_to_describe_explain_sampling/

https://www.reddit.com/StableDiffusion/comments/11qig1j/testing_all_artists_in_stable_diffusion_15_across/

https://www.reddit.com/StableDiffusion/comments/11qfqin/colab_notebook_for_open_source_chatgpt/

https://www.reddit.com/StableDiffusion/comments/11q8vsp/a_new_version_of_the_z_phyr_mix_checkpoint_has/

https://www.reddit.com/StableDiffusion/comments/11pxkk7/fun_with_mangled_merge_v2/

https://www.reddit.com/StableDiffusion/comments/11s8zo5/messing_with_the_denoising_loop_can_allow_you_to/

https://www.reddit.com/StableDiffusion/comments/11s6485/eli5_what_are_sd_models_and_where_to_find_them/

https://www.reddit.com/StableDiffusion/comments/11s3a44/unlock_insane_imagetoimage_consistency_with_these/

https://www.reddit.com/StableDiffusion/comments/11s0mze/check_this_out/

https://www.reddit.com/StableDiffusion/comments/11s02mx/just_a_reminder_that_there_is_a_new_remove/

https://www.reddit.com/StableDiffusion/comments/11rrzs4/midjourneys_merge_feature_now_in_stable_diffusion/

https://www.reddit.com/StableDiffusion/comments/11roa1my_simple_workflow_regiment_to_maximize_playing/

https://www.reddit.com/StableDiffusion/comments/11rn80g/if_your_4070ti_is_only_50_faster_than_a_2060_do/

https://www.reddit.com/StableDiffusion/comments/11rl0sz/integrating_an_aipowered_image_generator_into/

https://www.reddit.com/StableDiffusion/comments/11res4j/for_those_having_difficulties_installing_zoom/

https://www.reddit.com/StableDiffusion/comments/11rdx4a/xyz_plot_where_each_cell_has_a_unique_seed_and_is/

https://www.reddit.com/StableDiffusion/comments/11r4lwf/minimal_example_of_running_sd_on_aws_using_ec2/

https://www.reddit.com/StableDiffusion/comments/11r2ajh/guide_how_to_install_controlnet_with_sd_web_ui_on/

https://www.reddit.com/StableDiffusion/comments/11r2ahv/textual_inversion_character_from_one_image/

https://www.reddit.com/StableDiffusion/comments/11qtg03/practically_designed_for_impractically_cool_poses/

https://www.reddit.com/StableDiffusion/comments/11qn7fi/a_prompt_set_worth_giving_a_try/

https://www.reddit.com/StableDiffusion/comments/11qfjfi/gen1_video_to_video_tool_were_getting_there/

https://www.reddit.com/StableDiffusion/comments/11qf8on/animate_any_ai_image_using_video_or_blender_rig/

https://www.reddit.com/StableDiffusion/comments/11qeycm/just_learned_how_to_free_600mb_extra_vram_for_sd/

https://www.reddit.com/StableDiffusion/comments/11q6jtn/1_click_avatar_creation_how_to_transfer_the_style/

https://www.reddit.com/StableDiffusion/comments/11q3rad/minor_work_to_give_ai_that_sparkle/

https://www.reddit.com/StableDiffusion/comments/11scta3/any_detailed_guide_on_how_to_train_style_loras/

https://www.reddit.com/StableDiffusion/comments/11sbxcs/concept_grouping_in_prompts/

https://www.reddit.com/StableDiffusion/comments/11s9zpc/how_much_of_a_difference_there_is_between_a/

https://www.reddit.com/StableDiffusion/comments/11s9i3z/sdui_why_would_i_want_to_include/

https://www.reddit.com/StableDiffusion/comments/11s7upi/merging_2_checkpoints_for_including_2_specific/

https://www.reddit.com/StableDiffusion/comments/11s6sih/issues_with_the_final_product_of_a_trained_model/

https://www.reddit.com/StableDiffusion/comments/11s4yfk/creating_an_image_that_consists_only_of_text_sort/

https://www.reddit.com/StableDiffusion/comments/11s3crj/every_download_on_civitai_is_a_safetensors_file/

https://www.reddit.com/StableDiffusion/comments/11s2tuv/how_to_generate_sample_preview_images_during/

https://www.reddit.com/StableDiffusion/comments/11s2sax/i_dont_know_how_any_of_this_works/

https://www.reddit.com/StableDiffusion/comments/11ryv6m/please_explain_why_we_need_dedicated_offsetnoise/

https://www.reddit.com/StableDiffusion/comments/11rwgyo/guide_to_taking_pictures_for_training/

https://www.reddit.com/StableDiffusion/comments/11rtcsd/why_do_we_need_hiresfix/

https://www.reddit.com/StableDiffusion/comments/11rtbpt/so_whats_best_practices_these_days_to_suppress/

https://www.reddit.com/StableDiffusion/comments/11rrxt2/how_do_i_make_an_object_isolated_on_a_white/

https://www.reddit.com/StableDiffusion/comments/11rr6qz/is_there_any_way_we_can_control_the_perspective/

https://www.reddit.com/StableDiffusion/comments/11rpz5is_i2i_input_image_potentially_be_leaked/

https://www.reddit.com/StableDiffusion/comments/11rd2dis_it_possible_to_sd_upscale_using_clip/

https://www.reddit.com/StableDiffusion/comments/11rc2kk/can_textual_inversion_actually_provide_good/

https://www.reddit.com/StableDiffusion/comments/11rbq7p/stable_diffusion_trust_and_security/

https://www.reddit.com/StableDiffusion/comments/11rbada/what_the_hell_is_a_loconloha_model/

https://www.reddit.com/StableDiffusion/comments/11rae8d/model_sampler_colab_notebook/

https://www.reddit.com/StableDiffusion/comments/11r968e/can_you_generate_the_same_picture/

https://www.reddit.com/StableDiffusion/comments/11r964m/load_2_models_at_the_same_time/

https://www.reddit.com/StableDiffusion/comments/11r57hg/noob_question_about_removing_jewelery_via/

https://www.reddit.com/StableDiffusion/comments/11r11eu/is_there_a_way_to_train_a_lora_more/

https://www.reddit.com/StableDiffusion/comments/11r0mb1/gpu_factors_to_consider_when_building_pc_for_sd/

https://www.reddit.com/StableDiffusion/comments/11r02cv/concentrating_embeddings_hypernetworks_loras_to/

https://www.reddit.com/StableDiffusion/comments/11r010z/what_happened_while_i_was_gone/

https://www.reddit.com/StableDiffusion/comments/11qzsaw/are_there_any_recommended_ways_to_organise_you

https://www.reddit.com/StableDiffusion/comments/11qwghj/there_is_no_good_tutorial_for_training_characters/

https://www.reddit.com/StableDiffusion/comments/11qv956/midjourney_or_stable_diffusion_as_a_beginne

https://www.reddit.com/StableDiffusion/comments/11qqc55/i_would_like_to_ask_for_som_help_i_use_amd_gpu/

https://www.reddit.com/StableDiffusion/comments/11qpb7z/how_do_i_use_stable_diffusion_on_mac/

https://www.reddit.com/StableDiffusion/comments/11qoxb5/find_it_hard_to_tune_my_prompt_for_more_than_2/

https://www.reddit.com/StableDiffusion/comments/11qntpl/different_results_using_the_same_parameters_on/

https://www.reddit.com/StableDiffusion/comments/11qmftl/about_lora_training/

https://www.reddit.com/StableDiffusion/comments/11qlr23/4090_or_4080_new_ram/

https://www.reddit.com/StableDiffusion/comments/11qjyju/how_can_i_make_an_image_with_2_character_lora/

https://www.reddit.com/StableDiffusion/comments/11qjn4o/prevent_prompt_bleed/

https://www.reddit.com/StableDiffusion/comments/11q7ynz/no_nvidia_card_but_i_do_have_2tb_of_gdrive/

https://www.reddit.com/StableDiffusion/comments/11q5wa2/how_can_improve_blurry_photos/

https://www.reddit.com/StableDiffusion/comments/11q5q1i/wool_effect_automatic_1111/

https://www.reddit.com/StableDiffusion/comments/11q4ibp/can_someone_point_me_a_tutorial_on_how_to_make/

https://www.reddit.com/StableDiffusion/comments/11q3sc4/what_to_use_for_a_retro_style/

https://www.reddit.com/StableDiffusion/comments/11q3gvh/attempting_to_use_textual_inversion_to_teach_sd_a/

https://www.reddit.com/StableDiffusion/comments/11q145l/why_is_webui_and_kohyas_gpu_usage_so_low/

https://www.reddit.com/StableDiffusion/comments/11pz7xs/tips_for_image_refinement/

https://www.reddit.com/StableDiffusion/comments/11px6j5/adding_custom_training_on_top_of_existing_models/

https://www.reddit.com/StableDiffusion/comments/11pw3v8/where_da_hell_do_people_get_hands_on/

https://www.reddit.com/StableDiffusion/comments/11pvk8e/how_to_reduceremove_ai_face_glow/

https://www.reddit.com/sdforall/comments/11s4oh9/chatgpt_inside_a1111_possibly_get_gpt4_working_if/
-----------------------------------------------------------------------------
Question: I am considering making changes to reduce the number of posts with flair "Question" that I process in order to save time. In the comments, please tell me an estimate for the average number of posts with flair "Question" that you find useful in a typical one of these posts.
submitted by Wiskkey to u/Wiskkey [link] [comments]


2023.03.20 21:28 sccrthguk884 Transfer stuck or lost? 100k!

Hi. I’m hoping someone can advise because I have a huge level of anxiety. So this happened in Jersey, Channel Islands. I already had one account there (Bank 1) I opened a second account there (Bank 2). Both accounts are in EUR. on 13th of March I transferred my 100k from Bank1 to Bank2. Both accounts in my name. All codes were correct (copied + pasted from account 2) except that instead of putting my name I put my account name. In any case when it got to Bank 2 the next day it was “cancelled” as they say. This where my odyssey started
I have no idea what is happening. Bank 1 says money is not with them and they said on Thu that they sent a SWIFT message to Bank 2 to confirm recipient name (my own). Bank 2 acknowledged. When I call bank 2 they keep saying the money was sent back. Nothing is showing up in my Bank 1 account. I suspect maybe the actual customer service of Bank 2 can’t see everything? I don’t know. Sure as hell it’s been one week, it’s 100k and I’m killing myself with anxiety
I can’t sleep eat nothing. I’m so terrified I’ve lost the money. The banks are being horrible with one of the customer service person telling me earlier “what are you on about?”. No joke. These were my parents money and I keep blaming myself because I didn’t take care of it. I cry and cry and cry. Not sure what to do. No one is helping except that they gave me this UETR number or whatever it is but can do jack with that at the moment
Shall I try to go for a lawsuit? I have no idea what to do because I’ve never had this before and not sure how to deal with it. All I know is that it’s killing me
submitted by sccrthguk884 to Banking [link] [comments]


2023.03.20 21:26 rush_dar Wonders

Wonders
The cloud up high, with a wandering eye,
looks down below at the passerby.
The cloud wonders what it would be like,
To be that man, walking by its side.

To wander the earth, with feet on the ground,
To feel the breeze and hear the sound.
Of nature's beauty, up close and personal,
To be a part of life's constant rehearsal.

The man below, with his head, held high,
looks up at the cloud floating in the sky.
The man, too, wonders what it would be like,
To be that cloud, so free and light.

To drift and float, with the wind as a guide,
To see the world from way up high.
To be a part of the endless sky,
And watch the world go by.

But as they both gaze with envy and awe,
They realize their differences and their flaws.
For the cloud must follow the wind's command,
While the man can go where he sees fit to stand.

And so, they both embrace their unique place,
And admire the beauty of each other's space.
Though they're different, they're both wonders
of nature's magic and life's great splendor.
submitted by rush_dar to Poem [link] [comments]