Jeśli pracujesz z JavaScriptem, to z dużą dozą prawdopodobieństwa używasz "console.log". Ale to nie jest jedyna funkcja, która pozwala wypisać coś do konsoli JS - ten artykuł omawia inne możliwości.

Jeśli pracujesz z JavaScriptem, to z dużą dozą prawdopodobieństwa używasz "console.log". Ale to nie jest jedyna funkcja, która pozwala wypisać coś do konsoli JS - ten artykuł omawia inne możliwości.
Heres the result of all that Asinc bs Ive been dealing with for awhile. Lovely to finally see this model animating. Its swaying booty is just a nice bonus. There are some bugs & lil hacks to get it working. I'll do a full refactor after I get boneSprings workin again
#threejs #maths #gamedev #webgl #javascript
One day, one decomposition
A233010: In balanced ternary notation, either a palindrome or becomes a palindrome if trailing 0's are omitted
3D graph, threejs - webGL https://decompwlj.com/3Dgraph/A233010.html
2D graph, first 500 terms https://decompwlj.com/2Dgraph500terms/A233010.html
Microsoft: Node.js Increasingly Used for Malware Delivery and Data Theft
https://cyberinsider.com/microsoft-node-js-increasingly-used-for-malware-delivery-and-data-theft/
Discussions: https://discu.eu/q/https://cyberinsider.com/microsoft-node-js-increasingly-used-for-malware-delivery-and-data-theft/
#Development #Resources
Apache ECharts · An ever-evolving JavaScript visualization library https://ilo.im/163806
_____
#Charts #Visualizations #Library #OpenSource #Design #WebDesign #Frontend #JavaScript
codex: Lightweight coding agent that runs in your terminal via @kerrick https://lobste.rs/s/bmcjrb #ai #javascript
https://github.com/openai/codex
Built a Node.js API to bypass Cloudflare
https://github.com/iamyegor/unflare
Discussions: https://discu.eu/q/https://github.com/iamyegor/unflare
This year again. 2 full days - 27+28 June 2025
in Munich, Germany
It had started in 2016.
Join us for a open space, BarCamp style event
where all participants are potential contributors
.
You care about #JavaScript and surrounding topics?
You care about #crafting #code?
You care about #working #together?
You care about #improving? Join us!
Registration will open soon.
Deno v2.2.10 is out Faster deno install with npm
improved node:test
stream and querystring fixes
virtio VSOCK on Linux
and more!
#JavaScript iterator helper methods (*) – which notation for creating an iterator do you prefer (if you know that method .values() is available)?
set.values().filter(x => (x % 2) === 0)
Iterator.from(set).filter(x => (x % 2) === 0)
Info on using the beta Lynx #JavaScript framework to build cross-platform #Android and #iOS apps, including making a tutorial meal planner app. https://blog.logrocket.com/how-to-build-cross-platform-mobile-applications-using-lynx-js/
Noctua Technology and myself just release v1 of our web component implementation of the USWDS. I have been wanting to do this for a long time and i hope to contribute more back to the core project.
https://uswds.noctuatech.com/
https://github.com/Noctua-Technology/uswds
#Markdown Plugin for Code.Movie
Blog post: https://code.movie/blog/code.movie-markdown-plugin.html
Package: https://www.npmjs.com/package/@codemovie/code-movie-marked-plugin
Next Level CSS Styling for Cursors, by @vale.rocks (@csstricks):
Je ne connaissais pas `localeCompare` qui permet d'ordonner des chaînes de caractères sans tenir compte de la casse et des accents, mais `Intl.Collator` permet de le faire encore plus efficacement.
https://claritydev.net/blog/faster-string-sorting-intl-collator
#ReleaseWednesday — I just released a new version (v8.0.0) of https://thi.ng/vectors, an almost complete rewrite of the package with all of its ~900 vector operations. I've updated the Readme with a section of _potentially_ minor breaking changes, however I expect this to be a seamless upgrade for the vast majority of users...
I've recently written more about the reasons and implications of this update and I'll refer you to those posts instead of repeating them once more (see links below).
Just the top-level changes:
- Replaced dynamic code generation with higher-order templating to be usable with strict content security policies (when deployed online)
- New structure allows for vast majority of functions to have doc strings (and they do now)
- More consistent/less confusing naming for some operations
- Potentially improved tree-shaking and smaller project bundle sizes
Related to this update I've also refactored and fixed some bugs in other packages (e.g. color, geom, matrices). As a result both the color & matrix packages are now also free from dynamic codegen and therefore won't cause any problems with strict CSPs
Should you run into any issues regarding this update, please get in touch (also grateful for any other experience/impact reports... )
More info in these recent posts/threads:
- https://mastodon.thi.ng/@toxi/114296442006935718
- https://mastodon.thi.ng/@toxi/114319651778770391
- https://mastodon.thi.ng/@toxi/114336012068839250
Happy coding!
@sjmulder : door verschillende browsers te gebruiken heb ik daar minder last van. Vooral Firefox met NoScript (meestal op mijn Android smartphone) geeft mij enorm veel rust. Soms kan ik pagina's met paywall geheel of grotendeels lezen (zie screenshot).
Je hebt wel een leercurve voor NoScript en Firefox heeft ook nadelen (zie bijv. https://infosec.exchange/@ErikvanStraten/114341143568071368 en de follow-up toot over NoScript).
Vaak werkt het als je de primaire partij toestemming geeft om JavaScript uit te voeren, maar derde partijen niet toestaat (waaronder 3rd parties met namen waar "cookiebot" in vóórkomt).
Firefox Focus ondersteunt geen NoScript, maar is het meest privacy-vriendelijk doordat alle geschiedenis gewist wordt bij het sluiten van de browser. Sowieso belangrijk, maar in deze browser helemaal (omdat HSTS niet werkt): zet "https only" aan. Dat betekent dat je *gewaarschuwd* wordt bij onveilige http-verbindingen, die je vervolgens wél kunt toestaan.
Wat ook helpt is als tooters geen "URL-verkorters" gebruiken, zodat je kunt zien naar welke website de link leidt.
Ten slotte probeer ik vaak het m.i. belangrijkste stuk te quoten, of een screenshot te plaatsen (zo mogelijk mét Alt tekst). Dan HOEVEN lezers niet op links te klikken/drukken.
¿Sabías que `[] === []` es false, pero `[] == ![]` es true?
#JavaScript no es un lenguaje, es un acertijo.
Mañana nuevo blog post en mi #web.
This gives a very very #emacs -y experience in the browser: https://lisperator.net/blog/slip-a-lisp-system-in-your-browser/
> This is a #Lisp implementation (#CommonLisp wannabe, but oh well, we're still far from that) that runs in a #JavaScript VM.
Very much inspired by Common Lisp and Emacs/SLIME.
There's a "crazy clock demo" that runs in a canvas window.
Impressing.