Viewing profile — pcein
pcein
HN member- Joined
- Thu, Feb 22, 2018, 10:22 AM UTC
- HN karma
- 23
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About pcein
No profile information was provided.
Recent public activity
-
comment
Comment #46629100
https://pramode.net Mostly tech (FOSS) stuff. Plain HTML static site generated by a small golang program.
-
comment
Comment #42839448
For a change, here is a movie (in Malayalam language) which shows the hacker working with real tools!
- story
-
comment
Comment #28791295
Another good resource: https://zig.news/
-
comment
Comment #27506102
This is a really wonderful initiative! Best wishes for its success!
-
comment
Comment #25141227
I have been using rust-analyzer with vscode (on small programs) and it has been working reliably for me.
-
comment
Comment #24439393
The first time I used caddy (came to it from nginx), I was blown away by how simple it was to get up and running (letsencrypt etc...). Thank you for creating something wonderful, a…
-
comment
Comment #23163317
I haven't used them myself, but these boards look awesome, and they are supported by an end-to-end open source toolchain: 1. https://www.crowdsupply.com/1bitsquared/icebreaker-fpga…
- story
-
comment
Comment #20813248
At work, I have to use a Windows laptop running stock Ubuntu 16.04 inside Virtualbox. This VM used to behave in weird ways - network got disconnected periodically (only a restart c…
-
comment
Comment #18580895
The counterparts of these books in the mathematical domain may be self-contained with respect to the subject matter, but you fail to consider the fact that most of them require a h…
-
comment
Comment #18374933
I am happily running Rust generated code on my ARM microcontrollers. Rust uses LLVM for code generation and can support any architecture which LLVM supports.
-
comment
Comment #16489273
It is not just the borrow checker. The ownership system / move semantics and powerful static type system with traits and generics helps to create some interesting abstractions (whi…
- story