Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
untothebreach
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
Neural Redis
(github.com)
2 points
by
untothebreach
10y ago
|
0 comments
2.
▲
by
untothebreach
10y ago
Ah, you're right, sorry. Corrected.
3.
▲
by
untothebreach
10y ago
There is a postponed issue regarding them here: https://github.com/rust-lang/rfcs/issues/811 (Edited after @steveklabnik corrected me)
4.
▲
by
untothebreach
10y ago
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.
5.
▲
by
untothebreach
10y ago
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 those that hadn't quite grokked it yet
6.
▲
by
untothebreach
10y ago
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?
7.
▲
by
untothebreach
10y ago
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, registers, pointers, and interrupts. The
8.
▲
by
untothebreach
10y ago
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...
9.
▲
by
untothebreach
10y ago
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 be what the parent is referring to.
10.
▲
by
untothebreach
10y ago
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 seems to have an extensive standard lib, which lua does no
11.
▲
by
untothebreach
10y ago
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" ("they" being the things you mentioned tha
12.
▲
by
untothebreach
10y ago
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...
13.
▲
Circuit Breakers in Elixir
(blog.rokkincat.com)
82 points
by
untothebreach
10y ago
|
9 comments
14.
▲
ElixirScript: Processes, Generators, Embracing the Environment
(bryaninspired.com)
1 points
by
untothebreach
10y ago
|
0 comments
15.
▲
by
untothebreach
10y ago
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 person plural. I just like
16.
▲
by
untothebreach
10y ago
Really? That's disappointing. I'm going to edit my post a bit bc apparently I've been misled :-/
17.
▲
by
untothebreach
10y ago
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 somewhere, and I asked her if any of her family is from the Pittsbu
18.
▲
by
untothebreach
10y ago
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 crate that takes a JSON API spec and generat
19.
▲
by
untothebreach
10y ago
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 it.
20.
▲
by
untothebreach
10y ago
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 annotate any types.
21.
▲
by
untothebreach
10y ago
https://news.ycombinator.com/item?id=2380679
22.
▲
Sunspring – Sci-Fi Movie Written by an RNN
(arstechnica.com)
10 points
by
untothebreach
10y ago
|
0 comments
23.
▲
by
untothebreach
10y ago
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/
24.
▲
Adding Type Annotations for fspath
(neopythonic.blogspot.com)
1 points
by
untothebreach
10y ago
|
0 comments
25.
▲
by
untothebreach
10y ago
the point that has been known for decades is not, "Switching from Node.js to Go gives you better performance," it is "switching from a high-level language to a low-level language gives you better performance." This point
26.
▲
by
untothebreach
10y ago
This is really great, thanks for posting this!
27.
▲
by
untothebreach
10y ago
I believe that, what he wants us to take away from this, is that once he "proves" himself to be who he says he is, his life will change in ways similar, but worse, to the ways that it has since he claimed to be Satoshi. It is this
28.
▲
by
untothebreach
10y ago
About a year ago I made Rust bindings, but they are out-of-date now, as I kind of stopped participating in the wren community (not their fault, I stopped participating in a lot of communities due to some happenings in my personal life). I w
29.
▲
by
untothebreach
10y ago
It looks like the last bullet point on the page, so I'm not surprised that you missed it. They could definitely put this farther up the page: "Wren is a scripting language. Wren is intended for embedding in applications. It has no
30.
▲
by
untothebreach
10y ago
My understanding was that implementing this is dependent on MIR fully landing, is that correct?
More ›