![]() |
FAQ/Help |
Calendar |
Search |
#51
|
|||
|
|||
Quote:
MP3 format insults my Sennheiser HD 598s. Go Loseless FLAC or go home. P.S sorry I haven't been contributing to this thread much lately, been too busy with life to put in the time to add any quality content. I will have to do something about it soon ![]() |
#52
|
||||
|
||||
Do you think the sound sucks or something else about it? If all my Mp3s were loseless I would need three times more space on my hard disks for everything, at least 3 teras. Its easier this way. And Im comfortable with the sound.
No need to apologize, stop by anytime you feel like... |
#53
|
|||
|
|||
Quote:
What I am strongly considering doing in the future as time allows is purchasing some extra hard drives and configuring a RAID 5 storage array either on my gaming PC or on a secondary PC that I throw together to serve as a personal cloud server to store my music and videos for me to stream on the go. |
#54
|
||||
|
||||
Thats sounds cool darkness. I am more minimalist for something like that. Would be happiest if tablets were functional as laptops...
6 days to wikitribune: https://www.wikitribune.com |
#55
|
||||
|
||||
Apparently, it’s a common practice in Russia for Orthodox priests to bless server rooms and other technology equipment. So, it won’t be wrong to assume that priests might be really called in upcoming days to bless the computers once again.
https://fossbytes.com/russia-spray-h...-wannacry-fake |
#56
|
||||
|
||||
How come I never posted fear factory here? It should have been the first thing
done: Assume that you know my thoughts (All I want to do is see) Infect me with your disease (Tapping away on the keys) Change your face in front of me (Safe behind the cyberscreen) Wishing that you knew the truth (All I know is what I read) |
#57
|
||||
|
||||
snowcrash audiobook:
https://en.wikipedia.org/wiki/Snow_Crash -Who worshiped Asherah? -Everyone who lived between India and Spain, from the second millennium B.C. up into the Christian era. With the exception of the Hebrews, who only worshiped her until the religious reforms.... -I thought the Hebrews were monotheists…. -Monolatrists. They did not deny the existence of other gods.... Asherah was venerated as the consort of Yahweh. -I don't remember anything about God having a wife in the Bible. -The Bible didn't exist at that point. Judaism was just a loose collection of Yahwistic cults, each with different shrines and practices. |
![]() Werewoman
|
#58
|
||||
|
||||
Idle coding with python ended with idle combinatorics. The code just outputs combinations of numbers inside combination of sets. All packed in a square. I love squares. And circles. And triangles.
Code:
#!/usr/bin/python## dict = {0, 1, 2, 3} dic = {1, 2, 3, 4}# di = {2, 3, 4, 5}## d = {3, 4, 5, 6}### print dict, d, di## print dic, di, d### print di, dic, dict print d, dict, dic# |
#59
|
||||
|
||||
...continued:
circle = consciousness; control structure square = matter; variable triangle = light; function https://en.wikiversity.org/wiki/Control_structures https://en.wikiversity.org/wiki/Prog...ogic/Variables https://en.wikiversity.org/wiki/Pyth...ming/Functions |
#60
|
||||
|
||||
Can one mathematical model explain all patterns in nature?
|
#61
|
||||
|
||||
Isn't it called The Golden Ratio?
__________________
![]() You're only given one little spark of madness. You mustn't lose it. ~ Robin Williams Did you exchange a walk on part in the war for a lead role in a cage? ~ Pink Floyd |
#62
|
||||
|
||||
I think the golden ration is one expression of something more subtle. I will have to watch this video again, I was to mind crowded today. I remember something about the mechanism by witch stripes(ones) and voids(zeros) are formed in biology.
|
#63
|
||||
|
||||
Binary is everywhere, you just have to know how to look. Very subtle.
![]()
__________________
![]() You're only given one little spark of madness. You mustn't lose it. ~ Robin Williams Did you exchange a walk on part in the war for a lead role in a cage? ~ Pink Floyd |
#64
|
||||
|
||||
Outputs the infinite loop of up and down tetractys. It looks simple but it was a real struggle finding all the right methods and ingredients:
https://wiki2.org/en/Tetractys Code:
#!/usr/bin/python import time while True: print " ." time.sleep(1) print " . ." time.sleep(1) print " . . ." time.sleep(1) print ". . . ." time.sleep(1) print " . . ." time.sleep(1) print " . ." time.sleep(1) print " ." time.sleep(1) |
#65
|
||||
|
||||
Tetractys in poetry...
Friend Of mine For always Deep minded soul More interesting than he'll ever know.
__________________
![]() You're only given one little spark of madness. You mustn't lose it. ~ Robin Williams Did you exchange a walk on part in the war for a lead role in a cage? ~ Pink Floyd |
![]() bearguardian
|
#66
|
||||
|
||||
#67
|
||||
|
||||
Outputs the infinite random genetic code sequence.
https://www.sciencedaily.com/release...0525085123.htm Code:
#!/usr/bin/python import random import time a = "U..........@" b = ".........................C" c = "......A......@" d = "..........G" e = "......@" f = "........@" while True: print random.choice([a, b, c, d, e, f]) time.sleep(1) |
#68
|
||||
|
||||
FREAKY!
|
#69
|
||||
|
||||
__________________
![]() You're only given one little spark of madness. You mustn't lose it. ~ Robin Williams Did you exchange a walk on part in the war for a lead role in a cage? ~ Pink Floyd |
#70
|
||||
|
||||
“It is as if the brain reacts to a stimulus by building then razing a tower of multi-dimensional blocks, starting with rods (1D), then planks (2D), then cubes (3D), and then more complex geometries with 4D, 5D, etc. The progression of activity through the brain resembles a multi-dimensional sandcastle that materializes out of the sand and then disintegrates,” he said.
Scientists Discover a Neurological Multiverse - disinformation |
#71
|
||||
|
||||
cool:
|
#72
|
||||
|
||||
Mozilla Is Giving $2 Million For Ideas On How To Decentralize The Web;
https://fossbytes.com/mozilla-contes...-web-apply-now |
#73
|
||||
|
||||
#74
|
||||
|
||||
![]() |
![]() bearguardian
|
#75
|
||||
|
||||
Cool PCB art!
__________________
![]() You're only given one little spark of madness. You mustn't lose it. ~ Robin Williams Did you exchange a walk on part in the war for a lead role in a cage? ~ Pink Floyd |
![]() 88Butterfly88
|
Reply |
|