Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
fortpoint
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
fortpoint
4y ago
+1 on this answer. Ideally any interviewer intentionally sets aside time to answer your questions. If it's a total one way street that'll tell you something about the company. In our interview process we have an informal session t
2.
▲
by
fortpoint
5y ago
Reminds me of another Polish pianist (now past): Mieczysław Horszowski. Horszowski, also a child prodigy, had his debut in Vienna in in 1902 at the age of 10. [1] Horszowski's final performance took place in Philadelphia in October 199
3.
▲
by
fortpoint
6y ago
Has anyone noticed that the JetBrains certs are showing up as untrusted when you start Intellij or when you visit JetBrains.com ?
4.
▲
by
fortpoint
6y ago
You're probably thinking about https://www.imdb.com/title/tt1253565/?ref_=nm_ov_bio_lk3
5.
▲
by
fortpoint
7y ago
It's difficult for some managers to measure the productivity of knowledge workers and unfortunately they resort to tracking the number of hours there are "butts in seats". If your organization is like this you'll see peo
6.
▲
by
fortpoint
7y ago
I'm nothing more than an amateur musician but I had the chance to study with Charlie Banacos and one of the things Charlie emphasized was avoiding relying on muscle memory. All the exercises I received from Charlie forced me to be cons
7.
▲
by
fortpoint
8y ago
The Poles set up a cryptography program for mathematics students at Poznań University in 1929[1]. I believe Marian Rejewski, Henryk Zygalski and Jerzy Różycki we're all associated with that program. [1]: https://en.m.wikiped
8.
▲
by
fortpoint
9y ago
I saw Mike Stonebraker while he was on his VoltDB "tour" a few years back. He makes the same arguments. In his talk he walked through the history of database technology and discussed a similar "war" between CODASYL and S
9.
▲
by
fortpoint
10y ago
Linkable Networks | Senior Java Engineer | Boston, MA | Local and Remote (U.S. Only), https://linkablenetworks.com/available-position-senior-engin... * Company Summary Linkable Networks was founded on the premise that the d
10.
▲
by
fortpoint
10y ago
Linkable Networks | Senior Java Engineer | Boston, MA | Remote (U.S. Only) | https://linkablenetworks.com/available-position-senior-engin... * Company Summary Linkable Networks was founded on the premise that the disconnect
11.
▲
Andrey Breslav: Kotlin 1.1 Roadmap
(realm.io)
1 points
by
fortpoint
10y ago
|
1 comments
12.
▲
by
fortpoint
10y ago
Sounds like a terrible situation. I wish those guys luck. One useful sys ops practice is the creation and yearly validation of disaster recovery runbooks. We have a validated catalog of runbooks that describe the recovery process for each p
13.
▲
by
fortpoint
11y ago
In Java it would look like this: List<Double> newshipping = oldshipping.stream().filter(i -> i % 2 == 1).map(i -> i + 0.5d).collect(Collectors.toList()); a bit more verbose but the essential chaining idea is there...
14.
▲
by
fortpoint
11y ago
Linkable Networks - http://www.linkablenetworks.com - Boston, MA (office is in Fort Point Channel neighborhood) - Local Only (Work from home 3 days a week) ( http://careers.stackoverflow.com/jobs/102673/
15.
▲
by
fortpoint
11y ago
Linkable Networks - http://www.linkablenetworks.com - Boston, MA (office is in Fort Point Channel neighborhood) - Local Only ( http://careers.stackoverflow.com/jobs/102673/senior-systems-... ) * Position
16.
▲
by
fortpoint
11y ago
hi aurelianito, thanks for replying. we can only consider remote candidates within the U.S.A.
17.
▲
by
fortpoint
11y ago
Linkable Networks - http://www.linkablenetworks.com - Boston, MA (office is in Fort Point Channel neighborhood) & Remote (U.S. Only) ( http://careers.stackoverflow.com/company/linkable-networks ) * Compan
18.
▲
by
fortpoint
11y ago
Speaking as a hiring manager, showing me a cool hack is nice but acing a phone screen requires: * you know something about my company and why you want to work here (visit our corp. site, interrogate the recruiter, read up on our press and k
19.
▲
by
fortpoint
11y ago
Linkable Networks - http://www.linkablenetworks.com - Boston, MA (office is in Fort Point Channel neighborhood) & Remote ( http://careers.stackoverflow.com/company/linkable-networks ) * Company Summary Li
20.
▲
by
fortpoint
12y ago
Linkable Networks - http://www.linkablenetworks.com - Boston, MA (office is in Fort Point Channel neighborhood) ( http://careers.stackoverflow.com/company/linkable-networks ) * Company Summary Linkable Networ
21.
▲
by
fortpoint
12y ago
Linkable Networks - http://www.linkablenetworks.com - Boston, MA (office is in Fort Point Channel neighborhood) * Company Summary Linkable Networks is a digital media company that bridges the gap between consumer purchases and a
22.
▲
by
fortpoint
12y ago
One of the big issues with this approach is that your data is going to be sitting there in memory unencrypted. If you're caching any of this data in a second level cache that persists to disk you'll be writing cleartext. If the
23.
▲
by
fortpoint
12y ago
Amazon's environments meet PCI standards and there are folks with PCI Level 1 companies running their infrastructure in AWS and storing credit card data there.
24.
▲
by
fortpoint
12y ago
Linkable Networks - http://www.linkablenetworks.com - Boston, MA (office is in Fort Point Channel Neighborhood) * Company Summary Linkable Networks is a digital media company that bridges the gap between consumer purchases and a
25.
▲
by
fortpoint
12y ago
Linkable Networks - http://www.linkablenetworks.com - Boston, MA (office is in Fort Point Channel) # Position Java Engineer # Company Summary Linkable Networks is a digital media company that bridges the gap between consumer pur
26.
▲
by
fortpoint
12y ago
Linkable Networks - http://www.linkablenetworks.com - Boston, MA (office is in Fort Point Channel Company Summary Linkable Networks is a digital media company that bridges the gap between consumer purchases and advertising by en
27.
▲
by
fortpoint
12y ago
I've found quite the opposite. Most developers hate comments because they represent extra work. That work manifests itself in the creation and upkeep of the code. We've found that addressing comments as part of our code review
28.
▲
by
fortpoint
12y ago
Interesting idea. Speaking as someone who manages a bunch of folks I don't find assigning action items w/o due dates very helpful. Is there a facility to specify a date?
29.
▲
by
fortpoint
12y ago
Credit card companies do not have this data. They only see the transaction total not the items in the basket.