Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
vlahmot
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
vlahmot
3y ago
Aldi has become our first stop for everything, if we can get it there we do before going to one of the big chains around us. Their prices are often 2-4x cheaper than the big chains, sometimes for the exact same item. “Fancy” cheeses that ar
2.
▲
by
vlahmot
5y ago
Afraid of a specific thing or no fear in general?
3.
▲
by
vlahmot
5y ago
I also like the frankness and simplicity of their communication style. No fancy buzzwords, to the point and speaks to things we all know are true but are typically not addressed or are wrapped up in spin. The first and last paragraphs are
4.
▲
by
vlahmot
5y ago
You can always use step functions or some janky recursive calls to work around the 15 min timeout. I would recommend using docker containers and writing it in a way that you can swap out lambda/ecs/k8s/etc as the backend infr
5.
▲
by
vlahmot
5y ago
I’ve only been on the buying side but I’ve never had to wait at all to onboard once the contract was signed.
6.
▲
by
vlahmot
5y ago
I get these as well..(twice so far) they are no fun to say the least. I’ve also read stories of the surgeries making “flare ups” more regular. Stress seems to be a big driver for me (first one at the start of college and second one during t
7.
▲
by
vlahmot
5y ago
I spent many hours in http://www.cburch.com/logisim/ during my program doing the same thing. It was a great feeling to finally get a sub component correct and then copy it around in the next layer up.
8.
▲
by
vlahmot
5y ago
Also check out his “Alien languages” and “First Contact” videos!
9.
▲
by
vlahmot
5y ago
It doesn’t though. Poverty is well defined (and is defined based on the number of people in the household). https://aspe.hhs.gov/poverty-guidelines
10.
▲
by
vlahmot
5y ago
Not sure about volume but mass wise it’s a drop in the bucket. About 4% of the moons mass according to Wikipedia. I was surprised to learn that the earth is about as massive as Mercury, Venus, Mars, the moon and a few more moons combined.
11.
▲
by
vlahmot
6y ago
My understanding is that the “Andon Chord” was developed by Toyoda out of lean manufacturing in Japan as a result of resource constrained manufacturing. Do you have any information on “ the Harvard professor” and how JIT interacted with dom
12.
▲
by
vlahmot
6y ago
The downside to that development cycle is that there is an overwhelming number of league mechanics, particularly for new players.
13.
▲
by
vlahmot
6y ago
Extract and load. It’s a variation of ETL where you push the Transformation(T) step into the warehouse as opposed to doing the T out of band in code. This allows you to retain the data as raw as possible and empowers your analytics teams to
14.
▲
by
vlahmot
6y ago
You might find Isaac Arthur’s Megastructures playlist interesting: https://m.youtube.com/playlist?list=PLIIOUpOge0LtW77TNvgrWWu...
15.
▲
by
vlahmot
6y ago
You probably just saved me a good 15min/week! Never knew you could toss “title:” in there. Thank you!
16.
▲
by
vlahmot
7y ago
Thank you for all of your great Ansible work! I leverage a lot of them at work and they have been great! (I’ll be playing around with these!)
17.
▲
by
vlahmot
7y ago
Wouldn’t composting have the same issue as tossing it in the dump though?
18.
▲
by
vlahmot
7y ago
Many (all?) of the cloud providers offer credits to startups (credits as in free $ to spend on their services). So if they hadn’t burned through that, there would be no payment yet. (The startup I work at got $20k in credits and didn’t pay
19.
▲
by
vlahmot
8y ago
This is just patently false. There are many resources that are free for those in need. (Help lines, churche/synagogue/mosque, support groups, etc)
20.
▲
by
vlahmot
9y ago
I don't have any specific experience with emails but any time I need to move a lot of data around I go with Apache Kafka and Apache Flume. Write all of your emails into a kafka topic from your webapp. Read from the topic to do processi
21.
▲
by
vlahmot
9y ago
So everyone goes back to reviewing movies ahead of time and Disney feels no pain from their actions beyond a small PR hit. I feel like everyone framing this as "We won't pre-review movies until you lift the block" gave them t
22.
▲
by
vlahmot
9y ago
Talked with one of the sales reps, starts at $1500/month. From what they said multi-tenant is about a month a way and self service cloud early next year.
23.
▲
by
vlahmot
9y ago
https://m.youtube.com/playlist?list=PLZHQObOWTQDPD3MizzM2xVF... The linear algebra series from 3blue1brown has some great explanations and visualizations for thinking about linear transforms.
24.
▲
by
vlahmot
9y ago
We do the EMR backed by s3 setup, only with snappy over gz as gz can't be split.
25.
▲
by
vlahmot
9y ago
I've only used BlueApron and HelloFresh but the quality of the ingredients has been comparable to stuff picked up at Safeway. The real value for me besides time saved (and the insane coupons/free meals) is using ingredients that
26.
▲
by
vlahmot
9y ago
You don't need Redshift and it's not really the best for "combining data". I'd throw the data on S3, do the processing in spark(you can likely run on one node in local mode for now at that scale and scale as the dat
27.
▲
by
vlahmot
9y ago
My understanding is that there would still be quantum fluctuatons causing particles to pop in and out of existence.
28.
▲
by
vlahmot
10y ago
The schemas are not immutable. You also don't hit the schema registry for every message either, in fact you can skip the registry all together and provide the schema manually if you would like.
29.
▲
by
vlahmot
10y ago
We run Kafka (and I believe Cassandra) on top of Centos/ZFS in AWS and haven't had any issues so far. (About a TB of data moving through every 3 days)
30.
▲
by
vlahmot
10y ago
I feel like every time something like this comes up people completely skip over the benefit of having as much of your data processing jobs in one ecosystem as possible. Many of our jobs operate on low TBs and growing but even if the data fo
More ›