Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
rem7
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
rem7
3y ago
This isn’t the moderators going rogue or being power hungry. The members of the community asked the moderators to extend the blackout. 48 hours is nothing. Easy for Reddit to ride it out.
2.
▲
by
rem7
4y ago
He said it’s a static page too… don’t even need a VM. He can just dump it into Amazon S3 and put cloudfront on top of it. Unlimited scaling across the globe, 1TB free of data transfer, free SSL.
3.
▲
by
rem7
4y ago
I would not be surprised. On nov 22 they released a blog on how to run a mastodon instance on rpi
4.
▲
by
rem7
4y ago
I read somewhere that “the more you say ‘no’, the more you can say ‘yes’ to the things that are important to you.” I really like that and try to stick to it.
5.
▲
by
rem7
4y ago
In my opinion Elon miscalculated the type of people at Twitter. These aren’t people like the ones in Tesla or SpaceX where there is some sort of idealization of Elon. The number of fan boys he has at Twitter must be super low. None of the T
6.
▲
by
rem7
4y ago
How’s that different from trusting Twitter? You can export your data everyday and back it up if you want. Move to another server and restore.
7.
▲
by
rem7
4y ago
I wrote something similar that I use across 2 laptops, so it stores it in AWS. The gist of it is firehose to S3 then use Athena to query. My zsh shell sources a script that has functions that uses the AWS cli to post data or query.
8.
▲
by
rem7
6y ago
Can you elaborate on virtual number? Don’t I have to pay for a virtual number that is essentially linked to my credit card... with my name on it. GV also knows who I am.
9.
▲
by
rem7
6y ago
It’s taking back the world.
10.
▲
by
rem7
7y ago
They’re pretty cool. If you find a nursery that has enough offspring you’re allowed to buy them. You have to fill out the paperwork, but at least that way they’ll remain to exist even if it’s in captivity.
11.
▲
by
rem7
7y ago
Biometrics shouldn’t be trusted this way. Biometrics are closer to a username, not a password.
12.
▲
by
rem7
7y ago
I’m surprised they hadn’t stopped already. Do airlines even want them right now?
13.
▲
by
rem7
7y ago
Yeah, in MySQL you can also do this with a named lock. Really like this workflow.
14.
▲
by
rem7
7y ago
From your second example... that sounds like it’s going to affect construction workers too... a lot of contractors just hire construction workers day to day to expand their workforce. Would that become illegal or is it different in construc
15.
▲
by
rem7
8y ago
This is how I lock my computer at work. Just slide all the way to the left bottom corner. Done. Really like that feature
16.
▲
by
rem7
8y ago
Mexico is the same way, they won’t extradite if the country is seeking for the death penalty. I wonder if there was a negotiation around that with El Chapo
17.
▲
by
rem7
8y ago
33 million break for 700 jobs for 2019? Does that go away after 2019 and also the jobs number increases?
18.
▲
by
rem7
8y ago
I’ve been using Firefox since I heard about their containers. I’m happy they are pushing for all these privacy tools. For me these are the features that will make me chose over chrome.
19.
▲
by
rem7
8y ago
that's not how /etc/hosts works. the domain listed in /etc/hosts (example.com) will point to 0.0.0.0 (or 127.0.0.1)... you'll never even make it to the server so you won't get the redirect.
20.
▲
by
rem7
9y ago
Also, last time I checked IAM roles sucked on ECS. Not every container in the cluster should have the same role. I wonder if fargate fixes this.
21.
▲
by
rem7
9y ago
Unless building a base image... doesn’t this just take away from the benefits of using docker? If I understand one of the primary goals of containers it to: create an isolated environment with quotas and restrictions to the underlying OS by
22.
▲
by
rem7
9y ago
Maybe some sort of self signed cert that only that machine will be able to run your executable?
23.
▲
by
rem7
10y ago
When dep removed the vendor folders from the other libraries, How does dep handle multiple libraries that depend on the same library but different versions of it?
24.
▲
by
rem7
10y ago
vendor still doesn't work if your project is outside of GOPATH. The only thing the vendor folder is doing right now is precedence. Dep, the pre-alpha tool that is lining up to be the official dependency manager still doesn't work
25.
▲
by
rem7
10y ago
Well they're listening... at least in the next couple of versions there should be an official dependency manager coming out. IMHO it's meh. They need to get rid of the damn gopath.
26.
▲
by
rem7
10y ago
wow an official dependency manager. Didn't see that coming. Makes me happy.
27.
▲
by
rem7
10y ago
Another thing to add to your $10k education list, look at all the art classes in community colleges around the big expensive private art schools. I got my BFA from a pricy private art school in LA. We were paying about $1250 a credit. The s
28.
▲
Press Release: Indian Patent Office Says No to Software Patents
(sflc.in)
11 points
by
rem7
11y ago
|
0 comments
29.
▲
by
rem7
11y ago
At my last job I had the chance to use OpenCV quite a bit. Every time I would discover new things in OpenCV my brain just fired off with ideas. I remember trying to write a blur function and then finding about integral images, that was awes
30.
▲
by
rem7
11y ago
will go get download to the vendor folder first?
More ›