HN user

emgeee

478 karma
Posts21
Comments84
View on HN
news.ycombinator.com 1y ago

Ask HN: How do you compose your long LLM prompts?

emgeee
3pts0
news.ycombinator.com 1y ago

Ask HN: Has anyone used DeepSeek in production?

emgeee
11pts3
www.denormalized.io 1y ago

Real-Time Feature Engineering with Denormalized and Feast

emgeee
13pts0
github.com 1y ago

Show HN: Python Stream Processing with Denormalized

emgeee
20pts2
stevenliss.substack.com 1y ago

The riskiest startups to found, from an AI analysis of YC's entire portfolio

emgeee
4pts1
twitter.com 2y ago

SBF Guilty on All Charges

emgeee
45pts18
one.amazon.com 4y ago

Amazone One – One way to unlock the world, powered by your palm

emgeee
17pts2
hackernoon.com 8y ago

How to biohack your intelligence

emgeee
9pts0
www.bloomberg.com 8y ago

Silicon Valley Wants to Help You Never Visit a Gas Station Again

emgeee
2pts0
livierickson.com 10y ago

6 Questions to Ask Before Diving into VR Development

emgeee
3pts0
news.nationalgeographic.com 10y ago

Hate Stopping for Gas? There's an App for That

emgeee
1pts0
www.nytimes.com 11y ago

Fracking Has Not Had Big Effect on Water Supply, E.P.A. Says While Noting Risks

emgeee
37pts23
www.tampabay.com 11y ago

Man Lands Gyrocopter on Capitol Lawn for Campaign Finance Reform

emgeee
3pts0
www.sciencealert.com 11y ago

Human head transplants could be a reality in just two years

emgeee
2pts0
thinkster.io 11y ago

Build a Deployment-Ready iOS App in Swift

emgeee
2pts0
www.openworm.org 11y ago

OpenWorm – Create a virtual C. elegans nematode

emgeee
51pts12
livierickson.com 11y ago

Homido VR headset Reviewed

emgeee
1pts0
twitter.com 11y ago

Marc Andreessen warns of companies burning to much cash

emgeee
3pts0
www.kickstarter.com 11y ago

Kickstarter simplifies ToS

emgeee
1pts0
dealbook.nytimes.com 12y ago

Google to Buy Skybox Imaging for $500 Million

emgeee
3pts0
blog.emgeee.com 12y ago

Buffering Audio in Parallel on Mobile with Web Audio API

emgeee
4pts0

I agree. Tenures may be short but careers are long and tech is (surprisingly) small. Credibility builds trust and trust between people is ultimately what business run on. "Do right be people" is a good strategy.

This is a pretty cool idea but I'm trying to think of the advantage of WASM vs other execution engines.

It seems to me one of the main use-cases for WASM is to execute lambdas, which are often short-lived (like 500ms timeout limits). Maybe this could have a place in embedded systems?

I never really thought about this perspective but in some ways it makes sense. I think the ironic part is that LinkedIn now provides built-in AI tools that make you sound more like a bot.

Maybe they could fingerprint slop generated with they tools and allow it through to incentivize upgrading

One area where this absolutely makes a difference is when embedding python. Like it or not Python is extreme popular in data/AI/ML so if you want to build an experience where users can deploy custom functions, removing the GIL allows you to more efficiently scale these workloads.

"streaming data" can generally be thought of as a sequence of events in time. Think measurements from sensors, mouse click events from uses on a webpage, or access logs from a server. These events are often fed into a message bus type system like Apache Kafka or AWS Kinesis.

Stream processing is a programming paradigm for working with these types of timestamped events and a "stream processing engine" like Denormalized seeks to actually execute stream processing compute jobs against streaming data.

The goal of the engine is to abstract away as much of the low level complexities needed to effectively work with this data at scale and provide an ergonomic way for developers to write and operate streaming applications.

Do Skis Get Blunt? 2 years ago

Could definitely be wrong but I always thought waxing was about reducing the friction between the ski and the snow by both creating a uniform surface and because the wax has a lower coefficient of friction than the plastic of the skis.

edit: learned something new!

It was a useful tool to better verify identity vs relying solely on email addresses, which were substantially easier to create at the time.

Kinda like SSNs though, I think it's way past the point when a better designed system should have been developed. Sadly, that costs a lot of money.

Rectangle Pro user here -- biggest frustration I've had is configuration. While the GUI is nice for seeing all the options and some basic stuff, when it comes to actually configuring App Layouts it's been a nightmare of clicking around. I went so far as to export my config so I could modify it with a text editor and then re-import it but the config itself includes serialized JSON as values so to accomplish what I wanted to I had to de-serialize the json, make the changes I wanted to, re-serialize it, then re-import it back into Rectangle, all while hoping I didn't mess up the re-serialization step. This ended up taking more time than if I had just painfully clicked through the interface.

Personally, I wish Rectangle had the option of storing configuration in a simple dot file in my home dir but I understand that would prevent syncing through icloud, which is a feature I imagine a lot of folks like. Barring that, I wish rectangle could export/import the configuration in a more editor friendly way so I could make these configuration changes much faster and more easily ensure consistency across settings.

some additional context here is that warpstream is building a Kakfa compatible streaming system that uses s3 as the object store. This allows them to leverage cheap zone transfer costs for redundancy + automatic storage tiering to cut down on the costs of running and maintaining these systems. This has previously come at the cost of latency due to s3's read/write speeds but with S3 this makes them more competitive with Confluent Kafka's managed offerings for these latency sensitive applications.

IMO warpstream is a really cool product and this new S3 offering makes them even better

As someone who attended the event in person I thought Khan was very respectful and open in her demeanor and I appreciated the fact that she took the time to come out and speak (also shout out to YC for hosting this events).

I will say I was somewhat disappointed with the questions asked since many of them centered around AI and the recent Biden EO rather than actual examples of potential monopoly power such as the app store.