Skip to content

Instantly share code, notes, and snippets.

@nuttxmacos
nuttxmacos / ci-arm-11.log
Created November 15, 2024 01:07
[arm-11] CI Log for nuttx @ fe4f7a3a16ff8eaeee8a10203fee3297fc2bdba2 / nuttx-apps @ fe4f7a3a16ff8eaeee8a10203fee3297fc2bdba2
Script started on Fri Nov 15 08:54:00 2024
Command: /Users/luppy/nuttx-build-farm/run-job-macos.sh arm-11
Now running https://github.com/lupyuen/nuttx-build-farm/blob/main/run-job-macos.sh
Called by https://github.com/lupyuen/nuttx-build-farm/blob/main/run-ci-macos.sh
utc_time=2024-11-15T00:54:00
local_time=2024-11-15T08:54:00
+ job=arm-11
+ [[ arm-11 == '' ]]
+ neofetch
'c.
x86_64-linux nixos-install-tools
x86_64-linux nixpkgs-manual
x86_64-darwin nixpkgs-manual
x86_64-linux tests.nixos-functions.nixos-test
aarch64-darwin nixos-render-docs
x86_64-darwin nixos-render-docs
aarch64-darwin nixpkgs-manual
aarch64-linux nixos-render-docs
x86_64-linux nixos-render-docs
aarch64-linux nixos-install-tools
@tankh64
tankh64 / pipewire.md
Created November 15, 2024 01:05 — forked from the-spyke/pipewire.md
Enable PipeWire on Ubuntu 22.04

Enable PipeWire on Ubuntu 22.04

This guide is only for original Ubuntu out-of-the-box packages. If you have added a custom PPA like pipewire-debian, you might get into conflicts.

Ubuntu 22.04 has PipeWire partially installed and enabled as it's used by browsers (WebRTC) for recoding the screeen under Wayland. We can enable remaining parts and use PipeWire for audio and Bluetooth instead of PulseAudio.

Starting from WirePlumber version 0.4.8 automatic Bluetooth profile switching (e.g. switching from A2DP to HSP/HFP when an application needs microphone access) is supported. Jammy (22.04) repos provide exactly version 0.4.8. So, we're good.

Based on Debian Wiki, but simplified for Ubuntu 22.04.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@makoConstruct
makoConstruct / flake.nix
Created November 15, 2024 01:05
mako's nixos config
{
description = "mako's nixos config";
inputs = {
nixpkgs = { url = "github:NixOS/nixpkgs/nixos-23.11"; };
# we want some packages to be more recent
nixpkgs-unstable = { url = "github:NixOS/nixpkgs/nixos-unstable"; };
@chunhualiao
chunhualiao / top conference papers that do not solve grand challenges.md
Last active November 15, 2024 01:09
top conference papers that do not solve grand challenges

There are many top conferences for fields attacking big problems. There problems remain unsolved for a long time. Still many papers have been accepted.

  • What are these papers?
  • How to keep publishing in a field attacking a grand challenge, while not really a solution is found?

Claude 3.5

You raise an interesting point about the nature of research and publishing in fields tackling grand challenges. Here's a breakdown of the types of papers that get published in these areas and strategies for continuing to contribute:

Types of papers published in fields addressing grand challenges:

@NeoVertex1
NeoVertex1 / dim_exploring.py
Created November 15, 2024 01:04
quantum kernels extraction
import torch
import numpy as np
import pickle
from complextensor import ComplexTensor
from qt_state_processor import QuantumStateProcessor
from quantum_random_character_generator import MISTransform, generate_random_characters
import os
from concurrent.futures import ThreadPoolExecutor, as_completed
import queue
import logging
@choco-bot
choco-bot / Install.txt
Created November 15, 2024 01:04
mssqlserver2014-sqlexpradv v12.0.5000.0 - Failed - Package Tests Results
2024-11-15 00:45:28,318 6184 [DEBUG] - XmlConfiguration is now operational
2024-11-15 00:45:31,003 6184 [DEBUG] - Adding new type 'CygwinService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2024-11-15 00:45:31,063 6184 [DEBUG] - Adding new type 'CygwinService' for type 'IInstallSourceRunner' from assembly 'choco'
2024-11-15 00:45:31,094 6184 [DEBUG] - Adding new type 'PythonService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2024-11-15 00:45:31,150 6184 [DEBUG] - Adding new type 'PythonService' for type 'IListSourceRunner' from assembly 'choco'
2024-11-15 00:45:31,191 6184 [DEBUG] - Adding new type 'PythonService' for type 'IInstallSourceRunner' from assembly 'choco'
2024-11-15 00:45:31,222 6184 [DEBUG] - Adding new type 'PythonService' for type 'IUninstallSourceRunner' from assembly 'choco'
2024-11-15 00:45:31,276 6184 [DEBUG] - Adding new type 'RubyGemsService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2024-11-15 00:45:31,284 6184 [DEBUG] - Adding new typ
import boto3
dynamodb = boto3.resource('dynamodb')
table = dynamodb.Table('TABLE_NAME')
def update_items(items):
for item in items:
table.update_item(
Key={