HackerTrans
TopNewTrendsCommentsPastAskShowJobs

0b01

no profile record

comments

0b01
·작년·discuss
Portuguese should have the flag of Brazil.

Don’t dim screen on iPhone during conversation.

The tutor should terminate the lesson when its goals are achieved and do a warm handoff.

Overall it’s quite good.
0b01
·2년 전·discuss
For me I like to use a tournament tracker.
0b01
·2년 전·discuss
If it doesn’t have speech to text, I ain’t listening to all that
0b01
·3년 전·discuss
Same way to write self referential structs - use index types into the whatever arena you are using. Indexes are usually 32 bit so they are a bit faster than pointers.

If you are building one off trees such as for parsing and ast transforms, bumpalo is your friend.

In your case, you can look into generational arenas and slabs which are useful for graphs.