Ed_ (@ed__dev) 's Twitter Profile
Ed_

@ed__dev

I make stuff with computers. Opinions are my own.

ID: 1212590402

linkhttp://github.com/Ed94 calendar_today23-02-2013 16:00:57

954 Tweet

196 Followers

1,1K Following

Dr. Rhonda Patrick (@foundmyfitness) 's Twitter Profile Photo

Coffee is an important ritual for most people. But it's also a scientifically validated intervention that improves health, longevity, cognitive function, and physical performance. Our latest episode synthesizes extensive research to illuminate how the timing, brewing methods,

Jack Vania (@jackvaniadev) 's Twitter Profile Photo

Unity: Our localization system is unabashedly awkward and unintuitive to use. Me: Thanks I'll write my own CSV parser that's 1000x easier to use this is very rocket science. At this point with the amount of custom components/tools I made I should just make my own engine fml.

Defender (@defenderofbasic) 's Twitter Profile Photo

epistemic shortcuts are necessary, but some increase your ability to handle complexity, and some increase the veil of complexity that allows power, abuse, corruption to fester

epistemic shortcuts are necessary, but some increase your ability to handle complexity, and some increase the veil of complexity that allows power, abuse, corruption to fester
Wojciech Muła (@pshufb) 's Twitter Profile Photo

What every programmer should know about memory (distilled): 1. Memory is slow as hell (even the L1 cache). 2. Your CPU is fast and does everything to make an impression that your memory (even the L1 cache) is also fast. 3. Avoid memory accesses if possible (virtually impossible).

Taelin (@victortaelin) 's Twitter Profile Photo

Bend2 updates for today: - localized type-error messages (see screenshot) - match syntax with braces (per Nyanpasu's request) - flattener fixes & improvements (by Lorenzo) - documented the datatype encoding (link below) Claude Code is now working on syntax sugars to declare

Bend2 updates for today:
- localized type-error messages (see screenshot)
- match syntax with braces (per <a href="/NyanpasuKA/">Nyanpasu</a>'s request)
- flattener fixes &amp; improvements (by Lorenzo)
- documented the datatype encoding (link below)

Claude Code is now working on syntax sugars to declare
Cooking with Chris (@coookwithchris) 's Twitter Profile Photo

If you’re going to use flour it’s important to use the best quality possible These are 2 of my favorite brands -Soft wheat (less gluten) -Non fortified (no inflammatory added iron) -Organic (no glyphosate)

If you’re going to use flour it’s important to use the best quality possible

These are 2 of my favorite brands

-Soft wheat (less gluten)
-Non fortified (no inflammatory added iron)
-Organic (no glyphosate)
FUTO (@futo_tech) 's Twitter Profile Photo

We are relaunching our decentralized social media platform Polycentric! It is now in a public facing alpha and we are looking for feedback from the community. Please check it out and let us know what you think.

We are relaunching our decentralized social media platform Polycentric! It is now in a public facing alpha and we are looking for feedback from the community. Please check it out and let us know what you think.
Gabriel Dechichi (@gdechichi) 's Twitter Profile Photo

a lot of people didn’t seem to believe that my C engine is 14x faster than Unity on the web. so I made the demo available online, link in the 🧵 the Unity project is on github, I’m still on the fence whether I’ll post the C code or not, maybe under CC non-commercial?

Ryan Fleury (@ryanjfleury) 's Twitter Profile Photo

Huge upgrade to loading speeds coming soon, especially with DLL-heavy codebases like UE! The primary reason PDB -> RDI conversion (or PDB parsing in debuggers more generally) is a big bottleneck in startup time is because they must be converted/parsed/loaded _serially_. This may