Acoustic propagation. I design large format PA systems and as a result need to know both how to make sound and stop sound at a large scale. It is entirely possible and actually relatively easy to be super precise with where sound goes or doesn’t go. The problem is cost.
Noticed you haven’t been getting any feedback on this. That’s probably a good thing right? ;)
How do I subscribe to acoustic propagation facts?
Just message me, you’ll get some!
So a lot of people are aware of active noise cancellation that you find in headphones nowadays, that works in large scale as well. The first time that type of technology was used was in the greatful dead’s wall of sound. The problem is it’s expensive to do large scale.
Just say it out loud. He’ll find you.
For some reason I remember a lot of ANSI terminal escape codes. They were used all the time on DOS machines, and work in a similar way on Unix terminals.
I like the bell one. It’s useful to print a few of those at the end of what you expect will be a long program run to get your attention when it’s done.
It’s a good idea, although some terminals will pause output when they play the sound. I always disable any sound from my terminal anyway, because computers should be seen and not heard. 😆
Oh interesting. I tried turning off sound and now ctl-g flashes the terminal instead. (Fwiw I’m using the built-in terminal on a Mac.)
Alt + 0232 to 0234 for my French fam.
They don’t work on windows terminals?? I only use the color ones but I will be devastated if it turns out they only work in Linux.
I’m not sure since I haven’t really used Windows for 20 years or so. I don’t think though, since there are separate CURSES libraries for Windows which don’t operate using escape sequences.
I can read and write using the Standard Galactic Alphabet from the Commander Keen series
I’m a professional fire/sideshow performer and certified freak. I know a lot about things that are weird, morbid, or dangerous. I also have a split tongue and love to show it off. I’m fun at parties :)
Ask me anything I guess?
I also have a split tongue and love to show it off. I’m fun at parties :)
Is this your way of flirting?
I have a partner so not really? If anything it made dating harder because people are scared of it and I was always upfront about it. Other freaks love it however, as do dentists lol
Why do dentists love it?
It’s unusual but rather harmless. They see the same shit day after day, so they’re fascinated by it.
How dangerous are these fire shows for the performers?
Incredibly, but good fire performers are insured professionals for a reason. In addition to the obvious dangers of burns and fire spreading, fire eaters and breathers risk chemical pneumonia. Sword swallowers risk permeated stomachs.
I’ve always wanted a split tongue. Does it make a difference when it comes to eating ass/lickin clits/penii?
Hard to say since I’ve had it since 2017. It still functions the same as a regular tongue but has additional features so make of that what you will. Fwiw I’m a gay woman.
Imagine a Venn Diagram with three circles:
Ships and their electronics
Linux servers
Industrial roboticsI’m in the middle where all of those intersect. Pays well.
A ship, a Linux server, and an industrial robot enter a bar.
…and the bartender asks: “Is my geophysical survey data ready yet?”
And the industrial robot asks: “Why does a bartender need geophysical survey data?”
Not my question to ask. Whoever pays for the survey gets the data.
Sounds like this man is about to hack a Gibson
A really painful type of coordinate transformation I once had to develop to try and shed some insight on Hawking radiation near black holes.
Unfortunately the results were fucking ugly and I gave up trying to understand them, largely due to the fact that except under very specific circumstances they’re basically impossible to calculate (you get something similar to divide by zero errors).
Nice case:
Not nice case:
There was a ton more related stuff I could have spent a PhD working on, but life didn’t really allow it (and frankly I’m okay with that, I’m actually doing enjoyable stuff for the first time in my life instead of fighting my brain).
Are you a post-doc now? If so, congrats! If you dont mind me asking, what exactly was your research about (not a physics/mathy person so ELI5 would be appreciated)
Nah, I never even started a PhD mostly due to financial circumstances. But I’ve since realised I kinda hated academia because of untreated ADHD lol. I may go back to it one day after I’ve got treatment sorted but I really doubt it, I found my passion in music instead.
I’ll try and ELI5 haha. Think of a black hole like a battery, stuff falls in to charge it and then it discharges by tickling empty space into creating particles. The problem is that the particles it creates seem to be random, which means it acts like a big delete button for the stuff that fell inside. Due to quantum stuff, this shouldn’t be possible, so some process could exist to encode the information about the original stuff onto the particles that leave the black hole. Importantly this doesn’t actually mean the particles that leave have to be the same as what fell in, you just need to able to look at them and then reconstruct it. Kinda like if you scrambled a book in a way which makes it look random, but is actually a secret code that still has the whole story contained inside.
My research was to look for that information being written on the particles leaving the black hole, basically by comparing how space and time outside the black hole changes over time and seeing what it does to the tickling.
Holy shit that’s insanely cool actually. But yea academia does get kinda ridiculous sometimes, I’m glad you found your passion for music instead!
I can look at a blueprint (top, front, and side views) and imagine the object in 3D. This is probably why I find topo maps easy to read as well.
I didn’t know this skill was that niche until pretty recently
I want to learn how to read blueprint. Not to be professional, just to add it in my général knowledge toolbox. Do you know some online ressources I could start on?
I do not know of any resources. This isn’t something I practiced, it’s just something I can do.
Good for you. I can’t read a blue print, let alone imagine the 3D object out of it.
I know how RuneScape’s bot detection works, and currently have an OSRS account that’s nearly maxed from nonstop botting over the last 6 months
Edit: I’m so confident (or maybe stupid) I’ll even share my progress: https://secure.runescape.com/m=hiscore_oldschool/hiscorepersonal?user1=nk best k
I don’t know how to articulate an answer to this right now, but I wanted to say that this was a great question, OP — there’s some really cool answered here
I am terrified of your ineffebale, unspeakably niche eldritch knowledge that is so arcane as to be impossible to articulate in human language. I ask only that you let me and my family live when you rise to power as a Dark Lord. We are good followers.
I got way too hard into the Minecraft anarchy scene so I’ve got knowledge that even Minecraft fans find abhorrent.
Setting up bots and automation, using server exploits to hunt for hidden bases, exploiting item duplication glitches, and of course using cheat clients. I’ve even written a few hacks for a private client my group used to make.
If you need an expert on the long-discontinued Motorola 96002 digital signal processor, I’m your guy! I wrote an entire graphical operating system in its assembly language and still need to maintain it from time to time, so my skills remain sharp.
thats insane and really cool! what got you interested in that specifically?
Well we built some instrumentation around it at work back in the 90s and still use it today. It was ahead of its time. It had hardware loops, a hardware call stack, hardware circular buffer addressing, and a DMA controller. In one instruction, you could do 2 FPU operations and a memory move with a DMA transfer going on in the background. It was an insane architecture. And it could handle 3 separate memory spaces, so even though it’s a 32-bit chip, you could access well over 4 GB of RAM.
The best thing about chips of that era though is you could tell ahead of time exactly how long your code will take to execute. Like you just type numbers into a spreadsheet and add up the instruction cycle counts. That kind of analysis is hopeless these days, but it informed the design of the instrument. More recently, we’ve been looking at RISC-V for a newer generation, but it’s harder to predict ahead of time how it will perform?
I know how you feel, I once made the Kessler run in under twelve parsecs myself.
Whatcha coding that needs to be so precisely timed? Something nuclear? I heard once that nuclear plants have something called real time operating systems that allow for that type of timing prediction.
I can’t say too much about it but we’re in the mining sector.
And yeah, if I had to do it all over again from scratch, I’d definitely be looking at a real-time OS. There just weren’t many options back in the day besides coding it all yourself. Even now, I’d have to benchmark the OS to see what its latency is actually like? We had it down in the microseconds range with our custom OS but if it’s more like milliseconds with an off-the-shelf OS, for example, that would change the whole ball game.
super interesting read. thanks for your time!
I’m able to identify a lot of music from the first beat / note. But only music that I know, which doesn’t include a lot of mainstream pop.
- I am a beast at movie and tv themes
- I’m very good at guessing boardgames from just very few clues (bu i think that part of that skill is that people who ask usually don’t ask for the deep knowledge)
- I have a triggerable wealth of knowledge about random trivia facts. During some conversations i will just randomly remember something related to the current topic and then spout it. My goto fact when someone asks me to give some random trivia is that alpaccas have a set of razor sharp teeth between their molars that they use mainly to bite off other alpaccas testicles
I’m very good at guessing boardgames from just very few clues (bu i think that part of that skill is that people who ask usually don’t ask for the deep knowledge)
Antique collectors stealing from other antique collectors. Go!
Oh hey i just discovered my lemmy app has notifications.
Uhm maybe “Hoity Toity” aka “Adel verpflichtet” in my native language and the name Tom Vasel prefers?
I have a lot of niche knowledge about specific issues relating to different brands/models of laptops and phones. it’s very rare I find an issue I can’t diagnose within an hour with prior knowledge. ask me anything I suppose?
oh, also, I happen to know that Ohio is the only state that doesn’t share a letter in common with the word mackerel. works for the territories too. doesn’t really get more niche than that.
My laptop doesn’t work underwater. Is it the brand of charger?
e: Nevermind I pulled it out and it’s still not working. Must have been a coincidence unrelated to the water.
hmm, sounds like a classic PEBKAC error.
God no, my chair hasn’t worked since the catapult incident
I am an expert on disaster response preplanning for hospitals and have basically read every English, German and Italian publication on that matter. Sadly that does not pay well…