HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jpetrucc

no profile record

Submissions

Top Services by Spend on AWS, GCP, and Azure

twitter.com
2 points·by jpetrucc·3 ปีที่แล้ว·0 comments

Querying a Billion Rows of AWS Cost Data 100X Faster with DuckDB

vantage.sh
7 points·by jpetrucc·3 ปีที่แล้ว·1 comments

comments

jpetrucc
·2 ปีที่แล้ว·discuss
Interesting to see a "modern" ~30b sized model - will have to give this a try!
jpetrucc
·3 ปีที่แล้ว·discuss
+1 for this - I've essentially replaced all of my local tooling for my own projects as well as where I work with nix. Consistent, stable environments that include every dependency have been a breath of fresh air for development across the board. Being able to build lightweight containers from these nix derivations that match the local env perfectly is a huge bonus - you can even stream directly from the nix store into remote docker registries with something like nix2container!

https://github.com/nlewo/nix2container
jpetrucc
·3 ปีที่แล้ว·discuss
The "Probable Savings" is such an annoying thing they do on their site (do all EV companies do this?). You can't just advertise a lower monthly price based on an arbitrary amount of gas spend over three years
jpetrucc
·3 ปีที่แล้ว·discuss
A similar tool that I love: https://github.com/prompt-toolkit/ptpython
jpetrucc
·3 ปีที่แล้ว·discuss
Are these chipsets anywhere in the price range that would make them feasible for consumer/pro-sumer? I wasn't able to find anything related to pricing without contacting sales. With the numbers being thrown about, this would appear to be "enterprise-only"
jpetrucc
·3 ปีที่แล้ว·discuss
I've been following for a while - I eagerly await when I can build this from source, or install without an auth token!

This is a blocker for me to ever adopt this as more than a toy language. These days, if I can't use Nix to build + deploy the whole set of requirements (I'm fine building out the packages themselves), it's basically a non-starter!

I know they are claiming that it will eventually be open-sourced. Just a bit sad that there's no timeline on that
jpetrucc
·4 ปีที่แล้ว·discuss
Very cool to see Vantage adding Azure support! Now they've got coverage of the big 3

sidenote: it may be good to update the title - this post is about Vantage adding that support, but the title reads a bit more like their normal tagline
jpetrucc
·4 ปีที่แล้ว·discuss
Great advice for anyone using AWS services! I've always wondered why at least S3 VPC endpoints weren't the default for new VPCs
jpetrucc
·4 ปีที่แล้ว·discuss
posting a snippet for HAProxy in case its helpful to someone else (or if others have recommendations on how to better do this)

  http-request deny if { path -m sub ${ }
  http-request deny if { query -m sub ${ }
  http-request deny if { path -m sub $%7B }
  http-request deny if { query -m sub $%7B }
  http-request deny if { path -m sub %24%7B }
  http-request deny if { query -m sub %24%7B }
jpetrucc
·4 ปีที่แล้ว·discuss
Where are you seeing these for those prices? ebay? It'd be interesting to see what could be done with boards like this
jpetrucc
·4 ปีที่แล้ว·discuss
This looks awesome! Thanks for sharing - I've been looking for a nice django/react starter kit to play with (especially as a less front-end inclined dev). Looking forward to the thread on your Show HN!
jpetrucc
·5 ปีที่แล้ว·discuss
I love Mullvad, I've been a happy user of theirs for many years!
jpetrucc
·5 ปีที่แล้ว·discuss
+1 for this, I can't scroll at all on Firefox. Works on Chrome though
jpetrucc
·5 ปีที่แล้ว·discuss
This is awesome! It got me curious about something like this for python and I stumbled upon Wolf [0], which looks pretty cool.

[0]: https://github.com/Duroktar/Wolf
jpetrucc
·5 ปีที่แล้ว·discuss
I like to use http://http.rip/ for this!
jpetrucc
·5 ปีที่แล้ว·discuss
I would second this - my parents bought them as well after trying mine (Dad got a Titan, Mom got an Omega)! I've been using it for about a year now and have no complaints at all. Great lumbar support too.
jpetrucc
·5 ปีที่แล้ว·discuss
+1 for metabase, I've used it all over the place
jpetrucc
·5 ปีที่แล้ว·discuss
I would highly recommend looking at something like kubectx [0] to manage switching between kubernetes contexts! I've been using this for a while now and have it aliased to kx. It supports tab completion, as well as fzf integration if you have it installed [1]. There's also kubens in there which does the same for namespaces!

[0]: https://github.com/ahmetb/kubectx

[1]: https://github.com/ahmetb/kubectx#interactive-mode