Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
maximilian
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
maximilian
9y ago
VSCode, Atom, Vim, Emacs, and Sublime all have very decent integration of automatic syntax checking, autocomplete (`racer`), and even auto-formatting (`rustfmt`).
2.
▲
by
maximilian
10y ago
Oreilly has a pre-release book that seems quite good at explaining rust from a C++ perspective. http://shop.oreilly.com/product/0636920040385.do
3.
▲
by
maximilian
11y ago
The hand reloading of files doesn't seem to have changed. I still have to reload my modules after every edit. I'd love someone to show me a better way if it exists.
4.
▲
by
maximilian
11y ago
Purescript is a Haskell-like language that is designed to output to javascript. It looks quite nice and has seen a lot of attention lately. It's even in GSoC.
5.
▲
by
maximilian
12y ago
There is also the mypy project ( http://mypy-lang.org/ ). They are working on a type-checked variant of python. Currently it's just a pre-processing stage, but they eventually want to make it possible to AOT compile usin
6.
▲
by
maximilian
12y ago
Check out git-annex (and the corresponding assistant). I haven't used it yet, but it supposedly supports S3 and glacier, and hard drives and will tell you where each file is backed up.
7.
▲
by
maximilian
13y ago
Assuming you have matplotlib installed: using PyPlot x = linspace(0,2*pi,1000); y = sin(3*x + 4*cos(2*x)); plot(x, y, color="red", linewidth=2.0, linestyle="--") title("A sinusoidally modulated sin
8.
▲
by
maximilian
13y ago
Can't he use Strip for the online portion of these transactions? I don't know if their customer service is any better, but at least he doesn't have to use Paypal.
9.
▲
by
maximilian
13y ago
Shit. I use it often to fix my Mom's computer. Gonna have to find a decent alternative.
10.
▲
by
maximilian
13y ago
Please do! I've been keeping an eye out for a post from you on the haskell subreddit announcing some work. I have some ideas for some numerical code in Haskell, but I keep coming back to numpy/julia/matlab for my day-to-day.
11.
▲
by
maximilian
13y ago
You still need to do your masters, "along the way". If I remember correctly, in England, first you do you masters, and then start a PhD. 2 masters + 4-5 phd = 6. Most European countries require a masters degree before starting, bu
12.
▲
by
maximilian
13y ago
They run north of $2000 in Switzerland. I was ready to spend $1000 to replace the awful chairs the university provides.
13.
▲
by
maximilian
13y ago
This is not a compiler that does python -> llvm. It is a way to build llvm IR from python using the C++ API. Otherwise you output LLVM IR as text, and call the llvm command line tools to do stuff with it. For example, you can use this to
14.
▲
by
maximilian
13y ago
Go produces a statically linked compiled binary.
15.
▲
by
maximilian
13y ago
In short: Yes. It is the "batteries included" version of Haskell that comes with basically everything you need to write production ready software. There are obviously a lot of useful packages on `cabal`, but they are mostly useful so that y
16.
▲
by
maximilian
14y ago
> I had seen this about 6 months ago but dismissed it because the programming language, Lua, looked weird and I’d never heard of it. This what surprised me most about the post. Lua is not especially strange, by any means, and also fai
17.
▲
by
maximilian
14y ago
I've had to speak often lately in front of small and medium sized groups, and the biggest thing that has helped is to just practice my talk several times alone. Obviously giving the talk in front of others is important, especially when it c
18.
▲
by
maximilian
14y ago
So, the private key is encrypted on the client side, which requires that the user type their key-password in, so that the client can send the private key in order to authenticate? I generally use ssh keys so that I dont have to type my pa
19.
▲
by
maximilian
14y ago
Can anyone comment on why password-less ssh-keys are bad? ("#11: Never ever use passphrase free key (passphrase key less) login.") I usually figure that it just generates some random number based on the time + salt and that is more secure (
20.
▲
by
maximilian
14y ago
I was going to say this, but I would say its slightly better because the "effective" pixels are sharper -- You could probably run a text editor with a smaller font and still feel comfortable.
21.
▲
by
maximilian
15y ago
> This phone has the best battery life of any I've used to this point. I come home at night with plenty of battery left. This is the singularly, most unbelievable thing I experience with my "new" smartphone (iPhone 3GS). I was used to g
22.
▲
by
maximilian
15y ago
Fortran is 1-index as well. I think MATLAB gets its notational style from Fortran.
23.
▲
by
maximilian
15y ago
Double precision performance is now just half speed, which is the same as the CPU. Many applications are bandwidth bound, so running in double vs. single doesn't end up with a 2x difference anyway.
24.
▲
by
maximilian
15y ago
> There is absolutely no reason for me to have 16GB of RAM other than to brag about the fact that I have such a ridiculous amount of memory. 16GB in a desktop really isn't that ridiculous especially as a developer that might run VMs.
25.
▲
by
maximilian
15y ago
In the article he links to "Emacs Prelude". From its README: No arrow navigation in editor buffers This is not a bug - it's a feature! I firmly believe that the one true way to use Emacs is by using it the way it was intended to be used (a
26.
▲
by
maximilian
15y ago
It has firewire if you hook it up to a thunderbolt display :). What I really want is a 15" quad-core macbook air.
27.
▲
by
maximilian
15y ago
I'm thinking about picking up the 3GS here in Switzerland with a pretty cheap subscription plan, which is essentially a subsidized pay-as-you-go plan. (with a $20 subsidy over 2 years). So there definitely is a market for the older 3GS.
28.
▲
by
maximilian
15y ago
I also went through this, gave up, then downloaded the tarball, and copied the plugin to its spot in /var/lib/. I did backup the old plugin though, just in case. I also tried just updating Chrome, which is supposed to have the newer flash v
29.
▲
by
maximilian
15y ago
What popped out at me was the battery life for the fire: 8 hours continuous reading or 7.5 hours video playback 8 hours doesn't seem like very much. Clearly its an LCD panel with back lighting and all that, but 8 hours seems a bit short.
30.
▲
by
maximilian
15y ago
It looks like Omnigraffle, which runs on OS X. Given that llvm is mostly sponsored by Apple, I could imagine a lot of the devs are running OS X. I used a bit back in college and I remember the shadowed boxes looking like that. I especially
More ›