Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
rfurlan
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
rfurlan
5y ago
Canadian here, that’s just not true, you only have to wait if you want to see a specific specialist and they are fully booked, then you have to decide if you would rather wait or see someone else.
2.
▲
by
rfurlan
10y ago
A simple guide for life: (1) Gather information (e.g. read the screen) (2) Think about it (3) Act accordingly
3.
▲
by
rfurlan
10y ago
Something most people don't know about HoloLens: the holograms stay where you put them indefinitely. So if you put a browser window on a wall in your bedroom and come back after a week, it will be exactly where you left it.
4.
▲
by
rfurlan
10y ago
Yes, the holograms are literally objects made of light so at low brightness they are transparent, but if you crank up they will appear solid but you still won't confuse it for a real object because they are so bright. I haven't wa
5.
▲
by
rfurlan
10y ago
lol that was the idea, glad you enjoyed it!
6.
▲
by
rfurlan
10y ago
Yes it does work outside if the space has enough objects around so it can generate a model of the location. When model generation fails, it falls back to a "limited mode" where holograms follow you around instead of staying where
7.
▲
by
rfurlan
10y ago
Here is a video I recorded with HoloLens, but not through it, the actual holograms are transparent on the headset: https://goo.gl/photos/S2B9A8xkvyLkPK7U8
8.
▲
by
rfurlan
10y ago
HoloLens user here, based on this video alone, the experience appears to be equivalent, although holograms appear to be a bit more stable on HoloLens, which also has no trouble tracking fast head movements
9.
▲
Who do the global elite in Artificial Intelligence follow on Twitter?
(getlittlebird.com)
3 points
by
rfurlan
11y ago
|
0 comments
10.
▲
A Maker’s Guide to the Metaverse
(singularityhub.com)
1 points
by
rfurlan
11y ago
|
0 comments
11.
▲
Scientists conclude that black holes are mathematically impossible?
(news.google.com)
3 points
by
rfurlan
12y ago
|
1 comments
12.
▲
Startup building the open-source “operating system” of the Metaverse
(lucidscape.com)
80 points
by
rfurlan
12y ago
|
43 comments
13.
▲
by
rfurlan
12y ago
The problem isn't when you get banned, it is the fact that Google refuses to clearly communicate the reasons when there is real money at stake. Google: "you delivered 30k worth of ads but I don't owe you anything because you
14.
▲
Google Glass, Augmented Cognition and External Memories
(spectrum.ieee.org)
1 points
by
rfurlan
13y ago
|
0 comments
15.
▲
by
rfurlan
14y ago
Here is what is currently known about Glass: - Transparent microdisplay, front-facing camera, touch-sensitive controls, audio I/O, internals "equivalent to a Galaxy Nexus", IMU, WiFi
16.
▲
Show HN: Open Source VR headset inspired by the Oculus Rift
(bitcortex.com)
2 points
by
rfurlan
14y ago
|
0 comments
17.
▲
by
rfurlan
14y ago
I am a SU alumnus and I can assure everyone this is not representative of Singularity University in any way.
18.
▲
by
rfurlan
15y ago
C# is so powerful, expressive and I am glad to see that Mono is becoming more popular and helping to separate C# from the Microsoft stack.
19.
▲
by
rfurlan
15y ago
IQFeed is fast and prices are reasonable
20.
▲
by
rfurlan
15y ago
"Sent from my iPad" lol
21.
▲
by
rfurlan
15y ago
Apple page on ergonomics? How ironic considering that most of their input devices are more like torture devices. Beautiful for sure but suitable for human use.
22.
▲
by
rfurlan
15y ago
You are correct, their QC is more of a hardware solver for a very specific problem than a general purpose computer. On scaling, I was a D-Wave a few weeks ago, they seem to be prepared to scale-up the chip aggressively in 2012.
23.
▲
by
rfurlan
15y ago
That is not how it works Viscanti, gate-based QCs are still toys and it remains to be proved if they will become useful anytime soon. On the other hand D-Wave's adiabatic chip is very promising but it requires you to fit a "square peg in a
24.
▲
by
rfurlan
15y ago
To clarify: you express your problem as an Ising model, load the model into the D-Wave One QC and it will solve it for you. The interesting thing is that solving Ising models is a NP-hard problem. D-Wave's current chip has only 128 qubits a
25.
▲
by
rfurlan
15y ago
D-Wave's computer is basically a hardware solver for Ising/QUBO models. It is not programable in the traditional sense and you need to find a way to express the problem you want to solve in a way that maps well over the hardware.
26.
▲
by
rfurlan
15y ago
Yes latch, you are correct, thank you
27.
▲
by
rfurlan
15y ago
Fsync means "wait for acknowledgement after each request", if Fsync is off, all calls are fire-and-forget, no errors are reported. There are a few Fsync levels though, you can use it to make the call block until the data has been relayed to
28.
▲
by
rfurlan
15y ago
Also, I never said SQL Server is slow - it isn't, anyone that would say otherwise must have an agenda, which is not my case. SQL Server is an incredible database and it has served us well.
29.
▲
by
rfurlan
15y ago
MongoDB has the potential to be faster than traditional relational databases simply because it does less, way less. The trade off makes sense for some applications, but not for all, it really depends on your requirements.
30.
▲
by
rfurlan
15y ago
fsync is enabled for the vast majority of calls and it is our default setting. Disabling fsync should be treated as case-by-case optimization IMO
More ›