Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
withjive
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
withjive
5y ago
CIA & Pablo. Exactly.
2.
▲
by
withjive
5y ago
Yes that is a great of example of reading something on the internet and believing it completely? You just linked me to a Stackoverflow post about a theory, which turns out to just be completely wrong, while managing to include a few valid f
3.
▲
by
withjive
5y ago
Sorry, "apparently" shadows do not move faster than light. Since they are... well... defined by light... I am curious though, as to where you got such a strong notion that shadows can move faster than light...
4.
▲
by
withjive
5y ago
From my perspective of American warfare - shooting a $1 million dollar missile at every $100 drone is how they keep the war going :)
5.
▲
by
withjive
5y ago
You're being down voted because in this case customers are obviously the product. Being sold to Facebook.
6.
▲
by
withjive
6y ago
Seems quite short sighted to assume space manufacturing processes would not improve - or we would not want to improve them. Cold weld it in space, it's not that difficult with some engineering. Space X?
7.
▲
by
withjive
6y ago
For small range (few km) you can just utilise LoraWAN for free communication.
8.
▲
by
withjive
6y ago
Similar to how GPT-3 can be applied not only to create Text, but also fill in missing pieces of Images (ie. complete the missing half of a face). Would the logical next step, use GPT-3 to create a 3D world? :)
9.
▲
by
withjive
6y ago
It's actually quite easy to strip the DRM on Audible using ffmpeg - which I do to keep an archive of all my purchases. There's a script on github to get the encryption key for your account by letting it sign in for you. Then from
10.
▲
by
withjive
6y ago
If your doing Android Development with the ARM emulator, then its crazy slow. However, if you use the x86 emulator - then you get native speed. Xcode/iOS's emulator is actually x86 - which is why it seems faster than Android'
11.
▲
by
withjive
6y ago
They go over the effects of compression - which they say only degrades the protection - but at the same time also degrades the identification accuracy of the AI model. So if your crappy 6 megapixel camera cannot take a clear shot of the clo
12.
▲
by
withjive
6y ago
They are lucky in this case because compression does defeat the cloak to some degree— However, compression at those levels also defeats the ability of Facebook to accurate identify you.
13.
▲
by
withjive
6y ago
What's wrong with personal projects on a Free private Github repo? (they offer those now). Previously I would just put my pet projects on Bitbucket because they offered free private repos.
14.
▲
by
withjive
7y ago
As an Android developer during the first G1 era, I feel that Google was really taking advantage of the well established Java developer base. Having developers already understand Java, was a huge thing for Android when it first came out. So
15.
▲
by
withjive
8y ago
This would be for the QtQuick backend. The QTWebView is a separate plugin component with its own set of dependencies. You wouldn't want to do that anyways, much more effecient to just communicate from Qt to Javascript webviews (but I&#
16.
▲
by
withjive
9y ago
Newer versions (since around 2013) of webkit and gecko limit a:visited style changes to just colour or background colour. So the getComputedStyle() trick doesn't work anymore. Is that what your referring to?
17.
▲
by
withjive
9y ago
Very interesting! Great timing for myself, as I just pulled the Chez github repo just last night— a whopping 900mb btw! Chez became a point of interest to me after learning about it's solid performance (can even do whole program optim
18.
▲
by
withjive
9y ago
A few years back the Graal compiler from Oracle caught my attention as it was able to accelerate ruby code on the JVM with incredible results. However it was not able to support any real world code / frameworks— ie. Rails. (At the tim
19.
▲
by
withjive
9y ago
I've been a pretty big fan of CMUS and CLI based based audio playback for a long time.. This is absolutely amazing— much more polished than the alternatives—it feels like christmas. Now I can't wait to contribute a pull request :)
20.
▲
by
withjive
9y ago
The fact that there is a "Won't do list" stating that functions won't be supported... I don't think this is anything more than a toy to play with rust.
21.
▲
by
withjive
9y ago
While the DOM may always be slow, faster JS (ie. wasm) can provide faster calculations in pure javascript land and better efficiency (better memory management, similar to c++/native stacks). This is useful for optimizing DOM usage, suc
22.
▲
by
withjive
9y ago
What you said is true, however... I am referring to the initial offering of Native Client for inclusion into FireFox. Since this did not happen, Native client did not see the uptake it needed— and the team was destaffed. Since it was a work
23.
▲
by
withjive
9y ago
Project Mortar is different in the fact that it is PDFium and Adobe Flash being allowed via Pepper API — basically it's for sandboxing those current native plugins. This would not be a public web use case. PNaCl vs WebAssembly was all
24.
▲
by
withjive
9y ago
Looks like Mozilla won this fight. When Mozilla didn't accept PNaCl and Pepper API proposed by Google, Mozilla went down the ASM path which now led us to Web Assembly being the general way forward.
25.
▲
by
withjive
9y ago
> The reason GLSL isn't C is because you can't do everything C does on a low end cellphone GPU - so obviously you have to restrict the language. GLSL limitations has nothing to do with lowend devices and performance (which now
26.
▲
by
withjive
9y ago
Will be interesting to see how they handle duty & customs. Do they rely on your own provided Total Value or if the stranger/host is responsible for opening your package and inspecting it...
27.
▲
by
withjive
10y ago
From the article. > While we're waiting for the papers to be published, we need to be skeptical about the two claims. But the fact that two separate teams have used the same blueprint to make time crystals out of vastly different sy
28.
▲
by
withjive
10y ago
ReactNative uses Yoga for it's layout. There's an OSX port already in progress, so cross platform Desktop apps using Yoga isn't that far off ;)
29.
▲
by
withjive
11y ago
When working with Docker, it is possible to get down to the metal as you mentioned. Usually by bypassing the docker networking and using Host only network, but then you lose a lot of the benefits of containers in the first place. For exampl
30.
▲
by
withjive
11y ago
Indeed, it will be interesting to see what Google can think up compared to the other big researchers. Though I wonder if the goals are slightly different, as Google is focusing on "Cloud Storage", rather than single hard performan
More ›