Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > alt.comp.programming

alt.comp.programming

3214 articles (numbers 1 – 3214) — threaded view

| Advanced

Subject Author Date [asc]
[Web Feed] A Spectre proof-of-concept for a Spectre-proof web | Google Online Security Blog Feed Supplier <feed.supplier@somewhere.cbr> 2021-03-13 12:55 +0000
[Web Feed] Pythonic Functional Programming with Coconut [re] Feed Supplier <feed.supplier@somewhere.cbr> 2021-03-13 12:55 +0000
[Web Feed] Red Flags I Saw While Doing 60+ Technical Interviews in 30 Days Feed Supplier <feed.supplier@somewhere.cbr> 2021-03-13 12:55 +0000
[Web Feed] A guide to Windows application development using w64devkit (with a cool Asteroids clone as a demo) Feed Supplier <feed.supplier@somewhere.cbr> 2021-03-13 12:55 +0000
[Web Feed] Flat is a library for creating and manipulating digital forms of fine arts. Its aim is to enable experimentation with and testing of unpredi Feed Supplier <feed.supplier@somewhere.cbr> 2021-03-13 12:55 +0000
[Web Feed] There is always a certain amount of tension between the goals of those using older, less-popular architectures and the goals of projects tar Feed Supplier <feed.supplier@somewhere.cbr> 2021-03-13 12:55 +0000
[Web Feed] Debian running on Rust coreutils Feed Supplier <feed.supplier@somewhere.cbr> 2021-03-13 12:55 +0000
[Web Feed] Sylvain Kerkour - Rust for web development: 2 years later Feed Supplier <feed.supplier@somewhere.cbr> 2021-03-13 12:55 +0000
[Web Feed] Rust breaks a lot of stuff, and in ways that are difficult to fix. This can have a chilling effect on users, particularly those on older or Feed Supplier <feed.supplier@somewhere.cbr> 2021-03-13 12:55 +0000
[Web Feed] Macros are a language feature which is very far in the “more power” side of the chart. Macros give you an ability to abstract over the s Feed Supplier <feed.supplier@somewhere.cbr> 2021-03-13 12:55 +0000
[Web Feed] Async is all the rage. Python, rust, go. Pick your language and chances are it’s got some form of async / await going. If you’ve never w Feed Supplier <feed.supplier@somewhere.cbr> 2021-03-13 12:55 +0000
[Web Feed] A little over half a decade ago, I came across a wonderful project: a programming language called Julia that was going to revolutionise data Feed Supplier <feed.supplier@somewhere.cbr> 2021-03-13 12:55 +0000
[Web Feed] Hecto: Build your own text editor in Rust – Philipp Flenker – Agile Native · Digital Transformation Agent Feed Supplier <feed.supplier@somewhere.cbr> 2021-03-13 12:55 +0000
[Web Feed] User-defined type guards in TypeScript – Giovanni Collazo Feed Supplier <feed.supplier@somewhere.cbr> 2021-03-13 12:55 +0000
[Web Feed] Rust is an amazing language. It has enabled excellent CLI tools like ripgrep and exa. Companies like Cloudflare are using Rust for their own Feed Supplier <feed.supplier@somewhere.cbr> 2021-03-13 12:55 +0000
[Web Feed] I just finished implementing a non-trivial bit of Pijul: cross-process locks for Sanakirja databases. In this post, I explain how it works. Feed Supplier <feed.supplier@somewhere.cbr> 2021-03-13 12:55 +0000
[Web Feed] Trait objects are Rust’s usual mechanism for dynamic dispatch, and when they work they’re wonderful, but many Rust programmers have stru Feed Supplier <feed.supplier@somewhere.cbr> 2021-03-13 12:55 +0000
[Web Feed] half of curl’s vulnerabilities are C mistakes | daniel.haxx.se Feed Supplier <feed.supplier@somewhere.cbr> 2021-03-13 12:55 +0000
[Web Feed] Welcome to the fantastic world of nerdy regex fun! Start playing by selecting one of the puzzle challenges below. There are a wide range of Feed Supplier <feed.supplier@somewhere.cbr> 2021-03-13 12:55 +0000
[Web Feed] Here’s a list of reasons why SELECT * is bad for SQL performance, assuming that your application doesn’t actually need all the columns. Feed Supplier <feed.supplier@somewhere.cbr> 2021-03-13 12:55 +0000
[Web Feed] 50 Years of Pascal | March 2021 | Communications of the ACM Feed Supplier <feed.supplier@somewhere.cbr> 2021-03-13 12:55 +0000
[Web Feed] One of the first things a novice SQL developer learns about is called "thinking in SQL", which is usually being opposed to "procedural think Feed Supplier <feed.supplier@somewhere.cbr> 2021-03-13 12:55 +0000
[Web Feed] Native Type Theory is a new paper by myself and Mike Stay. We propose a unifying method of reasoning for programming languages: model a lang Feed Supplier <feed.supplier@somewhere.cbr> 2021-03-13 12:55 +0000
[Web Feed] As programmers, we spend a lot of time just carting data from one place to another. Sometimes that’s the entire purpose of a program or li Feed Supplier <feed.supplier@somewhere.cbr> 2021-03-13 12:55 +0000
[Web Feed] &#xA;Arranging Invisible Icons in Quadratic Time | Random ASCII – tech blog of Bruce Dawson Feed Supplier <feed.supplier@somewhere.cbr> 2021-03-13 12:55 +0000
[Web Feed] While simple I/O code in Haskell looks very similar to its equivalents in imperative languages, attempts to write somewhat more complex code Feed Supplier <feed.supplier@somewhere.cbr> 2021-03-13 12:55 +0000
[Web Feed] The upcoming Go 1.16 release has a lot of exciting updates in it, but my most anticipated addition to the Go standard library is the new io/ Feed Supplier <feed.supplier@somewhere.cbr> 2021-03-13 12:55 +0000
[Web Feed] One of the most common issues novice Go programmers run into is the inability to pass a slice of a concrete type (e.g. []int64) into a funct Feed Supplier <feed.supplier@somewhere.cbr> 2021-03-13 12:55 +0000
[Web Feed] Command PATH security in Go - The Go Blog Feed Supplier <feed.supplier@somewhere.cbr> 2021-03-13 12:55 +0000
[Web Feed] If you haven't worked in a typed language before, it may not be obvious at first the power that it brings. This article will show you how to Feed Supplier <feed.supplier@somewhere.cbr> 2021-03-13 12:55 +0000
[Web Feed] Nice to see Sourcehut adding more and more features. Feed Supplier <feed.supplier@somewhere.cbr> 2021-03-13 12:55 +0000
[Web Feed] Another example, for the curious. This one hosts a web server entirely in userspace. All the kernel sees are incoming and outgoing encrypted Feed Supplier <feed.supplier@somewhere.cbr> 2021-03-13 12:55 +0000
[Web Feed] This post contains opinions. They may differ from the opinions you hold, and that's great. This post is not targeted at any individual perso Feed Supplier <feed.supplier@somewhere.cbr> 2021-03-13 12:55 +0000
[Web Feed] Recently I've come to know the concept of memory-mapped files while watching a lecture of the course Intro to Database Systems of Andy Pavlo Feed Supplier <feed.supplier@somewhere.cbr> 2021-03-13 12:55 +0000
[Web Feed] Cgo is a pretty important part of Go: It’s your window to calling anything that isn’t Go (or, more precisely, anything that has C bindin Feed Supplier <feed.supplier@somewhere.cbr> 2021-03-13 12:55 +0000
[Web Feed] &#xA; Elegancy of Go's error handling · things that keep me up at night&#xA; Feed Supplier <feed.supplier@somewhere.cbr> 2021-03-13 12:55 +0000
[Web Feed] Why Go is my favorite programming language - Michael Stapelberg Feed Supplier <feed.supplier@somewhere.cbr> 2021-03-13 12:55 +0000
[Web Feed] The endless browser wars [LWN.net] Feed Supplier <feed.supplier@somewhere.cbr> 2021-03-13 12:55 +0000
[Web Feed] In Firefox 85, we’re introducing a fundamental change in the browser’s network architecture to make all of our users safer: we now parti Feed Supplier <feed.supplier@somewhere.cbr> 2021-03-13 12:55 +0000
[Web Feed] Once in a while, big companies suggest that the answer to abuse is to ban anonymity and institute a Real Names policy. This time, it is Goo Feed Supplier <feed.supplier@somewhere.cbr> 2021-03-13 12:55 +0000
[Web Feed] Think of all the open source programmer hours that went into Chromium. Not that I particularly care about Chrome’s Sync feature, but this Feed Supplier <feed.supplier@somewhere.cbr> 2021-03-13 12:55 +0000
[Web Feed] Submodules specifically have managed to be a thorn in my side on many occasions. While the concept of submodules is simple, figuring out how Feed Supplier <feed.supplier@somewhere.cbr> 2021-03-13 12:55 +0000
[Web Feed] A Vim Guide for Advanced Users Feed Supplier <feed.supplier@somewhere.cbr> 2021-03-13 12:55 +0000
[Web Feed] In the context of doing less and doing it better I decided to start learning more about fzf, the “command line fuzzy finder”. Learnin Feed Supplier <feed.supplier@somewhere.cbr> 2021-03-13 12:55 +0000
[Web Feed] I've been working with software for well over a decade, and honestly cannot remember when I started using Git. I used to be a bit wary of ma Feed Supplier <feed.supplier@somewhere.cbr> 2021-03-13 12:55 +0000
[Web Feed] Bash Line Editor (ble.sh) is a command line editor written in pure Bash scripts which replaces the default GNU Readline. Feed Supplier <feed.supplier@somewhere.cbr> 2021-03-13 12:55 +0000
[Web Feed] SOUL is short for SOUnd Language.&#xA;&#xA;It's a platform for writing and running audio code, consisting of two elements: a language and a runtime. Feed Supplier <feed.supplier@somewhere.cbr> 2021-03-13 12:55 +0000
[Web Feed] ThinScript is an experimental programming language that compiles to JavaScript, WebAssembly, and C. It's meant to be a thin layer on top of Feed Supplier <feed.supplier@somewhere.cbr> 2021-03-13 12:55 +0000
[Web Feed] Newspeak is a new programming language in the tradition of Self and Smalltalk. Newspeak is highly dynamic and reflective - but designed to Feed Supplier <feed.supplier@somewhere.cbr> 2021-03-13 12:55 +0000
[Web Feed] Egison is a programming language that features extensible efficient non-linear pattern matching with backtracking for non-free data types. Feed Supplier <feed.supplier@somewhere.cbr> 2021-03-13 12:55 +0000

« Previous 1 ... 56 57 58 59 60 ... 65 Next »


csiph-web