Readit News logoReadit News
tamana commented on Show HN: Wave function collapse algorithm   github.com/mxgmn/WaveFunc... · Posted by u/ExUtumno
ssalazar · 9 years ago
> Or you can represent the music as instructions to performers or synthesizers (ie notation) and you've got as many dimensions as you want.

These are just multiple signals in a single dimension (time).

tamana · 9 years ago
1 physical dimension. Mathematically, each signal is a dimension.
tamana commented on SVG has more potential   madebymike.com.au//writin... · Posted by u/kp25
dsacco · 9 years ago
Ah, you beat me to it.

A practical demonstration of XSS in an SVG is the following:

  <?xml version="1.0" standalone="no"?>
  <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">

  <svg version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg">
    <polygon id="triangle" points="0,0 0,50 50,0" fill="#009900" stroke="#004400"/>
    <script type="text/javascript">
      alert(document.cookie);
    </script>
  </svg>
I see this in the wild all the time, though these days it's becoming less harmful as more developers learn to host their images (and all user uploaded files, really) on a separate CDN.

tamana · 9 years ago
That's exactly the same as regular HTML
tamana commented on People who can’t afford Teslas are using car-sharing networks to pay for them   qz.com/790323/how-to-get-... · Posted by u/prostoalex
Hydraulix989 · 9 years ago
I don't know, to me, I treat Airbnbs and Ubers considerably nicer than respective hotels and taxis because they are real peoples' personal property (I even do the dishes for Airbnb owners even though I'm not supposed to).

I guess I'm in the minority.

Lesson learned.

tamana · 9 years ago
At what point of sharing does something become unworthy of respect? Is a married couple's property unworthy? A family's? A group of roommates?
tamana commented on People who can’t afford Teslas are using car-sharing networks to pay for them   qz.com/790323/how-to-get-... · Posted by u/prostoalex
forgetsusername · 9 years ago
>what does that even mean?

It's precisely analogous: the age of oil will be "over" long before we run out of oil. That's how resource economics work.

tamana · 9 years ago
It's not. The stone age ended because we invented better tech, without raising stone prices. Oil costs will rise.
tamana commented on People who can’t afford Teslas are using car-sharing networks to pay for them   qz.com/790323/how-to-get-... · Posted by u/prostoalex
MichaelBurge · 9 years ago
You could buy additional insurance if you're actually worried about this.

Or you could short their stock as a hedge, and buy some options to cover the upside risk.

Or you could buy the car using a title-backed no-recourse loan, pushing this risk onto the lender.

Or you could lease the car rather than buy it.

tamana · 9 years ago
If you lease the car, the monthly price doubles.
tamana commented on Evidence That Computer Science Grades Are Not Bimodal [pdf]   cs.toronto.edu/~sme/paper... · Posted by u/moyix
mcguire · 9 years ago
The curving process should be linear, I think.
tamana · 9 years ago
That sounds funny, but it's true under the common modern curving regime that is really just lowering the bar for raw score to letter grade conversion, not forcing a bell curve.
tamana commented on Evidence That Computer Science Grades Are Not Bimodal [pdf]   cs.toronto.edu/~sme/paper... · Posted by u/moyix
mcguire · 9 years ago
"Are CS grades bimodal, or unimodal? To test this, we ac- quired the final grades distributions for every undergraduate CS class at the University of British Columbia (UBC), from 1996 to 2013. This represents 778 different lecture sections, containing a total of 30,214 final grades (average class size: 75)."

My understanding of the bimodal situation, if it exists, is that it primarily applies to earlier classes---later classes only include those who did well, or at least passed, the previous classes.

Ah, yes...

"Of the 45 classes which were multimodal, 16 were 100- level classes (35%), 5 were 200-level (11%), 12 were 300-level (27%), and 12 were 400-level (27%). For comparison, in the full set of 778 classes, 171 were 100-level (22%), 165 were 200-level (21%), 243 were 300-level (31%), and 199 were 400-level (26%)."

How about we take a closer look at those 100 level classes, hmmm?

tamana · 9 years ago
100 level classes werent substantiallly more often bimodal than the others though.
tamana commented on The hippest internet cafe of 1995 [video]   vox.com/2016/8/24/1259321... · Posted by u/shifte
Sir_Cmpwn · 9 years ago
Most books I've seen use C rather than C#. Bad editor if they don't.
tamana · 9 years ago
Microsoft, the inventor and trademark owner, use # on their website.
tamana commented on The hippest internet cafe of 1995 [video]   vox.com/2016/8/24/1259321... · Posted by u/shifte
jakobegger · 9 years ago
In my opinion the sharp symbol is very different from the hash symbol #. If you argue that these two are the same symbol, then so would be "d" and "q".
tamana · 9 years ago
You were correct before ASCII and English keyboards and Microsoft C# gave the # an expanded role out of convenience
tamana commented on The hippest internet cafe of 1995 [video]   vox.com/2016/8/24/1259321... · Posted by u/shifte
cyberferret · 9 years ago
It's a bit like how a lot of people refer to '#' as 'hashtag' these days, without knowing about 'the pound symbol' or 'sharp' (if you are a musician). :)
tamana · 9 years ago
It's a hash, not a hashtag. The hashtag is the # plus a "tag" word. When someone says "hashtag foo", they went spelling it out # + foo, they are saying "this is a hashtag, not a regular word in my setencen; the tag is foo" and the # is silent.

#prescriptivism.

u/tamana

KarmaCake day1354December 23, 2015View Original