Viewing profile — untothebreach
untothebreach
HN member- Joined
- Wed, Jan 09, 2013, 3:15 PM UTC
- HN karma
- 2,158
- Public activity
- 491 items
- HN profile
- View on Hacker News ↗
About untothebreach
Recent public activity
- story
-
comment
Comment #12607839
Ah, you're right, sorry. Corrected.
-
comment
Comment #12607785
There is a postponed issue regarding them here: https://github.com/rust-lang/rfcs/issues/811 (Edited after @steveklabnik corrected me)
-
comment
Comment #12590444
I have had great luck with Brother drivers on all the linux machines I've ever tried to use them with, so I would consider that a good option as well.
-
comment
Comment #12558236
mainly just, "how to deference the address you just got to get the value you want." Might be covered under the "syntax" heading as well, but the concept was still gone over for tho…
-
comment
Comment #12557796
Well half the devs call it "little-c" but the other half call it "clang," and what do you mean there is already something called clang?
-
comment
Comment #12480042
I can't speak for jvns, but for my degree, "UNIX BASICS" was essentially "Command-line basics" (an intro class), and Assembly was pretty much just the actual language syntax, regis…
- story
-
comment
Comment #12262466
A prominent member of the rust community has been publishing a series on getting rust to target their Uno: http://jakegoulding.com/blog/2016/01/02/rust-on-an-arduino-u...
-
comment
Comment #12261678
It depends on the state, though most are "at will." Some companies will do a "trial period" in which some of your benefits are held back for anywhere from 60-90 days, so that may b…
-
comment
Comment #12225943
off the top of my head, I would say it's similarity to Ruby means that Ruby devs would have an easier time learning the language than learning an entirely new one. Crystal also see…
-
comment
Comment #12225619
I used both nim (back when it was still nimrod) and rust for a while, before eventually settling on rust. I tried to give nim a chance, and was told that "they will grow on you" ("…
-
comment
Comment #12211061
Indeed, C Rust interop is one of rusts design goals. The Rust Book goes over this a bit: https://doc.rust-lang.org/book/ffi.html#calling-rust-code-fr...
- story
- story
-
comment
Comment #12059962
Thanks for pointing out my "y'all" typo -- fixed. I just don't like the way "y'all" rolls off the tongue, and never enjoyed using it. But, as you say, there has to be SOME second p…
-
comment
Comment #12059943
Really? That's disappointing. I'm going to edit my post a bit bc apparently I've been misled :-/
-
comment
Comment #12059890
My wife talks this way all the time, and when we were first dating it really bothered me. Eventually I came across an explanation of the regional-ness of it on the internet somewhe…
-
comment
Comment #12051718
Not sure if this fits the bill, but you can do code generation at compile time with cargo using build scripts: http://doc.crates.io/build-script.html I have an as-yet-unpublished c…
-
comment
Comment #12033732
Came here to say this. I learned so much that I didn't previously know about WWI from HH. Not only the military history aspect, but the political and cultural context for a lot of …
-
comment
Comment #12013684
I don't really understand this issue. If I write a one line function in rust, nested within another function, I will use a closure. Which, incidently, rarely requires me to annotat…
-
comment
Comment #11916036
https://news.ycombinator.com/item?id=2380679
- story
-
comment
Comment #11754977
I assume @ComNik is referring to core.schema and core.logic[1] here, respectively? (if not, sorry @ComNik) 1: https://clojure.github.io/core.logic/
- story