Viewing profile — syncopate
syncopate
HN member- Joined
- Thu, Dec 23, 2010, 12:42 PM UTC
- HN karma
- 116
- Public activity
- 40 items
- HN profile
- View on Hacker News ↗
About syncopate
No profile information was provided.
Recent public activity
- story
- story
-
comment
Comment #34262931
sqlite's test suite is substantial and not open source, I doubt you could really fork it in a meaningful way
- story
-
comment
Comment #24460236
I particularly like how it can predict hair styles. Not only how a barber would do dreads but also how they would color it and how they happened to brush their hair on a given day.…
-
comment
Comment #17030000
Isn't that called geofencing? It's been around for years. I always felt that the main reason e.g. Facebook wants you to use their app is to be able to supply data for conversions o…
-
comment
Comment #17017257
I am not Jeremy but I have taken part in the current course and also took some lessons by Siraj (who also does lessons at udacity), Andrew NG, and Karpathy. I think all of them are…
-
comment
Comment #16765683
If this project discussed here is using react and rust together, could I just use an react example for OAuth2 to get started with? Up to some months ago, there were no examples of …
-
comment
Comment #16765587
I wanted to use rust for web development for a while but always struggled with just getting an OAuth2 example running in the past, has this improved recently?
- story
-
comment
Comment #15084442
Couldn't one try to at least limit the feedback loop by spreading sulfur over the affected regions by plane? (Simulating a volcanic eruption that reflects sunlight)
-
comment
Comment #15056219
How does that work? Should the kernel walk the stack to change all the saved cookie values of the forked copy? I doubt the kernel even knows where the saved cookie values are store…
-
comment
Comment #15056053
It increases the complexity of the attack. Usually, stack cookies make ROP harder these days but guessing the cookie only has a complexity of 8*256 (on OpenBSD), but xor'ing the re…
- story
-
comment
Comment #14552733
It was on posted as Show HN six days ago but didn't generate any discussion: https://news.ycombinator.com/item?id=14512531
- story
-
comment
Comment #14475123
When you deploy: Will you lose requests that are currently being processed while you restart the service? Also, will a server still receive requests while the new code is being sta…
-
comment
Comment #8566578
Hey, I am a bit late, but I wonder how you generally handle unicode in C++, since the language itself does not have much support for it. That's what always makes me weary of writin…
-
comment
Comment #7147095
A good way to learn asm is through books but there are not many for current architectures (especially x64, except the official Intel manuals which are quite good but also hard to r…
-
comment
Comment #6439937
I'd say NVidia use closed source mostly to push Cuda instead of people trying to use openCL. E.g. their OpenCL driver imposes 3GB memory limits (or at least used to in the past) fo…
-
comment
Comment #6299199
AFAIU, the length is negative but it is then treated as an unsigned integer by vDSP_sveD. So the function iterates over the given vector until there is a memory exception (As the l…
-
comment
Comment #6294981
I've been looking at the stack trace in gdb a bit. And it seems that inside CoreText TStorageRange::SetStorageSubRange calls void vDSP_sveD(double *__vDSP_A, vDSP_Stride __vDSP_I, …
-
comment
Comment #6169153
Any ideas why PowerPCs stalled in performance? Is PowerPC really an architectural dead end?
-
comment
Comment #6105058
I tried to register but it seems that one has to have a UK address for that. That's a pity...
-
comment
Comment #6098542
It should be noted that on the official llvm irc channel (#llvm@oftc.net) people do not like llvm's IR being called a "progamming language". Rather it's intended to be a representa…