Why Is Nobody Using the “hwb()” Color Function?, by @csstricks:
https://css-tricks.com/why-is-nobody-using-the-hwb-color-function/
How to Use the declare Command in Bash Scripts #declare #Bashscripting #Shellscript #Bash #Linux #Linuxcommands #Linuxhowto #Variables #Functions
https://ostechnix.com/bash-declare-command-usage/
How to Manage Functions in Fish Shell on Linux: A Complete Guide #Fish #Shell #Functions #Linux #Linuxcommands #Linuxbasics #Linuxhowto
https://ostechnix.com/manage-fish-functions-linux/
How To Change Directory And List Files In One Command In Fish Shell #Fish #Shell #Linux #Linuxbasics #Linuxhowto #Functions #Cdls
https://ostechnix.com/change-directory-and-list-files-in-one-command-in-fish-shell/
[#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.
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...
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...
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: https://mastodon.social/@marsup/113799934325782596
#Fleek is transitioning from fleek.co to fleek.xyz this month!
What will be better about Fleek . xyz?
- Lightning-fast performance (powered by #fleek_net)
- Full #Nextjs Support (launching September)
- #FleekFunctions (lightning-fast, permissionless #edge #functions)
- Low Cost (50-80% cheaper than #Vercel on average)
- #OpenSource (starting with the CLI/SDK in September)
> Previously, #FleekFunctions were accessible only via the #FleekCLI. That’s changed with this new release as you can now create, manage, and customize #Fleek #Functions directly from the Fleek app UI!
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
Studying or teaching Complex Analysis?
is back with a new design, in celebration of its 5th anniversary
Share the love of mathematics with your friends or colleagues.
Use cloud-native app development services like Azure Kubernetes Service, Azure Functions, and Azure Container Apps with GitHub Copilot in your AI learning journey.
Take the Intelligent Apps Cloud Skills Challenge to improve core skills for developing apps with Azure AI:
https://learn.microsoft.com/en-us/training/challenges
Promising Findings – Scientists Successfully Revive Lost Brain Function Following Stroke
https://scitechdaily.com/promising-findings-scientists-successfully-revive-lost-brain-function-following-stroke/ #stroke #brain #mice #ischemic #mGluR5 #inhibitor #regained #functions
#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.
https://wikimediafoundation.org/news/2023/12/05/introducing-wikifunctions-first-wikimedia-project-to-launch-in-a-decade-creates-new-forms-of-knowledge/
Why I’m Not Using Lambda Step Functions (Yet)
~~
ACM.355 A summary of prior posts on feature requests for AWS Step Functions
~~
#aws #lambda #step #functions
https://medium.com/cloud-security/why-im-not-using-lambda-step-functions-yet-2cb76e673e3a
The difference between traditional functions and arrow functions in javascript https://dev.to/ernanej/a-diferenca-entre-funcoes-tradicionais-e-arrow-functions-no-javascript-7e3 #JavaScript #Functions