Tech

Tech

476 bookmarks
Newest
Cross-browser bookmarks syncing - Floccus bookmarks sync
Cross-browser bookmarks syncing - Floccus bookmarks sync
Floccus offers seamless cross-browser bookmarks syncing, making it easy to manage your bookmarks across multiple devices with your privacy in mind. Discover how to enhance your browsing experience.
Floccus simply syncs and gets out of your way; no ads, no data collection, no nonsense; free and open source software
·floccus.org·
Cross-browser bookmarks syncing - Floccus bookmarks sync
[iOS][globalization] Implement CompareInfo.Version for hybrid globalization by Copilot · Pull Reques
[iOS][globalization] Implement CompareInfo.Version for hybrid globalization by Copilot · Pull Reques
Copilot tries to fix stuff and it ruins code
This doesn't look right to me. I mean not matching ucol_getVersion behavior. ucol_getVersion can return a different version for different collation. I know you are using LCID in the C# but there are tons of cultures has same LCID (which is 0x1000 as I recall). ObjectC doesn't have API can help returning a better version?
·github.com·
[iOS][globalization] Implement CompareInfo.Version for hybrid globalization by Copilot · Pull Reques
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
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
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
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