web0?
With all the hype (or bullshit) about “web3”, it’s good to see a counter movement as well. Whether this site is really “web0” or just pre-“Web 2++” (my term for websites overloaded with frameworks, JavaScript and CSS) remains to be debated… ⌘ Read more
** Olophont.js **
In Lord of the Rings there are creatures that look like giant elephants. JRR Tolkien named these creatures“olophonts…” simply replacing every vowel in the word elephant with an o. Here is a javascript function to do the same thing.
javascript
<span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">olophont</span>(<span class="hljs-params">string</span>) </span>{
<span class="hljs-keyword">let</span> replaceVowels = <span class="hljs-string">""</span> ... ⌘ [Read more](https://eli.li/2021/12/20/olophont-js)
Creator of Javascript apologizes for “screwing up a good thing and ruining, like, basically everything”
“Yeah. That’s my bad.” ⌘ Read more
http benchmarking 工具”go-wrk”支持 javascript 脚本了
wrk 是一个比较出名的 http benchmarking 工具,它支持用 Lua 脚本编写任务。
go-wrk 是原作者在早年开发的仿 wrk 的工具,但不支持脚本。没有脚本的话在测试稍复杂的业务时就力不从心。
现在我给加上了 JavaScript 的支持,用的 js 引擎是 Goja. 欢迎大家体验测试提 issue, 有时间的话我会继续改进。详见: [ … ⌘ Read more
@fastidious@arrakis.netbros.com the things Gemini has going for it are mutual TLS and lack of JavaScript. Which makes for a secure albeit boring experience (much like gopher). The fake markdown is a bit of a drag.
A render mode for Gemini probably wouldnt be too hard. There are markdown to Gemini libs out there.
With Web3 the whole trust a 3rd party browser ext + high fees + env impact for compute and storage are serious no gos for me.. I have heard one too many horror stories about clicking the wrong link and some script draining your metamask wallet.
JavaScript : web apps
I understand the hate for JavaScript. But what option is there for writing web enabled applications for desktop / mobile?
@fastidious@arrakis.netbros.com A delay is fine. Just, sometimes I’ll do something else, and look back at my feed a few hours later and forget that I haven’t refreshed the feed. And I totally support making sure the experience continues to be first-class for folks opting out of Javascript.
kirillinoz/gary-the-snail
It visualizes your Twitter follower count on your Twitter banner in a creative way. A snail will move along the road between two signs. The snail is representing your follower count and signs are representing the range of followers you specify.
Language: JavaScript
Star: 1
Watch: 1 ⌘ Read more
plxity/Spotify_Twitter_banner
This code will dynamically update the Twitter header with your top Spotify songs.
Language: JavaScript
Star: 4
Watch: 4 ⌘ Read more
anvaka/twitter-recommended-graph
Building a proposal for Twitter to show a map of recommended people
Language: JavaScript
Star: 13
Watch: 13 ⌘ Read more
yogain123/twitter-client
Twitter find Mutual Friends: Client
Language: JavaScript
Star: 3
Watch: 3 ⌘ Read more
Inevix/twitter
Script to automatically unfollow all not mutual followings in twitter.
Language: JavaScript
Star: 4
Watch: 4 ⌘ Read more
fdciabdul/Mutualan-Bot
Simple Twitter Bot App for Retweet any latest tweet which including word “Mutual”
Language: JavaScript
Star: 7
Watch: 7 ⌘ Read more
feathericons/feather
Simply beautiful open source icons
Language: JavaScript
Star: 20965
Watch: 20965 ⌘ Read more
Dark Arts
⌘ Read more
Dark Arts
⌘ Read more
Quake. In 13k of Javascript.
I repeat: QUAKE. In Javascript. IN ONLY 13 KB! ⌘ Read more
In my quest to find a nicer HTML layout for my site, I just found bloated JavaScript thigs and shitty Google Fonts
Javascript Card Trick - Computerphile ⌘ Read more
“Native JavaScript IDE for iOS” are five words that don’t belong in one sentence. https://codesandbox.io/post/codesandbox-acquires-playjs
Please stop recommending JavaScript programs to me. They’re bad enough in a browser, let alone as a piece of dedicated software.
Webgears: I’ll get your HTML/Javascript and your little dog Toto too ⌘ Read more…
How to Play a Song (or Some Other Audio Clip) from a List on a Website ⌘ Read more…
On the blog: Assembling a Dark Mode https://john.colagioia.net/blog/2021/03/24/darkmode.html #techtips #programming #javascript #rails
1100 lines of CSS, 700KB of JavaScript, and 4 fonts on the home page of a blog named ‘Web Dev Simplified’ https://blog.webdevsimplified.com/
k6 - A modern load testing tool, using Go and JavaScript - https://k6.io ⌘ https://github.com/loadimpact/k6
JavaScript applications have become not-to-be-kidding complex lately. I guess that’s why I am longing for simpler days.
On the blog: Writing a Twitter Bot https://john.colagioia.net/blog/2020/10/28/twitter.html #techtips #programming #javascript #twitter
What flavor or regexp? I tried here https://regexr.com/ with both PCRE and JavaScript and neither seems quite right. I’m relatively good with regexps, but they tend to be write-only :-/
elsa - ❄️ Elsa is a minimal, fast and secure runtime for Javascript and Typescript written in Go ⌘ https://github.com/elsaland/elsa
On the blog: Writing Browser Extensions with Configuration https://john.colagioia.net/blog/2020/06/24/store.html #techtips #programming #javascript #browser
On the blog: Writing Browser Extensions https://john.colagioia.net/blog/2020/06/17/plugin.html #techtips #programming #javascript #browser
Honestly never realized before Beakerbrowser that peer-to-peer could be used to share markdown, JavaScript and html files.
Imagine the world when we have old, gray-bearded Millenials managing old legacy JavaScript-based systems. They shall sing “Den-o! The last dinosaur…” when griping about them. Their younger co-workers will not understand.
Posted to Entropy Arbitrage: Experimenting with Worker Threads https://john.colagioia.net/blog/2020/04/15/worker.html #techtips #programming #javascript #threads
Pattern matching for JavaScript z-pattern-matching/z: Pattern Matching for Javascript
I backed Bangle.js on Kickstarter: a JavaScript and TensorFlow powered hackable smartwatch - https://banglejs.com
Voidcall – Making Of
Like last year with Underrun, I participated in this year’s js13kGames – a JavaScript game development competition with a file size limit of 13kb, including code, assets and everything else. My entry was Voidcall, a Real-time Strategy game.
Play Voidcall – A WebGL Real-time Strategy game in 13kb of JavaScript
Recently, I played the origin … ⌘ Read more
If your website is not static, it is not a website: it is an application, & should be distributed as an executable. If your website contains javascript, it is not a website: it is an application & should be distributed as an executable.
If it doesn’t work properly with javascript turned off, it’s not really a website. If it doesn’t work properly with css turned off, it’s not really a website. If it doesn’t work properly in a text-only environment, it’s not really a website.
I Used The Web For A Day With JavaScript Turned Off “ Smashing Magazine https://www.smashingmagazine.com/2018/05/using-the-web-with-javascript-turned-off/
Translating HyperTalk to JavaScript http://lexnet.bravepages.com/HTMLJS.htm
GitHub - marciot/retroweb-salto-simulator-js: Modifications to the SALTO Simulator to allow for compilation to JavaScript via Emscripten https://github.com/marciot/retroweb-salto-simulator-js
@mdosch@mdosch.de: Hmm fgallery relies on javascript, which is something I try to avoid.
Underrun – Making Of
I participated in this year’s js13kGames, a JavaScript game development competition with a file size limit of 13kb, including code, assets and everything else. My entry was Underrun, a twin stick shooter using WebGL.
Play Underrun – A WebGL shooter in 13kb of JavaScript
For this competition I set out to produce something with a dense atmosphere – which is inherently difficult to do with so little … ⌘ Read more
Translating HyperTalk to JavaScript http://lexnet.bravepages.com/HTMLJS.htm
Javascript is a just-OK language saddled with the world’s worst graphics toolkit: three distinct languages, each with specs so large that nobody has written a new implementation in 20 years, for live-editing a rich tech document to make it resemble a canvas, in ways that are not portable between the 3 implementations or minor revisions of the same implementation.