HN user

xfour

834 karma
Posts27
Comments228
View on HN
news.ycombinator.com 2y ago

Ask HN: The word "Surfaces" – when did it enter the lexicon?

xfour
1pts2
news.ycombinator.com 2y ago

Ask HN: What is the modern take on the role of design regarding visioning?

xfour
1pts0
www.wsj.com 3y ago

Home Prices Rose in February for First Time Since June

xfour
3pts1
www.bloomberg.com 3y ago

News Corp in Talks to Sell Realtor.com for $3B

xfour
4pts3
news.ycombinator.com 3y ago

Ask HN: Why is Google freaking out about ChatGPT

xfour
3pts10
www.bizjournals.com 3y ago

Meta dumping nearly half a million square feet at San Francisco high-rise

xfour
8pts3
news.ycombinator.com 3y ago

Ask HN: Where on the internet to find honest ratings?

xfour
4pts4
www.marketwatch.com 3y ago

Largest monthly rental decline closes the door on two years of rent increases

xfour
3pts1
www.wsj.com 3y ago

The Housing Slowdown Is Wreaking Havoc on the Short-Term Rental Market

xfour
2pts3
www.bloomberg.com 3y ago

Redfin cuts 13% of staff, shuts down home-flipping business

xfour
205pts270
www.wsj.com 4y ago

Disney to Develop Residential Communities with Condos, Houses

xfour
2pts0
news.ycombinator.com 4y ago

Ask HN: Would you pay for a service that actively protects privacy?

xfour
8pts6
news.ycombinator.com 5y ago

Ask HN: Page takeover ads on mainstream news sites

xfour
1pts2
news.ycombinator.com 5y ago

Ask HN: Remote Jobs Demand

xfour
1pts2
medium.com 5y ago

Home Prices Skyrocket in August

xfour
3pts0
medium.com 5y ago

Defensible managed a surge of interest the California fires with 100% uptime

xfour
2pts0
finance.yahoo.com 6y ago

Travel has changed forever: Airbnb CEO Brian Chesky

xfour
2pts0
news.ycombinator.com 6y ago

Ask HN: Is remote work here forever?

xfour
14pts13
news.ycombinator.com 6y ago

Ask HN: Uber’s Cash in Hand Position

xfour
2pts4
www.defensibleapp.com 6y ago

DefensibleApp updated to show PGE’s next outage starting tomorrow

xfour
3pts0
defensibleapp.com 6y ago

Defensible App Updated to include overlay for PGE projected outages

xfour
1pts2
techcrunch.com 6y ago

SoftBank reportedly preps a package to take control of WeWork parent company

xfour
3pts0
medium.com 6y ago

Wildfire Risk in California Mapped

xfour
8pts2
news.ycombinator.com 7y ago

Ask HN: Is Google is broken for discovery?

xfour
82pts44
news.ycombinator.com 7y ago

Ask HN: Where are other tech scenes outside Bay Area

xfour
66pts97
www.marketwatch.com 7y ago

US housing market hit a ‘significant slowdown’ in recent weeks, Redfin CEO says

xfour
172pts173
github.com 12y ago

Free Open-Source WooCommerce Stripe Gateway

xfour
1pts1

With most of these moments put X into everything is just a moment of temporary insanity with a high dose of FOMO. It eventually settles into a clearer patterns of where it makes sense and makes revenue at margin.

The last point is key though if there’s actually margin to be made we’re stuck with it.

Even if it wasn't generated by AI, it reads like an advertisement for some company which sure sounds like a wrapper on top of a LLM. I think the moat for that type of company is a lot less defensible than any of the Vertically Integrated category leaders by a country mile.

This is so cool, I’m glad the company allowed the author to release this to the public. People like myself with knowledge of some of the art and technology involved but that stand outside the industry can get a little bit of a sense how the SOTA of animation evolves.

Secondly the bit about the evolution catching the unnamed studio, likely Pixar in production capability as of the first Zootopia certainly shows up on screen.

Floor796 7 months ago

What did I just click on? Love the no context drop in with 37 points and no comments.

That being said whatever this is… something

Seems like the obvious reason for this is that Mac is now a niche for people that operate computers, where there are likely 6 people that don't for every 1 that does. We keep hearing that the next generation is "true computer" illiterate.

The second reason is likely that there are computers that are 1/3 of the price subsidized by the terrible ad-supported OS installs. (Has anyone tried to setup a MS computer lately, it's an ad-box).

"Netflix is also looking at making its ad tier more attractive to advertisers, including by bolstering its sales teams and ad operations to “meet brands where they need us and how they need us.”

“We’re focused on the long-term revenue potential here,” said (Co-Ceo) Peters. “We’re very optimistic about it. It’s a huge opportunity."

Seems about what everyone was predicting, and inline with making the watching experience worse. It's surprising they added subscribers. I wonder how many were due to deals with Phone providers etc.

Interesting, they just gobbled up the Mint Mobile MVNO for something like 1.35B which was already using their network and of course there's the Sprint for 26B and now are cutting jobs to save half that.

I wonder how much of this is the articles cable company wireless deals, and more just consolidation of jobs around the new megaco they've created.

Thank you. This will be great to work through with my kids - They're really into the Captain Underpants and Dogman which feature a lot of characters and I'm building their creations into video games with Godot.

Seems like an opportunity to do a reprint? I don't love printing 240 pages on a home printer... but maybe that's the only option.

What's the copyright situation if I tried to reprint this for personal use through an on-demand printer, would they accept it?

I tried to implement this for quite a while but the ecosystem situation both server and client seemed to be a status of "Weekend Project" rather than a robust implementation. Is there commitment to create a reference implementation etc.

Can anyone (perhaps a former employee) confirm this behavior. I can’t tell if I’m imaging connections or the words spoken are being ingested by the ad machine.

It seems like a huge overreach to be listening, the microphone privilege I could see being abused for this, but it just seems so wrong.

Wait, obviously Amazon has their own checkout software. Is this a name recognition play to have AWS come with Stripe batteries included?

Not specific to Twitter but as I understand it. Generally a data engineering team will setup the pipelines and ETL processes to turn transactional data into aggregate data necessary to run analytics.

I’m surprised no one has mentioned this so, I’ve built a very easy to use and modify stack based on PostgreSQL (or SQLite) depending on needs fed into a Flask Python BE. You can ORM it with SQLAlchemy if you like or just run raw queries. You’re running that basically out of as little as one file and you have your API and DB.

At that point you’re free to decide how you want to run your client side, I tend to start with HTML and avoid JS until it’s necessary, then convert where relevant into React. As other posters have mentioned Tailwind is awesome for avoiding writing custom css, there’s a class for literally everything.

Clear separation between your API and your FE pays off down the line.