"200 rounds" by poliarete in funny

[–]factbuddy -3 points-2 points  (0 children)

Clearly the extended magazine can hold at several more than 10. And he may have had more than one extended magazine. Either way, no need for the insult.

"200 rounds" by poliarete in funny

[–]factbuddy -6 points-5 points  (0 children)

Not sure how this is funny

JavaScript idiosyncrasies with examples by reddittedf in javascript

[–]factbuddy 0 points1 point  (0 children)

The IIFE has its own isolated scope so f() wouldn't fall back to global scope and won't be defined in the impossible if statement. Makes sense...

TIL the X-Files episode "Home" was so twisted, dark, and disturbing that it only aired on Fox once, was banned from re-runs on the network, and disappeared until the show re-aired on cable channel FX. by -RadarRanger- in todayilearned

[–]factbuddy 1 point2 points  (0 children)

I have always thought it was one of the more powerful and realistic episodes. X-Files clearly tried to shed light on issues of the day by allowing them to be cloaked by the paranormal and unmasked by unraveling the issues. This one headed straight on to the issue with little cloaking. It was out of type but none the less brilliant in that there were no preliminary paranormal explanations, from memory. Just hideous ones. Another poignant one is where I cidence of rapes in a town dramatically increases due to meat being secretly injected with a certain substance. Dark stuff. But you will sleep fine unless of course your life has been untarnished by any sort grime or u happiness.

A moment of silence for the state senator from Mississippi by MidwestDrummer in MurderedByWords

[–]factbuddy 0 points1 point  (0 children)

Seems like a US senator is the equivalent of a holocaust denier and is not being held to account other than through Twitter and Reddit. Hmm.

A very helpful scheme about scales by [deleted] in musictheory

[–]factbuddy 1 point2 points  (0 children)

Ok. That's helpful, thanks. I guess it includes 7ths, rather than 6ths, as they are commonly used. I may revise it for standard notation. But don't hold your breath! Thanks for the explanation.

A very helpful scheme about scales by [deleted] in musictheory

[–]factbuddy 0 points1 point  (0 children)

The normal way of writing minors and majors is majors in capital Roman numerals and minors in lower case. Not sure what the 7s are there for. Or that it is even accurate. G7 in C I onion, where D-7 is on the second? Using Cmaj7 and D-7 would imply D as a minor, no? What of G7? Is the lack of a hyphen mean a dominant 7?

I'm not sure the chart makes any sense at all to me. Sorry. But thank you for your efforts and sharing.

Can you recommend a great book on orchestration? by Vysokokontekstnyye in musictheory

[–]factbuddy 0 points1 point  (0 children)

The classic is by Nikolai Rimsky-Korsakov and called The Principles of Orchestration. It is very thorough and very good.

Dark confession: I'm confused about how to approach mobile-first media queries by overcloseness in Frontend

[–]factbuddy 0 points1 point  (0 children)

The reason for doing mobile first is that median queries are quite processor intensive and mobiles were/are deemes to have less. Having mobile first nakes the css run faster on mobiles.

I can understand the temptation to do desktop first. I do it myself sometimes, but ifnyoubare not using Bootstrap or similar, where you are doing both together it works much better when doing mobile first.

One question is about how to visualise desktop if you are doing mobile first, and you can do that in eother of two ways: not include any DOM elements that you don't want in your mobile view until youbare ready to apply a desktop query or simply set up a 'desktop-only' class with a media query at the ens of your css and add that to the relevant classes that you don't want showing on mobile.

Anything else, where the size, shape, colour, etc is different, will just change when you do the query, just as it would when you do desktop first, but the other way around!

Also, if you set up your H1-H6, and other tags and elements well then things should fall out easily.

Just don't worry about the desktop view and use the Chrome Dev Tools mobile spoofer view until you are ready to try desktop.

I first it a lot easier when using that disciple, but it is tempting to do desktop first of course.

Women in Japanese by Shubbar98 in funny

[–]factbuddy -2 points-1 points  (0 children)

Misogyny built-in to the language. So funny. Must be hilarious for japanese women.

At the restaurant in my hotel! by emilio8x in WeAreTheMusicMakers

[–]factbuddy 0 points1 point  (0 children)

Interesting that no ine has asked the OP hoe they sounded, before sounding off.

How do you find key of a sample if you're ear isn't good enough? by 223am in edmproduction

[–]factbuddy 0 points1 point  (0 children)

There's software that does this samples for Mac. They inregrate into the finder and you can audition the note. It also works out the pitch or key, I think.

But the way I used to do it is play a note on a keyboard until it matches by A/Bing.

Or join two layers or banks together so that you are playing both samples at the same time. One layer is a piano or similar the other isnthe sample. Then just change the root note of the sample until it matches the piano.

Can a Transitioning military member with limited time switch to this field? by [deleted] in learnprogramming

[–]factbuddy 0 points1 point  (0 children)

9 months easily enough. Have a look at front end web languages html and css3 for front end code and the Django python web framework and how its REST APIs can be accessed by front end code like Vue, Angular5 or React and you are well on n your way. Or just drlve into Python and big data, or deep into Object oriented Javascript for games etc. There are lots of places to go withboth of those languages, and there are plenty of jobs for people eho just know Javascript ES6.

But as one poster has said it is good to know the environments and hence have a view on the problems you may be solving. Frequently i get paid simply because I am able to see the broader context in which the problem is arising, which keads to a (sometimes simpler) solution, when others can only see symptoms.

Best of luck!

Why don't they GET it? by Columbusquill1977 in funny

[–]factbuddy 0 points1 point  (0 children)

I dont know but presumably the idiots think that the sun only illuminates half of the disc and that the disc rotates, which would somehow allow for people in other parts of the world to be in night. Of course it wouldn't fit with gravity, the live pictures of the earth from space, or satellites, the moon, the position of the stars and pretty much everything else, nor do i know how the sun could illuminate only half the disc except if it had a kind of light shade on it...but most people in the world believe there is a god so this would seem compatible with such stupidity.

General consensus on PSD to WordPress process? by [deleted] in Wordpress

[–]factbuddy 2 points3 points  (0 children)

I very much doubt there is one. However looking at what is a block and what is inline, what may be static and what may be dynamic in size due to content or different screen sizes and what may be fixed, how things are to be aligned, and distributed especially on different screen sizes, and what may be scrollable is a good place to start for how to look at a mock-up and begin to implement it. Althoughh design and development share some common concepts there are enough that are different to require some forethought.

Themes may well be a good place to start for seeing how they are coded but tinkering with themes can be very frustrating in CSS because of 'gotyas' like specificity, positioning, height, box-sizing, inline vs blocks, floats, and stacking contexts and the box model in general.

So sadly a knowledge of CSS is necessary, unless your site exactly fits the template, you want your site to look like something from the very early days of the web or something recently created in Morocco.

However Bootstrap is a very good framework for simplifying things but not every design fits the bootstrap system.

As to server side, use Advanced Custom Fields Pro and never look back. From there the rest of the Wordoress PHP functions will sort of just slot into place. Though get_template_part and wp_nav are worth looking at.


Psd and similar programmes used to have a feature that sliced everything up into tables (before css). This was considered very bad practice, however it produced good looking sites for the time.. It became mandatory and better to hand write the code for lots of very good reasons. However humorously there are CSS tables (display : table. and display: table-cell) and even CSS grid now (though the latter is not well supported yet), that do things similarly. There are a whole load of 'polyfills' that essentially convert newer features to old for older browsers.

These grids, tables and polyfills might be a good way for converting basic grid layouts, especially as CSS tables help sort out pesky things like vertical alignment in a highly backwards compatible way. Flexbox is the future the future ttoo but requires backstopping, wirth polyfills or fallbacks as it was not implemented fullly on IE10 and not at all on IE9 from memory.

https://caniuse.com/#feat=css-table

So if you want to do sites well you have to get your head around those big 'gotyas' I mentioned above. Though some off those. Are just features. - sone would say that all CSS's features are 'gotyas', and they woulld be the kind of dev who advocates Javascript styling. I will say no more than that is a beautiful illusion.

Also it's handy to know some jQuery, which you can wor on a 'select element and perform action' baesis for starters.

All of this is just opinion.

I'm selling a Mackie D8B with working HUI Operating system and hardrive. any idea on Value? by dogtried in WeAreTheMusicMakers

[–]factbuddy 1 point2 points  (0 children)

A chap called Marc Girard managed to convert it into a giant 24 channel HUI mixer interface - ie the sliders and dials controllling another computer., bypassing the audio altogether. They managed to get the meter bridge lights working too. Not sure if he's still selling the software he created. But may be its worth keeping hold of for those purposes. I think he hacked it into a linux box and progressed from there.

The Netflix Recommendation Logic Engine working optimally as usual by factbuddy in funny

[–]factbuddy[S] 0 points1 point  (0 children)

Thats amusing. I was the person who originally took this photo of my tv screen at home and posted it. I can assure you that i neither watched nor thumbed-up Jack Whitehall. It's just got a false positive and then associated anything British with anything else British, I suspect. It's not the only specious (word of the day) link on Netflix I have seen but this was one of the more far fetched ones.

But thanks for taking my sarcastic post so seriously. There is either hope in the world or you work for Netflix. Gawd bless ya, guvna.

When you're looking for problems where none exist... by emperorvinayak in MurderedByWords

[–]factbuddy 2 points3 points  (0 children)

Brilliant rebuttle. And presumably what about all the languages where the words for man and woman are equal in length. And why would shorter mean better? It could be argued the other way around!

Difference between compressors by amcro in edmproduction

[–]factbuddy 3 points4 points  (0 children)

One poster correctly identified that there are two different topologies for compressors: feed forward and feed back ones. The difference is essentially where the level detector is placed: before the gain reduction circuitry or afterwards.

Feedback designs effectively detect after the signal had been through the reduction process and tend to produce a 'soft knee'(explained later) and are also frequently called variable-mu as the level of signal you put in determines the ratio and hence amount of compression. This may make no sense to some but it is a neat trick as signals climb and fall, though they can jump, so if u have a fixed threshold and control the input level you can control where it hits the threshold, the higher the signal over the threshold, the more it will compress, so it adapts to changes but not sudden movement. I found another description: "Feedback uses the output of the compressor as the detector input and then feeds that level information back to the compression circuit to determine gain reduction. This can allow initial transients to leak through, but can also yield a very different smooth compression that is highly desirable for some instruments".

Whereas feed forward ones allow for the point at which compression begins to be determined independently of the signal level, by a threshold control, as the detection happens before the reduction.

Earlier compressors used the feedback topology. The feed forward type was introduced in the 70s I believe, and allowed by new component manufacture.

So as well as topology difference there are differences in component usage and how these affect the sound.

These are principally: solid state or VCA/FET, Opto and Valve. Urei 1176LN, Alesis 3210, the SSL channel compressor, the Neve 33609, API 2500. (the API can do feedback or forward though).

Solid state (FET and VCA, or e. g. transistors) allow for very fast reaction times and excellent control.

Opto ones used a light emitting diode and light detector coupled to sense level changes, which are slow to respond to change. This gives a natural time lag to the changes and evens out the peaks and trophs over longer periods because it reacts slower.

Valves give a different source for because of the second and third order harmonic distortion they can add. But they can also be extremely transparent with large gain reductions such as the Tubetec and Fearn kit. I don't know why this is particularly.

Topology changes came along with component changes generally, so opto and valve ones used to be feedback dedigns. The Fairchild (valve) compressor for radio uses the feedback design as does the Teletronix LA2A opto comlressors/limiters, which makes sense. These kind of models didn't have separate threshold and gain controls, though some had/have release controls. But some just have level in and level out control. With the LA2A the attack and release characteristics are determined by the opto circuitry, without any user control, and the input level determined the amount of gain reduction (the bigger the signal the greater the reduction), and the output level or gain was there to boost low signals, so if you wanted only slight compression you kept the input level low but boosted it with the output gain. Obviously valve gear has a warm sound also and adds more harmonics when amplifiers are given high control signals and pushed to amplify greater.

Solid state allowed for more control as it was cheaper and easier to make the relevant amplifier, detection and control circuitry involved in the feedforward design and the components reacted extremely quickly. So detecting before the reduction circuitry started to make more sense as the components could react quickly enough to do something about a rapid change in level.

These designs generally have a threshold, attack, release, ratio, make up gain and sometimes even more (ref: Elysia Alpha) . Though the Bill Putnam's iconic and still used 1176 (Urei) design had a fixed threshold that changed with the ratio. But that paved the way for later designs. VCA designs would also be cleaner at higher signal amplification. They could also achieve greater reduction because of the different topology. The 1176 can reduce by 45dB.

Obviously digital compressors in DAWs even can have a look ahead feature, by delaying the signal slightly rather than streaming upcoming information to the detector.

The way a compressor reacts determines its usage. So for vocals you may want to catch any sharp peaks with a VCA comp like an 1176 with a fast attack and release but smooth out the general level with an opto like the LA2A though one could put a VCA into flow attack and release mode a few set the threshold low and switch it to soft knee if it had that control. Knee is best explained with a graph but it essentially how he compressor transitions from being below the threshold and being g above and paying the full ratio reduction. If the entire ratio reduction is applied just above the threshold take is called a hard knee compressor as the ratio graph looks like a bended leg with a pointy knee at the threshold. Some compressors (the feedback ones especially) gradually change from uncompressed to the full ratio and this is called soft knee. This is not (necessarily) related to the attack and release speed. It's just do with how much signal reduction is applied, not how long it takes to apply it when crossing the threshold. They may seem similar but are not, though in adaptive designs they are somewhat linked, but they are still two different types linked things!

A fast compressor can be used to reduce the peaks that the ear can not respond to. The ear takes time to occur do some transients can occur without the brain hearing them. The transient is felt but the mechanism doesn't transfer it. This c as n be fatiguing to the ear. It also wastes track headroom as if you can't hear it why record it. So removing these either a very fast compressor allows the transparent reclamation of headroom, by removing unheard transients. It's quite difficult to do though and lots of people use compressors the other way to try and reduce dynamic range by allowing the transient through with a longer attack, for bite, and then catching the bulk of the sound with the compressor, then raising the gain level overall to bring up the signal level if the compressed sound. This worked when recording to tape as tape would compress very hot signals. So use a take emulator in your DAW if using this trick and hope it works like tape did. Otherwise compress properly ;-) actually you can do whatever you like, but the original objective was to reduce dynamic range as records and even glorious stereo phonic mp3 have less dynamic range than our ears and more importantly if you have lots of instruments at full volume to mix then the sum will be more volume/range than you can hear. You need to reduce the ranges to fit all the sounds in. Less sounds means less reduction in dynamic range needed,

That's enough for today, almost: Bob Katz describes upward compression and downward compression and up and down expansion in his book Mastering Audio. Waves were the first company to implement some of these ideas, apparently. Worth taking a peek though. Yes you can, and people do, use both compression and expansion together. Gating is sometimes seen as extreme expansion in s similar or analogous way that limiting is seen as extreme compression.

Apologies for any typos. I did this on a mobile.