Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
rarrrrrr
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
rarrrrrr
1y ago
Strangely enough, there's even some likelihood that killing off the passenger pigeon actually promoted Borrelia burgdorferi. The passenger pigeon's main food source was tree mast. Large flocks of pigeons would descend and clear th
2.
▲
by
rarrrrrr
1y ago
If you're regularly syncing from an older version to a new version, you can likely optimize further using gzip with "--rsyncable" option. It will reduce the compression by ~1% but make it so differences from one version to th
3.
▲
by
rarrrrrr
4y ago
Transportant | Backend Software Engineer | USA | Full-Time | Remote | $120-$160k | https://transportant.com/ Transportant helps K12 school systems keep students safe by making their school buses smarter. This also reduces f
4.
▲
by
rarrrrrr
5y ago
Transportant | Electrical Engineer | USA | Full-Time/Flexible | Kansas City but REMOTE | $120k-$180k Transportant provides hardware and software to make k12 student transportation transparent, safe, and efficient for students, parents,
5.
▲
by
rarrrrrr
6y ago
Transportant | Multiple: Hardware & Backend Software | USA | Full-Time or Freelance | Remote | $120-$150k | https://transportant.com/ Transportant delivers modern hardware and software to help school districts, bus driv
6.
▲
by
rarrrrrr
6y ago
psql also allows you to set local variables and interpolate them into SQL. Values can be assigned from query results or with shell style back ticks! Powerful and frightening! From the manual: => SELECT 'hello' AS var1, 10
7.
▲
by
rarrrrrr
6y ago
Is there a reason you don't wish to batch inserts into transaction(s)? Otherwise, you're asking the database to commit (fsync to disk) between each insert statement. Other ideas: - Have multiple processes inserting in parallel (t
8.
▲
by
rarrrrrr
6y ago
I appreciate when technical writers use humor (those headlines!)
9.
▲
by
rarrrrrr
6y ago
I've been using B2 to disrupt a bunch of ugly & entrenched vendors in the price sensitive K12 market. Thanks for building it. :)
10.
▲
by
rarrrrrr
6y ago
Very interested in talking if you would like to help make it better! Email's in my profile. Cheers!
11.
▲
by
rarrrrrr
6y ago
Transportant | Marketing Director | USA | Full-Time | Kansas City but REMOTE | $60-$120k Started in 2017, Transportant is a disruptive technology company building modern hardware and software to help school districts, bus drivers, students,
12.
▲
by
rarrrrrr
7y ago
RiskGenius | Kansas City Area | Full-time | Senior Python / SQL Backend Engineer | https://riskgenius.bamboohr.com/jobs/view.php?id=35 RiskGenius is solving the hardest problems in insurtech by employing artificia
13.
▲
by
rarrrrrr
8y ago
Transportant | Senior Backend Software Engineer | USA | Full-Time | Remote | $120-$150k | https://transportant.com/jobs.html#backend-engineer Transportant is a new technology company building modern hardware and software to
14.
▲
by
rarrrrrr
9y ago
My CIA cookbook begins potato recipes with first blanching them in water prior to roasting, sauté, etc, which is apparently an effective mitigation.
15.
▲
by
rarrrrrr
9y ago
Here's an example of doing that in PostgreSQL: create table user_email ( email text not null ); -- create a index on the lowercase form -- of the email create unique index user_email_case_idx on user_email (
16.
▲
by
rarrrrrr
9y ago
I haven't used it extensively, but I've read some of the source code and I'm excited about where Minio is going -- the erasure coding storage capability in particular: https://www.minio.io/
17.
▲
by
rarrrrrr
10y ago
Done, thank you! We'll probably be playing whack-a-mole on this for the next couple months...
18.
▲
by
rarrrrrr
10y ago
Thank you for the feedback. I'm sensitive to this issue too. For what it's worth, we do have very strict policy about what information regular customer service staff can access or share publicly (i.e. none in most cases) and how
19.
▲
by
rarrrrrr
10y ago
For what it's worth, I think of a journal as append only by definition and that's what SpiderOak does. Unless you have millions of very small files, the journal is going to be tiny relative to the backup content so this is fine.
20.
▲
by
rarrrrrr
10y ago
> Your typical user is much more at risk with end-to-end encryption Not all e2ee products are created equal. I think your description is accurate for the PGP ecosystem, because for example it's hard to be sure you've got the r
21.
▲
by
rarrrrrr
10y ago
The change was definitely overdue.
22.
▲
by
rarrrrrr
10y ago
Thank you. It would be easier to create friendly terms that describe end-to-end encryption if non-encrypted cloud providers weren't actively trying to mislead people into a false sense of security. My previous rant about this is here
23.
▲
by
rarrrrrr
10y ago
Thank you for the feedback and we'll be working on it! FYI, many people do use SpiderOak exclusively from the command line. It's fairly scriptable. Here's the command line options: https://spideroak.com/faq&#
24.
▲
by
rarrrrrr
10y ago
Tahoe-LAFS is really awesome open project by great people with a rich history of solving complex problems. If this space is interesting to you, spending a few days reading through their Trac is educational and rewarding! Highly recommended
25.
▲
by
rarrrrrr
10y ago
Your second paragraph describes SpiderOak quite accurately: it is exactly a logical file system implemented client side, with all the database work to support that done locally. It works because Sqlite is awesome.
26.
▲
by
rarrrrrr
10y ago
Yes, of course there's some traffic analysis that would be possible, as there would be with any such service. But for the record: we keep logs for a limited time, and we don't just encrypt each file individually. Instead there&#x
27.
▲
by
rarrrrrr
10y ago
After looking through our records, I think perhaps you might mean 2015 instead of 2016. I took over the company that year and some things have changed. At the time customer satisfaction ratings were around 84%, and we're in the high
28.
▲
by
rarrrrrr
10y ago
Odd. I reported this very same form of vulnerability to the Ansible team in the 1.5.4 series in 2014, where the code basically eval'd the "facts" discovered from a system under management. There was this "safe_eval"
29.
▲
by
rarrrrrr
10y ago
Odd. I reported this very same form of vulnerability to the Ansible team in the 1.5.4 series in 2014, where the code basically eval'd the "facts" discovered from a system under management. There was this "safe_eval"
30.
▲
by
rarrrrrr
10y ago
For context: it's in response to Slack putting a very condescending 1 page ad in the NYT addressed to Microsoft. http://www.inc.com/justin-bariso/theres-a-major-problem-with...
More ›