Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
aninteger
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
12 ms
·
241.
▲
by
aninteger
11y ago
Nim
242.
▲
by
aninteger
11y ago
Why has the adoption of alternative SSL software been so low. We have libressl, boringssl, something from Amazon? Very few Linux distributions seem interested in shipping alternative SSL software.
243.
▲
by
aninteger
11y ago
It works fine on the default "older" web browser on the Samsung S4.
244.
▲
by
aninteger
11y ago
There is pcc which looked like it had a chance for a while. There was at least a lot of excitement from the OpenBSD and NetBSD communities a while ago. I know it was imported but then I think it was removed. Development continues on but at
245.
▲
by
aninteger
11y ago
I think this might be a violation of the GPL More discussion here: https://www.reddit.com/r/coding/comments/38vbme/13_15_yrs_ol...
246.
▲
by
aninteger
11y ago
It is, sort of, but it only shows part of the picture. I'll explain. Yes, TechEmpower will show you some of the fastest servers / frameworks. Maybe you can get close to a million requests per second in some of the native servers d
247.
▲
by
aninteger
11y ago
Spending 3 months on a segfault? In any language even a mediocre programmer you can usually resolve a null reference exception / segfault in a couple of hours at the most. With a complex program and a debugger it could be a minute or s
248.
▲
by
aninteger
11y ago
I'd say Intel, ARM, Power, and Sparc is good enough.
249.
▲
by
aninteger
11y ago
I'm currently using https://github.com/attractivechaos/klib/blob/master/khash.h in professional projects. I know it's pretty much full of macro "magic" (well it's readable so not
250.
▲
by
aninteger
11y ago
There have been problems with the 100% beef patty though. Occasionally you'll take a bite and bite into something hard. I've always assumed this is a piece of bone that somehow made it into the patty. This does not happen at other
251.
▲
by
aninteger
11y ago
Same. I don't ever read Newsweek. "How to lose readers and alienate people: The broken Newsweek free 5 articles a month edition"
252.
▲
by
aninteger
11y ago
There's another TI processor that never really took off despite its usage in arcade consoles at the time. The TMS340 http://en.m.wikipedia.org/wiki/TMS34010 ) series. 32bit in 1987. I assume it was just out of the
253.
▲
by
aninteger
11y ago
The name choice is so close to a children's television show: http://en.wikipedia.org/wiki/Pingu
254.
▲
by
aninteger
11y ago
I haven't used Visual Studio to compile C in a long long time, but does it support compiling files as C files as well? For example: char ptr = malloc(10); // this is not valid C++ vs char ptr = (char *)malloc(10); /&#
255.
▲
by
aninteger
11y ago
Semi off topic, but are there examples of coroutine usage in any relatively popular open source C or C++ code bases? The only thing that comes to mind is the MAME and MESS code bases (I could be wrong here). We see coroutine articles on HN
256.
▲
by
aninteger
11y ago
They pretty much have. Sometimes people make mistakes that lead to vulnerabilities like this. It will be patched soon, then forgotten, and life will return to normal for everyone using IIS. We'll still run http in the kernel for perfor
257.
▲
by
aninteger
11y ago
Only at the HTTP parsing stage.. Once you get into ASP.net you'll have dropped privileges.
258.
▲
by
aninteger
11y ago
Well.. having lived in LA you pretty much figure it out after your first parking ticket.. and you usually are guaranteed to get a parking ticket within the first year you move there. I expect these new signs to cause confusion, at least ini
259.
▲
by
aninteger
11y ago
Your comment has nothing to do with the article.. or even keeping things simple.
260.
▲
by
aninteger
12y ago
There is no way to remove it via the UI. You sadly need a rooted phone to remove it.
261.
▲
by
aninteger
12y ago
Maybe related.. http://www.businessinsider.com/myspaces-death-spiral-insider...
262.
▲
by
aninteger
12y ago
These H1B engineers make more than me.. How do I become an H1B engineer? I was born in the USA and have the title "Senior Software Engineer".
263.
▲
by
aninteger
12y ago
Are functions with more than 6 arguments really forbidden on x86-64? How do things like CreateFile or CreateWindow from the Windows API get compiled then?
264.
▲
by
aninteger
12y ago
I have. The project is an event based http server and client. Mostly I work with libevent, redis, and openssl. We don't build our software on Windows so we don't have to worry about the limitations on that platform (non-POSIX most
265.
▲
by
aninteger
12y ago
It's certainly not "official" but we already have Wine and Mono. I understand that they don't promise write once run anywhere but the support is pretty good. For awhile it was one of the only ways to get Netflix working
266.
▲
by
aninteger
12y ago
This is really neat, but I actually wonder if we aren't trying to solve a mostly solved problem. As a C programmer, yes, sometimes you forget to free memory that you've allocated, but then you run valgrind or some other leak check
267.
▲
by
aninteger
12y ago
Impressive. Have you worked with xcb in the past? I think the lack of good tutorials and documentation makes me always choose to start new projects with xlib. How would you compare working with xlib vs xcb?
268.
▲
by
aninteger
12y ago
Maybe they didn't go anywhere? I honestly believe the rate has been a steady 15-20% for the past 30-40 years. It's possible women had degrees in computer science but then pursued careers as system analysts, data entry, QA, "w
269.
▲
by
aninteger
12y ago
The page indicates that JamVM can run on the PowerPC platform yet it requires GNU Classpath which doesn't work on PowerPC architectures... Does anyone use this on PowerPC? Unfortunately the only other alternative Kaffe seems to have be
270.
▲
by
aninteger
12y ago
Two reasons: 1. Visual Studio is not free. Yes there is Visual C++ express but for a while it didn't have C99 support because in general it was only a C++ compiler. I believe C99 support was added with VS2013. 2. It's just really
More ›