oxcrowx Profile Banner
oxcrow Profile
oxcrow

@oxcrowx

Followers
334
Following
10K
Media
689
Statuses
2K

Developing an Aerospace CFD startup

Joined June 2024
Don't wanna be here? Send us removal request.
@oxcrowx
oxcrow
6 hours
"Why build a new language when so many already exist?". I don't know. It seems like an extremely difficult thing to do. And I like doing difficult things for fun.
0
0
2
@oxcrowx
oxcrow
6 hours
Comparison between Zig and Rust.
0
0
1
@oxcrowx
oxcrow
6 hours
Quantum computing is missing.
Tweet media one
@far__el
Far El
10 hours
It’s clear that you can’t squeeze AGI out of LLMs even if you throw billions of dollars worth of compute at it, something fundamental is missing.
0
1
1
@oxcrowx
oxcrow
8 hours
"Humanity is worth saving.". ~ Big Titus, (Ultramar F.C)
Tweet media one
@fuckhankandtony
Ultron
2 days
“Humanity is worth saving and is the peak of evolution”
Tweet media one
1
0
11
@oxcrowx
oxcrow
8 hours
RT @Balam_GF13: Humanity is worth saving and is the peak of evolution.
0
316
0
@oxcrowx
oxcrow
8 hours
RT @pinglyadya: "Humanity is worth saving."
Tweet media one
0
47
0
@oxcrowx
oxcrow
9 hours
lock in frens.
Tweet media one
0
0
0
@oxcrowx
oxcrow
11 hours
To avoid any possible confusion. Writing 500 lines of code in OCaml is not trivial. Specifically for someone like me who is relatively new to OCaml, and this is my first OCaml project.
Tweet media one
0
0
0
@oxcrowx
oxcrow
11 hours
My compiler is 577 lines of code as of now. I expect it will be 20,000 lines when completed. The code architecture in the first 500 lines decides if it will remain maintainable for the next 15,500 lines. What this founder is creating, is a tech debt, that will haunt him.
@paulg
Paul Graham
1 day
I met a founder today who said he writes 10,000 lines of code a day now thanks to AI. This is probably the limit case. He's a hotshot programmer, he knows AI tools very well, and he's talking about a 12 hour day. But he's not naive. This is not 10,000 lines of bug-filled crap.
3
0
6
@oxcrowx
oxcrow
12 hours
"Never used? Or never had to?". "The plausibly deniable implication being FP languages are safer, and C++ is ridden with bugs.". "I'm onto you Dmitriixter.". ~ Doakes (Senior C++ dev)
@ChShersh
Dmitrii Kovanikov
14 hours
I had been programming in FP languages for 10 years and never used a debugger. Today, I used debugger in C++ for the first time and found a bug in 2 minutes.
0
0
1
@oxcrowx
oxcrow
14 hours
Zig feels more like C and less like C++. That's a good thing. Learning.
Tweet media one
0
0
6
@oxcrowx
oxcrow
19 hours
Sheldon Cooper Syndrome. Fastest way to become disliked by your peers.
Tweet media one
@aramh
Aram Hăvărneanu
2 days
The idea that criticism has to be "constructive" is complete BS. Resist this mind virus.
1
0
4
@oxcrowx
oxcrow
20 hours
"I'm still standing," by Elton John.
@Harto_Tarto
Harto Farto 🌽❌
1 day
Anyone got some extremely hopeful songs?
Tweet media one
0
0
2
@oxcrowx
oxcrow
21 hours
I'm cautiously excited about Zig. Specifically because it apparently compiles faster than Rust. Does not matter how safe Rust is, and how much I like its features, the pain of slow compilations is horrible for productivity. This is why I also use OCaml instead of Haskell.
Tweet media one
8
1
20
@oxcrowx
oxcrow
22 hours
uni life
Tweet media one
Tweet media two
@ArtCelineLove
1 year
uni life
Tweet media one
Tweet media two
Tweet media three
Tweet media four
0
1
2
@oxcrowx
oxcrow
24 hours
0
0
1
@oxcrowx
oxcrow
24 hours
Probably a good time for me to seriously start learning about LLVM. Initially I wanted to compile down to C/Fortran, and although it is easier to accomplish, it also prevents us from using features like zero sized structs, modules, etc. for our language. Link to tutorial below.
2
0
3
@oxcrowx
oxcrow
1 day
Trying to implement block expressions like Rust/OCaml. I don't have a scoped environment, so I should probably work on scopes first. Not sure if it will be efficient, but I'm thinking of copying the environment when we enter a new block scope, and discarding it on exit.
Tweet media one
0
0
1
@oxcrowx
oxcrow
1 day
AST.
Tweet media one
0
0
0
@oxcrowx
oxcrow
1 day
Implemented expression based return few days ago. It works on a function level, but I want to make it more generic, like Rust/OCaml, so all braces/blocks {} are treated as expressions.
Tweet media one
1
0
2