Deno 1.20 Release Notes
Deno 1.20 increases performance, auto-compresses http responses, adds ‘deno task’, adds ‘deno bench’, allows import maps in deno.json, and more
WeiterlesenDeno 1.20 increases performance, auto-compresses http responses, adds ‘deno task’, adds ‘deno bench’, allows import maps in deno.json, and more
WeiterlesenThe Yann LeCun et al. (1989) paper Backpropagation Applied to Handwritten Zip Code Recognition is I believe of some historical significance because it is, to my...
WeiterlesenThere’s a cocktail party version of the efficient markets hypothesis I frequently hear that’s basically, “markets enforce efficiency, so it’s not possible that a company can...
WeiterlesenAn example of how to use server-side Google Analytics in Deno
WeiterlesenIt’s my honor to announce that John Carmack and I have initiated a friendly bet of $10,000* to the 501(c)(3) charity of the winner’s choice: By...
Weiterlesendnt and oak – making code work across Deno and Node.js
Weiterlesen[Click to collapse / expand section on sports] Here are some notes from talent scouts: Recruit A: … will be a real specimen with chance to...
WeiterlesenThis is part 2 of what to do when facing a limited amount of labeled data for supervised learning tasks. This time we will get some...
WeiterlesenDeno 1.19 improves our web streams integration, introduces a `deno vendor` subcommand, and adds many other new features.
WeiterlesenDeno Deploy runs Deno programs at the edge, now with support for static files.
WeiterlesenAndrew Ng has serious street cred in artificial intelligence. He pioneered the use of graphics processing units (GPUs) to train deep learning models in the late...
WeiterlesenThe end of Moore’s Law is looming. Engineers and designers can do only so much to miniaturize transistors and pack as many of them as possible...
WeiterlesenHave you ever wondered how web compatible Deno is? In this blog post I explain every single web API available in Deno.
WeiterlesenQuantum computing is a devilishly complex technology, with many technical hurdles impacting its development. Of these challenges two critical issues stand out: miniaturization and qubit quality....
WeiterlesenYou don’t have to be at a party to see this phenomenon in action, but there’s a curious thing I regularly see at parties in social...
WeiterlesenThis was co-authored with Yao Yue This is a collection of information on severe (SEV-0 or SEV-1, the most severe incident classifications) incidents at Twitter that...
WeiterlesenYou’ve probably seen web editors based on the idea of blocks. I’m typing this in WordPress, which has a little + button that brings up a...
WeiterlesenDeno 1.18 marks the finalization of the Web Cryptography API, and adds, stabilizes, and improves many features.
WeiterlesenThis article shows how to upgrade your Debian 10 Buster system to Debian 11, Bullseye via command line.
WeiterlesenPost-mortem report for the 40 minute service outage on on 4th January 2022.
WeiterlesenIn a way, these two books are responsible for my entire professional career. With early computers, you didn’t boot up to a fancy schmancy desktop, or...
WeiterlesenThis is an excerpt from an internal document David Mackey and I co-authored in April 2019. The document is excerpted since much of the original doc...
WeiterlesenDeno 1.17 adds JSON imports, import completions in the REPL, and much more.
WeiterlesenDeno has joined the JavaScript standards committee to improve the language for everyone.
WeiterlesenI see a lot of essays framed as writing advice which are actually thinly veiled descriptions of how someone writes that basically say “you should write...
WeiterlesenThis is a pseudo-transcript (actual words modified to be more readable than a 100% faithful transcription) of a short lightning talk I did at Twitter a...
WeiterlesenWhen facing a limited amount of labeled data for supervised learning tasks, four approaches are commonly discussed.
WeiterlesenDeno Deploy provides web standard streaming infrastructure to easily whip up real-time applications.
WeiterlesenHere’s a list of errors on this blog that I think were fairly serious. While what I think of as serious is, of course, subjective, I...
WeiterlesenToday Slack has announced their next generation development platform. Slack chose Deno for its “secure by default” principles, its web standard APIs, and its first-class TypeScript...
WeiterlesenOne of the most common mistakes I see people make when looking at data is incorrectly using an overly simplified model. A specific variant of this...
WeiterlesenMany serverless at edge products can not connect to Postgres because they don’t support TCP. Deno Deploy can.
WeiterlesenDeno 1.16 adds support for new JSX transforms, reading files from disk using fetch, and much more.
WeiterlesenThree major tools that companies have to influence behavior are incentives, process, and culture. People often mean different things when talking about these, so I’ll provide...
WeiterlesenDeno Deploy is a multi-tenant distributed JavaScript VM running in 28 data centers across the world.
WeiterlesenThis article explains how to install and deploy Odoo 15 inside a Python virtual environment on Ubuntu 20.04. Odoo is a popular open-source suite of business...
WeiterlesenPeople frequently1 think that I’m very stupid. I don’t find this surprising, since I don’t mind if other people think I’m stupid, which means that I...
WeiterlesenIt’s common to see people advocate for learning skills that they have or using processes that they use. For example, Steve Yegge has a set of...
WeiterlesenA common topic of discussion among my close friends is where the bottlenecks are in our productivity and how we can execute more quickly. This is...
WeiterlesenDeno 1.15 improves Web Crypto support, adds deno uninstall subcommand, stabilizes URLPattern and more.
WeiterlesenSSL certificate is a digital certificate issued by Certificate Authorities to the websites, which ensures all the information exchanged between the user’s web browser and the...
WeiterlesenAn alternate title for this post might be, “Twitter has a kernel team!?”. At this point, I’ve heard that surprised exclamation enough that I’ve lost count...
Weiterlesen[Updated on 2022-03-13: add expert choice routing.] [Updated on 2022-06-10]: Greg and I wrote a shorted and upgraded version of this post, published on OpenAI Blog:...
WeiterlesenPost-mortem report for the 35 minute service outage on on September 23, 2021.
WeiterlesenThe Internet Protocol (IP) is a set of rules for that specifies addressing and routing the data between computers.
WeiterlesenDeno 1.14 improves Web Crypto support, adds customization options to deno fmt and deno lint, introduces URLPattern, and more.
WeiterlesenWhat components are needed for building learning algorithms that leverage the structure and properties of graphs?
WeiterlesenUnderstanding the building blocks and design choices of graph neural networks.
WeiterlesenDeno Deploy is a multi-tenant distributed JavaScript VM running in 25 data centers across the world.
WeiterlesenA question I get asked with some frequency is: why bother measuring X, why not build something instead? More bluntly, in a recent conversation with a...
WeiterlesenAre you worried about the WordPress White Screen of Death? Then here are some practical ways to solve such errors and best practices to avoid WSOD.
WeiterlesenDeno 1.13 stabilizes the native HTTP server, and introduces FFI, a streaming WebSocket API, the new self.structuredClone() function and more.
WeiterlesenLocalhost is a hostname that refers to the computer system on which the calling program is running.
WeiterlesenThis article goes through several different ways to reverse a string in Python.
WeiterlesenPost-mortem report for the 6 minute service outage on July 27, 2021.
WeiterlesenThe Deno 1.12 release adds server side WebSockets, support for WASM threads, new web crypto APIs and more.
Weiterlesen[Updated on 2021-09-19: Highly recommend this blog post on score-based generative modeling by Yang Song (author of several key papers in the references)]. [Updated on 2022-08-27:...
Weiterlesenifconfig is a network management tool, used to configure and view the status of the network interfaces in Linux
WeiterlesenDeno Deploy is a multi-tenant distributed JavaScript VM running in 25 data centers across the world.
WeiterlesenI find blockchain fascinating because it extends open source software development to open source + state. This seems to be a genuine/exciting innovation in computing paradigms;...
WeiterlesenThis article explains how to install Plex Media Server on Ubuntu 20.04.
WeiterlesenThe Deno 1.11 release adds new web APIs, resolves long standing issues, and improves editor experience.
WeiterlesenThis article explains what a 503 error means, why you’re getting an HTTP 503 code, and how to troubleshoot these errors.
WeiterlesenThe other day I was talking to a young developer working on a code base with tons of COM code, and I told him that even...
WeiterlesenThe goal of contrastive representation learning is to learn such an embedding space in which similar sample pairs stay close to each other while dissimilar ones...
WeiterlesenIn this article, we’re going to show you how to exclude one or multiple words, patterns or directories when searching with grep.
WeiterlesenDeno 1.10 improves the built-in test runner, adds support for Web Storage API, structured clone, and more.
WeiterlesenGitea is is a fast and easy to use self-hosted git server written in Go. This article explains how to install and configure Gitea on Ubuntu...
WeiterlesenReprogramming Neural CA to exhibit novel behaviour, using adversarial attacks.
WeiterlesenIn Linux, file permissions, attributes, and ownership control the access level that the system processes and users have to files.
WeiterlesenLast month, I emailed readers announcing an upcoming mailbag post—the WBW post version of an AMA. 1,500 questions poured in—remarkably interesting, creative questions on a wide...
WeiterlesenDeno 1.9 adds a new native HTTP/2 web server, a vastly improved op infrastructure, import completions in the LSP, an interactive permission prompt, blob url support.
WeiterlesenThis article explains how to set up an NFSv4 Server on Ubuntu 20.04. We’ll also show you how to mount an NFS file system on the...
WeiterlesenWeights in the final layer of common visual models appear as horizontal bands. We investigate how and why.
WeiterlesenWhen a neural network layer is divided into multiple branches, neurons self-organize into coherent groupings.
WeiterlesenWe have raised money to enable the millions of web programmers out there to maximally leverage their craft.
WeiterlesenThe inspiration for this short story came to me while reading Kevin Lacker’s Giving GPT-3 a Turing Test. It is probably worth it (though not required)...
WeiterlesenThis article explains how to install and configure a VNC server on Ubuntu 20.04. We’ll also show you how to securely connect to the VNC server...
WeiterlesenLarge pretrained language models are trained over a sizable collection of online data. They unavoidably acquire certain toxic behavior and biases from the Internet. Pretrained language...
WeiterlesenThis article explains how to install and configure WireGuard on Debian 10 that will act as a VPN server.
WeiterlesenThis tutorial explains how to install Asterisk on Ubuntu 20.04. Asterisk is a popular open-source PBX platform.
WeiterlesenThis article explains how to install and configure Fail2ban on Debian 10. Fail2ban is a tool that helps protect your Linux machine from brute-force and other...
WeiterlesenWe report the existence of multimodal neurons in artificial neural networks, similar to those found in the human brain.
WeiterlesenPost-mortem report for the 98 minute service outage on March 2, 2021.
WeiterlesenDeno 1.8 adds experimental support for the WebGPU API, adds support for importing private modules, stabilizes import maps, revamps coverage tooling, adds ICU to provide internationalization...
WeiterlesenThis article describes how to install and configure an FTP server on Ubuntu 20.04 that you use to share files between your devices.
WeiterlesenThe for loop in Python iterates over the items of a sequence and repeatedly executes a block of statements.
WeiterlesenThis article describes how to install VMware Workstation Player on Ubuntu 20.04.
WeiterlesenNeural Cellular Automata learn to generate textures, exhibiting surprising properties.
WeiterlesenTLDR; this is the last edition of The Morning Paper for now. Plus: one strand of research you won’t want to miss! I was listening to...
WeiterlesenThis article describes how to install Wine on Ubuntu 20.04. Wine is an open-source compatibility layer that allows you to run Windows applications on Unix-like operating...
WeiterlesenWe present techniques for visualizing, contextualizing, and understanding neural network weights.
WeiterlesenThis article explains how to install the Microsoft Edge Browser web browser on Ubuntu 20.04.
WeiterlesenReverse engineering the curve detection algorithm from InceptionV1 and reimplementing it from scratch.
WeiterlesenIn this article, we’ll show you how to install Python 3.9 on Debian 10.
WeiterlesenA family of early-vision neurons reacting to directional transitions from high to low spatial frequency.
Weiterlesenwait is a command that waits for the given jobs to complete and returns the exit status of the waited for command.
WeiterlesenDeno 1.7, one of our largest releases to date, adds cross compilation and 60% smaller binaries for deno compile, a DNS resolver API, support for data...
WeiterlesenThis article will walk you through the basics of Python tuples. Tuples are similar to lists, with the main difference being that the lists are mutable...
WeiterlesenFind and replace is a powerful feature of Vim, which allows you to make changes to your text quickly.
WeiterlesenThis article explains how to write text to a file in Bash, using the redirection operators and tee command.
Weiterlesen[Updated on 2021-02-01: Updated to version 2.0 with several work added and many typos fixed.] [Updated on 2021-05-26: Add P-tuning and Prompt Tuning in the “prompt...
Weiterlesenread is a bash built-in command that reads a line from the standard input (or from the file descriptor) and split into words.
WeiterlesenIn the classic 1986 essay, No Silver Bullet, Fred Brooks argued that there is, in some sense, not that much that can be done to improve...
WeiterlesenThis article explains how to use the systemctl command to list Linux services and check their status.
WeiterlesenNmap is a powerful network scanning tool for security audits and penetration testing.
WeiterlesenAn overview of end-to-end entity resolution for big data, Christophides et al., ACM Computing Surveys, Dec. 2020, Article No. 127 The ACM Computing Surveys are always a great...
WeiterlesenThis article explains how to use the chattr command to change file attributes on Linux file systems.
WeiterlesenNeural networks naturally learn many transformed copies of the same feature, connected by symmetric weights.
WeiterlesenDeno 1.6 adds the ability to build your Deno projects into fully standalone, self-contained executables with `deno compile`. The release also introduces a built-in LSP for...
WeiterlesenBias in word embeddings, Papakyriakopoulos et al., FAT*’20 There are no (stochastic) parrots in this paper, but it does examine bias in word embeddings, and how...
WeiterlesenThis article will show you how to install PHP 8 on Ubuntu 20.04 and integrate it with Nginx and Apache.
Weiterlesenbasename is a command-line utility that strips directory and suffix from given file names.
WeiterlesenSeeing is believing: a client-centric specification of database isolation, Crooks et al., PODC’17. Last week we looked at Elle, which detects isolation anomalies by setting things up...
WeiterlesenIn Python, we can convert integers and other data types to strings using the built-in str() function.
WeiterlesenElle: inferring isolation anomalies from experimental observations, Kingsbury & Alvaro, VLDB’20 Is there anything more terrifying, and at the same time more useful, to a database...
WeiterlesenIn this article we’ll discuss how to install Flask on Ubuntu 20.04 inside a Python virtual environment.
WeiterlesenWith diverse environments, we can analyze, diagnose and edit deep reinforcement learning models using attribution.
Weiterlesenwho is a command-line utility that displays a list of currently logged in users. It can also show the current run level, time of the last...
WeiterlesenAchieving 100 Gbps intrusion prevention on a single server, Zhao et al., OSDI’20 Papers-we-love is hosting a mini-event this Wednesday (18th) where I’ll be leading a panel discussion...
WeiterlesenIn this article, we’ll show you two ways to install Python 3.9 on Ubuntu 20.04.
WeiterlesenThis article describes how to install the proprietary Nvidia drivers on Ubuntu 20.04.
WeiterlesenVirtual consensus in Delos, Balakrishnan et al. (Facebook, Inc.), OSDI’2020 Before we dive into this paper, if you click on the link above and then download...
WeiterlesenIn Git you can undo changes using the git reset command followed by the commit identifier.
WeiterlesenThis article explains how to install and deploy Odoo 14 inside a Python virtual environment on CentOS 8.
WeiterlesenHelios: hyperscale indexing for the cloud & edge, Potharaju et al., PVLDB’20 Last time out we looked at the motivations for a new reference blueprint for large-scale data...
WeiterlesenIn this article, we’ll talk about how to use the rmmod command to remove modules from the Linux Kernel.
Weiterlesen[Updated on 2020-11-12: add an example on closed-book factual QA using OpenAI API (beta). A model that can answer any question with regard to factual knowledge...
Weiterlesen