HackerTrans
TopNewTrendsCommentsPastAskShowJobs

finiteloop

no profile record

Submissions

Building in the Era of Autonomous Software Development

backchannel.org
1 points·by finiteloop·2 anni fa·0 comments

Show HN: PurpleAir air quality iOS 14 home screen widget and app

github.com
1 points·by finiteloop·6 anni fa·0 comments

comments

finiteloop
·5 anni fa·discuss
Excited to work with you!
finiteloop
·5 anni fa·discuss
I am the COO of Salesforce. Two of the top ten jobs on Indeed are Salesforce Admin and Salesforce Developer, and the jobs are distributed around the world. We have a ton of stories of folks transitioning into the ecosystem and developing an extremely successful career.

Notably, our certifications are freely available at https://www.trailhead.com/. You can get started, learn, and get credentials for free. It is a great place to start, and we purposely made our learning and credentialing free so we could make it as easy as possible for folks pivoting mid-career into Salesforce.

I would be happy to point you in the right direction. My email is [email protected].
finiteloop
·6 anni fa·discuss
One of the best quotes in the Google quotes file an early Googler maintained (I am sure I am screwing it up):

“I’ve heard of defensive programming, but never adversarial memory.” — Ben Gomes
finiteloop
·6 anni fa·discuss
Everyone says that but I have not experienced it. In practice, I think this impacts backend extension developers more than people targeting LLVM IR. My experience covers version 7-11, but perhaps it used to be worse?
finiteloop
·6 anni fa·discuss
As someone who writes a lot of toy languages, I made this scaffolding for a LLVM-based compiler: https://github.com/finiteloop/compiler

It uses Bison and Flex for parsing and lexing unlike this post, but may be a useful starting point for those building their own toy languages.
finiteloop
·6 anni fa·discuss
At FriendFeed, when we first introduced real-time comments and likes (pretty sure we were the first social network to do this), we did it with long-polling via an iFrame because web sockets did not exist. It actually worked pretty well!

https://www.ft.com/content/87b8107e-9c6d-3d3f-a60d-3e4f6315d...