Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
beryllium
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
beryllium
9y ago
This is awesome! Thanks for posting!
2.
▲
by
beryllium
12y ago
I started one of my hobby projects ( http://gibsonindex.org/ ) because media and government organizations were handling cyberattack reporting/prosecution so poorly, but it quickly grew tiresome. So many hacks in 2014, th
3.
▲
How to use PuPHPet to set up web development VMs with vagrant+puppet
(whateverthing.com)
1 points
by
beryllium
13y ago
|
0 comments
4.
▲
by
beryllium
13y ago
See if there's one feature that you can target and polish better than their version. That can be your spearhead selling point. Edit: Just editing to comment on how full of "derp" this comment is. Reading comprehension fail on the original p
5.
▲
by
beryllium
13y ago
There are other ways to be different. Be friendlier (or edgier). Be more mobile. Be faster (see: Pinboard versus other bookmarking services). Be exclusive. Be more expensive. ... The last one is a hard sell, obviously, but said sale is much
6.
▲
by
beryllium
13y ago
There's something else that can do that: Revenue. But perhaps this is the wrong forum in which to point that out ;-)
7.
▲
by
beryllium
13y ago
I've worked on something for four years, then went to market it and saw that it had already existed for a decade. But, of course, I already knew that I was not unique. The reason I spent so much time on it is because I have a small but acti
8.
▲
by
beryllium
13y ago
"monetizing the platform" is probably the main reason it's always on. Heheh.
9.
▲
by
beryllium
13y ago
I don't need marijuana for any of those things. Lucky me?
10.
▲
Microsoft creative director "doesn't get the drama" over always-on xbox
(theverge.com)
6 points
by
beryllium
13y ago
|
5 comments
11.
▲
by
beryllium
13y ago
The next big field is going to be Potatoes, son. (But in all seriousness, the reason you see low-hanging-fruit being picked is because everyone is still trying to figure out how best to employ the internet - you're seeing microeconomies ris
12.
▲
by
beryllium
13y ago
Yay for Victoria/Vancouver Island shout-out - but I'm not sure that this is true in all corners of the world ... And definitely invest in better pockets, sheesh! :)
13.
▲
by
beryllium
13y ago
Well, think of the games - typically they need raw and low-level access to hardware in order to optimize the framerate and gameplay experience. But there are several technologies on the market right now that can actually deliver such experi
14.
▲
by
beryllium
13y ago
No. Native apps won't die. There seems to be an ebb and flow between "thin client" and "thick client" computing. Right now we're leaning heavily toward the "thin client" realm, with the emphasis on "Cloud this" and "Web that"; however, it's
15.
▲
by
beryllium
13y ago
"I am Dialysis Man!" Has he lost his mind? Can he see or is he blind? Can he walk at all Or if he moves will he fall?
16.
▲
by
beryllium
13y ago
I posted a note above that might help: apc.enable=1 turns on Opcode caching (when php-apc is installed), and apc.stat=0 turns off "stat" checks - this means that once a file is opcode cached, PHP won't even have to touch the file on disk to
17.
▲
by
beryllium
13y ago
Yep, this is exactly what I was wondering. Opcode caching is a key part of production PHP environments - in this case, since the code isn't changing, they should even disable the "change check" (apc.stat=0) as one would do in a production e
18.
▲
by
beryllium
14y ago
ssh -D8080 -L3389:southkoreanupdatedistributionserver.kr:3389 -lfakeuser suspiciouschineseserver.cn Hey, instant proxy and remote desktop tunnel. I wonder what movies they have on Netflix China? I wonder what the weather's like in south kor
19.
▲
South Korean Banks and Broadcasters Targeted in Possible Cyberattack
(gibsonindex.org)
1 points
by
beryllium
14y ago
|
0 comments
20.
▲
by
beryllium
14y ago
Maybe I'm unclear on the specifics, but it doesn't say what filesystem is used for the mounted striped volume. Could the choice of FS affect I/O?
21.
▲
by
beryllium
14y ago
Two potential points you could address: 1) The Use command can also perform aliasing, e.g. "use ExampleNamespace\subnamespace\foo as TruckNuts" allows you to alias the class to something else. This can help improve code readability. And you
22.
▲
Good versus Weevil: Fear Of A Bought Planet
(gibsonindex.org)
1 points
by
beryllium
14y ago
|
0 comments
23.
▲
by
beryllium
14y ago
It's a bit absurd. A chilling effect, even; now, instead of responsible disclosure (which weev seemed to think meant scraping 100K examples of the data and giving it to a Gawker reporter), we'll be left with irresponsible disclosure (anonym
24.
▲
by
beryllium
14y ago
The charges in the indictment seem ludicrously disproportionate to the observed impact. I mean, giving away your workplace credentials is beyond stupid (and highly unprofessional), but I think it doesn't quite rise to "30 years in jail" as
25.
▲
The Gibson Index - a ranking system for cyber attack severity
(gibsonindex.org)
2 points
by
beryllium
14y ago
|
0 comments
26.
▲
by
beryllium
14y ago
I would say that this is untrue. How much (or how little) people care about what you say is simply tied to what they've heard from you or about you in the past. A framework project helps with this, because it presents a history of your work
27.
▲
by
beryllium
14y ago
I use NetNewsWire (an iOS app) every day, and it interfaces with Google Reader very nicely. Very sad that Google has made this decision - I will have to look into the alternatives. Hopefully they are even better! :) Edit/Update: I'm probab
28.
▲
by
beryllium
14y ago
Checking it out - looks like your PHP lib doesn't explicitly declare CURLOPT_SSL_VERIFYHOST and CURLOPT_SSL_VERIFYPEER, so that could be vulnerable to peerjacking. If I have some free time tonight I might be able to submit a PR for it.
29.
▲
by
beryllium
14y ago
That's pretty neat - it seems to only cover one aspect of what makes something a "cyber attack", though. Doesn't appear to cover things like XSS, SQLi, and other malware vectors - just network vulnerability probes and break-in attempts. Not