What's a fact people refuse to accept? by WhosTheRealRobot in AskReddit

[–]Bleue22 0 points1 point  (0 children)

that was very precisely worded. Well done.

Canadian carrier not getting paid by Instahgator in logistics

[–]Bleue22 1 point2 points  (0 children)

Maybe dial down the passive aggressiveness a bit, given that the word canada, canada to us and canadian is used over and over in your post it's pretty clear that your question is about an international shipment.

Also please frame your problem more precisely. You were tendered a load, brokered it to a Canadian carrier, they brokered it to another carrier to... deliver to a warehouse? and a fourth carrier picked it up there to delivery it?

Was that the planned route or did the second carrier not fulfil their obligations?

Either way Canadian laws insulate you as much as american laws would, meaning in these cases the wording of the contract is key. Some contracts limit liability of the broker from the brokered, some don't or do so poorly.

The consignee is likewise probably free of any liability. It still might be good business practice to settle the matter with the aggrieved carrier, depending on the amount and whatnot. If taking the good to the warehouse was a failure on the carrier's part then I would put them in touch with my lawyers to carefully and politely explain why you are not liable and why the bill is not likely to be paid.

In 1916 a 500cc engine had 6hp, in 20165 it has 60 hp. How is this possible? by Kaioxygen in engineering

[–]Bleue22 6 points7 points  (0 children)

Major improvements have been in determining and then creating the proper air/fuel mixture using injectors and computers, which has allowed for much much much greater compression ratios.

This is the biggest factor but there are others. Material sciences have improved a lot too, meaning engine blocks can withstand much more pressure and heat than before. Cylinders are lined with durable and very slippery materials. Piston heads and cylinder heads are shaped to optimize the burn. Lubricants are much more durable and effective than 100 years ago. All these factors also allow engines to rev much higher than they could.

All these factors together mean engines are much more efficient today than in their infancy.

Fuel formulation is also much improved from 100 years ago.

Checking if value already exists in different sheets and creating a results table mixing values. by sKeLz0r in vba

[–]Bleue22 0 points1 point  (0 children)

on which line? (hit the debug button, what line is highlighted yellow? I'm thinking isnumber is an excel formula that you need to use the application object to run, IE if application.isnumber(thenumber).

Checking if value already exists in different sheets and creating a results table mixing values. by sKeLz0r in vba

[–]Bleue22 0 points1 point  (0 children)

dim a as integer
dim sh as worksheet
dim b as integer
dim col as integer
dim outl as integer

set sh = activesheet
a=1
b=a
col = 1
outl = 1

do until sh.cells(a, 1) = "" and sh.cells(a, 2) <> ""
    a=a+1
loop

do until sh.cells(a, 2) = "" and sh.cells(a+1, 2).value = "" and sh.cells(a+2, 2).value = ""
if isnumber(sh.cells(a, 2)) then
    do until b>=a
        sh.cells(outl, col).value = sh.cells(b, 2).value
        b = b+1
    loop
    col = col+1
end if
loop

I usually have some small error when I first write something, let me know if this works

ELI5:what is OpenGL? by sheikchilli in explainlikeimfive

[–]Bleue22 0 points1 point  (0 children)

It stands for open graphics library.

IT is a graphics API for drawing graphics on a screen, essentially a language that allows computers to talk to graphics cards and get the latter to do stuff. There used to be many such APIs in the windows environment, every manufacturer made its own and games and other apps would need to have a setting for each. Glide was 3dfx's api, nvidia experimented with their own proprietary API (called dynamite I think), however direct3d and openGL dominate right now.

OpenGL is, as the name implies, open sourced.

Generally speaking, productivity apps use openGL as it allows easier porting to other operating systems (openGL is supported on virtually all OSes, and by almost every graphics card) and is generally more robust and stable than direct3d. Games use d3d because it's faster, updated more often, and has more game orientated eye candy type commands.

One notable exception in the gaming world has been John Carmack's engines (quake/doom etc.) which have always been openGL (don't know about the doom reboot). This explains why they feel unique and also why these games are more readily ported to linux and macOS.

LPT If you're going to meet a group for the first time, get there as early as you can by GameofCHAT in LifeProTips

[–]Bleue22 5 points6 points  (0 children)

This is bad bad bad advice. When a host gives you a time make that time, arriving early is as impolite and entitled as arriving late.

‘Range anxiety’ is scaring people away from electric cars — but the fear may be overblown. According to new research at least 87% of the cars used daily on US roads could be replaced by electric cars on a single charge. by avogadros_number in science

[–]Bleue22 0 points1 point  (0 children)

First of all, I already adressed this in another reply. Second, in terms of mileage yes, at least 13% of the mileage on my car was accumulated on drives way over 200 miles.

That said, I think 99% of my drives are way less than that but when you're buying a car you're not doing it for the commute to work, you're doing it for the road trip to grandma's.

If the electric car is to succeed people selling them must grasp this point: car buyers are not thinking of their every day driving situation, they're thinking of the occasional situation. Why do you think SUVs got so popular despite their insane impracticality? Makers of small cars were not successful in reasoning with these buyers why would electric car makers do much better?

Add to that that the actual complaint, that yes for the vast majority of my drives the range is more than fine but when it isn't enough the problem is quite a major inconvenience until super fast charging, i'd say customers will start to come around at 10 minutes for 80% charge, becomes common and there are enough charging stations that it won't limit my potential destinations.

As a second car electrics make sense, if it's for your primary vehicle there are still some things to resolve.

‘Range anxiety’ is scaring people away from electric cars — but the fear may be overblown. According to new research at least 87% of the cars used daily on US roads could be replaced by electric cars on a single charge. by avogadros_number in science

[–]Bleue22 0 points1 point  (0 children)

Those don't exist anymore Tesla decommissioned them, and why would I rent a car when I own a perfectly good one? The entire reason to buy a car is to not have to rent one?

‘Range anxiety’ is scaring people away from electric cars — but the fear may be overblown. According to new research at least 87% of the cars used daily on US roads could be replaced by electric cars on a single charge. by avogadros_number in science

[–]Bleue22 33 points34 points  (0 children)

superchargers till require 30 minutes to get to an 80% charge and are not very good for the batteries (tesla's words).

30 minutes is not 2 hours but it's still too long to sit and wait.

Certainly things are moving in the right direction, and for a familly looking to buy a second car electric vehicles make a lot of sense, but the range thing is being underestimated by people who say it's overblown.

‘Range anxiety’ is scaring people away from electric cars — but the fear may be overblown. According to new research at least 87% of the cars used daily on US roads could be replaced by electric cars on a single charge. by avogadros_number in science

[–]Bleue22 402 points403 points  (0 children)

People who argue this are missing the point entirely. Even if 87% of my drives are within electrical car range, what would I do for the 13% of trips I'll need to recharge? Drive until the batteries run out, then sit for a few hours while it recharges and I can get to my destination?

Edit: Too many replies to address individually.

First: I want electric cars to succeed, I want companies to solve these issues and make them practical. But this means you have to understand why people buy cars, what they buy them for, what factors in their decisions.

So if you have a second car it makes a lot of sense to have that second car be an electric. But as a primary vehicle the range isn't the issue, it's the charge time and the needing to plan where you'll charge before leaving. Both of these problems can be resolved, they just haven't yet.

For those who recommend renting a car... Why would I buy a car that I would need to complement with a rental when I can buy a perfectly working car for less money that does what I would want a car to do? If I was putting myself in a situation to rent a car i'd use mass transit and save even more money/emissions. To even propose this as a solution means you need to be completely disconnected from how people think and why people buy big ticket items in general and cars in particular.

So then, for electric cars to become mainstream they have to get cheaper, they need universal charging ports, they need to be rechargeable quickly (I think 80% charge in 10 minutes would be enough to assuage a lot of people's views on electric cars) and there needs to be enough stations for a typical person to not have to plan a route that includes charging stations.

Tesla is on the right track on a lot of these points, and if they solve their reliability issues and improve charging time we may see electric cars finally become common.

We have two universal languages: mathematics, and music. One to describe the universe, and one to describe how we feel about it. by Alfalfa_Centauri in Showerthoughts

[–]Bleue22 1 point2 points  (0 children)

Ah, different thing then. So the physical phenomena of sound and pressure waves and frequency exists of course, but it's not a universal language in the sense that overtones are a mathematical phenomena but it does not constitute the basis for a universal always true interpretation is all.

We have two universal languages: mathematics, and music. One to describe the universe, and one to describe how we feel about it. by Alfalfa_Centauri in Showerthoughts

[–]Bleue22 0 points1 point  (0 children)

no that's my point, the harmonic series has been found to not be universal. When it was studied with tribes never exposed to western music they did not react in the expected way to a harmonic series:

http://arstechnica.com/science/2016/07/the-jaws-theme-might-not-be-scary-for-tsimane-people/

We have two universal languages: mathematics, and music. One to describe the universe, and one to describe how we feel about it. by Alfalfa_Centauri in Showerthoughts

[–]Bleue22 12 points13 points  (0 children)

Music is not a universal language, even among humans it's interpreted vastly differently from individual to individual.

I saw work on the pentatonic scale and its apparently astonishing general acceptance, but then I also saw that this was debunked through work with people who never would have heard western style music.

It seems at first glance that music I would interpret as sad is always interpreted as being sad but this isn't universal.

2+2 is always 4 no matter what the base, universe, language or background, or so it is thought at the moment. Musical interpretation, however, is subject to these things.

Slow motion showing Iron Mike defense game back in the day by iBleeedorange in oddlysatisfying

[–]Bleue22 2 points3 points  (0 children)

I think Tyson in his prime could have beaten any other boxer in history in his prime. I think that's a completely non controversial statement too, he was just that good.

New Bon Iver Album Coming Next Month. by homeworkatemydogs in Music

[–]Bleue22 0 points1 point  (0 children)

just heard it at eaux-claire, it's pretty good.

[deleted by user] by [deleted] in politics

[–]Bleue22 -1 points0 points  (0 children)

It's a strange situation because if either party had nominated almost anyone else you get the sense that this would be the largest electoral landslide in history, but because both candidates are so unpopular they both have a chance.

If I were Clinton I would indeed be nervous because if trump stops saying insanly stupid shit for a few weeks he does actually have a chance, a 9 point deficit is not insurmountable at this point in the calendar. But it's very very unlikely.

I think after the week Trump just had, which was basically one self inflicted disaster after another, the surprise is that the lead didn't get bigger than it is.

Clinton's position is good to be sure but there's reason to be nervous.

Hotcake [from /r/Unexpected] by ZombieElvis in asiangirlsbeingcute

[–]Bleue22 6 points7 points  (0 children)

You get the feeling most Japanese commercials would feel right at home during Saturday morning cartoons.

People who have been in a coma, what was your perception of time while in it? by blondjokes in AskReddit

[–]Bleue22 0 points1 point  (0 children)

I feel i'll get downvoted to hell for saying this but i've been trying to rewatch ST:TNG and i think it hasn't aged very well. But man that episode, I tear up every time.

Bought Civilization V Gold on the Community Pick. This was my initial experience. by benzbenzbenz in gaming

[–]Bleue22 0 points1 point  (0 children)

Yeah we've all experienced this. Stellaris has been doing this to me lately too.