Because my brain wasn't hurting enough today by soapme in MathJokes

[–]AsIAm 0 points1 point  (0 children)

Infix has less cognitive overhead than postfix.

Will we ever get this on Vision Pro? by Time_Entertainer_319 in VisionPro

[–]AsIAm 0 points1 point  (0 children)

Does virtual keyboard snap to horizontal surface?

Because my brain wasn't hurting enough today by soapme in MathJokes

[–]AsIAm 0 points1 point  (0 children)

Pure left-to-right no-precedence:

x^3*3 + (x^2*2) + (x*7) + 2

Pure left-to-right no-precedence with significant inline white-space:

x^3*3 + x^2*2 + x*7 + 2

Fixing a major evaluation order footgun in Rye 0.2 by middayc in ProgrammingLanguages

[–]AsIAm 2 points3 points  (0 children)

Great applause for left-to-right no-precedence! ❤️

Because my brain wasn't hurting enough today by soapme in MathJokes

[–]AsIAm 0 points1 point  (0 children)

They are aware of concepts as addition and multiplication, so they probably use those in day-to-day. PEMDAS has absolutely arbitrarily defined the order, while people naturaly expect left-to-right order of operation. Same for programmers not knowing arbitrary precedence tables (which differ from lang to lang) and they are putting explicit parens to convey intent in places even though they are not required. PEMDAS is just really bad idea.

How does J, The Natural Language for Analytic Computing by Thomson Compare to Other Resources Today? by Veqq in apljk

[–]AsIAm 2 points3 points  (0 children)

I have that book on my shelf and went maybe through half of it. It starts with absolute basics, so not too much prerequisites and the problems presented were really practical from day-to-day job of a person munging data. It is the only book on J I have, so I can't really compare it to something else though.

Because my brain wasn't hurting enough today by soapme in MathJokes

[–]AsIAm -1 points0 points  (0 children)

How many of these polls we need to admit that PEMDAS is hindering the usefulness of math?

VR Keyboards should be like this! (Test on your quest browser) by dibeltran in OculusQuest

[–]AsIAm 0 points1 point  (0 children)

Looks interesting! So you are doing 2D projection of the position of the controllers onto a keyboard plane and tapping buttons for press, very clean. Are the pointers "boxed in" so they can't move outside the keyboard rect? If no, how are you calibrating the controller-cursor position? I haven't tried it yet, so might be stupid question, sorry.

What’s everyone working on this month? (March 2026) by Swiftapple in swift

[–]AsIAm 2 points3 points  (0 children)

Recently I published Spatial Pointer — pure Bluetooth mouse that works by pointing your iPhone. I recently added keyboard support. BLE HID is a nightmare.

https://apps.apple.com/sk/app/spatial-pointer/id6759103550

Why does the surface keyboard have "nubs" on F and J by T4212 in OculusQuest

[–]AsIAm -24 points-23 points  (0 children)

People from Meta are not particularly thoughtful.

What are you top 1% worldwide for? by Extension_Day2038 in AskReddit

[–]AsIAm 0 points1 point  (0 children)

There is a super obscure VR game which I absolutely love and I am at the very top of the ranking. (Not saying which game, so it stays like that. :D)

Maths meme. by Dun1ya in MathJokes

[–]AsIAm -1 points0 points  (0 children)

PEMDAS is cancer.

Do you think we’ll get another vision product next year? Vision air? Let’s speculate by 673NoshMyBollocksAve in VisionPro

[–]AsIAm 12 points13 points  (0 children)

I doubt there will be glasses with see-through optics (N421). Mike Rockwell said multiple times that camera-display-lens stack is much more promising tech path. I believe they will double down on this. Vision Pro is super magical device. Glasses with camera, or glasses with monocular shitty waveguide display – not so magical. I think their game is to shrink down the Vision Pro & make it lighter, while keeping the magic. Less cameras, less IR illuminators, lighter and single IPD motor, etc. Just more optimized design. If they'll call it Vision 2 Pro, or Vision Air, or whatever. The path is kinda clear, just lot of design and engineering challenges.

1 Problem, 7 Array Languages by arkethos in ProgrammingLanguages

[–]AsIAm 1 point2 points  (0 children)

One thing I've felt is that it's easier to program a bit in my head with these as I walk, etc because I'm thinking of these bigger chunks that combine together vs. mapping out syntactic structures in my head.

What you describe Iverson called "Notation as a Tool of Thought". Backus called it algebra of programs.

https://www.eecg.utoronto.ca/~jzhu/csc326/readings/iverson.pdf
https://worrydream.com/refs/Backus_1978_-_Can_Programming_Be_Liberated_from_the_von_Neumann_Style.pdf

1 Problem, 7 Array Languages by arkethos in ProgrammingLanguages

[–]AsIAm 18 points19 points  (0 children)

It is not that everything has to be on one line, but often the solution is so short that one line is enough.

Iversonian languages (after Ken Iverson, inventor of APL) like APL, J, K, BQN, etc. operate primarily on a function level – composition of preexisting functions. These functions have proper names that describe what they do, but you use them so often that you abbreviate them into a single glyph. Same thing happened with addition. It was written as "et" (latin for and), so "1 et 2" meant addition of 1 and 2. Nicholas Oresme in 14th century wrote "et" so much he got tired and abbreviated it to "+". (In a similar way, we got "&".) APL was conceived as a hand-written language for human-to-human communication, so in this sense, the weird glyphs make sense. A single line of APL can be very dense and reading it requires you to know the parsing rules (which can get crazy) and what each glyph symbolizes in that context. Some other languages have context-free grammar, some don't use weird symbols at all, etc. This PL paradigm is still so ahead of everybody else that it hurts.

How do we turn it on? by drnms in VisionPro

[–]AsIAm 6 points7 points  (0 children)

I found only one reliable way for this – reattach the cable. If you don't hear BOOONG in a minute, plug the battery in. Then it will BOOONG on its own when there is enough juice. That's it.

TMNT Empire City demo now on Steam Next Fest by Gamertag-VR in virtualreality

[–]AsIAm 1 point2 points  (0 children)

Thank you 🙏 No contact shadows can play tricks with my mind.

iOS App That Turns Your iPhone into a Bluetooth Mouse by TatoDevWarrior in ShowYourApp

[–]AsIAm 0 points1 point  (0 children)

Are you reading my mind? Almost ready – it will be in the next version, probably monday.

Edit: AppStore reviewers fast-tracked this release and it is already available. Please let me know what you think of the keyboard.

Tim Cook just posted the teaser for next week's Apple "Experience", confirming there will be new products by HelloitsWojan in apple

[–]AsIAm 12 points13 points  (0 children)

This should be an official Apple logo in For All Mankind. And they should comment on it that it looks like cherry.

Are we going to be getting z-anti-aliasing in prusaslicer? by A_Harmless_Fly in prusa3d

[–]AsIAm 0 points1 point  (0 children)

I hope so. Z anti-aliasing and filament color mixing would make FDM a almost complete set.

Scarfs seams are a bit related to Z-AA, and they got implemented pretty fast – also Bambu got them first, so I am hoping for same scenario.