#other
Cognitive load is the mental effort needed to understand and work with code. Since our brain can only hold about four pieces of information at once, complex code with many conditions, deep inheritance, or too many small modules increases this load, making it harder to understand and maintain. To reduce cognitive load, use clear, meaningful variable names, prefer composition over inheritance, avoid too many tiny modules, and keep interfaces simple. Also, avoid excessive abstractions, tight coupling with frameworks, and overly complex architectures. Lower cognitive load helps you and your team understand code faster, reduce bugs, and be more productive.
https://github.com/zakirullin/cognitive-load
🚢Nordic American Tankers продаёт Suezmax за $40 млн.
Танкерный оператор Nordic American Tankers (NAT) реализовал один из самых возрастных судов флота — Suezmax постройки 2005 года — по цене около $40 млн.
Название не раскрывается, однако под параметры подпадают "Nordic Freedom" и "Nordic Skier".
Сделка отражает текущую конъюнктуру рынка, где даже возрастной тоннаж сохраняет высокую ликвидность на фоне ограниченного предложения и геополитической нестабильности. Ранее компания также согласовала продажу ещё одного Suezmax 2003 года постройки за $25 млн.
С операционной точки зрения, Nordic American Tankers проводит постепенное омоложение флота, фиксируя высокие цены на вторичном рынке и высвобождая капитал для дальнейших инвестиций.
Компания заявляет о планах расширения флота на фоне благоприятных рыночных перспектив.
📌Nordic American Tankers Ltd. — основана в 1995 году, публичная танкерная компания, зарегистрированная на NYSE, специализируется на флоте Suezmax; контролируется основателем и ключевым акционером Хербьерн Ханссон (Herbjørn Hansson).
#Tankers#Suezmax#Shipping#NAT#SecondHand
#go#blockchain#cloudvpn#golang#golang_library#holepunch#ipfs#ipfs_blockchain#kubernetes#libp2p#mesh#mesh_networks#nat#networking#p2p#p2pvpn#tunnel#vpn
EdgeVPN lets you create secure, decentralized private networks using peer-to-peer (p2p) connections without relying on central servers. It can build a VPN that automatically assigns IPs, includes a small DNS server, and protects your network even if tokens leak. You can also use it as a reverse proxy to share TCP services or send files securely over p2p without a VPN connection. It works well for edge devices and development, especially behind NATs, and can be integrated into your own Go programs. This helps you connect devices easily and securely across different networks without complex setup or infrastructure.
https://github.com/mudler/edgevpn