ArsC

6 posts

ArsC

ArsC

@achidambs

Katılım Nisan 2025
13 Takip Edilen11 Takipçiler
Michael Pope
Michael Pope@MichaelPope_Dev·
Against my better judgement, I started learning Rust and set out to build my own PDF file parser from scratch. Just the first hour in, I learned a lot more about Rust ownership and how PDF files are actually formatted and stored, it didn't take as much code as I thought TBH. At first the whole & Symbol was throwing me off, I come from the javascript world but after some studying it started to make sense. You're letting the compiler know that you're passing a reference to data memory. Your code can copy values by making a direct copy of the value in memory and storying that cloned data to a new spot in memory, or you can simply pass in the refrence to the address in memory of that data, preventing you from having to waste memory when you really don't need it. That led me down the rabbit hole on how rust handles memory...Basically as i understand it, the Rust compiler looks everytime you create a variable at when the last reference to that variable is, and allows you to pass write permissions to another variable so long as no other variable is reading or trying to write to it. So to start playing around with rust and playing around with all of this, I made a basic reader.rs file which reads from the pdf and returns the bytes. reader.rs is called from the main.rs file, and then I have it logging some of the test from the pdf. I just took my own resume as a test file and saw the pdf objects rendered as test which was really cool to see how pdf files are stored, next up is to parse the pdf objects so I can parse out the text of the resume without all the xml like object sytax text in there... Rust is fun. #rust #javascript #pdf #webdev #softwareengineer
Michael Pope tweet mediaMichael Pope tweet mediaMichael Pope tweet media
English
1
2
2
439
ArsC
ArsC@achidambs·
@MichaelPope_Dev Hi, just sent you a DM on instagram under the handle coding.matrix regarding a opportunity that you had discussed before. Thank You :)
English
0
0
3
16
Julia Li
Julia Li@jjuulliiaallii·
I will fly you out to sf all expenses paid. You’ll get: > 3 days in sf  > fully covered flights, food and housing  > a chance to build with @photon_hq photon residency is for TOP growth, engineers and designers that reimagine agent-human interaction Reply “link” for the link to join us in sf
Julia Li tweet media
English
919
36
1K
109.5K
Chamath Palihapitiya
Chamath Palihapitiya@chamath·
We started @8090solutions exactly a year ago. I’ll be sending a more detailed update in a few days that explains what we’re up to, but in a nutshell, we’ve been building a highly opinionated software factory that makes extremely reliable, hi value production software for enterprises. We’re still in our infancy but initial results from customers have been surprising: Accuracy: +30% Time saved: +75% Efficiency: +80% Cycle time: -75% Cost: -50% In a few days I will be posting a coding challenge. If you’re a killer engineer, you may want to consider taking the challenge and coming to work with us (warning: the coding challenge is somewhere between very hard to impossible). Here are some numbers you can use to measure risk vs. reward if you’ve read this far and are still interested: Jun24 - Jun25 TCV: >$10M 2025E TCV: $30-50M Gross Margin: 90% Projected CFBE 2H 2026 Employees: 20+ Customer Industries: 7+ Managers: 0 Orgchart: n/a Last valuation: $9.5M SAFE at $100M conversion cap Investors: me and my friends from the poker game. Next round valuation: TBD!
English
118
48
1K
1.5M
Chamath Palihapitiya
Chamath Palihapitiya@chamath·
I had two goals today: 1) solve a complicated knowledge graph problem with the 8090 team 2) tilt mid-twit mission accomplished on both. god i love america.
English
124
38
1.6K
420.6K