bookmarks

bookmarks

1050 bookmarks
Newest
Writing that changed how I think about PL | Max Bernstein
Writing that changed how I think about PL | Max Bernstein
Every so often I come across a paper, blog post, or (occasionally) video that completely changes how I think about a topic in programming languages and compilers. For some of these posts, I can’t even remember how I thought about the idea before reading it—it was that impactful.
·bernsteinbear.com·
Writing that changed how I think about PL | Max Bernstein
Otto Preset & Sample Pack For Ableton Move & Note V1 FREE
Otto Preset & Sample Pack For Ableton Move & Note V1 FREE
12 Ableton Move & Note Presets / Samples - Handmade by Alijaa.Included in this FREE pack are: 9 Drift presets all built with custom multi-macro mappings to create deep, unique sounds and textures that can provide a lot of tone variation. Certain parameters have been locked / left out of the available macro controls to distinguish the instrument / preset from others available and provide distinct character - There is a lot of harmonic and textural variation to be had by experimenting with the macros and by utilising Move's automation, you can craft highly dynamic, evolving sounds. 3 Melodic Simpler / Sampler Presets / One Shots for Ableton Note, which can be transferred via cloud sets to the Move and saved as presets on your device (until hopefully Ableton allow Simpler / Sampler Instrument exporting natively). These are quite simple layered sounds, taken from my studio instruments / piano in my home. I have designed these presets to represent the tonal palette and color I seek out in my beats and productions. The presets lean toward warm, soulful vibes while maintaining the flexibility to produce gritty, warped textures. Experimentation is key—the modulations and interactions are made to feel musical, achieving a tricky balance in the synth world.Best of all, I've named all the synth presets after my cat Otto. He is a nightmare.Pack Breakdown: 2 Bass Drift Presets 4 Keys Drift Presets 3 Lead Drift Presets 3 Melodic Simpler Presets / One Shots Document with macro functions / descriptions & instructions to load into Move & Note Any feedback or requests welcome...This is a small pack to start with but I am already working on V2 which will have more melodic 1 shots captured from my studio and instruments / sounds I encounter. <3
·alijaawav.gumroad.com·
Otto Preset & Sample Pack For Ableton Move & Note V1 FREE
Abbiamo rincoglionito anche l'intelligenza artificiale (di A. Sarno)
Abbiamo rincoglionito anche l'intelligenza artificiale (di A. Sarno)
Le allucinazioni nell’intelligenza artificiale, ovvero risposte false ma convincenti, sono in aumento, e l’uomo è il principale responsabile. Errori nel feedba…
La scrittrice e giornalista Vauhini Vara raccontava la propria esperienza con GPT-3, una delle prime versioni del generatore di testo di OpenAI.
Sono migliorati nei calcoli, ma più imprecisi sui fatti.
Senza controllare questi errori, il valore dei sistemi rischia di svanire.
Il modello o3 di OpenAI ha avuto un tasso di allucinazione del 33% nel test PersonQA (che consiste nel rispondere a domande su personaggi pubblici), più del doppio rispetto al modello precedente o1. Ancora peggio è andata al nuovo o4-mini, che ha raggiunto il 48%
L'errore umano si infiltra nel processo di addestramento dell’intelligenza artificiale in due momenti chiave. Il primo è durante la fase di feedback umano: i modelli come quelli basati su RLHF
Il secondo punto critico riguarda i dati di addestramento. L’intelligenza artificiale apprende da tutto ciò che le viene dato in pasto: forum, articoli, blog, commenti, spesso pieni di errori, distorsioni o informazioni non verificate
La soluzione? Far apprendere le AI da sé, attraverso tentativi ed errori, generando dati sintetici
La soluzione? Far apprendere le AI da sé, attraverso tentativi ed errori, generando dati sintetici. Un metodo efficace per ambiti oggettivi come matematica e programmazione, ma che si complica nelle scienze umane, dove la verità è spesso un’opinione.
Dopo che Ghosts, divenne virale, Vara continuò a sostenere che alcune delle frasi più potenti erano nate proprio da quel confronto con l’Ai. Col tempo però, notò che i modelli successivi erano diventati più piatti, prevedibili, pieni di cliché
·huffingtonpost.it·
Abbiamo rincoglionito anche l'intelligenza artificiale (di A. Sarno)
AI Autonomous Coding Agent for VS Code
AI Autonomous Coding Agent for VS Code
Cline is an open-source AI coding assistant with dual Plan/Act modes, terminal execution, and Model Context Protocol (MCP) for VS Code. Alternative to GitHub Copilot with extensible tools and real-time debugging.
·cline.bot·
AI Autonomous Coding Agent for VS Code
JavaScript modules
JavaScript modules
This guide gives you all you need to get started with JavaScript module syntax.
All modern browsers support module features natively without needing transpilation. It can only be a good thing — browsers can optimize loading of modules, making it more efficient than having to use a library and do all of that extra client-side processing and extra round trips
The first thing you do to get access to module features is export them. This is done using the export statement
For example, the imports key in the import map below defines a "module specifier map" JSON object where the property names can be used as module specifiers, and the corresponding values will be substituted when the browser resolves the module URL.
Script files used by websites often have hashed filenames to simplify caching. The downside of this approach is that if a module changes, any modules that import it using its hashed filename will also need to be updated/regenerated.
·developer.mozilla.org·
JavaScript modules
Exa Websets
Exa Websets
Find the unfindable, powered by Exa
·websets.exa.ai·
Exa Websets
Critical CSS Generator | Kigo
Critical CSS Generator | Kigo
Quickly extract the critical CSS needed to render your website's above-the-fold content instantly. Improve performance and Core Web Vitals. A tool by Kigo.
·critical-css-extractor.kigo.studio·
Critical CSS Generator | Kigo
babel-preset-php
babel-preset-php
Convert PHP7 to JavaScript via Babel preset. Latest version: 2.0.0, last published: 5 years ago. Start using babel-preset-php in your project by running `npm i babel-preset-php`. There are 3 other projects in the npm registry using babel-preset-php.
·npmjs.com·
babel-preset-php
On The Death of Daydreaming
On The Death of Daydreaming
What we lose when phones take away boredom and interstitial time
friends would tell me: “this is happening to me too.” I realized that the global transition to a phone-based life is transforming everyone’s consciousness
·afterbabel.com·
On The Death of Daydreaming
How to live an intellectually rich life
How to live an intellectually rich life
.. and how living one is easier than you think
Epistemic Anxiety is the feeling of uneasiness, tension, and concern when you want to know the truth. You worry that your knowledge is incomplete and full of errors, and you may believe it. You either lack the resources, methods or agency to get to the truth
·utsavmamoria.substack.com·
How to live an intellectually rich life
Why does Anubis use Proof-of-Work? | Anubis
Why does Anubis use Proof-of-Work? | Anubis
Anubis uses a proof of work in order to validate that clients are genuine. The reason Anubis does this was inspired by Hashcash, a suggestion from the early 2000's about extending the email protocol to avoid spam. The idea is that genuine people sending emails will have to do a small math problem that is expensive to compute, but easy to verify such as hashing a string with a given number of leading zeroes. This will have basically no impact on individuals sending a few emails a week, but the company churning out industrial quantities of advertising will be required to do prohibitively expensive computation. This is also how Bitcoin's consensus algorithm works.
·anubis.techaro.lol·
Why does Anubis use Proof-of-Work? | Anubis
Third Party Cookies Must Be Removed
Third Party Cookies Must Be Removed
Third-party (AKA cross-site) cookies are harmful to the web, and must be removed from the web platform. This finding explains why they must be removed, and examines the challenges in removing them. We highlight some use cases that depend on third-party cookies and offer some examples of designed-for-purpose technologies that can replace them. Specification authors are expected to ensure they do not undermine the benefits of removing third-party cookies when proposing new web platform technologies.
·w3.org·
Third Party Cookies Must Be Removed
What I've learned about writing AI apps so far | Seldo.com
What I've learned about writing AI apps so far | Seldo.com
I started writing a post called "how to write AI apps" but it was over-reach so I scaled it back to this. Who am I to tell you how to write anything? But here's what I'll be applying to my own writing of AI-powered apps, specifically LLM applications. A battle I've already lost is that we shouldn't call LLMs "AI" at all; they are machine learning and not the general intelligence that is implied to the layman by the name. It is an even less helpful name than "serverless", my previous can
·seldo.com·
What I've learned about writing AI apps so far | Seldo.com
Spain-Portugal Power Outage: Why Restarting a Grid Is So Hard
Spain-Portugal Power Outage: Why Restarting a Grid Is So Hard
It’s a worst case scenario that grid operators plan for but hope never to encounter. After one of the worst blackouts in Europe in more than a decade, electricity grid operators in Spain and Portugal are trying to get networks back up and running from the ground up.
·bloomberg.com·
Spain-Portugal Power Outage: Why Restarting a Grid Is So Hard
Novel Universal Bypass for All Major LLMs
Novel Universal Bypass for All Major LLMs
HiddenLayer’s latest research uncovers a universal prompt injection bypass impacting GPT-4, Claude, Gemini, and more, exposing major LLM security gaps.
·hiddenlayer.com·
Novel Universal Bypass for All Major LLMs
One Prompt Can Bypass Every Major LLM’s Safeguards
One Prompt Can Bypass Every Major LLM’s Safeguards
Researchers have discovered a universal prompt injection technique that bypasses safety in all major LLMs, revealing critical flaws in current AI alignment methods.
·forbes.com·
One Prompt Can Bypass Every Major LLM’s Safeguards
First Principles of Interaction Design (Revised & Expanded) | askTog
First Principles of Interaction Design (Revised & Expanded) | askTog
The following principles are fundamental to the design and implementation of effective interfaces, whether for traditional GUI environments, the web, mobile devices, wearables, or Internet-connecte…
·asktog.com·
First Principles of Interaction Design (Revised & Expanded) | askTog