Programmers diary Hi. This is the fifth part of the diary of developing the “Programmers’ diary” blog. The open source code of this project is on https://github.com/TheProgrammersDiary. The third part: https://medium.com/@vievaldas/yagni-best-form-of-development-b003ff4051...
Undervolting 2020 Dell Laptops like the Vostro 7500 and More Tips to Improve Thermals, Battery Life, and Speed - Brendan Greenley 2021 Update: Based on post and Reddit comments, the approach to unlock undervolting works for a number of models, including the XPS, Inspiron, G5, 11th Generation Intel processors, and 2021 Dell models and other lines. If it works for you, please leave a ...
I made a Fallout inspired RPG game in EXCEL fallout-like-excel-rpg_v1-1Download Story It is the 145th year of the second age. Life in Mercer is unrecognisable to that which came earlier – The bombs saw to that. Humanity may never fully…
I Wrote My Own Editor I used to like vscode. I've been using it since it could run and debug C#. Last year, I noticed I frequently hit bugs where I couldn't type until I switched out and back into the editor with alt-tab. That's not so bad but it got annoying when I couldn't b...
Why venture capital should embrace divergence - Credistick In the last post, I talked about the hunt for liquidity in VC and the role that transparency has in building a healthy secondary market. To take that further, we should look more carefully at the structure of venture capital, the direction the asset class...
Career Growth: Who is going to do it? I found this essay by Nicola Ballotta quite interesting. A retrospective of his 25 years professional life, and how he could improve it, ...
OpenAI Wrappers In the startup world - there’s always been that nagging question when discussing a new idea:
GitHub - tinyworldmap/tiny-world-map: tinyworldmap is a tiny world map for offline-first and low-bandwidth web apps tinyworldmap is a tiny world map for offline-first and low-bandwidth web apps - tinyworldmap/tiny-world-map
How to Convert a String to Byte Array in C#: Encoding and Decoding Simplified Learn how to effectively convert a string to a byte array in C#! While it might seem straightforward on the surface, we have encodings to consider!
Adventures In Rust: Bringing Exchange Support To Thunderbird Thunderbird will support Microsoft Exchange Web Services (EWS) natively, all written in Rust! Read about our Rusty adventures, the technical nature of the EWS
Programming Is Mostly Thinking Pretend you have a really great programming day. You only have to attend a few meetings, have only a few off-topic conversations, don'...
The Real C++ Killers (Not You, Rust) All the “C++ killers”, even these which I wholeheartedly love and respect like Rust, Julia, and D, help you write more features with fewer bugs, but they don't much help when you need to squeeze the very last FLOPS from the hardware you rent. As such, the...