Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
pcein
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
pcein
8mo ago
https://pramode.net Mostly tech (FOSS) stuff. Plain HTML static site generated by a small golang program.
2.
▲
Realistic depiction of hacking in Malayalam movie "I am Kathalan" [video]
(youtube.com)
3 points
by
pcein
2y ago
|
1 comments
3.
▲
by
pcein
2y ago
For a change, here is a movie (in Malayalam language) which shows the hacker working with real tools!
4.
▲
by
pcein
5y ago
Another good resource: https://zig.news/
5.
▲
by
pcein
5y ago
This is a really wonderful initiative! Best wishes for its success!
6.
▲
by
pcein
6y ago
I have been using rust-analyzer with vscode (on small programs) and it has been working reliably for me.
7.
▲
by
pcein
6y ago
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, and congratulations!
8.
▲
by
pcein
6y ago
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 2. https://www.crowds
9.
▲
Rust on the Sipeed Longan Nano, an Inexpensive RISC-V Development Board
(pramode.in)
4 points
by
pcein
7y ago
|
0 comments
10.
▲
by
pcein
7y ago
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 could bring it back), the whole thing would freeze all of a s
11.
▲
by
pcein
8y ago
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 high degree of mathematical sophistication and are really tar
12.
▲
by
pcein
8y ago
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.
13.
▲
by
pcein
9y ago
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 (which have very little run time overhead) - pleas check:
14.
▲
An introduction to writing platform agnostic drivers in Rust
(pramode.in)
3 points
by
pcein
9y ago
|
0 comments