Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
p8952
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
p8952
5y ago
Asking end users of your product to report issues via DM'ing your personal Twitter account, an account which is full of retweets of homophobic garbage, is really REALLY bad. Quietly editing your comment after being called out to hide i
2.
▲
A different way to manage state in React
(hackernoon.com)
2 points
by
p8952
8y ago
|
0 comments
3.
▲
by
p8952
11y ago
>You start with a background in English or professional writing and learn the technology, or you can start with a computer science degree or something similar and learn how to write. Could you please recommend some good resources for lea
4.
▲
A Language Speed Test Comparing Embedded Linux Boards
(digitalpeer.com)
2 points
by
p8952
11y ago
|
0 comments
5.
▲
by
p8952
11y ago
Seconded. I've never heard this in the UK from people of any age. I wonder if it has anything to do with the way "an" sounds when spoken with an American accent. A mishearing and then repetition of "an accident" see
6.
▲
by
p8952
11y ago
> So you choose a template "It's called The Grid. No templates, no coding."
7.
▲
by
p8952
11y ago
Could you please elaborate on what parts of git-grep you find most useful?
8.
▲
by
p8952
11y ago
I agree 100%. While the tech in Docker is great, it alone can't be easily monetized. The real value comes from things like DockerHub, and getting people to buy into the whole ecosystem.
9.
▲
by
p8952
11y ago
Looks good! I'd marked 'docker pull' as out of scope because I thought it would be fairly hard to interface with their API from bash, looks like I was wrong.
10.
▲
by
p8952
11y ago
Thank you. One of the things I found really interesting here is how much could be done with just basic userland tools, and how old some of those tools are. Docker was released in 2013, but support for kernel namespacing has been around sinc
11.
▲
by
p8952
11y ago
Thank you.
12.
▲
by
p8952
11y ago
Interesting, it was my understanding that Docker was going in the other direction. Moving off AuFS towards Btrfs due to issues getting AuFS patches into the mainline kernel. I'll have to look info CoreOS's reasons for going with E
13.
▲
Show HN: Bocker – Docker implemented in 100 lines of bash
(github.com)
662 points
by
p8952
11y ago
|
87 comments
14.
▲
About Coding House (2014)
109 points
by
p8952
11y ago
|
61 comments
15.
▲
by
p8952
11y ago
Cheers, I didn't even notice it was from 2011 as it just popped up on my Twitter feed today. I've added that to the title.
16.
▲
Stevey's Google Platforms Rant (2011)
(plus.google.com)
84 points
by
p8952
11y ago
|
21 comments
17.
▲
by
p8952
12y ago
Yep, even better imo is that when you run a query it outputs the generated SQL. Often I'll have a psql console open next to vim while creating Sequel queries and just copy this output over to verify the generated SQL does what I expect
18.
▲
by
p8952
12y ago
Google Videos pre YouTube was a video hosting service, rather than a search engine.
19.
▲
Uber hauls GitHub into court to find who hacked database of 50,000 drivers
(theregister.co.uk)
86 points
by
p8952
12y ago
|
45 comments
20.
▲
by
p8952
12y ago
The history is correct. However the enforcement comes between the author of the code and the distributor. The author(A) allows the distributor(D) to distribute their(A) code so long as they(D) provide the source plus any modifications to th
21.
▲
by
p8952
12y ago
Yes, since it with it on the functionality remains off until the final (and only partially full) packet. Rather than being delayed by 200ms, tcp_nodelay sends it out instantly.
22.
▲
by
p8952
12y ago
They look like they start at around $1000+, which means you are looking at about 1 year before it pays itself off. Based on my estimated heating bill anyway. Additionally the biggest problem I find when turning off the heating in winter is
23.
▲
by
p8952
12y ago
The title of "Systems Engineer" generally refers to someone who designs and implements systems, as opposed to a "Systems Administrator" who administrates these systems. Are they a "true" engineer? That's p
24.
▲
by
p8952
12y ago
Indeed, not to mention the GPL explicitly forbids this[1]. The point of the GPL is to fight for the rights of the user , no matter if that user is a single hacker wanting to tinker with the code or a giant multinational wanting to use it f
25.
▲
by
p8952
12y ago
It seems more like: 1. Delve Labs has commercial scanners which bundle but do not link with WPScan. 2. WPScan, previously licensed under the GPL, introduce a commercialization clause in addition to the GPL. Side Note. WPScan may not have th
26.
▲
by
p8952
12y ago
Not to sound cliche, but try Gentoo. It takes a bit of getting used to be it's concept of USE Flags are designed exactly because of "everything is getting intertwined so much that it is hard to actually pick and choose application
27.
▲
by
p8952
12y ago
I have linked the data next to the graph, it's called "Raw Data". I'm unsure how best to represent it to show real differences though. The raw scores per test each on their own graph would be the most accurate way, but
28.
▲
by
p8952
12y ago
Sorry, I've updated that now. O2 was used for all Clang variants.
29.
▲
by
p8952
12y ago
m3.medium is shared in the sense that it is a virtualized instance on top of a hypervisor, however unlike the t2 instance range it provides set resources not burstable ones. Perhaps not the best practice, but it's not an uncommon way o
30.
▲
Benchmarking Ruby with GCC and Clang
(p8952.info)
57 points
by
p8952
12y ago
|
17 comments
More ›