shakedown.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A community for live music fans with roots in the jam scene. Shakedown Social is run by a team of volunteers (led by @clifff and @sethadam1) and funded by donations.

Administered by:

Server stats:

246
active users

#functions

1 post1 participant0 posts today

[#TLDR: JUST TELL ME IF YOUR TABLET CAN DO #CALLS!]

#DearVendors of #Android-#Tablets:

Off all the #Functions you can put into a #Specifications Sheet of your Devices there's one you should ALWAYS answer clearly on your #Website:

DOES YOUR TABLET [with #4G / #5G / …) SUPPORT MAKING PHONE CALLS?

Like: IS IT TOO MUCH TO ASK TO HAVE THAT INFO IN THE SPECSHEETS?

You're obviously able to list all the #Codecs natively supported and the user-available storage as well as supported Frequency Bands, WWAN modes, WiFi channel width and the Display Glass vs. Panel dimensions including DPI of the latter and whether or not it has a hall effect sensor to detect your overpriced 1st party tablet covers!

Now some folks may ask: "WHY does this matter?" or outright dismiss this as a problem.

Listen:
Not everyone is able or willing to carry two devices when 1 SHOULD BE ENOUGH and also some places (i.e. #Turkey) have #ImportRestrictions re: #MobileDevices, so having more than 1 #IMEI is already a "NOPE!" by the authorities.

  • Also this isn't something one can "fix" post-purchase like installing #VLC to decode some obscure file format in Software: Either the #Baseband and #ROM support #PhoneCalls or they don't!

So why do NONE of the #Tablet manufacturers allow to #search or #filter for that???

NO, instead one has to download an obscenely huge #PDF just to then read on page 34 that for any "#telephony" function you NEED YET ANOTHER DEVICE FROM THE SAME MANUFACTURER AND HAVE TO SIGNUP WITH AN ACCOUNT and even that level of #abuse WON'T GUARANTEE THAT IT WORKS...

  • I mean, come on, this ain't some obscure functionality like #OMAPI to do some "evil sourcery" like managing an #eSIM that is in a #SIM-Card form factor!

Pretty shure A LOT of other folks have the same question and ain't willing to get yet another device & #SIM just to recieve the occasional call because #TechIlliterates can't be assed to send an #eMail or learn #XMPP+#OMEMO to message one...

  • Obviously they same manufacturers are able and willing to specify f-stops of the built-in cameras and list EVERY SINGLE #WEARABLE they made and certify as 'compatible' with, as if anyone is gonna take their non-#waterproof #Tablet for a marathon or god forbid triathlon...

Oh my goodness, how did I miss that in ES7 you can use a closure as a method. Goodbye `bind()`, you will not be missed :)

e.g.,

```js
class A {
b = () => console.log(this)
}

const a = new A()
a.b() // A { b: [Function: b] }

const c = a.b
c() // A { b: [Function:b] }
```

Nice! :)

**Edit**: Be careful with this. See this note by @marsup: mastodon.social/@marsup/113799

MastodonMarsup (@marsup@mastodon.social)@aral@mastodon.ar.al Respectfully, this looks like an anti-pattern. `b` won't be part of the prototype, potentially preventing some meta programming, and you're going to get a new `b` for each instance of that class, consuming that much more memory for each instance you hold.

Okay, so #1) Fleek Functions are a kind of serverless function which lives on a blockchain. That means they execute on other people's computers. Think of them as Lambda functions without the involvement of Jeff Bezos

fleek.xyz/docs/platform/fleek-

fleek.xyzFleek FunctionsA description of Fleek Functions, code snippets that are executed server-side using Fleek Network's on-chain cloud infrastructure.

#Wikifunctions, is first new Wikimedia project in over a decade.
The project will enable volunteer editors to collaboratively create and maintain a library of #functions to answer questions and enhance knowledge on Wikimedia projects and beyond.
A “function” is a sequence of programming instructions that makes a calculation based on data provided.
Internet users most commonly encounter functions when entering queries on search engines, such as the time difference between two cities, the distance between two locations, or the volume of an object.
Functions operate behind-the-scenes to produce answers to these queries. For the first time,
Wikifunctions will provide a library of functions that everyone, everywhere can access and contribute to. 
Notably, these functions can exist in any language; therefore, for many Wikifunctions users, this will be the first project where they can read and write functions in their native language.

Wikifunctions will place functions in a single shared space, simplifying the work of the volunteers who maintain them and increasing their accessibility.

Wikifunctions will eventually integrate with Wikipedia and other Wikimedia projects, opening new opportunities for knowledge creation.
wikimediafoundation.org/news/2

Wikimedia Foundation · Introducing Wikifunctions: first Wikimedia project to launch in a decade creates new forms of knowledge – Wikimedia FoundationThe new library of functions will answer questions and enhance knowledge. Everyone, everywhere can access and contribute to it now.