HackerTrans
トップ新着トレンドコメント過去質問紹介求人

_xrjp

no profile record

投稿

The Gates to Hell: Apple’s Notarizing

cdfinder.de
312 ポイント·投稿者 _xrjp·5 年前·205 コメント

Ascon – Lightweight Authenticated Encryption and Hashing

ascon.iaik.tugraz.at
2 ポイント·投稿者 _xrjp·5 年前·0 コメント

How to navigate directories faster with Bash (2015)

mhoffman.github.io
329 ポイント·投稿者 _xrjp·5 年前·172 コメント

Initial M1 support merged into Linux SoC tree

git.kernel.org
657 ポイント·投稿者 _xrjp·5 年前·328 コメント

Fedora Council Statement on Richard Stallman Rejoining FSF Board

fedoramagazine.org
8 ポイント·投稿者 _xrjp·5 年前·5 コメント

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

infoq.com
111 ポイント·投稿者 _xrjp·5 年前·52 コメント

Coronavirus (Covid-19) vaccine adverse reactions

gov.uk
6 ポイント·投稿者 _xrjp·5 年前·2 コメント

The Evolution of File Descriptor Monitoring in Linux

blog.vmsplice.net
3 ポイント·投稿者 _xrjp·5 年前·1 コメント

Rust 1.50

blog.rust-lang.org
378 ポイント·投稿者 _xrjp·5 年前·139 コメント

Fast Commits for Ext4

lwn.net
93 ポイント·投稿者 _xrjp·5 年前·7 コメント

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

13 ポイント·投稿者 _xrjp·6 年前·11 コメント

Help us understand secure email around the globe

email-security-scans.org
1 ポイント·投稿者 _xrjp·6 年前·0 コメント

コメント

_xrjp
·5 年前·議論
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 年前·議論
My first time seeing Nix, very promising https://nixos.org/#asciinema-demo-cover

Definitely Nix deserves a try.
_xrjp
·5 年前·議論
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 年前·議論
+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
·6 年前·議論
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.
_xrjp
·6 年前·議論
For our modest cloud infra, InfluxData TICK (InfluxDB, Kapacitor, Chronograf and Telegraf) stack has fitted exactly with our needs. We really like its folding building-blocks, interoperability and yeah... easy discoverability and configuration. But also its very convenient InfluxQL which lets us customize reports with ease on InfluxDB.