Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
viperscape
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
viperscape
8y ago
But that means waiting for the third party right?
2.
▲
by
viperscape
8y ago
Magic links are susceptible to man in middle attacks if your DNS is compromised, like on public WiFi, because the reset token is in the URI itself. So you're most vulnerable when you click the link.
3.
▲
by
viperscape
8y ago
I was just about to comment on magic and pokemon cards! Maybe even baseball packs. All could be traded for real cash, and obviously were! It's such a grey line though, the original intent of the cards is to not be traded around for cas
4.
▲
by
viperscape
8y ago
You didn't take a multivitamin? How did your body handle lack of vitamin c? or d?
5.
▲
by
viperscape
8y ago
Have you tried Botox? Might be a good way to test your theory
6.
▲
by
viperscape
8y ago
just recently saw this, where you see two custom 275 lbs monoblock tube amp-- I thought it was extreme but cool: http://www.stereomojo.com/Small%20Speaker%20Shootout%202007/...
7.
▲
by
viperscape
8y ago
I don't understand in general why OLED is taking so long to be mass produced for TVs and monitors. It's like just now becoming mainstream, with what seems like two actually purchasable products.
8.
▲
by
viperscape
9y ago
Gattaca, here we go
9.
▲
by
viperscape
9y ago
The article mentions "cannabis abuse" a few times, what metric is there to put use into the abuse column?
10.
▲
by
viperscape
9y ago
"scheme web framework", except there are multiple scheme implementations and variants. I don't understand why the word scheme is even used, each scheme is basically a silo.
11.
▲
by
viperscape
9y ago
How does this differ or compete with platforms such as patreon? Also I signed up and it defaulted to Artist, I feel like major category type should be chosen during onboarding. Also, sign in with Google should be a thing I think.
12.
▲
by
viperscape
9y ago
Looks like OneNote http://onenote.com
13.
▲
by
viperscape
9y ago
Fun fact, Apple also uses(d) Azure Microsoft services as well. http://www.theregister.co.uk/2011/09/02/icloud_runs_on_micro... https://apple.slashdot.org/story/11/09/04/005
14.
▲
by
viperscape
9y ago
I second this. Write a basic game with 2d graphics, use SDL, and save and load the state to file. To take it a step further and write a networked version with your own basic byte encoding if each move and game state to keep in sync. This wo
15.
▲
by
viperscape
9y ago
The last two bother me especially. Only thing I can think of is that bodies are expendable and for police that means good second skins, they get first or second dibs. No need for cyborg parts when blasters kick so much butt. The stack backu
16.
▲
by
viperscape
9y ago
This is awesome, thanks for sharing !
17.
▲
by
viperscape
9y ago
A bit of a stretch, but you can use Electron ( https://electronjs.org/ ) which ties to nodejs, and use nodejs to call out to C.
18.
▲
by
viperscape
9y ago
Good point! I think you'd have to implement a lock of some sort, and check for it in application logic-- that way both can be updated simultaneously... not ideal!
19.
▲
by
viperscape
9y ago
> any possibility of ambiguity is effortlessly dealt with "(+ 1)" is rather ambiguous and evaluates to 1, compared to "1 + ", which is very straight forward-- it's an incomplete expression and no evaluation can b
20.
▲
by
viperscape
9y ago
That sounds like expected behavior. Both users are incrementing a value of 100, which would be 101 in both cases. It's not atomic. If User A incremented 100, and saved it down; then User B loaded this saved state and incremented 101, i
21.
▲
by
viperscape
9y ago
Copyright is pretty straight forward in the US. https://www.copyright.gov/help/faq/faq-duration.html This game is still under copyright and including the assets for public consumption is considered illegal, unless
22.
▲
by
viperscape
9y ago
Having learned Rust and used it for nearly 2 years, I am now happy using C. I think most issues in C are easily catchable. Here me out: 1. If using Int for indexing or any sort of len or count, make sure it's positive when needed, and
23.
▲
by
viperscape
9y ago
Why is double free so commonly an issue? Isn't setting to Null after free and checking for Null before hand a common practice?
24.
▲
by
viperscape
9y ago
Not to do the c vs c++ thing, I too prefer c. For over 20 years actually I have preferred c to c++; all the while learning and enjoying other languages like rust. c still is missing some crucial stuff in my opinion-- there are times where I
25.
▲
by
viperscape
9y ago
Well depending on the surgery that might be advisable, it's an anti-inflammatory and heading off inflammation is usually beneficial.
26.
▲
by
viperscape
9y ago
Older resistance style touchscreen s would work well here, this is where the capacitance screens fail easily.
27.
▲
by
viperscape
9y ago
No purchase necessary! The title and the slogan on the site seem to infer something else. It's public domain source, it says at the bottom of the page. Glad to see more static generators, not sure how this is better or different than t
28.
▲
by
viperscape
9y ago
Also curious, would one ever do this in C? I understand the need in Rust and Zig, but in C is this usual?
29.
▲
by
viperscape
9y ago
What do you use for the mail server? Do you do any sort of backups or failover? Just curious
30.
▲
by
viperscape
9y ago
is it strictly in-mem? for instance if redis is restarted is there an option for unread streams to be saved with redis persistence
More ›