Hacker News .hnnew | past | comments | ask | show | jobs | submit | Rohansi's commentslogin

It was never replaced. Paint 3D was an entirely different app for 3D art only. It's also been gone for a few years now.

It was absolutely sold as a replacement. And it's gone now because literally nobody wanted it, used it, or understood why it existed. Sure, you could still find the old Paint in a disused lavatory behind a locked door with a sign "beware of the leopard". It wasn't even installed by default, unlike the 3D version, or do I recall incorrectly? Even MS isn't so stupid as to ship two separate accessories both called "Paint" in the same OS by default!

And a weird obsession with making it impossible to customize the sidebar in Explorer, so there was a “3D Objects” folder stuck there permanently unless you’re the kind of user who doesn’t mind a trip to the registry editor.

What percent of users ever found that useful? I think I’m being generous to guess one in ten thousand.

Absolutely braindead management running Windows development.

https://www.thewindowsclub.com/remove-3d-objects-folder-wino...


> one in ten thousand.

For their default file explorer experience, the prominent fourth option right in the sidebar. Oh my gosh, that is hilarious. Did someone think it made the computer look advanced (or did they want you to buy apps to uh make 3D stuff from them)?


I think they wanted you to buy a Windows Mixed Reality headset and use it for Paint 3D

Still salty about my mixed reality experience.

Had to basically reinstall my PC every 3 months (if i used vr in those times, which i stopped after a few reinstalls) because the mixed reality app somehow broke itself again with no amount of updates/fixing/reinstalling or terminal work fixing it. I tried, i tried alot but all the hours were just wasted since only a clean install worked, for about 2-3 months until it just decides it doesnt want to open again.

The windows mixed reality portal has then made me stop playing vr completly about 5-6 years ago because i couldnt justify reinstalling everything every few months for a few hours of beatsaber and then like 3-4 years ago i FULLY switched to linux so now its just a paperweight anyway (i think they removed the support in modern windows anyway iirc)

Basically just waiting for the steam frame each and every day currently


Yeah, the "3D Objects" thing is just surreal. You can't make this stuff up.

It was a relic from a time when it looked like 3D printing was going to be the next big thing.

Agreed, it looked like VR was going to be big, MS & Meta were pushing it hard.

> If they could make the developer experience similar to Go, it would rule the world...

You can already AOT compile .NET software to an executable to run on whichever platform you need, just like Go.

Libraries need to be published into a package manager (NuGet) which is more friction than just importing from Git repos but it's not that bad.


AOT is not a panacea and comes with some restrictions/trade-offs that need understood before depending on it in production.

You also have the option to do single file deployment where it self-extracts the runtime when you run it. It's not as nice but it works and maintains full compatibility.

While that is nice it’s not AOT, is it?

Yes, but it's still a single-file deployment option that can easily cross-compile. Just with slower startups.

Losing dynamic PGO by using AOT compilation could be a detriment to performance in long-running applications, right?

wouldn't you have the same restrictions/tradeoffs using go (or other compiled languages)?

I've never used go, am curious


Pretty much, yes. For example reflection is severely limited in .NET AOT vs. JIT, runtime generated code is more common than you'd think and cannot be done AOT. Go was designed for AOT so they already built everything around the limitations because it never supported more.

It'll just take time for .NET to catch up where the dependencies you need automatically work with AOT builds.


This is not going to get rid of peer pressure. That existed long before kids had phones and it will continue to be a problem with this.

Parents should be there to teach rather than just restrict. Kids will need to learn how to recognize and deal with peer pressure at some point.

Also Apple definitely benefits from peer pressure generally. Their devices are seen as status symbols, the dreaded green bubbles, maybe more. I wouldn't expect them to do anything to actually improve things in this area.


> WebUSB is not safe for people who don’t understand the implications. Which is most people.

Why? What is the worst that could happen? The user needs to choose which device(s) to allow access to and browsers do not allow access to all of them.


> MacOS has its own set of gremlins too.

You can't really blame macOS for this one. Interesting to hear this isn't just a Windows thing though.


You really can, considering that a Windows program would not have had that issue.

How is it better on Windows? It doesn't do anything to prevent third-party software from injecting into system processes.

But those levels are kind of bullshit. If a car is autonomously driving but needs an attentive driver in the seat for legal reasons you're stuck at what, level 2? Even if you never actually need to override/intervene?

Teslas running the latest hardware (manufactured 2023+) and software are actually nearly there, IMO. I used it for two months and never needed to intervene. It's not perfect yet but I believe it actually drives better than most people now.

However, the millions of Teslas on the road with older hardware are absolutely useless in comparison where you will need to intervene a lot. The latest FSD software only works on the latest hardware so these older cars are stuck on either old FSD versions (which are proven to be bad) or get slimmed down versions to fit lower specs (which we know wont be as good). It's unsafe and they really should disable it for all of the older vehicles and issue refunds for people who paid for FSD.


Is it a browser or like a browser? I've never actually used it but from what I understand WeChat's mini programs are like web apps but not something you can open up in a typical browser.

Alternatively, you could say browsers are the original super app.


its a super app.

I think the core issue isn’t what underlying technology is used, but rather the service providers. They package their services into mobile apps or WeChat mini programs, and restrict functionality on browsers. For many ordinary people, this provides convenience, but for those who care more about privacy, it’s quite problematic.

WeChat in China covers almost every aspect of life. Even someone like me, who doesn’t want to use it often, can’t avoid it. Some restaurants’ online ordering systems only support scanning via WeChat—that is, WeChat mini programs. People can pay utility bills, call taxis, shop, and make financial investments all within WeChat. Alipay offers similar functions as well.

WeChat is also one of the largest content platforms in China, similar to Medium. Countless creators set up subscription accounts on WeChat and gain more users through readers’ sharing and reposting.At the same time, government information is often released through the WeChat platform.


Medium is not one of the largest content providers anywhere, in any form that I'm aware of. There's no users sharing and reposting (arguably one of the drivers of network effects in modern social networking), no PSA, no apps or third-party extensibility, no taking over third party platforms in unrelated areas.

I can pay my bills in Chrome too. You really fail to understand my point that WeChat is just a browser for web apps - H5 as they are called here in China.

WeChat mini apps are called "H5" in China because they were enabled by the introduction of HTML 5. They are built on Tencent's WXML, which is an HTML derivative.

WeChat is a browser for mobile web applications, a small slice of the web universe gatekept by Tencent. WeChat was modelled after Gmail. So, it is very much like Chrome - you have your communications inbox, and your web apps, in the same app.


> What % of Android users actually want this? Do they know or care?

If Apple announced that they were going to allow installing apps like how you can install APKs you will have a whole group of people on here arguing against it because they want Apple to have control over everything. You could have seen those people in action on the Epic v. Apple and Digital Markets Act discussions.


Supersampling the entire framebuffer is a bad way to anti-alias fonts. Especially since your font rendering is almost certainly doing grayscale anti-aliasing already, which is going to look better than 2x supersampling alone. And supersampling will not do subpixel rendering.


> it's a perfect use of AI to build something that we couldn't before.

There's no reason why it couldn't have been built before. This is something that probably should exist as standard functionality, like what the Canvas API already includes. It's pretty basic functionality that every text renderer would include already at a lower level.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: