[-] tracyspcy@lemmy.ml 17 points 1 month ago
[-] tracyspcy@lemmy.ml 12 points 1 month ago

“English is the new programming language” would be more punchy

[-] tracyspcy@lemmy.ml 18 points 1 month ago

im curious if they have live "vibe coding" session during hiring process

[-] tracyspcy@lemmy.ml 16 points 1 month ago

What a surprise

[-] tracyspcy@lemmy.ml 16 points 1 month ago

Phone number requirements + afaik servers are in USA + it was some cryptocurrency related story (they tried to add some crypto wallet at some point)

[-] tracyspcy@lemmy.ml 15 points 1 month ago

Pretty sure signal is not the best option, but telegram should be avoided at all costs.

8
submitted 3 months ago by tracyspcy@lemmy.ml to c/rust@lemmy.ml

I've been building a bytecode VM in Rust and recently implemented NaN boxing for value representation. Sharing here for anyone interested.

I needed all VM values (booleans, integers, string pool indices, bytecode references) to fit in 64 bits (stack is Vec).

My implementation encodes 5 distinct types using a 3-bit tag and 32-bit payload, all within a single u64. It also has 15 unused bits, they may be used later for types expansion.

I'm using a 64-bit layout:

  • Bits 63-51: Quiet NaN signature (0x7FFC...)
  • Bits 50-18: 32-bit payload (integers, string pool indices, etc.)
  • Bits 17-3: Unused/ (15 bits)
  • Bits 2-0: 3-bit type tag

So it allows me to have 5 tagged types: TRUE_VAL, FALSE_VAL, STRING_VAL, CALLDATA_VAL, U32_VAL

4
submitted 3 months ago by tracyspcy@lemmy.ml to c/rust@programming.dev

cross-posted from: https://lemmy.ml/post/41182690

Here is my winter holiday project. Current scope and known issues are listed in readme, so thoughts and ideas on them are welcome ^_^

14
submitted 3 months ago by tracyspcy@lemmy.ml to c/rust@lemmy.ml

Here is my winter holiday project. Current scope and known issues are listed in readme, so thoughts and ideas on them are welcome ^_^

20
submitted 7 months ago by tracyspcy@lemmy.ml to c/books@lemmy.ml

It is said that a visitor once came to the home of Nobel Prize–winning physicist Niels Bohr and, having noticed a horseshoe hung above the entrance, asked incredulously if the professor believed horseshoes brought good luck. “No,” Bohr replied, “but I am told that they bring luck even to those who do not believe in them.”

3
submitted 8 months ago by tracyspcy@lemmy.ml to c/crypto@lemmy.ml
86
submitted 8 months ago by tracyspcy@lemmy.ml to c/books@lemmy.ml

My opinion:

  • Interesting concept of a Dark Forest & cosmic sociology axioms.
  • Unpleasant characters: Ye Wenjie (narcissistic and psychopathic), Cheng Xin (a kind billionaire lol).
  • Disappointing ending—the last few chapters feel weak.

Bonus: Absolutely fascinating interpretation of the first book by @yogthos@lemmy.ml.

Spoilerhttps://mastodon.social/@tracyspcy/113515553103376706

22
submitted 1 year ago by tracyspcy@lemmy.ml to c/books@lemmy.ml

It's quite easy to read, the book seems to urge action before the foe becomes too strong...

23
submitted 1 year ago* (last edited 1 year ago) by tracyspcy@lemmy.ml to c/rust@lemmy.ml
15
submitted 1 year ago by tracyspcy@lemmy.ml to c/rust@lemmy.ml
12
submitted 1 year ago by tracyspcy@lemmy.ml to c/rust@lemmy.ml
1
submitted 2 years ago by tracyspcy@lemmy.ml to c/rust@lemmy.ml

Rust ownership is a fundamental part of the language.

I’ve summarized the basic concepts here as a learning exercise for myself.

I’m sharing this to gather feedback, corrections, and suggestions.

Feel free to offer improvements wherever needed!

4
submitted 2 years ago by tracyspcy@lemmy.ml to c/rust@lemmy.ml
[-] tracyspcy@lemmy.ml 10 points 2 years ago

Works on my pc

[-] tracyspcy@lemmy.ml 15 points 2 years ago

Yeah read the same stuff, it is his way to become innovator :)

[-] tracyspcy@lemmy.ml 13 points 2 years ago

in his eyes, it was an ideal example of how capitalism, american dream, competition and free market works.

[-] tracyspcy@lemmy.ml 15 points 2 years ago

lol such app should have disclaimer similar to cigarettes packs

[-] tracyspcy@lemmy.ml 15 points 2 years ago

This moron fired almost all team before that

[-] tracyspcy@lemmy.ml 15 points 2 years ago

I have even forgotten he is in cars business, more news from him when he is manipulating crypto prices

view more: ‹ prev next ›

tracyspcy

joined 5 years ago
MODERATOR OF