fusillicode's profile picture. Awkward, señor software engineer @Prima_Eng, communities supporter @Prima_Eng & @Mikamai #rustlang #rustlang  #rustlang #rustlang #rustlang http://cheats.rs

Gian::Lu﹤🦀﹥

@fusillicode

Awkward, señor software engineer @Prima_Eng, communities supporter @Prima_Eng & @Mikamai #rustlang #rustlang #rustlang #rustlang #rustlang http://cheats.rs

고정된 트윗

Drops a Laser Kiwi as national flag. Refuses to elaborate.


Gian::Lu﹤🦀﹥ 님이 재게시함

lads... LADS... we have never been more back than at this very moment, right here, right now, as you read this

htmx_org's tweet image. lads... LADS...

we have never been more back than at this very moment, right here, right now, as you read this

Gian::Lu﹤🦀﹥ 님이 재게시함

[1/*] If we take the chance that a tool (compiler, linker, batch, whatever) remains working for a particular codebase after one year as a given probability p, then the chance that build remains working after x years is p^xn, where n is the number of tools used in the build.


Gian::Lu﹤🦀﹥ 님이 재게시함

Haskell doesn't make I/O difficult; it reveals that I/O is difficult. Rust doesn't make manual memory management difficult; it reveals that manual memory management is difficult.

One time Dijkstra was accused of making programming more difficult and responded that he was only revealing how difficult programming is. x.com/AlgebraFact/st…



Gian::Lu﹤🦀﹥ 님이 재게시함
htmx_org's tweet image.

Gian::Lu﹤🦀﹥ 님이 재게시함

"Rewrite in Rust" is widely used because of their own interest. (It happens in other new languages also) But Most of the people ask others to rewrite either new to Rust or rage baiting others to hate Rust devs

AstraKernel's tweet image. "Rewrite in Rust" is widely used because of their own interest. (It happens in other new languages also)

But Most of the people ask others to rewrite either new to Rust or rage baiting others to hate Rust devs

Gian::Lu﹤🦀﹥ 님이 재게시함

"if I throw enough fish at a tree one of them will climb it and see the world" - @Caedrel


Gian::Lu﹤🦀﹥ 님이 재게시함

The clue is in the name, type alias. Meaning the type is still the same. We use type aliases to reduce having to type redundant things, such as aliasing away the Err type in a Result. Use newtype pattern if you want two types out of one type

One footgun I have encountered in Rust is that it doesn't enforce type safety when it comes to type aliases. I was so surprised when I learned this!

iavins's tweet image. One footgun I have encountered in Rust is that it doesn't enforce type safety when it comes to type aliases. I was so surprised when I learned this!


Gian::Lu﹤🦀﹥ 님이 재게시함

I think you should read more before blaming languages. In the original post, you wrongly compared with Go is type feature instead of type alias. The Type "alias" is mainly to reduce the boilerplate not to create new types the same as Go

AstraKernel's tweet image. I think you should read more before blaming languages. In the original post, you wrongly compared with Go is type feature instead of type alias. 

The Type "alias" is mainly to reduce the boilerplate not to create new types the same as Go

Gian::Lu﹤🦀﹥ 님이 재게시함

This is so breathtakingly beautiful, Congrats to Pentakill Faker! ❤️✨ Faker is Ahri, Ahri is Faker.

수구님으로부터

Gian::Lu﹤🦀﹥ 님이 재게시함

When you split a function to N different small functions, the reader also suffers multiple "instruction cache" misses (similar to CPU when executing it). They need to jump around the code base to continue reading. Big linear functions are fine. Code should read like a book.

Considering function size in isolation leads to fake and wrong conclusions. Anyone who puts forth a general rule like this is revealing something. Consider, if you split a lot of your functions into 3 functions each, what burden is added in terms of understanding the program?…



Gian::Lu﹤🦀﹥ 님이 재게시함

Happy birthday to the GOAT 'Faker'! 🐐🥳

🐧 Happy 'Faker' Day 🐧 5월 7일은 T1 LoL 팀의 'Faker' 이상혁 선수의 생일입니다!🎉 #TogetherAs1 #T1Birthday

T1LoL's tweet image. 🐧 Happy 'Faker' Day 🐧

5월 7일은 T1 LoL 팀의 'Faker' 이상혁 선수의 생일입니다!🎉

#TogetherAs1 #T1Birthday


Gian::Lu﹤🦀﹥ 님이 재게시함

Welcome to the Red Bull family @Caedrel 🐀👑

Joined @redbullgaming Absolute dream come true ❤️

Caedrel's tweet image. Joined @redbullgaming 

Absolute dream come true ❤️


Gian::Lu﹤🦀﹥ 님이 재게시함

When they win the same amount of championships and dominate as a top 3 for over a decade. Then fine, we can discuss if Faker is no longer the goat


Gian::Lu﹤🦀﹥ 님이 재게시함

and it shows!


Gian::Lu﹤🦀﹥ 님이 재게시함

WhatsApp is using Ratatui for their new Erlang crashdump viewer! 🔥 🚀 Supports memory address decoding & more! 🦀 Written in Rust & built with @ratatui_rs ⭐ GitHub: github.com/WhatsApp/crash… #rustlang #ratatui #tui #crashdump #erlang #logs #whatsapp #commandline #terminal


Gian::Lu﹤🦀﹥ 님이 재게시함

The real battle with Skynet will not be fought with weapons.

mfpiccolo's tweet image. The real battle with Skynet will not be fought with weapons.

Gian::Lu﹤🦀﹥ 님이 재게시함

Rocal UI is a simple Rust template engine for building views. It uses familiar syntax for embedding variables, if-else logic and loops. #DEVCommunity #RustLang dev.to/picolt/rocal-u…


Gian::Lu﹤🦀﹥ 님이 재게시함
shuttle_dev's tweet image.

Gian::Lu﹤🦀﹥ 님이 재게시함

New Git diff alternative just dropped! 🔥 🎸 riff — A diff filter highlighting which line parts have changed. 💯 Supports highlighting conflict markers, merge commits & more! 🦀 Written in Rust! ⭐ GitHub: github.com/walles/riff #rustlang #git #diff #highlight #commandline

orhundev's tweet image. New Git diff alternative just dropped! 🔥

🎸 riff — A diff filter highlighting which line parts have changed.

💯 Supports highlighting conflict markers, merge commits & more!

🦀 Written in Rust!

⭐ GitHub: github.com/walles/riff

#rustlang #git #diff #highlight #commandline…

United States 트렌드

Loading...

Something went wrong.


Something went wrong.