This report uncovers a set of related threat clusters linked to PurpleHaze and ShadowPad operators targeting organizations, including cybersecurity vendors.
This report uncovers a set of related threat clusters linked to PurpleHaze and ShadowPad operators targeting organizations, including cybersecurity vendors.
Notes and scales
steen's online burrow
Have you ever wondered how it’s possible to call C code from other languages like Python? Here are the technical details — and also why this topic is important for security and sustainability.
Xe Iaso's personal website.
Dolt – Git for Data. Contribute to dolthub/dolt development by creating an account on GitHub.
In which I fit a neural embedding to my gotosocial server
In this, my fifth article on the Go programming language, I’m looking at the build and packaging process, and other tooling. I’ll start by looking at how code is structured into packages, and then look at the tools for building, packaging and testing.
Native Mac APIs for Go. Previously known as MacDriver - progrium/darwinkit
Examining the Go binaries and linkers.
How to statically link Go, updated for 2022
Tl;Dr Cgo calls take about 40ns, about the same time encoding/json takes to parse a single digit integer. On my 20 core machine Cgo call performance scales with core count up to about 16 cores, after which some known contention issues slow things down. Disclaimer While alot of this article argues that “Cgo performance is good actually”, please don’t take that to mean “Cgo is good actually”. I’ve maintained production applications that use Cgo and non-trivial bindings to lua.
TL;DR emp3r0r is a C2 framework written in pure Go. For many years, I have been building it without CGO because of annoying dependencies (glibc) that prevent the agent from running on some systems, that also ruled out the possibility of using CGO to compile agent in DLL or …
Rclone Installation
Dolt – Git for Data. Contribute to dolthub/dolt development by creating an account on GitHub.
your data is trapped inside the box that is your program. you can only see what the program author exposes.
Streaming video decoding via file descriptor passing
For as long as I can remember, I have heard people say C/C++ when referring to a project written in C and or C++. A lot of programming/developer jobs also refer to C/C++ when they need a programmer who knows either C or C++. To most people who have never touched C or C++ this might not seem like a big deal. However, the problem is that when people say this term (C/C++) they make it seem like C and C++ are similar or closely related programming languages. That is not true. Although C++ was based off of C when it was first created, these two languages have slowly drifted apart over the years to the point where they share less and less in common1.
In the two years since I’ve posted I want off Mr Golang’s Wild Ride, it’s made the rounds time and time again, on Reddit, on Lobste.rs, on HackerNews, and elsewhere. And every time, it elicits the ...
Investigating Go, Cgo, Metal Shading Language, Metal Performance Shaders, and benchmarking different approaches to matrix multiplication
**WIP** Home-grown alternative implementation of Apple Internet Router 3.0