Posts tagged with "linklog"
-
Getting Things Done in 15 Minutes
I’ve got the book and have been using the GTD method for 2 years now, but this will get anyone started immediately. https://hamberg.no/gtd
-
Difference between GP Bikes and Street Bikes
Great write up on the manufacturing differences, rules, and regulations around WSBK, MotoGP, and high end machines available for purchase. https://www.cycleworld.com/why-does-ducatis-motogp-bike-rev-higher-than-panigale-v4-r/
-
Why did two lines take so long?
As someone who’s been asked this exact question before in 2016 I feel this in my soul. https://www.mrlacey.com/2020/07/youve-only-added-two-lines-why-did-that.html?m=1
-
Buy your own Boston Dynamics SPOT Dog
I’ve always wanted one of these and now for the low low price of $75k we can all have one! https://shop.bostondynamics.com/DefaultStore/spot
-
How to organize your digital life – The Johnny Decimal System
The Johnny Decimal system is a great way to organize your digital life paired with the Getting Things Done Method for written notes. https://johnnydecimal.com/
-
SRA statement on the murder of George Floyd
Proud to be a part of the SRA and the statement they put out. https://socialistra.org/news/story?id=1590705266
-
Callsign Query Tools
Amateur Extra Query Tools is a great website for querying the state of callsigns in any way you might want. For instance looking for upcoming expiring 1×2 callsigns. http://ae7q.com/query/
-
Monodraw type VSCode Extension
AsciiFlow2 is a really awesome tool that embed an ascii monodraw style editor inside VSCode. https://github.com/zenghongtu/vscode-asciiflow2
-
iOS App written in straight C
An interesting exercise in masochism, but also fun in a way. Since you can’t directly include Objective-C APIs in C the author took to straight up using the C level Objective-C runtime calls to perform message passing under the Objective-C runtime. Have a read through the code for yourself to see how it’s done. https://github.com/richardjrossiii/CBasediOSApp
-
Meltdown Spectre JavaScript Exploit Example
Proof of concept possible on every kernel running on intel CPUs that don’t have mitigations in place. https://react-etc.net/page/meltdown-spectre-javascript-exploit-example