• 1 Post
  • 248 Comments
Joined 2 years ago
cake
Cake day: July 13th, 2023

help-circle

  • I completely disagree.

    You are using the hand brake as an example. 95 percent of people (including you, evidently) don’t even understand that the handbrake is not an emergency brake, they don’t get how the behavior works, or the fact that it’s meant to be used as a parking brake, I consistently see people slam their parking pawls verytime they get out of their car. (Not to mention that it doesn’t even work while you are driving on most modern cars and has no modulation, as it’s just a button)

    If not being an idiot was good enough to drive a car, then it wouldn’t be so deadly. It’s also possible to fly a plane with common sense, but you wouldn’t be happy if your pilot told you they don’t have training.

    Driving isn’t easy, it’s just that we accept an absolutely catastrophic amount of accidents as a cost of doing business.


  • I find the scariest people on the road to be the arrogant ones that think they make no mistakes.

    I would t consider anyone who hasn’t done at least a dozen track days, experienced several different extreme scenarios (over/under steer, looping, wet grass at speed, airtime (or at least one or more wheels off the ground), high speed swerving, snap oversteer, losing systems, like brakes, engine, or the steering wheel lock engaging, etc) to be remotely prepared to handle a car going more than 25 or so mph. An extreme minority of drivers are actually prepared to handle an incoming collision in order to fully mitigate a situation. And that is only covering the mechanical skill of piloting the car, it doesn’t even touch in the theoretical and practical knowledge (rules of the road, including obscure and unenforced rules) and it definitely doesn’t even broach the discipline that is required to actually put it all together.

    If you a driver has never been trained, or even have an understanding of what will happen in an extreme scenario in a car, how could we consider them trained or sufficiently skilled.

    We don’t let pilots fly without spending time in a simulator, going over emergency scenarios and being prepared for when things go sideways. You can’t become an airline pilot if you don’t know what happens when you lose power.

    We let sub par people drive because restricting it too much would be seen as discrimination, but the overwhelming majority of people are ill equipped to actually drive.








  • Yea, electron has flaws, but it’s basically the only way to make a truly cross platform native and web app. I would rather take a larger installed size and actually have apps that are available everywhere.

    The sad truth is there aren’t enough developers to go around to make sleek native apps for every platform, so something that significantly frees dev time is a great real world solution for that.



  • You may not be aware, but Nazis (both traditional and the neo variant) love dog whistles.

    Obscure and hidden symbolism is core to their ideologies.

    Nazis (and most hate groups in general) love doing things that are just innocent enough, but with a wink or a nudge, demonstrate clear intention.

    It’s quite easy to not do a nazi salute and when public speaking, politicians (and people who practice their public speaking skills in general) have traditionally been coached on what features may be construed as, just look at the traditional ‘non-threatening’ two finger point.

    Finally, I don’t think it really matters what it technically was or wasn’t, what matters is perception and reception.

    Edit: I want to add some concrete examples of nazi dog whistling and symbolism.

    Historically the numbers 88 have been used by neo Nazis to represent HH (8th letter of the alphabet) as a disguised way to say ‘heil Hitler’

    The numbers on their own don’t mean anything, but given additional context, behaviors, or related ideals, then an additional meaning can be found.

    This is often used as an intentional way to inform sympathizers to your position that you are on their side (for example a group at a political gathering) without overtly communicating your position to those opposed.

    Another example is skinheads (not sharps) wearing and lacing their boots in a certain way with specific color laces.

    Hitler himself was immensely into the occult and found hidden symbolism to be very powerful, it’s part of why he repurposed so much religious iconography.


  • But is it really?

    A 2000 mile road trip with 20 minute charging breaks is gonna add what? 3 and a half hours on top of 30 hours of driving?

    Unless you plan on doing a bunch of meth and speeding across the desert, I don’t see a scenario where a regular person does 8+ hours of driving and doesn’t take a 20 minute break.

    I’d like to add that for the once in 20 years that car sees a 2000 mile road trip, I don’t think waiting a little bit is actually an issue.

    Take an honest reflection, and think, how often are people driving driving more than 300 miles in a single session.

    Then think about yourself in the position of the road trip, are you going to sacrifice the lifespan of your battery to go from 20 minutes to 5 minutes charging time?, (especially since it’s likely you will spend more than 5 minutes anyway just going to the bathroom, eating some food, etc.)




  • Vs code has no integrated environment though, it’s just a text editor that supports plugins, you still need to install python or node or .net or Java or gcc, etc.

    As far as vim requiring keyboard commands, that’s really only the case if you leave mouse mode off

    set mouse=a

    And of course, to muddy the water further, we have tools like https://helix-editor.com/ which, more closely approximate vs code, while happening to live in a terminal.

    I maintain that in order to qualify as an IDE and not a glorified text editor, you must be able to, out of the box, without external dependencies, run and build the code it was built for (idea/visual studio) otherwise it’s not very integrated, and I don’t think you need to have nice graphics for that qualification.


  • I would say that an IDE is something that includes build/run tools integrated into it. Everything else is just a text editor. (But that’s just my opinion of course)

    To expand on my point, I don’t think it makes sense to call vs code an integrated development environment if it doesn’t actually have the environment integrated.

    Visual studio and idea would be examples of IDEs, they actually have all of the tools and frameworks needed to run the languages they were built for out of the box.

    You can’t run node or python out of the box with just vs code for example, without their respective tooling, all vscode can do is edit the code and editing code is not functionally different from editing any other text.

    So I maintain that both vim and vscode are text editors and not IDEs