Arcanoraptor

2 Followers
18 Following
106 Posts
A raptor experienced in the arcane arts of computing. Ignore the bite marks on the electric fence generator. 18+
SpeciesRaptor
PronounsHe / Him
Main LangPython
Favorite LangFortran

I miss the days of bare-metal servers.

The cloud providers overcomplicate everything. My tinfoil hat says that this is a form of vendor lock-on, with a large exit barrier of vendor-specific knowledge required to use their tooling.

It used to be a single dev could spin up a web server, write some HTML + JS, and reach the world.
Now it takes a team of a dozen people to manage a spiderweb that the cloud providers have convinced us is more efficient, just to serve something drenched in layers of JS framework and abstraction.

anyway, with this in mind, can someone explain something to me? in C, i tend to write this:

int* x;

i write it like that because i believe i am bringing into existence x, whose type is "a pointer to an integer". it's not an int, it's an int pointer. so i write int*, because that's what type it is. it seems clearer that way. however i often see this:

int *x;

this seems less clear, but some (most?) people obviously think THAT way is the clearer way. if you do, what's your thought process?

This "concern" echos so hollow.
My employer added a clause in my last NDA stating that I was prohibited from saying anything "disparaging" about the company. Now when anyone asks about job postings I tell them, "I'm contractually obligated not to say anything disparaging about them." None have ever applied.
I wish there was a way to identify FOSS projects created by the furry community
#Unix or #linux desktop from the 90s. Awesome aesthetic ๐Ÿ”ฅ
Help I made my avatar come to life
Why is FWA filled with more smoke than a Phish concert?

"Haskell Curry" has the same energy as "Sans Undertale"

(I'm aware that Haskell the language and Currying were named after him X3)

Why do folks prefer the BSD coreutils over GNU's? Every time I use the BSD ones, they always seem to have fewer options / quality-of-life features than GNU's