

restarted the clock on his citizenship
You can’t apply for citizenship from a H1-B. You have to get permanent residency (green card) first, then be a permanent resident for 5 years.
Aussie living in the San Francisco Bay Area.
Coding since 1998.
.NET Foundation member. C# fan
https://d.sb/
Mastodon: @[email protected]
restarted the clock on his citizenship
You can’t apply for citizenship from a H1-B. You have to get permanent residency (green card) first, then be a permanent resident for 5 years.
I’m not sure about other companies, but the big tech companies pay exactly the same regardless of whether you’re on a work visa or not. At the company I work at, bonuses and raises are formulaic based on performance, and the performance discussions/calibrations for ratings and promotions don’t take visa status into account at all (I’ve participated in them).
Smaller companies are less ethical, but they get a much smaller proportion of the H1-B visas.
if it keeps jobs in America
How would it do that? If anything, the opposite will happen. Instead of bringing skilled workers from other countries into the USA (which benefits the US as they pay US taxes and spend money in the US), companies will instead hire those same people to work at their other offices (London, Sydney, Singapore, wherever), or just outsource the work.
underpaid relative to American citizens
The H1-B visa requires you to pay at least the prevailing wage, which is the average wage people are paid for the same position. At big companies like Microsoft, Alphabet, Amazon, Meta, etc., people on H1-B and similar visas (E-3, H1B1, etc) have the exact same starting salary and are in the exact same salary bands as US citizens.
There’s some companies that abuse H1-Bs by doing things like using weird obscure job titles and (contracting companies like Tata and Accenture come to mind), but just because some companies abuse a system doesn’t mean every company should be punished.
VBScript did catch on originally, though. When IE had over 90% market share, it was nearly as popular as JavaScript was. It only dropped in popularity when other browsers became more common. Back then, most scripting was just to enhance the page, and the page still had full functionality without it, so a lot of developers just didn’t care about making it fancy for the 5-10% of other browsers.
“AJAX” (XMLHttpRequest) was originally an IE-only, VBScript-only feature. It was originally implemented using ActiveX, which only VBScript supported originally.
I’m hoping that more DOM and BOM APIs become accessible in WebAssembly without having to go through JavaScript. There’s a few frameworks that let you build web apps in other languages (like Blazor for C#) but they still need some JavaScript to interop with the browser, and going through a translation layer (WASM to JS to browser) adds some overhead.
Even visual basic for the web would make sense
This is exactly what I did for a few years before switching to JavaScript: VBScript. It was pretty common back in the early 2000s when Internet Explorer had 90%+ market share. The few remaining Netscape users would just get a page without scripts. There’s a lot of features missing in VBScript that exist in JavaScript though, even basic things like closures and first-class functions.
I hope they win, but Oracle have a lot of money and a lot of lawyers.
Wow I’ve watched Aqua Teen Hunger Force in the past, but had never heard of this movie!
Buying albums is great because you can host them on your own Plex server and use Plexamp.
(or something like Jellyfin, but IMO Plexamp is still the best app available for streaming your own music collection)
It’s probably the most popular music streaming service at the moment.
That was just an example. There’s all sorts of automated traffic that shouldn’t count as a view. A human loading the page but not actually playing the video (like if they disable auto playing of videos) shouldn’t count as a view either.
I was going to say “that’s unfortunate”, but the claims haven’t actually been fully dismissed. Matt is just spreading incorrect information, as usual.
They’ve been “dismissed with leave to amend”, which means the plaintiff can revise it and resubmit.
My employer is trying to get people to use AI more, too.
I’m skeptical of AI, but I’m finding it useful for menial tasks - things that you’d otherwise automate using an AST-based codemod tool (like jscodeshift, libcst codemod, etc), a hacky find/replace, or do by hand (boring, tedious work that I’d rather not do). Giving the AI system an example patch for something like migrating away from a legacy API, and saying “do this same thing across these 200 other files”, can have pretty good results.
In general, it seems like a good tool for things where the entire process is well-defined - the prompt and context provide all the info it needs - and I include example code in the context.
I don’t trust it for brand new code in a large existing codebase… Even the best AI models still get a lot of things wrong.
Let me preface with a fuck microsoft.
Yet you’re praising copilot, and likely using an editor built and maintained by Microsoft (VS Code). I’m confused.
I wonder if it could be fooled with video clips.
Thanks for the info. I haven’t used BASIC in a very long time and can’t remember much about the syntax. Must be over 20 years ago now. I switched from VB6 to C# when .NET Framework 2.0 was released.
Page loads don’t count as a view though, because otherwise things like search engine indexing would count as a view. It’s only considered a view if the video is watched for at least 30 seconds.
YouTube only counts a view if it’s longer than 30 seconds, but clients like Newpipe don’t send the tracking data to Google for them to track this.
It really depends on the company. I’m an immigrant myself - I was on an E3 work visa for six years, then got a green card. For me, workload and expectations weren’t any different to a US citizen, and that’s the case at my employer in general.
I plan projects for and and delegate work to junior employees, and I don’t know or care if they’re on a work visa or not. I’ve been in calibration meetings (to handle ratings and promotions) and the person’s visa status is never discussed.