Skip to content

Instantly share code, notes, and snippets.

View bburdette's full-sized avatar

Ben Burdette bburdette

  • Interstitial Technologies
  • boulder, co
View GitHub Profile
@bburdette
bburdette / scpahw00.txt
Created October 3, 2015 21:00
scsynth portaudio hw:0,0
-------------- normal output for my scoscdir program ----------------
/bananapi/cyclophone_samples/mmap.hs 192.168.8.180 8086/scoscdir 192.168.8.180 8000 /home/
scoscdir started.
withsc3 - a
withsc3 - b
withsc3 - b2
withsc3 - b3
withsc3 - c
withsc3 - d
--------------only the first few putStrLen() calls happen ------------------
scoscdir started.
withsc3 - a
withsc3 - b
------------- gets to "SuperCollider 3 server ready.", but never prints anything else ---------------
[bananapi@lemaker bananapipro_arch]$ ~/scsynth_portaudio -u 57110 -H hw:0,0
ALSA lib confmisc.c:1286:(snd_func_refer) Unable to find definition 'cards.sunxi-CODEC.pcm.front.0:CARD=0'
{
"version": "1.0.0",
"summary": "web controls for sending/receiving OSC messages.",
"repository": "https://github.com/USER/PROJECT.git",
"license": "BSD3",
"source-directories": [
"."
],
"exposed-modules": [],
"native-modules": true,
module Main where
import Effects exposing (Never)
import StartApp
import Task
import Signal exposing (Signal)
import Task exposing (Task)
import Keyboard
import Char
import String
#[macro_use]
mod tryopt;
mod stringerror;
// use std::error;
use std::thread;
use std::sync::{Arc, Mutex};
use std::collections::BTreeMap;
use std::net::UdpSocket;
import StartApp exposing (start)
import Effects
import Task
import Html exposing (..)
import Html.Events exposing (..)
main =
(start
{ init = init
, update = update
use std::path::{Path, PathBuf};
use std::thread;
use string_defaults;
use toml;
use util::load_string;
use actix_web::fs::NamedFile;
use actix_web::http::{Method, StatusCode};
use actix_web::middleware::Logger;
use actix_web::Binary;
use actix_web::{
# Edit this configuration file to define what should be installed on
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running ‘nixos-help’).
{ config, pkgs, ... }:
let
unstable = import <nixos-unstable> {};
in
{
diff --git a/src/libutil/tests/logging.cc b/src/libutil/tests/logging.cc
index ac015a1..fbdc912 100644
--- a/src/libutil/tests/logging.cc
+++ b/src/libutil/tests/logging.cc
@@ -78,6 +78,8 @@ namespace nix {
}
TEST(logEI, loggingErrorOnTalkativeLevel) {
+ verbosity = lvlTalkative;
+
@bburdette
bburdette / log.txt
Created August 27, 2020 18:19
attempt to replicate nix bug 1885
[nix-shell:~/code/nix-error-project/nix]$ nix --version
nix (Nix) 3.0
[nix-shell:~/code/nix-error-project/nix]$ sudo cp /root/.cache/nix/binary-cache-v6.sqlite ~/code/nix-error-project/1885-stuff/binary-cache-v6.sqlite.original
[nix-shell:~/code/nix-error-project/nix]$ nix-shell -p sqlite
[nix-shell:~/code/nix-error-project/nix]$ sudo sqlite3 /root/.cache/nix/binary-cache-v6.sqlite
SQLite version 3.32.3 2020-06-18 14:00:33
Enter ".help" for usage hints.