HN user

vic20forever

70 karma
Posts0
Comments39
View on HN
No posts found.

You are correct. But, that's about the only difference between VBA and VB. I was a VB developer for 10 years before I wrote my first VBA application (in Excel), and I was surprised when everything I tried to do in VBA just worked(TM).

Yes, but that was the standard behavior in DOS & Windows world (not including C/C++). We thought that case sensitivity was the broken behavior ;)

I was referring to the parent's statement "If a method or function call is similar enough to an existing one or a common one from other languages, to just have it silently use that." A compiler that substitutes a different function for the one I specified because it "knows what I really want" is horrifying.

MIT Mathlets 5 years ago

Click on the '+ help' label in the upper-right corner for a detailed description.

Please don't do this, Mozilla.

I have a lot of open tabs on my 1920 x 1080 monitor, and switching from compact density to default (I just tested this) reduced the amount of visible text on each tab such that I couldn't identify what most of the tabs contained.

In other words, if you have a lot of tabs open at once, the reduction in usability is significant.

There's the correct answer.

You're seeing the fruits of 70+ years of conservatives telling their audience "Everything sucks now, and everything will suck more in the future, and those people over there are to blame for all of it".

This is the reason you're seeing so many educated, affluent people among those who stormed the Capitol - they're just really, REALLY pissed off.

I think the Functions Translator[1][2] add-in might be worth a look to you. Note: I haven't used it myself, and it's a Microsoft Garage project, so there's no guarantee of support or maintenance.

From the description:

Functions Translator helps people use a localized version of Excel by helping translate from the US Excel function names, or research how to create a solution on the web with predominately English content.

Easily find the equivalent localized functions and formulas in any of the supported 15 languages. Functions Translator will automatically configure the language settings to US and the Localized version, and people can provide feedback on the translation of functions if it is not what they expected.

[1] https://www.microsoft.com/en-us/garage/blog/2018/03/new-gara... [2] https://www.microsoft.com/en-us/garage/profiles/functions-tr...

Firefox bookmarks became much more useful to me when I started using its tagging feature. Combined with the ability to sort search results by last visited date, it gives me a complete picture of my past work on a topic at a glance.

For everything else, I'm still relying on OneNote 2016 (not the modern version), but only because I haven't yet found a suitable replacement.

...and those unemployed people will find better jobs with other companies, since all California companies are required to comply with the new law, and the collective amount of work performed by California companies (and thus the collective number of workers required to do this work) is not affected by the new law.

How much time have we all wasted reading threads that consisted mostly of folks arguing past one another, because each participant misunderstood what the other was trying to say?

I used Usenet during the 1990s, and communication was much easier, because grammar usage was much more uniform(1)(2)

(1)Changes in the rules of grammar aren't the primary problem, IMHO. The problem is folks who don't follow any rules at all; rather, they simply string together word sequences that sound familiar.

(2)I sympathize with young folks today who don't have a good grasp of grammar. Most of my education came from reading newspapers and magazines, which still employed expert editors when I was growing up.

Meanwhile, in a smoky apartment on the bad side of town[1]:

Warning: this hard locked my MBP. [snip] It was a pain in the ass to recover: my only option seemed to be to power down and power back up again, at which point OSX helpfully remembered the state my machine was in and dropped me back into the blacked-out display and maxed fan. Some combination of NVRAM reset, SPC reset and safe mode was required to get back in.

[1]https://news.ycombinator.com/item?id=19265107

This will be especially true when Firefox inevitably shutters it's in-house efforts in a couple of years due to the amount of sites that won't work with it, and starts using Chromium too.

Watching Mozilla align Firefox's extension API with Chromium's, I'm a little surprised that they haven't already made the move. If browser evolution continues along the current path, I predict Firefox will switch to Chromium within 3 years.

Staring into my crystal ball tells me Firefox will become "janky" in the eyes of users on account of how many sites don't load on it like they do Chromium (because developers will only test on the most popular browser, because THIS IS WHAT HAPPENS LITERALLY EVERY TIME).

It's already happening. Until a year or two ago, the only time I ever opened Chrome was when a page using some sort of experimental API ran slowly or not at all on Firefox. Now, the number of mainstream websites I see with serious glitches in Firefox is increasing by the month.

In 1994, I was looking at languages for a Windows GUI project, and I narrowed my options down to Borland ObjectVision (a sort-of "predecessor" to Delphi) and Visual Basic 3.0. I went with VB3 because the userbase was larger, but I've always wondered how my career would have played out if I'd chosen the other path.