TL;DR summary of stories on the internet
The OpenID Connect SDK for Go is an easy-to-use client and server implementation that follows the OpenID Connect (OIDC) standard. The library includes packages for clients, relying parties, resource servers, and OpenID providers. It also provides examples and code for different scenarios. The SDK supports various flows, including code flow, implicit flow, hybrid flow, and […]
Read more »
Emerge is a startup that is revolutionizing mobile development by providing tools for both iOS and Android. Their current suite of offerings includes Size Analysis, Performance Analysis, and Snapshots. They have established partnerships with major players in the mobile industry, such as DoorDash, Square, Airbnb, Duolingo, Dropbox, Bumble, and Stripe. The company is seeking an […]
New York City is aiming to increase its tree canopy cover from 22% to 30% by 2035. However, determining where to plant trees and which species to prioritize is a complex task. To address this challenge, researchers at Cornell University have created a 3D mapping tool called Tree Folio NYC. The tool uses lidar scans […]
Refrigerators and air conditioners that operate on vapor compression technology have a fundamental flaw. They are inefficient, rely on hydrofluorocarbons (HFCs) that contribute to greenhouse gas emissions, and are not easily downsizable. However, researchers have developed solid-state alternatives to vapor compression that can overcome these issues. One such alternative is the electrocaloric effect, which relies […]
In this web content, the author discusses the peculiar CCR2004-1G-2XS-PCIe 25gbps NIC by Mikrotik. The author questions why Mikrotik included routing and firewall capabilities in a NIC designed for file servers and workstations, considering it excessive for basic NIC requirements. The author also notes that the product seems to be targeted towards small businesses and […]
Senator Ron Wyden of Oregon is raising concerns about the NSA’s potential acquisition of Americans’ location and browsing data without a warrant. He is blocking the confirmation of a new NSA director until he receives answers. Wyden believes that the American people have the right to know whether the NSA is engaging in warrantless domestic […]
In this web content, Dong and Song have proved a conjecture formulated by Huisken and Ilmanen in 2001. The conjecture states that as the mass of a space approaches zero, its curvature must also approach zero. However, this scenario is complicated by the presence of bubbles and spikes. Dong and Song have shown that these […]
Apple continues to heavily promote Swift as the preferred programming language for its platforms, but Objective-C still holds a significant presence. A recent study shows that Objective-C remains the core language of iOS, with most apps using it directly or indirectly. Additionally, many frameworks shipped on macOS are still written in Objective-C. An interesting trick […]
EmacsConf is an exciting conference that celebrates the wonders of Emacs and Emacs Lisp. With several past conferences successfully held, including EmacsConf 2022, 2021, 2020, 2019, 2015, and 2013, this event has become a go-to gathering for Emacs enthusiasts. The latest update reveals that EmacsConf 2023 is making great progress, with 44 talks already accepted […]
The author acknowledges their love for JavaScript, CSS, and JSX HTML, highlighting the rule of least power in web development. They emphasize choosing the least powerful language for a given purpose, favoring HTML over CSS and then CSS over JS. While JS is versatile, it can also break, fail to load, and exclude certain users. […]