HackerTrans
TopNewTrendsCommentsPastAskShowJobs

_xrjp

no profile record

Submissions

The Gates to Hell: Apple’s Notarizing

cdfinder.de
312 points·by _xrjp·há 5 anos·205 comments

Ascon – Lightweight Authenticated Encryption and Hashing

ascon.iaik.tugraz.at
2 points·by _xrjp·há 5 anos·0 comments

How to navigate directories faster with Bash (2015)

mhoffman.github.io
329 points·by _xrjp·há 5 anos·172 comments

Initial M1 support merged into Linux SoC tree

git.kernel.org
657 points·by _xrjp·há 5 anos·328 comments

Fedora Council Statement on Richard Stallman Rejoining FSF Board

fedoramagazine.org
8 points·by _xrjp·há 5 anos·5 comments

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

infoq.com
111 points·by _xrjp·há 5 anos·52 comments

Coronavirus (Covid-19) vaccine adverse reactions

gov.uk
6 points·by _xrjp·há 5 anos·2 comments

The Evolution of File Descriptor Monitoring in Linux

blog.vmsplice.net
3 points·by _xrjp·há 5 anos·1 comments

Rust 1.50

blog.rust-lang.org
378 points·by _xrjp·há 5 anos·139 comments

Fast Commits for Ext4

lwn.net
93 points·by _xrjp·há 5 anos·7 comments

Ask HN: Is anyone using ArchLinux for server production environments?

13 points·by _xrjp·há 6 anos·11 comments

Help us understand secure email around the globe

email-security-scans.org
1 points·by _xrjp·há 6 anos·0 comments

comments

_xrjp
·há 5 anos·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
·há 5 anos·discuss
My first time seeing Nix, very promising https://nixos.org/#asciinema-demo-cover

Definitely Nix deserves a try.
_xrjp
·há 5 anos·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
·há 5 anos·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!
_xrjp
·há 6 anos·discuss
Like Jay says https://www.youtube.com/watch?v=ytfohob38vM It really depends on what do you want to run on and including also how often you plan to upgrade dependencies. But being honest, Arch upgrades are transparent. For example I never got crashes or similar issues upgrading from Arch OS/Kernel dependencies in my daily basis desktop. The issues that I have only faced were with few dependencies coming from the AUR channel that I have installed on demand. So it's not a "crazy" idea to consider to give a try ArchLinux for server-side stuff. Not in 2020.

> I very much like the process of steadily keeping up to date bit by bit, instead of stagnating on a stable base and doing a big bang update every few years. I also like the fact that I don't need to know which version of which release am I going to get, it's always the latest one and it's the one that upstream released.

Yeah, that's also the motivation of this thread from my side. In fact, moving between majors for example has also "risks" to tackle (E.g CentOS 6 to 7 to 8). You know, things that you need to take time to evaluate and test. But in the other hand, having rolling release upgrades makes that headache disappears.

So IMO I believe the Arch rolling release approach will be the next way to upgrade our software on a non-distant future. It's time to try out and test ArchLinux on hot places like servers.