bloeys (@bloeys) 's Twitter Profile
bloeys

@bloeys

Founder & CEO @theoverlordcorp
Website: bloeys.com
GitHub: github.com/bloeys
Unity assets: assetstore.unity.com/publishers/204…

ID: 985705922

linkhttps://bloeys.com calendar_today03-12-2012 01:20:59

4,4K Tweet

166 Followers

1,1K Following

bloeys (@bloeys) 's Twitter Profile Photo

Axios is a super fundamental and popular dependency in the JS world. If this is real, it's super super bad 💀 All these attacks make me feel really good about using Jai and vendoring anything I use...

bloeys (@bloeys) 's Twitter Profile Photo

Jai appreciation post: In Go, if you have an enum and want a `stringify` function for it, you need to: 1. Add a special comment (not checked by compiler) ```go //go:generate stringer -type=Status type Status int const ( StatusUnknown Status = iota StatusPending ) ``` 2. Install

Jai appreciation post:

In Go, if you have an enum and want a `stringify` function for it, you need to:

1. Add a special comment (not checked by compiler)
```go
//go:generate stringer -type=Status
type Status int
const (
StatusUnknown Status = iota
StatusPending
)
```
2. Install
bloeys (@bloeys) 's Twitter Profile Photo

This is a cool example of what I mean when I say you need "semantic" tools specialized to your domain. See how you can visually see (and manipulate) the roads and objects with color codes for everything. Maybe you click on an object to open it's code, or maybe you want to see

Ryan Rozbiani (@ryanrozbiani) 's Twitter Profile Photo

Egyptian programmer Badr El-Khamisy launched a digital initiative to honor every Palestinian who has been killed in Gaza So far, over 60,000 names have been documented, each represented as a point of light on the screen. Clicking a point reveals their name, age, and birthday.

bloeys (@bloeys) 's Twitter Profile Photo

Here is an intersting problem I had to solve recently in Overlord Systems: We want to write to *many* files/folders that are on the same filesystem atomically (the user either sees all changes at once or none). That's it. The only other constraint is to do this ASAP. The

Nuno Afonso (@nafonsopt) 's Twitter Profile Photo

After 3 years, 47 releases, Ark VCS has finally reached 1.0! 🎉 youtu.be/XSnIw4siQ6U It's a big release, with features that I've never seen to any version control system out of the box, like built-in changelist build status. If you're tired of #perforce and #git, get it from

John Carmack (@id_aa_carmack) 's Twitter Profile Photo

A Canticle For Leibowitz is a classic early (1959) post-apocalypse novel where an order of monks preserved the last remnants of learning (the memorabilia) after a nuclear exchange turned the remains of society into book and scientist burners. I first read it in the 80s as a mass

A Canticle For Leibowitz is a classic early (1959) post-apocalypse novel where an order of monks preserved the last remnants of learning (the memorabilia) after a nuclear exchange turned the remains of society into book and scientist burners.

I first read it in the 80s as a mass
bloeys (@bloeys) 's Twitter Profile Photo

This might be controversial, and I want to turn this into a full article eventually, but I want to put this out there for now, especially given the current zeitgeist: Full self-driving cars are much *easier* than fully autonomous programming. This is best explained at length,

Space Koala (@culpable_mink) 's Twitter Profile Photo

The Octopus eye is trash compared to the human eye, and I'm tired of people treating the nerve arrangement like it's some brilliant innovation over ours. Time for another biology rant

bloeys (@bloeys) 's Twitter Profile Photo

I recently bought a Mac Pro laptop (haven't had one for a while) to add MacOS support to the Overlord Engine Overlord Systems, as most of our early testers are on Mac. The hardware and build quality is amazing, but it was sad to see software deteriorate the same as Windows :/ I

bloeys (@bloeys) 's Twitter Profile Photo

You might see some slight UI animation inconsistencies in the Overlord Engine (Overlord Systems) if you run it continuously for ~584 years. Sorry about that 😔