Viewing profile — test9753
test9753
HN member- Joined
- Fri, Dec 23, 2016, 6:57 PM UTC
- HN karma
- 52
- Public activity
- 27 items
- HN profile
- View on Hacker News ↗
About test9753
No profile information was provided.
Recent public activity
-
comment
Comment #27336684
A Singly Linked List implementation in Terra (just testing out): https://pastebin.com/xt3Wddtu Output: https://pastebin.com/KwSTiN8L
-
comment
Comment #22150619
How does this compare to a wiki[1] ? [1] https://en.wikipedia.org/wiki/Wiki
-
comment
Comment #21417566
There is some discussion on Reddit: https://old.reddit.com/r/rust/comments/dpurlj/rust_2020_gui_...
- story
-
comment
Comment #21272756
~buf is shorthand for ~buf:buf
-
comment
Comment #21267750
Beating Decades of Optimized C with 27 Lines of Ocaml: type t = { mutable words: int; mutable chars: int; mutable lines: int; mutable in_word: bool ; mutable finished: bool};; let …
- story
-
comment
Comment #20316389
I wonder if most of these older standards could be replaced by new standards that use SQLite as the Application File Format [0], making life easier for everyone. [0] https://www.sq…
-
comment
Comment #18870409
One approach to solve the slicing issue: https://play.rust-lang.org/?version=stable&mode=debug&editio...
-
comment
Comment #18869354
Video of the penguin & the man: https://www.youtube.com/watch?v=oks2R4LqWtE
- story
-
comment
Comment #17385841
Reminded me of an old news article (2009): The dark side of Dubai [ https://www.independent.co.uk/voices/commentators/johann-har... ]
-
comment
Comment #17358941
Purely functional data structures for OCaml, translated from Chris Okasaki's book "Purely Functional Data Structures": https://github.com/mmottl/pure-fun
- story
-
comment
Comment #16383389
In Ocaml [LOC: 24] [Level: Beginner] open Core let () = if Array.length Sys.argv 5 then Printf.eprintf "Invalid args\nUsage: %s " Sys.argv.(0) else let input_file, column_name, rep…
-
comment
Comment #15174698
Mirror: https://archive.is/xh48z
- story
-
comment
Comment #14908824
Existing error handling facilities in Rust may not suit every use-case. For me personally, the difficulty with the `?` operator (and try! macro) is that the File + Line info about …
-
comment
Comment #14908127
Found this paper useful: "The Case for Writing a Kernel in Rust" ( https://www.tockos.org/assets/papers/rust-kernel-apsys2017.p... ) linked from the "tock os" blog post: https://ww…
-
comment
Comment #14907775
Off-topic: the "Halide Talk" video in that page was very good: https://www.youtube.com/watch?v=3uiEyEKji0M
-
comment
Comment #14537272
For simple vector diagrams, I've found https://www.draw.io (similar to MS Visio) to be very convenient. The code is also open source (Apache-2.0): https://github.com/jgraph/draw.io…
-
comment
Comment #14351977
Sentio CEO demoing the "SuperBook": https://www.youtube.com/watch?v=KFVRw0xWVAo
-
comment
Comment #14209810
instead of sending jamming signals, they could deploy a bunch of "bouncer" drones along the perimeter to knock down the unwanted drones. don't know if its going to be very effectiv…
-
comment
Comment #14187285
The goal of this crate is to provide Rust bindings to the Web APIs and to allow a high degree of interoperability between Rust and JavaScript.
- story