Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Cyther606
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
Cyther606
11y ago
It has a clear purpose the public can get behind, but it will almost certainly be abused for persecuting domestic political rivals, software developers among them. Here are some entertaining thought exercises: A cyber 9/11 is linked to
2.
▲
by
Cyther606
11y ago
How considerate. As if the legal system matters at all to the existence of the NSA. Wikimedia's case notwithstanding, it's abundantly clear the spy agencies can only be peacefully resisted with privacy enhancing technology. It
3.
▲
by
Cyther606
11y ago
The Stasi controlled every aspect of life in East Germany, including the postal service and communications industry. In the US, FOIA documents reveal a history of domestic political spying on civil-rights leaders such as MLK, and on a wide
4.
▲
by
Cyther606
11y ago
Barbaric methods of violating private property, kewl? Thanks Mao, but everything is relative. Maybe what you need is a nice fat doobie. While you're lighting up next to me, know that I as a proud simpleton, find cans of _diesel fuel_ t
5.
▲
by
Cyther606
11y ago
The Nazis would say the same of the Gestapo to dissenters, albeit with a tinge less arrogance.
6.
▲
by
Cyther606
11y ago
Are you trying to play victim, or are you just using your holier than thou card?
7.
▲
by
Cyther606
11y ago
You can do worse than pip and virtualenv, yes, but I wouldn't call pip the cream of the crop by any means. NPM is way easier to use for starters, and Go, Rust and Nim go one step beyond NPM by compiling language dependencies down to a
8.
▲
by
Cyther606
11y ago
I see Go and OCaml recommended to people fed up with Python's lack of static typing, and I just cringe. I love experimenting with programming languages, and Go seems to be picking up momentum but unfortunately for both Go and OCaml, th
9.
▲
by
Cyther606
12y ago
Gordon Duff is a Marine combat veteran of the Vietnam War. He is a disabled veteran and has worked on veterans and POW issues for decades [1]. > In a video published on Liveleak, a close range “execution style” shows no blast effect or b
10.
▲
by
Cyther606
12y ago
Tor Browser is perfectly suitable for everyday browsing. When's the last time you used it for any significant period of time? It's plenty speedy and very stable. Please, instead of bemoaning your complete lack of privacy online, d
11.
▲
by
Cyther606
12y ago
Minimize casualties, maximize theatrical effect, is the norm for deep events.
12.
▲
by
Cyther606
12y ago
Paul was presenting the information in a politically correct format. The US would never carry out such a cowardly act of state sponsored terror.
13.
▲
by
Cyther606
12y ago
Nowhere did I state the US did this. Nowhere did I state real people didn't die. I unequivocally stated and continue to insist this police officer did not die since was he wasn't so much as grazed by a single bullet. Show me _any_
14.
▲
by
Cyther606
12y ago
Tor is free and much easier than a VPN. Tor Browser bundle on Win/Mac/Linux: https://www.torproject.org/download/download-easy.html.en Orweb on Android: https://play.google.com/store/apps
15.
▲
by
Cyther606
12y ago
I may not be active duty military and a ballistics expert but I implore you to watch this quick video of the shooting: http://www.liveleak.com/view?i=bc6_1420632668 Here it is again in slow motion, zoomed in: https:/&
16.
▲
by
Cyther606
12y ago
Quoting Dr. Paul Craig Roberts: > Among these purposes is bringing France back into Washington’s orbit. The French president had recently said that the sanctions against Russia should be terminated. > Hollande was allying himself with
17.
▲
by
Cyther606
12y ago
Because shocking attacks get the public's attention. With all eyes on the TV screen, it's the perfect time to introduce public policy changes that strip people of their rights. All the better if I can defend my statements by incit
18.
▲
by
Cyther606
12y ago
Snowden steered the conversation towards the US political establishment's _massive_ hypocrisy. At the time, the US was wagging their finger hard at Chinese tech companies, as if to say US tech companies would never stoop to the level o
19.
▲
by
Cyther606
12y ago
Having seen multiple young open source projects, like Nim, play themselves out over the course of my many years in the Bitcoin space, I expect the savviest developers at this point to benefit most from Nim by establishing themselves as core
20.
▲
by
Cyther606
12y ago
As reasonable as that is, "if you build it, they will come", is a myth. Say you have an excellent product, and I would absolutely say Nim is excellent. With priority #1 out of the way, you have to speak up for yourself.
21.
▲
by
Cyther606
12y ago
You may be in luck: https://github.com/filcuc/NimQml
22.
▲
by
Cyther606
12y ago
Nim is like writing C at the speed of Python, and running Python at the speed of C. If you took Python but made it perform blazingly fast, and made it suitable for the most demanding of embedded and systems programming applications, in addi
23.
▲
by
Cyther606
12y ago
Nim. http://nim-lang.org/tut1.html
24.
▲
by
Cyther606
12y ago
For a Python-like core language with an expressive type system that is simple, clean and immediately absorbable, you're really looking for Nim, not Go. The following produces a single binary with native code generation via compilation
25.
▲
by
Cyther606
12y ago
This is another excellent Nim resource: http://goran.krampe.se
26.
▲
by
Cyther606
12y ago
https://github.com/def-/LPATHBench/blob/master/nim.nim Statistics (on an x86_64 Intel Core2Quad Q9300): Lang Time [ms] Memory [KB] Compile Time [ms] Compressed Code [B] Nim 1400
27.
▲
by
Cyther606
12y ago
I agree, shipping the dependencies in a single binary is the easiest way to package software. Nim is the same as Go in this respect: native code generation via compilation to C without a VM. And for me, Nim's Pythonic syntax is hands d
28.
▲
by
Cyther606
12y ago
> A year ago I wrote an article trying to round up new languages since year 2000 and what I think of them by just… glancing at them, or otherwise playing with them. I ended up sifting out the 5 most interesting in my not so humble opinio
29.
▲
by
Cyther606
12y ago
Nim, with its Pythonic syntax and native code generation via C, compares as well [1]. http://goran.krampe.se/2014/10/20/i-missed-nim/
30.
▲
by
Cyther606
12y ago
As another illustrative example, let's say we want to create a library for working with mathematical expressions such as x^2 + 5*x. It's natural to define our data types like this: type FormulaKind = enum fkVar
More ›