Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
elektronjunge
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
elektronjunge
11y ago
Development tools on linux continue to be great. A visual studio quality ide would be nice, but realistically I'd continue to use vim and the terminal. What really irks me is the desktop environment situation. I haven't had a linu
2.
▲
by
elektronjunge
11y ago
You may also be interested in this post[1] by nrc for a couple of strategies for implementing graphs. And this companion[2] by Niko Matsakis. [1] https://github.com/nrc/r4cppp/blob/master/graphs/READ
3.
▲
by
elektronjunge
11y ago
> wicked fast and devoid of bugs Having ported a lot of old fortran to modern fortran and C I wish that were the case. More often than not, that's the assumption but its rarely true. There are some great lower level libraries like t
4.
▲
by
elektronjunge
11y ago
> Every human endeavour until incredibly recently in our timeline was a self-cost, whether it be in health, time or wealth. Only in the last blink of an eye have we expected a Govt or Govt funded entity to do it for us. And it's cle
5.
▲
by
elektronjunge
11y ago
For what? Most of openmp is useful because you can slap a pre-processor directive on a for loop and make it parallel. Rust has the ability to provide ergonomic fork-join parallelism at the library level. Right now collections that can itera
6.
▲
by
elektronjunge
11y ago
At worst firefox will use some of the libraries that come out of servo. Firefox is supposed to use the url parser from servo by 2016.
7.
▲
by
elektronjunge
11y ago
> Seperate Select for files and Sockets on Windows.. And linux has the epoll/posix aio split for sockets and files.
8.
▲
by
elektronjunge
11y ago
> Go was attempting to use only very-well-understood ideas to make a very-well-understood, simple language. Many of the ideas in go were not well understood and had only been demonstrated in research languages prior to go. Its concurrenc
9.
▲
by
elektronjunge
11y ago
And the /bin symlinking... systemd and GRUB legacy were bigger. But about annually there's something arch land that will break even the most minimal installations if you aren't careful.
10.
▲
by
elektronjunge
11y ago
This is correct. I haven't had flash on my computer for nearly a year and I've been able to watch hd youtube videos in firefox.
11.
▲
by
elektronjunge
11y ago
Its also ambiguous there are about 5 different, relatively popular "x64" architectures.
12.
▲
by
elektronjunge
12y ago
Its very heavy. I've been using airline for the last year or so. https://github.com/bling/vim-airline
13.
▲
by
elektronjunge
12y ago
In the windows 10 announcement they demoed a version of Office that supported the adaptive design. I don't know if they're dog fooding to get there though.
14.
▲
by
elektronjunge
12y ago
I have no idea what you are talking about. I opened a 26,000 line file (no I don't want to talk about it). In vim it opened instantly and my scrolling was only limited by my key repeat rate. The scrolling isn't as smooth looking b
15.
▲
by
elektronjunge
12y ago
>While it's easy to say "it's more compelling to do stuff on a phone than it is to do it on a watch, so you'll naturally use the phone more", that rather makes me wonder why I would bother buying the watch, espec
16.
▲
by
elektronjunge
12y ago
LLVM isn't a vm like the others, its a generic compiler backend. Languages with LLVM backing generally compile to native.
17.
▲
by
elektronjunge
12y ago
Correct and there are games that model that behavior, for instance iterated stag hunt[1]. This shows the benefits of cooperation for pack animals much more than the classic prisoner's dilemma. Of course you could construct a more detai
18.
▲
by
elektronjunge
12y ago
That's not a problem with game theory. That's a problem with using overly simplistic games. You can easily model all of those punishments with different payouts in a game. In fact, when I studied it in school most of the games we
19.
▲
by
elektronjunge
12y ago
Doubtful. WPF isn't even the recommended GUI toolkit on windows anymore.
20.
▲
by
elektronjunge
12y ago
QE finished last October.
21.
▲
by
elektronjunge
12y ago
That story has never made any sense to me. The U.S. and Britain are far closer allies with a much longer history of extradition. If the U.S. wanted to extradite Assange they would have done it from Britain. Extraditing him to Sweden first o
22.
▲
by
elektronjunge
12y ago
They're referring to writing your own allocator.
23.
▲
by
elektronjunge
12y ago
That's just a viewer. Getting documents to render and making a usable touch interface for editing documents are two very different things.
24.
▲
by
elektronjunge
12y ago
Hit Alt the numbers and letters are the shortcuts for moving around the ribbon. That's actually one of my favorite parts of the ribbon, you are able to see what the shortcuts are very easily. The alt trick works on just about anything
25.
▲
by
elektronjunge
12y ago
The new pkg tool in freebsd is pretty good and meshes nicely with the ports tree. The marginal improvements for 3rd-party built packages with apt aren't really worth getting rid of the rest of freebsd for. It also doesn't help Ope
26.
▲
by
elektronjunge
12y ago
I had a couple classes like that, usually it was more at the semester boundary. E.g. my intro to compilers classes involved writing a compiler for a c-subset. The advanced compilers class built on that compiler by adding optimizations and s
27.
▲
by
elektronjunge
12y ago
You can actually implement IO using unsafePerformIO fairly easily. There's a little bit of compiler magic for speed, but its not strictly necessary.
28.
▲
by
elektronjunge
12y ago
That's a great solution if your not blind. Or navigating somewhere with poor sight lines like a parking garage.
29.
▲
by
elektronjunge
12y ago
You can use forward slashes in paths in cmd and powershell. But yes, I agree with your main point.
30.
▲
by
elektronjunge
12y ago
The article is actually incorrect about PF. FreeBSD forked OpenBSD's 4.5 version but has provided its own set of enhancements including SMP it has fallen behind in other respects. PF in OpenBSD has had some large architectural changes
More ›