HackerTrans
TopNewTrendsCommentsPastAskShowJobs

blenderdt

no profile record

Submissions

Interceptor Trashfence [video]

youtube.com
1 points·by blenderdt·il y a 4 ans·0 comments

[untitled]

1 points·by blenderdt·il y a 4 ans·0 comments

Nishita's lab computer graphics papers

nishitalab.org
1 points·by blenderdt·il y a 4 ans·0 comments

Blender Guru: You're Wrong About NFTs [video]

youtube.com
1 points·by blenderdt·il y a 4 ans·0 comments

comments

blenderdt
·il y a 4 ans·discuss
True, I should have added that to my comment.
blenderdt
·il y a 4 ans·discuss
Lately I am reading into the cause of the diabetic pandemic. It's kind of shocking to read that our food is to blame and food companies are blocking change.

Somehow this 'fat is bad' lie came into the world. We have been eating fat for thousands of years. Fat is full of all kinds of stuff the body needs. The brain can tell us when we ate enough fat so we feel full. The body can handle fat very well so it doesn't get stored and we won't grow fat.

But no, fat became wrong and was removed from our food making it tasteless. So sugars are added. This is good news for the food industry because the brain doesn't register when we have enough sugars. So we keep eating.

And this item on HN continues the trend. There is no solution but it's about companies making huge profits over insulin.
blenderdt
·il y a 4 ans·discuss
I still can't believe so many people work on a laptop all day. It puts an unbelievable amount of pressure on your neck causing all kinds of problems.

If you can set the top of your screen a little above eye level.
blenderdt
·il y a 4 ans·discuss
This is not completely true.

When the monitor is at the correct hight it will put less strain on the neck.

In the neck are also nerves that are related to sight. A tight neck can also cause visual problems.
blenderdt
·il y a 4 ans·discuss
I am not against vaccinations but I don't like your comment at all.

You also just have an opinion like everyone else.

When you listen to scientists you will understand it's much more complicated than you are saying.

Take a scientist like Geert Vanden Bossche. He really is a very big name in the world of vaccinations. But he has been warning us that vaccinating everyone during an pandemic of a fast mutating virus is a really bad decision.
blenderdt
·il y a 4 ans·discuss
The main disadvantage of the X-Bow is that ships need to be very high. This kind of bow can plunge very deep so you need protection against it.

Damen's AXE bow can also be used for smaller ships but ships need to be long.
blenderdt
·il y a 4 ans·discuss
Of course that will happen.

The problem is people like Grapperhouse lack creativity. When they feel powerless they can't think of other solutions than the obvious.
blenderdt
·il y a 4 ans·discuss
This is no bullshit, it's about feeling powerless.

Grapperhouse saw how hard it is to track down child abusers. He was touched by it and he wanted to fix this.

The best solution to track down child abusers fast is to track down their communications.

But I agree with you this might not be the best solution for the rest of the world.
blenderdt
·il y a 4 ans·discuss
I have been building websites for over 20 years and this has always been a problem. 99% of the designers also design texts that perfectly fit the design.

The end result is a bad experience for both the developer, the customer and the end user.
blenderdt
·il y a 4 ans·discuss
The problem is: a frustrated user is not a leaving user. So as long the users stay at the platform and more money can be made the user experience will be crap.

Spotify has 2 types of users, the creator and consumer. As long as there is more money to be made from the creator user they will also A/B test for that user.
blenderdt
·il y a 4 ans·discuss
Today everything is focused on making money. The focus on money makes the experience good for the ones that make the money, but for the end user it means everything turns into one giant ad.

That's why Spotify uses tiles instead of tables. The tiles are important for the content producer, not for the Spotify user. A tile can scream at you 'Listen to me!', a row in a table cannot do this.

It shows that Spotify is making more money from content creators than content consumers.
blenderdt
·il y a 4 ans·discuss
That assumes the location on the device is used by an app.

But signals your phone is sending can and are also being tracked.
blenderdt
·il y a 4 ans·discuss
If you are interested in this, another great source is Martijn Steinrucken's channel The Art Of Code: https://youtube.com/c/TheArtofCodeIsCool
blenderdt
·il y a 4 ans·discuss
I have a cheap VPS, host my own email, host my own websites, never had any of the problems you are describing.
blenderdt
·il y a 4 ans·discuss
It also has to do with the low entry level. The same happened to PHP. Inexperienced programmers can easily create nice things that look great on the outside.

Libs like React and Vue are stable enough but when you throw in a lot of other dependencies it is always the question how experienced the creators were. And when unstable libs become popular bugs and security issues are exposed, pull requests are created and before you know it a next version is launched that is not backwards compatible.
blenderdt
·il y a 4 ans·discuss
One problem is that a lot of people in the field are very specialized in just one part of the spectrum. For example Marion Koopmans knows a lot about virusses but doesn't know a lot about immunology. That is totally ok, but also means that her view is limited and is very focused on viruses.
blenderdt
·il y a 4 ans·discuss
There are rumors it will try to connect to an open network when in range.

Related HN question from years ago: https://news.ycombinator.com/item?id=25275350
blenderdt
·il y a 4 ans·discuss
Edit: my bad, I was looking at the wrong 'more' button.
blenderdt
·il y a 4 ans·discuss
If you query the first page with a limit of 10, then insert 10 items, do you get the same items with the same parameters?
blenderdt
·il y a 4 ans·discuss
A REST API can't use page based pagination because it's not stateless. It is also not cachable.