Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dkharrat
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Google’s API Design Standard
(google.aip.dev)
3 points
by
dkharrat
6y ago
|
0 comments
2.
▲
Unified Logging in Java 9
(blog.codefx.org)
1 points
by
dkharrat
9y ago
|
0 comments
3.
▲
Encapsulating the User in a Function
(medium.com)
2 points
by
dkharrat
9y ago
|
0 comments
4.
▲
Swift on Android: The Future of Cross-Platform Programming?
(academy.realm.io)
3 points
by
dkharrat
9y ago
|
0 comments
5.
▲
by
dkharrat
9y ago
It would also be useful to provide a way to convert the other way around (from a date to epoch). I actually built a similar tool a while ago: http://timeconv.io/ that's similar to yours :) The goal is to provide a set
6.
▲
by
dkharrat
10y ago
Is there an advantage to overriding the man command over the approach of just directly exporting the env variables in bashrc? I currently do the latter and I don't override the man function. I suppose overriding the man function would
7.
▲
Run code inline in Atom using Jupyter kernels
(github.com)
229 points
by
dkharrat
10y ago
|
54 comments
8.
▲
ReSwift: Redux-Like Unidirectional Data Flow in Swift
(github.com)
1 points
by
dkharrat
10y ago
|
0 comments
9.
▲
by
dkharrat
11y ago
Type erasure introduces limitations on what you can do at runtime that forces a developer to write code to workaround it. For example, in Java you can't write a generic method that instantiates an object based on the type of the generi
10.
▲
by
dkharrat
11y ago
Doesn't Airbnb fall in the same category? Renting out your property for a few days to complete strangers requires a lot of trust, and yet from what I can tell, Airbnb seems to have overcome this hurdle. I do agree there was a trust iss
11.
▲
by
dkharrat
11y ago
Not entirely sure, but according to its github page[1], you can have it use the OpenJDK classes for a "conventional JVM". [1] https://github.com/ReadyTalk/avian#building-with-the-openjdk...
12.
▲
Avian: a lightweight alternative to Java that runs on iOS and Android
(oss.readytalk.com)
87 points
by
dkharrat
11y ago
|
28 comments
13.
▲
by
dkharrat
11y ago
An example where kill -9 can screw things up is killing a database process (e.g. MySQL, mongo, etc). Killing it with -9 will most likely lead to data corruption/loss, as the process might be in the middle of flushing to disk for exampl
14.
▲
How security flaws work: Buffer overflows
(arstechnica.co.uk)
1 points
by
dkharrat
11y ago
|
0 comments
15.
▲
This is what Apple's website looked like in 1998
(cnet.com)
2 points
by
dkharrat
12y ago
|
0 comments
16.
▲
by
dkharrat
12y ago
> If I understand WebRTC correctly, once the link is established, all communication is peer to peer. In general, it's peer-to-peer, but for clients that can't communicate peer-to-peer for whatever reason (usually due to certain
17.
▲
by
dkharrat
12y ago
It's based on the WebRTC standard, so in general, yes it's peer-to-peer. However, in cases where the peer-to-peer connection cannot be established (e.g. a user behind symmetric NAT), then a third-party relay server is used (called
18.
▲
by
dkharrat
12y ago
This is pretty cool. On a similar note, anyone know of equivalent options for iOS? I see a few open source implementations, but none that are actively developed. There's SocketRocket, but that's just vanilla WebSockets.
19.
▲
Introduction to Category Theory
(cs.nott.ac.uk)
3 points
by
dkharrat
12y ago
|
0 comments
20.
▲
Show HN: Core Data for Android - NexusData
(github.com)
1 points
by
dkharrat
12y ago
|
0 comments
21.
▲
All-TIME 100 Video Games
(techland.time.com)
6 points
by
dkharrat
14y ago
|
0 comments
22.
▲
What does it feel like to be a CEO of a startup?
(quora.com)
2 points
by
dkharrat
14y ago
|
0 comments
23.
▲
by
dkharrat
14y ago
I disagree. Yes, MVC provides a pattern that allows views to be input to the user, but if it doesn't make sense for your app, it's perfectly fine to make the view "read-only" and still abide by the spirit of MVC. If you're claiming that reg
24.
▲
WebGL Shader Effects: Old Film
(devmaster.net)
5 points
by
dkharrat
14y ago
|
0 comments
25.
▲
by
dkharrat
14y ago
Can't wait for the Light Table IDE to support this language :P Debugging will be so much easier.
26.
▲
The Basics of 3D Lighting
(devmaster.net)
1 points
by
dkharrat
15y ago
|
0 comments
27.
▲
by
dkharrat
15y ago
Same here, though I also miss WinSCP.
28.
▲
by
dkharrat
15y ago
I believe SEO is one of the main things that hinder client-thick architecture adoption for many apps that depend on their content showing up on search engines, especially among content-driven websites (e.g. Stackoverflow, Quora, etc.). But
29.
▲
by
dkharrat
15y ago
This is awesome! Major improvements since 1.4. Even though the main use case for Bootstrap seems to be for rapid prototyping, any thoughts on using it for a production app (but perhaps custom-themed), instead of rolling a custom design alto
30.
▲
Lectures on Advanced STL
(channel9.msdn.com)
2 points
by
dkharrat
15y ago
|
0 comments
More ›