e-dard | 1 month ago | on: ChatGPT Containers can now run bash, pip/npm install packages and download files
e-dard's comments
e-dard | 4 years ago | on: Timescale Announces New Database Cloud
e-dard | 5 years ago | on: NHS planning to start covid vaccination of under 50s by end of January
Many people go to supermarkets; they’re like central hubs in a network. It doesn’t mean that as much transmission happen there as in smaller confined places like houses and bars.
e-dard | 5 years ago | on: InfluxDB is betting on Rust and Apache Arrow for next-gen data store
You will be able to do efficient range queries on any of these. Most use-cases will work best when you partition your data into time chunks, which commonly would be the time you inserted the samples into the database (created time in your case I guess).
e-dard | 5 years ago | on: The majority of 18- to 29-year-olds in the US are now living with their parents
e-dard | 6 years ago | on: Apple Card
e-dard | 7 years ago | on: InfluxDB 2.0 Alpha and the Road Ahead
- Significant TSM encoding and decoding performance improvements.
- The TSI index will be on by default.
- Queries that use the same tag key/value filters will be answered from the index more quickly using an LRU cache.
- Field keys will now be indexed in 2.0, making filtering/grouping on field keys more efficient.
- Improvements to how series are extracted from the index, and points data from the TSM engine, which helps with memory performance for queries.
- Significant performance improvements to measurement deletion.
> And can data points be incremented instead of the current field-replacement crap when you get new points with the same tag set?Can you elaborate on that?
e-dard | 7 years ago | on: InfluxDB 2.0 Alpha and the Road Ahead
e-dard | 7 years ago | on: InfluxDB 2.0 Alpha and the Road Ahead
e-dard | 7 years ago | on: I'm going to work full-time on free software
If you look at a tax calculator you will see that for a Swedish salary equivalent to $60K, the effective tax rate is actually ~27%.
$60K USD == ~540K SEK, which is 45K SEK a month.
Plugging 45,000 into [1] and choosing the municipality of Stockholm results in a net monthly income of 32,587 SEK.
That's a tax rate of ~27%...
e-dard | 9 years ago | on: Ask HN: Who is hiring? (February 2017)
We're looking for database engineers to help work on InfluxDB and other products. The current InfluxDB team is spread across four timezones and two continents; we're definitely a remote-first company.
If you love Go, open-source, writing high performance code and solving interesting data/distributed systems problems, then we want to hear from you.
We're hiring for a number of roles: https://www.influxdata.com/careers/
No puzzles and technical interviews for us; if you're an exceptional Go candidate you'll probably stand out already with your previous work or software projects.
e-dard | 10 years ago | on: 400 days of Go
~ $ go get -u github.com/otoolep/syslog-gollector
warning: code.google.com is shutting down; import path code.google.com/p/log4go will stop working
warning: code.google.com is shutting down; import path code.google.com/p/snappy-go/snappy will stop working
~ $
Everything is fine (aside from the warnings about code.google shutting down).Yes, Go does not have a culture of versioning, but it _does_ have a culture of _vendoring_. You should be getting your reproducible builds by vendoring your dependencies. That way, you don't need to do any hunting or git-bisect shenanigans.
e-dard | 11 years ago | on: Show me the salary!
e-dard | 12 years ago | on: T-Shirt Printing API
You can describe GET requests as follows with cURL, which I find a bit smarter :-)
curl -G https://www.shirts.io/api/v1/quote/ \
-d "api_key=APIKEY" \
-d "garment[0][product_id]=3" \
-d "garment[0][color]=White" \
-d "garment[0][sizes][med]=100" \
-d "garment[0][sizes][lrg]=50"
In cases where you need to url-encode the parameter, you can switch out -d for --data-urlencodee-dard | 13 years ago | on: How I spend my first 5 minutes on a server
e-dard | 13 years ago | on: HN will be down Saturday morning while we switch servers
I would have thought getting to the root cause of your “HN addiction” would probably be a better alternative.
e-dard | 13 years ago | on: GitHub now supports Twitter Cards
I don't know anyone that doesn't use a third-party client. And, given Twitter's clear desire to restrict 3rd party client API access, in order to get more eyeballs on more easily monetizable web-pages, Twitter Cards are never going to be seen by many users.
e-dard | 13 years ago | on: A word on cryptography
e-dard | 13 years ago | on: Ask HN: Solo startups? What have you built all on your own?
e-dard | 13 years ago | on: Ask HN: Is this fair compensation for Lead Developer at a start-up?