Skip to content

Instantly share code, notes, and snippets.

@edecoux
edecoux / Large-Scale Generative Pre-training.md
Last active September 22, 2022 21:21
Large-Scale Generative Pre-training.md

DIALOGPT : Large-Scale Generative Pre-training for Conversational Response Generation

Yizhe Zhang Siqi Sun Michel Galley Yen-Chun Chen
Chris Brockett Xiang Gao Jianfeng Gao Jingjing Liu Bill Dolan
Microsoft Corporation, Redmond, WA, USA∗

Clip source: Summary of - Large-Scale Generative Pre-training.md · GitHub

@edecoux
edecoux / Rendering pipeline.md
Created September 22, 2022 19:30
Rendering pipeline.md

[[CG]]

foundation of [[real-time graphics]].

main function is to render a two-dimensional image in relation to a virtual camera, three-dimensional objects (an object that has width, length, and depth), light sources, lighting models, textures and more.

Architecture

The architecture of the real-time rendering pipeline can be divided into conceptual stages: application, geometry and [[rasterization]].

Application

responsible for generating "scenes", or 3D settings that are drawn to a 2D display.

@edecoux
edecoux / Geovisualizations.md
Created September 21, 2022 02:49
Geovisualizations.md

REVIEW ARTICLE

FAIR Geovisualizations: Definitions, Challenges, and the Road

Ahead

Auriol Degbelo Institute for Geoinformatics, University of M ̈unster auriol.degbelo@uni-muenster.de

ARTICLE HISTORY Compiled November 16, 2021

@edecoux
edecoux / Thread-local storage.md
Last active September 21, 2022 02:10
Thread-local storage.md

Thread-local storage

Thread-local storage - Wikipedia
https://en.m.wikipedia.org/wiki/Thread-local_storage

  • While the use of global variables is generally discouraged in modern programming, legacy operating systems such as UNIX are designed for uniprocessor hardware and require some additional mechanism to retain the semantics of pre-reentrant APIs.
  • An example of such situations is where functions use a global variable to set an error condition (for example the global variable errno used by many functions of the C library). If errno were a global variable, a call of a system function on one thread may overwrite the value previously set by a call of a system function on a different thread, possibly before following code on that different thread could check for the error condition.
  • The solution is to have errno be a variable that looks like it is global, but in fact exists once per thread—i.e., it lives in thread-local storage. A second use case would be multiple threads accumulating information i
@edecoux
edecoux / Raindrop—Interpretation of Spectrum Access Policies.md
Last active September 20, 2022 17:50
Raindrop—Interpretation of Spectrum Access Policies.md

Interpretation of Spectrum Access Policies.md
https://gist.github.com/VUvitae/379f1703a035ad89632a6ddba1e068cc

  • This paper describes some of the challenges that need to be addressed in order to develop collaborative spectrum-sharing systems
  • The importance of these challenges stems from the assumption that rules for spectrum sharing can change after the deployment of radio networks and that the whole system must be able to adapt to them.
  • To address such a requirement, we used a policy-based approach in which transmissions are controlled by a policy interpreter system, and the policies can be modified during system operation.- Our primary goal was to develop a prototype of such a system.

Ontology

@edecoux
edecoux / Interpretation of Spectrum Access Policies.md
Last active September 20, 2022 17:41
Interpretation of Spectrum Access Policies.md

Clip source: Summary of - Interpretation of Spectrum Access Policies.md · GitHub

Interpretation of Spectrum Access Policies.md · GitHub

Towards Collaborative and Dynamic Spectrum Sharing via Interpretation of Spectrum Access Policies. Jakub ****** 1, Jae-Kark Choi^2, Mieczyslaw M. Kokar^3, Soobin Um^4 and Jeung Won Choi^4

This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license.

@edecoux
edecoux / AMDD.md
Created September 19, 2022 04:21
AMDD.md

AMDD

![[Atrius 4U-S1 Cell Specification rev2.0.pdf]]

![[ATRIUS Hardware Specification rev1.1.pdf]]

[[Autonomous Multi-Drone Depot (AMDD)]]

@edecoux
edecoux / 5G RAN.md
Last active March 12, 2023 22:13
5G RAN.md

Private 5G: A Systems Approach Larry Peterson, Oguz Sunay, and Bruce Davie

Table of Contents

Preface Acknowledgements Chapter 1: Introduction 1.1 Standardization Landscape 1.2 Access Networks

@edecoux
edecoux / Edge-Cloud.md
Last active September 16, 2022 00:10
Edge-Cloud.md

Edge Cloud Operations: A Systems Approach

Peterson, Baker, Bavier, Williams and Davie

Table of Contents