HN user

tonis2

136 karma
Posts1
Comments76
View on HN

Same, I think we are just a collective consciousness of the bacteria/yeasts inside us, and the brain is just a compute device, that the bacteria use via the high bandwidth vagus nerves. Thats why its important to not feed the bad bacteria and keep the good bacteria healthy.

I wish they would just allow us to push everything to GPU as buffer pointers, like buffer_device address extension allows you to, and then reconstruct the data to your required format via shaders.

The GPU programming seems to be both super low level, but also high level, cause textures and descriptors need these ultra specific data format's, and then the way you construct and upload those formats are very complicated and change all the time.

Is there really no way to simplify this ?

Regular vertex data was supposed to be strictly pre formatted in pipeline too, util it was not suddenly, and now we can just give the shader a `device_address`extension memory pointer and construct the data from that.

No Graphics API 7 months ago

Getting rid of cruft and simplifying the GPU access, makes it easier to develope software that uses GPU's, like AI's, games ..etc.

Have you taken a look at the codebase of some game-engines, its complete cluster fk, cause some simple tasks just take 800 lines of code, and in the end the drivers don't even use the complexity graphics API's force upon you.

Improved this is not an accomplishment ?

I'm all for making the apps / websites that are essential for disabled people accessible.

But for smaller companies, getting the website/app up to the rules for European Accessibility act can be over their limits, cause it's not an easy task, depending on the type of UI your app is using.

So their only option is just to avoid Europen market, if they don't want to go to jail.

And European Software marked will be left behind even more.

Europe has 0 power in online world and they keep it like that by making dumb rules everyday.

I disagree, I would prefer light web-components, rather that react.js + the compilers and state managers.

This make me into a bad programmer, I agree to disagree

Bear in mind, if you buy a daily ticket, which by cheapest is like 2 euros per day, you only get 2GB of fast speed, after that it's very slow.

I don't get it why E-sims are so crap compared to regular sims.

A Lot of academics already today are just trying to keep their job, and don't keep up with innovative teaching methods, they don't record their lectures, cause who would pay them if there's a video about it ?

So in reality we would be fine, if we focus on doing the job not keeping the job.

War is another thing, that's artificially created for that reason I think.

New jobs are created, creating battle equipment, cause stuff always gets destroyed in war.

Governments buy guns, choppers tanks, so those who produce them, are swimming in money now.

Why would those institutions be interested in a time, where there is no major war ?

I also feel like there's some kind of dynamic between US and Russia, like good cop and bad cop.

Russia is an aggressive lunatic, and US sells guns, offers protection services for rest of the world from this crazy guy.

But what would happen if Russia would be gone, or not aggressive anymore, who would buy the guns then ? World order would be totally different and US would lose customers.

Go 1.22 2 years ago

Yeah, Dart is way better / easier to debug, than Typescript in my opinion