HN user

LonelyWolfe

52 karma
Posts0
Comments19
View on HN
No posts found.

Just venting and ranting about AR glasses here:

One thing about AR glasses that I don't get so far: Why do ALL of the AR glasses use only 1080p displays per eye whereas all the other VR solutions that also have a display right in front of your eye have even bigger resolutions?

I really do want AR glasses that can act as an alternative to a physical display. But they're always 1080p for some reason. The companies I've seen making them appear to me to keep fixing important issues and adding really useful features - but seem to avoid touching anything that would improve the resolution.

Edit : There's a part of me that believes the situation here is a lot like how Linus Tech Tips described the Dashcam situation.

This shouldn't be done directly from the bank but as a third party that is supported by the bank and a bunch of other companies concerned about this.

That way the bank doesn't have to worry about any legal or good will issues from doing this.

Infinite Craft 2 years ago

Lemme know if there's another way to press every combination:

let maxElementReachedForElement = {}; let totalElements = 0; let firstElement = 0; let secondElement = 0;

setInterval(function() {

  document.getElementsByClassName('mobile-item')[firstElement].getElementsByClassName('item')[0].click();

  document.getElementsByClassName('mobile-item')[secondElement].getElementsByClassName('item')[0].click();

  totalElements = document.getElementsByClassName('mobile-item').length;

  secondElement = (secondElement + 1) % totalElements;

  if (secondElement == 0) {
   maxElementReachedForElement[firstElement] = totalElements; 
   if (Object.keys(maxElementReachedForElement).some(item => maxElementReachedForElement[item] < totalElements)) {
    let prevStart = Object.keys(maxElementReachedForElement).find(item => maxElementReachedForElement[item] < totalElements);
    firstElement = prevStart;
    secondElement = maxElementReachedForElement[prevStart]; // Start from previous end
   } else {
    firstElement = (firstElement + 1) % totalElements;
    secondElement = firstElement; // No need to repeat the previous combinations.
   }
  }

  document.title = firstElement + '+' + secondElement + '|' + totalElements;
}, 500); // TODO : Find a way other than delay

I wonder if subliminal messaging will somehow make a comeback once we have ai generated audio and video. Something like we type "Fun topic" and those controlling the servers will inject "and praise to our empire/government/tyrant" to the suggestion or something like that.

Seems like it got the hug of death from many users - few interesting quirks I saw while it was still running:

* You need to actually capture the king to win. Check/Checkmate does not apply here

* You can't move the same piece twice in a row (I think)

* You can actually skip a turn - This is somehow more strategic than it sounds, but I'm not sure how to use it - maybe just wait with your "venus flytrap" and then capture the pieces?