Live data from Hacker News

Viewing profile — test9753

test9753

HN member
Joined
Fri, Dec 23, 2016, 6:57 PM UTC
HN karma
52
Public activity
27 items

About test9753

No profile information was provided.

Recent public activity

  1. comment
    Comment #27336684

    A Singly Linked List implementation in Terra (just testing out): https://pastebin.com/xt3Wddtu Output: https://pastebin.com/KwSTiN8L

  2. comment
    Comment #22150619

    How does this compare to a wiki[1] ? [1] https://en.wikipedia.org/wiki/Wiki

  3. comment
    Comment #21417566

    There is some discussion on Reddit: https://old.reddit.com/r/rust/comments/dpurlj/rust_2020_gui_...

  4. story
  5. comment
    Comment #21272756

    ~buf is shorthand for ~buf:buf

  6. 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 …

  7. story
  8. 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…

  9. comment
    Comment #18870409

    One approach to solve the slicing issue: https://play.rust-lang.org/?version=stable&mode=debug&editio...

  10. comment
    Comment #18869354

    Video of the penguin & the man: https://www.youtube.com/watch?v=oks2R4LqWtE

  11. story
  12. 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... ]

  13. 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

  14. story
  15. 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…

  16. comment
    Comment #15174698

    Mirror: https://archive.is/xh48z

  17. story
  18. 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 …

  19. 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…

  20. comment
    Comment #14907775

    Off-topic: the "Halide Talk" video in that page was very good: https://www.youtube.com/watch?v=3uiEyEKji0M

  21. 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…

  22. comment
    Comment #14351977

    Sentio CEO demoing the "SuperBook": https://www.youtube.com/watch?v=KFVRw0xWVAo

  23. 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…

  24. 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.

  25. story