hongli.eth
28 posts


You can now have a self-driving Tesla take you to SJC airport!
Tesla AI@Tesla_AI
Our Bay Area ride-hailing service now goes to SJC airport ✈️
English

@Poxous1413 We simply just need peace. This is becoming crazy.
No more.
Or I’m moving to Mars.
English

@RayDalio @waitbutwhy Nice infographic, thanks for sharing! I feel I stuck in step 4 forever, which is really annoying me, any tips for how to get to step 5?
English

This process brings about the epiphany of discovering that how you deal with what you don't know is much more important than anything you know. Thanks for the great diagram @waitbutwhy! (3/3)
English

This is a great way of expressing what Tim Urban, and I, and many others have discovered about how to be successful through failing well and accepting what you don’t know. (1/3)
Tim Urban@waitbutwhy
There are 303 visuals in What's Our Problem? Here are 15 of them. First, the path of a maturing thinker. I still often find myself on this roller-coaster when I learn about a new topic. It's human nature. But as we grow as thinkers, we can get better at skipping steps 1-4.
English

@go100and1 For the ‘c<-*p’ case, is it due to p points to an address of n or due to the nature of a unbuffered channel is synchronized?(which guarantees n=9 happens before the channel receive finish). If change to ‘c<-n’ it’s still prints 79 using office compiler.
English

The implementation of the official compiler uses the pointer to the received value of a channel send op. For c <- *p + 0, the pointer points to a temp value; for "c <- p, the pointer points to var n. That is why the program prints 79 when it is compiled with the official compiler
zigo 101 - Zig + Go@zigo_101
Quiz: what does the program print? #Golang package main import "time" func main(){ n := 7 p := &n c := make(chan int) go func() { c <- *p + 0 }() time.Sleep(time.Second) n = 8 print(<-c) go func() { c <- *p }() time.Sleep(time.Second) n = 9 print(<-c) }
English

@BrantlyMillegan @NFTs_girl do we have a real website which will use login.xyz soon? etherscan.io could be a good candidate to use login.xyz for logins.
English

@chmod_wx @BrantlyMillegan @ensdomains @coinbase Yeah, I have the same issue, probably because already chose someone else to delegate? There must be a way to get back that power to yourself
English

@BrantlyMillegan @ensdomains @coinbase Do I have to be a delegate to vote yes with my ens tokens?
Snapshot.org says voting power is 0 and I do have some measly ENS tokens :-)
English

@BIGNEWSBITCHES You will be able to withdraw your funds when you get a notification that your KYC has been finalized.
English

@hitbtc how can i withdrawal my funds if im within the US. I have emailed support.. but i need an honest answer. Will i ever get my money..
English

@Nowlifestarting @hitbtc What the hell, all my coins balance in HitBTC are zero now, waiting for their outage announcement.
English

@Neo88386308 @hitbtc I got same issue, all my coins balance are zero. Looks like there is a system level problem which is affecting many people, they should make an announcement about the problem!
English
hongli.eth retweetledi




