Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
glassx
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
glassx
10y ago
Unreal Engine also does it right: https://www.unrealengine.com/blog/unreal-engine-4-14-release...
2.
▲
by
glassx
10y ago
Well, there are many kinds of "professionals". Designers, photographers or people working with audio/video production don't really need touch-typing. And those are arguably the kind of "Pro" users Apple is targ
3.
▲
by
glassx
10y ago
> in which case nylon strings would be a bit strange ;) Not at all, there are nylon wrapped strings for electric now too! [1] [1] http://www.daddario.com/DADProductFamily.Page?ActiveID=3768&...
4.
▲
by
glassx
10y ago
It seems that their definition of "language" encompasses more than general-purpose PLs and includes DSLs, libraries and code-generators. In their list there are libraries for Scala, .NET, Python, C, OCaml and Javascript.
5.
▲
Synth Pioneer Don Buchla Has Died at 79
(synthtopia.com)
2 points
by
glassx
10y ago
|
0 comments
6.
▲
by
glassx
10y ago
> I think I have a better solution. How about keeping HTML/JS and lose the bidirectional protocols used to track you. Is it that common for trackers to have Websocket/WebRTC as a requirement? Pretty much any trackers I see in t
7.
▲
by
glassx
11y ago
Yeah, I already lost three chargers because of my cats. I ended up wrapping the cord with one of those "Cable Organizer" things (I don't know their real name), which also helps with strain relief. http://i.imgur.co
8.
▲
by
glassx
11y ago
> In particular, Mac OS X don't even run well with only 4GB of RAM anymore It actually runs great. I'm using a 2011 Air w/2GB (cheapest back then) and El Capitan and it's almost as fast as my 24GB Mac Pro. I push it a
9.
▲
by
glassx
11y ago
> I've re-implemented Rails functionality, poorly, way too many times. It's been a looooong time since I last touched Rails, but I never really missed it when using Sinatra, mainly because of plugins/gems... I even wrote a
10.
▲
by
glassx
12y ago
I like Zed Shaw's Debug Macros. Actually his whole book is great. http://c.learncodethehardway.org/book/ex20.html
11.
▲
by
glassx
12y ago
Another useful OpenGL macro, at least for me, is this one: #define GLSL(str) (char*)"#version 330\n" #str It basically enables you to embed quick snippets of GLSL inside your C code, instead of using concatenated strings.
12.
▲
by
glassx
12y ago
I'm currently writing a game in C99. Compilation times, no need for inheritance and the fact that most libraries I'm using are written in C were the reasons I chose C over C++ or something else.
13.
▲
by
glassx
12y ago
When you say that he's mocking Microsoft engineers, is that because of the Visual Basic comments? Because Erik actually enjoys VB and was responsible for adding some features to it. He's a former employee, so there's context.
14.
▲
by
glassx
12y ago
It's been a while since I last had to parse ASP.NET pages, but AFAIK, the viewstate isn't meant to be parsed by clients, you just have to re-send it during postbacks. It's more like a cookie, or Rails' authenticity_token
15.
▲
by
glassx
12y ago
>> you don't need mutable local variables to track the state of the loop. > Erm, that's not really true is it? Isn't the main way which TCO is done by introducing a counter/accumulator? Yes, but accumulators are
16.
▲
by
glassx
12y ago
By continuations I believe Jules means Continuation-passing style, a popular optimization/intermediate format in compilers: http://en.wikipedia.org/wiki/Continuation-passing_style
17.
▲
by
glassx
12y ago
> A tail call is basically goto with arguments. In the lowest level, yes, but you could say the same about regular function calls, return statements, and even loops and conditionals, break and continue, etc. The main selling point of usi
18.
▲
by
glassx
12y ago
Yep. In the same Reddit thread, someone ran cloc on the Linux Kernel, and it even reported one ASP.NET file in there too (just like it did with the Healthcare.gov source): http://www.reddit.com/r/dataisbeautiful/co
19.
▲
by
glassx
13y ago
Does anyone else remember those amazingly epic flash sites? I even learned Flash 3 because of those... wow... - http://www.thefwa.com/flash10/gabo.html - http://www.eye4u.com/home/ There are othe
20.
▲
by
glassx
13y ago
There's an App Showcase on Xamarin's website: http://xamarin.com/apps Out of those, I use Rdio daily and played Bastion a lot and they work great. I didn't know they were made with Mono until now.
21.
▲
by
glassx
13y ago
Re-read his post, he said he's a "recent parent".
22.
▲
by
glassx
13y ago
I looked it up after reading your comment, and they're receiving donations right now that will be matched 3x (!) by an anonymous donor... they're just shy of a million bucks... https://archive.org/donate/?img=
23.
▲
by
glassx
13y ago
http://atompub.org http://www.odata.org
24.
▲
by
glassx
13y ago
You need to fulfill some requirements to subscribe as a "publisher" [1]: Content Requirements: - At least 20 albums in your catalog - UPCs/EANs/JANs for all products you intend to distribute - ISRCs
25.
▲
by
glassx
13y ago
It is intended for encoding, not for hearing. Here: http://en.wikipedia.org/wiki/Pulse-density_modulation
26.
▲
by
glassx
13y ago
It's not protection. It's respect.
27.
▲
by
glassx
13y ago
Sorry if it sounds rude, but I have a much better idea: find a way to bring them into the conversation you're having, try being more interesting, change the subject to something they might want to participate or just leave them alone f
28.
▲
by
glassx
13y ago
Not the OP, but once I was promoted to lead developer for the flagship app of the company I worked for and that was quite efficient in making me wanting to get to the office before everyone.
29.
▲
by
glassx
14y ago
Here's where I first read about it. http://archive.eiffel.com/doc/manuals/technology/contract/ar... EDIT: there's a reference link but I can't open it on my phone.
30.
▲
by
glassx
14y ago
I notice the same thing with Rails vs Sinatra. People complain that Sinatra is problematic because it doesn't enforce a directory structure, but you can still make clean, organized code with it.
More ›