HackerTrans
TopNewTrendsCommentsPastAskShowJobs

_xrjp

no profile record

Submissions

The Gates to Hell: Apple’s Notarizing

cdfinder.de
312 points·by _xrjp·5 ปีที่แล้ว·205 comments

Ascon – Lightweight Authenticated Encryption and Hashing

ascon.iaik.tugraz.at
2 points·by _xrjp·5 ปีที่แล้ว·0 comments

How to navigate directories faster with Bash (2015)

mhoffman.github.io
329 points·by _xrjp·5 ปีที่แล้ว·172 comments

Initial M1 support merged into Linux SoC tree

git.kernel.org
657 points·by _xrjp·5 ปีที่แล้ว·328 comments

Fedora Council Statement on Richard Stallman Rejoining FSF Board

fedoramagazine.org
8 points·by _xrjp·5 ปีที่แล้ว·5 comments

Crystal Language That Aims at C Performance with Ruby Syntax Releases 1.0

infoq.com
111 points·by _xrjp·5 ปีที่แล้ว·52 comments

Coronavirus (Covid-19) vaccine adverse reactions

gov.uk
6 points·by _xrjp·5 ปีที่แล้ว·2 comments

The Evolution of File Descriptor Monitoring in Linux

blog.vmsplice.net
3 points·by _xrjp·5 ปีที่แล้ว·1 comments

Rust 1.50

blog.rust-lang.org
378 points·by _xrjp·5 ปีที่แล้ว·139 comments

Fast Commits for Ext4

lwn.net
93 points·by _xrjp·5 ปีที่แล้ว·7 comments

comments

_xrjp
·5 ปีที่แล้ว·discuss
I found it, Greg's chapter `The Linux Kernel Driver Model: The Benefits of Working Together` on page 267

- https://www.oreilly.com/library/view/beautiful-code/97805965...

- https://github.com/stormtrooper96/books/blob/master/software...

So I'll definitely give it a read. Thanks!
_xrjp
·5 ปีที่แล้ว·discuss
My first time seeing Nix, very promising https://nixos.org/#asciinema-demo-cover

Definitely Nix deserves a try.
_xrjp
·5 ปีที่แล้ว·discuss
From my modest experience with Kotlin few months ago in a small Android project for learning purposes. I can just say that the language resulted very expressive, concise and easy to use for me. Coming from other languages (Go, Rust, C#, JS, PHP among others) but doing almost no Java in the past, I was able to getting started with that Android project few weeks later after have been passed across Kotlin's docs https://kotlinlang.org/docs/home.html

So basically I can confirm "Android’s Kotlin-first approach" https://developer.android.com/kotlin/first
_xrjp
·5 ปีที่แล้ว·discuss
+2

Yes! Using `sans-async` must NOT diminish our productivity in comparison with `async` counterpart.

> at some point, coding event loops became very natural/comfortable for me

In fact it is, I'm very happy with it too.

> one nice thing about rust's async/await is, you don't have to use it, and if you don't, you don't pay for it in any way.

You've said it!