Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
syncopate
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
Discussion on Feedback for Go Memory Regions
(github.com)
2 points
by
syncopate
2y ago
|
0 comments
2.
▲
Japanese Typewriter
(youtube.com)
2 points
by
syncopate
4y ago
|
0 comments
3.
▲
by
syncopate
4y ago
sqlite's test suite is substantial and not open source, I doubt you could really fork it in a meaningful way
4.
▲
CMU Database Group YouTube Channel
(youtube.com)
3 points
by
syncopate
5y ago
|
0 comments
5.
▲
by
syncopate
6y ago
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. Very impressive!
6.
▲
by
syncopate
8y ago
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 of geofencing ad campaigns, e.g. someone saw an a
7.
▲
by
syncopate
8y ago
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 awesome teachers. Like Siraj's lessons, the fastai
8.
▲
by
syncopate
8y ago
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 using any of the Rust web frameworks with OAuth2.
9.
▲
by
syncopate
8y ago
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?
10.
▲
A Tour of the Acme Editor (Plan 9) by Russ Cox (2012)
(youtube.com)
1 points
by
syncopate
9y ago
|
0 comments
11.
▲
by
syncopate
9y ago
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)
12.
▲
by
syncopate
9y ago
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 stored on the stack. Also, that would make fork quite slow, dep
13.
▲
by
syncopate
9y ago
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 return address with another value does increase the comp
14.
▲
Tantalum Renderer: 2D Light Transport Demo in WebGL (2015)
(benedikt-bitterli.me)
4 points
by
syncopate
9y ago
|
0 comments
15.
▲
by
syncopate
9y ago
It was on posted as Show HN six days ago but didn't generate any discussion: https://news.ycombinator.com/item?id=14512531
16.
▲
Daisy: A private blockchain where blocks are SQLite databases, in Go
(github.com)
105 points
by
syncopate
9y ago
|
30 comments
17.
▲
by
syncopate
9y ago
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 started?
18.
▲
by
syncopate
12y ago
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 writing any kind of server in C++.
19.
▲
by
syncopate
13y ago
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 read). Nevertheless, there are some on ARM which I can recom
20.
▲
by
syncopate
13y ago
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) for kernels but with Cuda they will enable 64bit if nece
21.
▲
by
syncopate
13y ago
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 length is very close to to UINT_MAX). It doesn't look
22.
▲
by
syncopate
13y ago
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, double *__vDSP_C, vDSP_Length __vDSP_N) with
23.
▲
by
syncopate
13y ago
Any ideas why PowerPCs stalled in performance? Is PowerPC really an architectural dead end?
24.
▲
by
syncopate
13y ago
I tried to register but it seems that one has to have a UK address for that. That's a pity...
25.
▲
by
syncopate
13y ago
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 representation of llvm's internal data struc
26.
▲
by
syncopate
14y ago
My favorite feature is that zsh offers vi mode when editing your commandline, just press ESC.
27.
▲
by
syncopate
14y ago
Just some numbers, based on my hardware: Lion OS X install on disk: 7GB iOS 5.0.1 install: 1.7GB My MacBook's RAM: 8GB iPod Touch: 512KB MB's disk size: 100GB iPod Touch: 8GB So: Maybe they removed 80% of the API in general because the iPho
28.
▲
by
syncopate
14y ago
For Linux, there is a program called nocache, which does something similar to this: https://github.com/Feh/nocache
29.
▲
by
syncopate
15y ago
Anyone remember Jordan Hubbard, co-founder of the FreeBSD project? He joined Apple around that time. I am not really sure how he compares to Linus but working for Apple does not go well with wanting to be a public person.
30.
▲
by
syncopate
15y ago
who opens a ticket in the bug reporting database detailing what they want to do and then letting IT support do it.
More ›