โจ Read this awesome post from WIRED ๐ ๐ **Category**: Gear,Gear / Deals,Gear / Products / Home Office,Gear / Products / Tablets,Amazon Prime Day ๐ **What Youโll Learn**: There is beautiful The easy rule for buying a Kindle: wait for a sale. Amazon Prime Day Kindle deals, which happen every summer and fall, as well as other sales events like Black Friday, always offer the best prices. While Amazon's Prime Days of Summer have been in July in previous years, this year they have arrived early, in June, and will last for almost a full week from June 23 through…
๐ Explore this awesome post from Hacker News ๐ ๐ **Category**: ๐ **What Youโll Learn**: I recently learned of the passing of someone whose work nearly everybody knows, but nobody knows his name. Tony Krueger is remembered in Wikipedia as the person who ported the game Chipโs Challenge to Windows for the Windows Entertainment Pack.ยน But thatโs probably not the code he wrote that touched the most people. Tony worked on Word 1.0, 1.1, 2.0, then on Word for OS/2 and Word for Mac, then returned to Word 6.0 and several versions beyond that. He probably holds the record for…
๐ฅ Read this trending post from WIRED ๐ ๐ **Category**: Gear,Gear / Deals,Amazon Prime Day โ
**What Youโll Learn**: If you're looking for a gadget that makes a great gift for a kid, but doesn't give them another screen, the Yoto Player is a great choice. It's designed for kids ages 3 to 12, and uses physical cards that kids can insert into the top of the device to play music, audiobooks, and other audio content linked to the card. My son loves the very simple song cards and his Moana card, because it's his favorite Disney movie. Both the…
๐ Check out this must-read post from Hacker News ๐ ๐ **Category**: ๐ **What Youโll Learn**: Two months ago I was fired by Google for creating the Google Workspace CLI. It went viral, hit #1 on Hacker News, gained thousands of GitHub stars and many thousands of actual users in just a couple days. It was an incredible, confusing journey, from directors and leaders asking what they could learn from the tool to getting grilled by legal about why the Google logo and brand colors are on the Google Workspace GitHub code repositories. I think the cause was that Workspace…
๐ฅ Discover this awesome post from TechCrunch ๐ ๐ **Category**: TC,Venture ๐ก **What Youโll Learn**: TechCrunch's StrictlyVC evening in Los Angeles late last week brought together two of the most outspoken investors working in the AI โโspace right now. Carter Reaume is the co-founder of M13, an early-stage company with $2.5 billion in assets under management, and has served as a seed or Series A investor in 17 unicorns, he says. Zhang Xu is a partner at Basis Set Ventures, which launched in 2017 as one of the first venture funds focused exclusively on AI, and is now investing from…
๐ฅ Check out this must-read post from Hacker News ๐ ๐ **Category**: โ
**What Youโll Learn**: #!/bin/bash set -Efeuxo pipefail APP="Unlag Neo" DISPLAY_NAME="Unlag Neo" if [ -e "$โก.app" ]; then echo "Error: $๐ฅ.app exists already" exit 1 fi mkdir -vp "$โก.app/Contents/MacOS" "$๐ฅ.app/Contents/Resources" PATH="$PATH:/usr/libexec" swiftc - -o "${APP}.app/Contents/MacOS/${APP}" <<'SWIFT' import Foundation import AppKit import CoreGraphics import CoreMedia import ServiceManagement import ApplicationServices @preconcurrency import ScreenCaptureKit struct CaptureError: Error, CustomStringConvertible { let description: String init(_ description: String) { self.description = description } } @MainActor var showedPermissionAlert = false @MainActor var showedAccessibilityAlert = false @MainActor func relaunchUnlag() { let isApp = Bundle.main.bundlePath.hasSuffix(".app") let target…
โจ Read this insightful post from WIRED ๐ ๐ **Category**: Gear,Gear / Deals,Gear / Products,Gear / Products / Home,Amazon Prime Day ๐ **What Youโll Learn**: Look, I get it He - she. I was a rejecter of bidets. Like most Americans, I didn't grow up with anyone. I haven't tried it, but I didn't like the idea of โโpointing water jets at Kissester.Then I moved into a house that already had one installed, and I was a convert in less than a week. The French and Japanese turned out to be good citizens South Park She was right, and I…
๐ฅ Explore this must-read post from Hacker News ๐ ๐ **Category**: โ
**What Youโll Learn**: A requirement for staying sane while working in public as an open source maintainer is realizing that every issue, PR, and piece of feedback is a present, not an obligation. You can accept it, ignore it, and use it partially or not at all. Exceptโฆ For years, as lead of the Go Security team at the time, Iโve told new team members that it doesnโt apply to vulnerability reports. No, vulnerability reports are special. Security researchers are doing us a favor by reporting things confidentially…
๐ฅ Explore this awesome post from WIRED ๐ ๐ **Category**: Science,Science / Biotech,Together At Last โ
**What Youโll Learn**: Nearly 500,000 Americans They suffer from nerve injuries that require treatment every year, whether from an ill-conceived attempt at an avocado pit or an unfortunate woodworking accident. Many will never regain full feeling in their fingers. But a startup has developed a thick, viscous liquid that could change that, and is starting to use it with surgeons in the US.The French company Tissium is working to replace medical sutures and supplement them with a liquid that adheres to tissues when exposed…
๐ Read this trending post from Hacker News ๐ ๐ **Category**: ๐ **What Youโll Learn**: The Teensy Executable Revisited (or, "Thunderclouds Gather on the Horizon") On a couple of occasions, people have responded to my original essay with the comment that what I've created by the end isn't really an ELF executable. Rather, it is a file that the Linux kernel, in its current incarnation, happens to mistake for an ELF executable. It's a fair point. That 45-byte file clearly doesn't conform to numerous requirements of the ELF specification. But can you blame me? How could I have stopped at…
