Happy Striker

@happystriker
2 Followers
32 Following
77 Posts

Honestly, at this point I'm in favor of just changing the name. "JavaScript" sucks anyways. The spec already uses "ECMAScript.” We could even name it WebScript to match WebAssembly. Hell, call it UntypedScript for all I care. It's not even consumer-facing. WWF had to change to WWE. People can keep calling it JS for years (like Bonjour) as they slowly get used to it, and eventually it'll just become a weird piece of trivia about TheArtistFormerlyKnownAsPrinceScript.

https://deno.com/blog/deno-v-oracle4

JavaScript™ Trademark Update | Deno

The Trademark Trial and Appeal Board has dismissed our fraud claim against Oracle. We disagree with this decision.

Deno

Apologies to people who follow me for JavaScript content: At the moment, I’m focusing on TypeScript, but that will change again (I have many ideas for JS posts).

I’m tagging my TS posts with # TypeScript so that they are easy to mute.

The new iPhones are “celebrating color in an unparalleled way”.

But they do so very quietly, hidden inside phone cases. 😀

@jensimmons before/after pseudo elements not being available on <input type=submit > is often a headache, particularly when dealing with CMS/3rd Party-mandated forms where <button>s aren’t available.
@jensimmons `<button is="my-button">Reset</button>`
@stroughtonsmith an iPad that could run macOS/iPadOS interchangeably and be run in clamshell mode with external monitors would be the perfect computer for me. Wishful thinking mind you.

@rauschma One thing to be wary of is making variable names that look like keywords. obj <-> object for example. I get what you're doing, but an inexperienced reader might confuse the var name for a keyword. I know I have been frustrated by this kind of stuff in the past. Using names like "theObj" "myProp" can help by making it immediately clear that these are names chosen by the programmer.

Just my 0.02.

I’m now avoiding the names `foo`, `bar`, etc. in example source code (I used them a lot before “JS for impatient programmers”). Why? It’s easy to lose track of what’s what. Compare:

// Before
const foo = {bar: 'baz'};
foo.bar = 'qux';

// After
const obj = {prop: 1};
obj.prop = 2;

OMG i just learned something mindblowing with SF Symbols. You can create a custom symbol and combine it with other symbols and badges 🤯🤯🤯🤯🤯

#apple #sfsymbols #design

GBA4iOS — the one and only — is back from the dead in all its 2014 glory! And this time with a cool new name: GBA4iOS X (pronounced “GBA4iOS Roman Numeral Ex”)

GBA4iOS X includes all your favorite features like custom controller skins and full iPad support, and has been recompiled + updated to make it fully compatible with iOS 17!

Download it soon from http://www.gba4iosapp.com/download/

GBA4iOS