Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
reconbot
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
reconbot
3y ago
They don’t say as much but it appears they’ve been dropped by their payment processor. I have trouble believing they’d invalidate every single card with 5 days notice if they had a choice.
2.
▲
2023 Debit Card Changes at Mercury Bank
(mercury.com)
2 points
by
reconbot
3y ago
|
1 comments
3.
▲
by
reconbot
8y ago
I love these proposals and while it probably makes sense for me to learn more about the languages that already implement it there's no denying that having them in JS is a win. =) I wish I knew about python's [itertools]( https:&#x
4.
▲
by
reconbot
8y ago
I'm starting to use privacy.com with all my online accounts. If I really have trouble leaving deleting the vendor locked credit card I used to sign up is an easy way to go that gets the job done.
5.
▲
by
reconbot
8y ago
If you run `npm install` again it does detect the conflict and resolve it. https://docs.npmjs.com/files/package-locks#resolving-lockfil... But in practice I haven't found any changes that have been untenable to un
6.
▲
by
reconbot
8y ago
I had no idea what dragonofly is, it looks to be an experimental BSD based OS https://www.dragonflybsd.org/release54/ DragonFly belongs to the same class of operating systems as other BSD-derived systems and
7.
▲
by
reconbot
8y ago
in the real sense of the word
8.
▲
by
reconbot
8y ago
I was having an argument over 1password's 2fa support not being a second factor. (I don't think it is.) However, it is so much safer than not using 2fa. In similar terms U2F is amazing and keeps you from being phished and has a gr
9.
▲
by
reconbot
8y ago
Faked and discovered to include fake reactions that were then removed, are different situations. Mark has been producing high quality educational and entertaining videos that encourage kids to get into science. I have personally watched kid
10.
▲
by
reconbot
8y ago
This is really awesome. For NYC what data is actually real time?
11.
▲
by
reconbot
8y ago
yes! I would love to, but not all node versions and not all streams support async iteration yet! Also theres is a lot of utility to some of the stream types in bluestream. Concurrency for one thing. I've been working on an async iterat
12.
▲
by
reconbot
8y ago
Hi I built this little stream processing library so I could write things like; const stats = await pipe( Nodes.scan({ fields: true }), map(generateStats), tap(() => count++), reduce(mergeGraphStats, {}) ) and ha
13.
▲
Show HN: A Node.js stream library that works with promises
(npmjs.com)
10 points
by
reconbot
8y ago
|
3 comments
14.
▲
What are good linux laptops for 2018?
73 points
by
reconbot
8y ago
|
73 comments
15.
▲
by
reconbot
8y ago
Nope, appsync came out a long time after we were in production and while it's very powerful, it's would require a full rewrite of our application. It's an application service/framework upon itself. The Bustle stack looks
16.
▲
by
reconbot
8y ago
This was an April fools joke but hit's every good policy idea NYC could do spot on. https://pedestrianobservations.com/2018/04/01/new-york-area-... From a local controlling agency, from unifying our comm
17.
▲
by
reconbot
8y ago
Easy to avoid. Use Lyft, Use Juno, Use anything else and compare prices.
18.
▲
by
reconbot
8y ago
I've built a cloudwatch metrics stack that reads out of lambda's logs. There's no other way to get data out of your lambda for "free". XRAY is an option but not everything you'd want.
19.
▲
by
reconbot
9y ago
They don't seem to offer rights or license checking in their apis. Am I missing something?
20.
▲
by
reconbot
9y ago
Sure lets trust a for profit cooperation. Their motives could be anything really? I think destroying competition is something wrong. "Trust us completely forever while we ruin your ability to function without us" isn't someth
21.
▲
by
reconbot
9y ago
I found it lowered our server cost incredibly for a high volume read heavy site. It allowed us to scale in response to increased traffic (not instantly that's a lie, spikes in the thousands of requests a second are not handled well, bu
22.
▲
by
reconbot
9y ago
It can fold if you indent the text, not ideal but hardly a dealbreaker. I'm happy to say the VS Code is how I started with orgmode and I'm excited to see what's missing/coming, it's great!
23.
▲
by
reconbot
9y ago
They seem to be using https://www.eternum.io to "pin" the file (keep a copy of the file alive). Since eternum is a paid service they might unpin after a while but it's up to them. If they didn't do that, the
24.
▲
by
reconbot
9y ago
The speakers in this video series give great overviews of their products and their uses. This lecture series reminds me of an in depth meetup, which is nice.
25.
▲
by
reconbot
9y ago
It's weird and a little tone deaf but a common older brand of humor. The speakers (in general, I only skimmed a few of the videos) don't seem to share it.
26.
▲
by
reconbot
9y ago
Very cool, also very cool it speaks git. Kinda like they made a specialized distributed closed source database.
27.
▲
by
reconbot
9y ago
I was able to get in on the kickstarter and while I'm far from the target market I've found this a lot fun to play with. It's like an arduino with decent bluetooth and a tiny form factor. I know some people on the team, they&
28.
▲
by
reconbot
9y ago
Some of the links are bad but this is a great list of things to keep in mind when seeing where your work is with regards to security.
29.
▲
by
reconbot
9y ago
Does anyone have any favorite tools for visualizing very large graphs? I'm thinking 200k nodes and 2 million edges? Graphviz segfaults graphs a fraction of the size and even at that scale a node by node representation isn't super
30.
▲
by
reconbot
9y ago
IPFS solves the addressability, availability and decentralized storage for this kind of thing.
More ›