Mindblown: a blog about philosophy.
-
Languages and Compilers
Language Compiler / Interpreter Latest Versions Versions Releases Ada gcc 13.1 ok C gcc 13.1 ok Intel Compiler Classic (icc) 2021.9.0 ok Intel oneAPI DPC++ Compiler (icx) 2023.1.0 ok Clang 16.0.6 ok C++ gcc 12.3 ok Intel…
-
Ten simple rules for structuring papers
The paper introduced 10 simple rules for structuring a scientific paper. Source: https://journals.plos.org/ploscompbiol/article?id=10.1371%252Fjournal.pcbi.1005619
-
Artificial Intelligence Cat Sprinkler
Links:
-
Build/Install GCC Compiler for C, C++, Fortran, Go, Ada in Ubuntu Operating System
I need to compare performance of various C,C++, Fortran,Go and ADA compiler. So I need to install or build various version of GCC compilers. Installing from apt is easier but not all versions are available from apt. First step is to install all prerequisites Most gcc is in C/C++, so we need to install any…
-
Problem Compiling with Clang 16.0.0 in Ubuntu 20.04
I encountered a problem when compiling a C program with Clang compiler version 16.0.0 , in Ubuntu 20.04 Here is the error message: Most likely reason: clang version 16.0.0 need GLIBCXX_3.4.30 , which is not available in Ubuntu 20.04 Solution: find newer libstdc++.so.6. In my case, I obtained it from gcc 12.1.0 in other directory.…
-
Energy Efficiency Across Programming Languages
Main Literature: Related Links Related Paper Discussion on HN
-
Model Smoothness Can Predict Intra Domain and Out of Domain Generalization
Paper: Predicting Out-of-Domain Generalization with Local Manifold Smoothness Code: none yet
-
You Only Look Once (YOLO) Object Detection Models
YOLOv1 Code Paper: JOseph Redmon, Santosh Divvala, Ross Girshick, Ali Farhadi, “You Only Look Once: Unified, Real-Time Object Detection“, 2016 Code: https://github.com/AlexeyAB/darknet YOLOv2 Paper: “YOLO9000:Better, Faster, Stronger“ Code: https://pjreddie.com/darknet/yolov2/ YOLOv3 Paper: YOLOv3: An Incremental Improvement Code: https://pjreddie.com/darknet/yolo/ YOLOv4 Paper: YOLOv4: Optimal Speed and Accuracy of Object Detection Scaled-YOLOv4: Scaling Cross Stage Partial Network Code: https://github.com/AlexeyAB/darknet…
-
Ethereum Merge
Update: March 24,2022 Reference: https://ethereum.org/en/upgrades/merge/
-
ICEYE Free Dataset
This data is collected by the world’s largest SAR satellite constellation. Ready to take a dive in the data? You can use it in research, and get an understanding of what radar satellite data can offer you. Download your free dataset (instant access): https://hubs.ly/Q0168WYZ0 Reference: https://twitter.com/iceyefi/status/1504369483913256962 Downloaded file: ICEYE_Strip_Example_SAR_Dataset_Singapore_Strait_12_2021.zip (size: 2.74 GB) ICEYE also offers…
Got any book recommendations?