Search results

  1. G

    We Need Nuclear...

    but that is the catch. There are studies (not sure how accurate or true it all is) but they claim that to make 1 80 kWh battery, you need around 155 GJ of energy that = 43022 kWh. Later in the study, they compare it to the average Belgian household that consumes 3500 kWh /year... I recall to...
  2. G

    We Need Nuclear...

    I can't read the article, but in any case, everything we build now as an initial cost of nuclear power/resources. And that is what people forget. Yes an electrical car is nice and without emissions, but did they count the emissions needed to actually make those cars ? And any pollution coming...
  3. G

    We Need Nuclear...

    Or, since the earth is round (and turns) make a belt of solar panels so that at any times, half are in the sun. (Can even put some satellites in space to redirect sunlight for even more powerful panels.) If SpaceX can do it for internet, sure someone can do it for endless energy too no ?
  4. G

    We Need Nuclear...

    I mean the bicycles. You know, people coming home from work riding at 6km/h smoking and throwing shit on the ground
  5. G

    We Need Nuclear...

    Let's use some low budget rocket to just dump all our waste into space no need for a target. Once it is gone out of the milky-way, not our problem anymore. We see a lot a people tossing their cigarettes out the car/bike. I wonder what their thoughts are when they do that ? Don't they feel bad...
  6. G

    Solved UNION QUERY.

    And this is a good example on why it is important to normalize a database. You could have avoided the union if you added a table for all the employees, a table for the companies, a table for the vacations and a table for the FinalExits. All linked with ID's and you can select any employee with...
  7. G

    Solved Exercises for if elseif else ...

    Agree with this, but why in any professional code, you would want to do that ? Why is a location depending of the velocity ? (I know it is an example) If you have have different expressions to check, split them and make them easier to read. That is my opinion of course ;)
  8. G

    Get off my property

    What you describe about USA an "states' rights" is kind of similar here in the EU. The EU make some rules about stuff, all countries need to follow that rule. But each country can have their own rules too about other stuff. So in Belgium, you can drive max 120 km/h on the freeway. In France, the...
  9. G

    Get off my property

    Hehe, don't worry. I always keep an open mind about other cultures and countries. Even Virginia looks nice to visit :p Always fascinating to meet new people.
  10. G

    Get off my property

    I didn't had any police problems no. But when they pull you over, it is always for a reason (because why would they pull you over ?) Most of the times it is to check of you have a driver's licence, insurance still valid and all that stuff. If I start yelling that they cannot see those...
  11. G

    Get off my property

    Yeah, sorry for asking haha. I am well aware of the Chevy vs Ford stuff. Yet for me (a car = means to get from point A to B) it is funny to hear stuff like that. But also nice to read some insides on the 'Get out of my property' subject. I watch a lot of things on Youtube and to be honest, it...
  12. G

    Neat trick?

    Well it is documented in the Microsoft docs : https://docs.microsoft.com/en-us/office/vba/language/reference/user-interface-help/mid-statement But using stuff like that is dangerous. It will always replace the 12th character with an 'O'. Your first example will be wrong : 02/26/2006N191...
  13. G

    Get off my property

    I can agree that if they are drinking in Praque, it is like water for us xD How about Fords ?
  14. G

    Get off my property

    As a Belgian myself, I can agree :D The media here thinks that they are all cowboys shooting all over the place. And of course you have to own a motorcycle, drive some kind of big 4x4 Cadillac or mustang (Chevrolet is acceptable) I am surprised it is only 40% (yet it is a big number) But we...
  15. G

    Is downloaded software unethical?

    Comparing software with 'Walmart' products is not possible. When you buy software, you will not get a 'cheap' made version of it... Or has more bugs or something else. With food, or tools someone can always make a cheaper version. More plastic, less graded metals, more fats and sugars in food to...
  16. G

    Is downloaded software unethical?

    I cannot speak for american websites, but here in Europe, we have a lot of websites who sells product keys. Most of those keys are cheap. Like windows 11 for 1-2 € They do work, but are mostly volume licence keys that aren't meant to be sold individually or from laptops.. Most of the time these...
  17. G

    Is downloaded software unethical?

    But isn't paying $25 also bad like yes, it is cheap for you, but that money will go into shady businesses. Most of these keys are stolen or keys not meant to be sold on it's own. The money you pay will never reach the makers. So is it better ? For us as user, it is a great deal and it works. But...
  18. G

    Compare DateTime variables in SQL query - VBA

    Not sure if SQL OR works like that. He basically wrote : ( (TRANSACTIONS.TRANS_CAT = 1) OR (3) OR (4) ) If you want the solution you mention, you can use IN(...) too like TRANS_CAT IN (1,3,4)
  19. G

    Solved refer to a number field in a sql statement

    Isn't that what a dev do daily ? Just debug stuff and change it until it is fixed ? 😝
  20. G

    VBA alternative

    Maybe an useless comment, but is creating an add-in from the vba code more secure ? Or maybe making a dll ?
Back
Top Bottom