Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
codingbinary
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
11 ms
·
1.
▲
by
codingbinary
8y ago
Same here. I thought that's pretty normal. The generic one looks pretty...normal to me. The clang version iss too much compiler voodoo and kinda makes it less readable.
2.
▲
by
codingbinary
10y ago
Back when MOSA got created, we were aiming for a pure approach. For example, we were trying to use as few intrinsics as possible and a mostly architecture agnostic approach. Furthermore we also focussed on Mono compatibility (that was way
3.
▲
by
codingbinary
11y ago
I'm just wondering how the same statement (if the data would show it) would be perceived if it would be said for males. Studies could also show that there is a higher chance for mothers to quit along half the way due to child-related r
4.
▲
by
codingbinary
11y ago
Plus, wouldn't that contradict the whole idea of "we are all equal. Men are not better than women" but suddenly stating the opposite is totally fine? The data on this would really be interesting.
5.
▲
by
codingbinary
11y ago
Which is true, because your child should be your #1 priority. Regardless of your gender.
6.
▲
by
codingbinary
11y ago
Wow, they didn't have SSA in there yet? That's quite a surprise as, as far as I understand, SSA is pretty common nowadays in compiler techniques. Even for the MOSA compiler we had this.
7.
▲
by
codingbinary
11y ago
"Homogenous european states." Did I miss something?
8.
▲
by
codingbinary
11y ago
Then that's the reason. The config is a dylib, so I have to force it into using jemalloc, which I cannot do when using stable.
9.
▲
by
codingbinary
11y ago
But that wasn't always the case, right? I think around the time of 1.3/1.4 jemalloc was not the default.
10.
▲
by
codingbinary
11y ago
Really? Last time I checked it still didn't work. Will have to try when I get home. The problem was that the config is compiled into a dynamic library and gets passed the config struct. The old alloc method kind of died on me when the
11.
▲
by
codingbinary
11y ago
Yep, exactly that killed my window manager on stable. I _have_ to use nightlies now, because I need the alloc_jemalloc feature.
12.
▲
by
codingbinary
11y ago
The one is on a language level, the other on an application/framework level.
13.
▲
by
codingbinary
11y ago
Type Erasure is the reason you can't use builtin types as generic arguments. And in a lot of cases it forces you to cast. And as type erasure happens very, very early in the compilation process, you lose a lot of static type informatio
14.
▲
by
codingbinary
11y ago
And don't forget Java's type erasure. Still wondering how they could actually call that a FEATURE.
15.
▲
by
codingbinary
11y ago
29, why?
16.
▲
by
codingbinary
11y ago
That is exactly the reason I stopped reading halfway through. I couldn't take any more of his narcissism.
17.
▲
by
codingbinary
11y ago
Same here. I couldn't care less about Hamlet or other works by Shakespeare. And I cannot recall any of my other friends having _any_ tendency towards Hamlet at all.
18.
▲
by
codingbinary
11y ago
Ah that brings back memories. Around the same time Midori was announced we started working on the MOSA Project[1], with the similar goal to create an operating system and accompanying toolchain, completely written in C#. Really looking forw
19.
▲
by
codingbinary
11y ago
According to that logic we can also go ahead and ban all products that rely on the chemical element Bromine.
20.
▲
by
codingbinary
11y ago
Because hello_world returns an IronResult, which in turn is just a simple Result type from Rust. Note that the status::Ok is different from the Ok(...). Iron::new expects a function that returns a Result type, so it has to be there.
21.
▲
by
codingbinary
11y ago
That statement isn't constructive either and also tends towards zero signal. Even if "du-jour" languages don't end up being used in production, some of them add really nice new concepts/ideas. Take for example Rust
22.
▲
by
codingbinary
11y ago
What you want to get down to is the intrinsic dimensionality. Go below that and you start discarding useful information.
23.
▲
by
codingbinary
11y ago
That depends on your clustering algorithms. If it is for example based on shared-neighbor information, then you end up with the same clusters as you did before scaling. And in your example, I get: (A, B) < (B, C) < (A, C) before and (
24.
▲
by
codingbinary
11y ago
You can get around the curse a little bit by using shared nearest-neighbor methods, but that only helps you a little bit. Although, the curse of dimensionality is no precise. The real problem is due to intrinsic dimensionality. There's
25.
▲
by
codingbinary
11y ago
How do traits limit you? Could you give an example?
26.
▲
by
codingbinary
11y ago
Just tested it. It fails all of the above and just returns a websearch.
27.
▲
by
codingbinary
11y ago
Can't agree more. XMonad is what I based my Rust window manager on. Nice, clean, easy to understand code base. No other window manager gave me so many insights into how a WM works.
28.
▲
by
codingbinary
11y ago
The switchable layout is a nice touch. Programmable layouts would be nice. And a version without any key labels.
29.
▲
by
codingbinary
12y ago
And as soon as everyone starts using s/he, bigender people get annoyed that heshe wasn't used. It's language...it's difficult to get everyday usage "normalized" into a different direction.
30.
▲
by
codingbinary
12y ago
I can only speak about the Rust side. Seriously, pick it up. It is more than a replacement for C. You get a total replacement of C + a loooot of extra stuff, like no null pointers, memory safety, C compatibility for FFI, iterator and list c
More ›