Readit News logoReadit News
blensor commented on Adafruit: Arduino’s Rules Are ‘Incompatible With Open Source’   thenewstack.io/adafruit-a... · Posted by u/MilnerRoute
analog31 · 2 days ago
I'm a long time user of the Arduino IDE for third party boards such as the Teensy. Recently I've switched to Platformio for coding. So I should be satisfied with never needing Arduino's cloud service.

But Adafruit points out a problem, which is that the cloud service is the only available option for students using school-issued Chromebooks. I can confirm that a school-issued Chromebook is likely to be set up to lock out access to any programming tools. We wouldn't want children to learn coding after all, right?

I think relying on a corporation to preserve our freedom to code is a bit too optimistic.

blensor · a day ago
+1 for platformio, I recently switched to it and working in VSCode on the code is much more to my liking than the separate Arduino IDE
blensor commented on Valve: HDMI Forum Continues to Block HDMI 2.1 for Linux   heise.de/en/news/Valve-HD... · Posted by u/OsrsNeedsf2P
jsheard · 6 days ago
No, the issue here is that the HDMI 2.1 NDA is so strict that releasing an open source implementation is forbidden no matter how much you pay them. AMD has access to the specs, they've implemented it in hardware and in their closed source Windows driver, but they're not allowed to add it to their open source Linux driver.

Nvidia does support HDMI 2.1 on Linux since their driver is closed source (but that causes its own problems). Maybe AMD could compromise by releasing a minimal binary blob which only exposes the HDMI 2.1 implementation and nothing else.

blensor · 6 days ago
Would someone doing a clean room reverse engineering be permissible to then share would they built?
blensor commented on Show HN: Boing   boing.greg.technology/... · Posted by u/gregsadetsky
junon · 17 days ago
Love this. Had to cheat, naturally.

    setInterval(()=>{const canvas=document.getElementById('canvas');const startX=266;const startY=198;const rect=canvas.getBoundingClientRect();const startClientX=rect.left+startX;const startClientY=rect.top+startY;let endClientX,endClientY,distance;do{endClientX=Math.random()*window.innerWidth;endClientY=Math.random()*window.innerHeight;const dx=endClientX-startClientX;const dy=endClientY-startClientY;distance=Math.sqrt(dx*dx+dy*dy)}while(distance<25);const dispatchMouseEvent=(type,target,clientX,clientY)=>{const event=new MouseEvent(type,{view:window,bubbles:true,cancelable:true,clientX:clientX,clientY:clientY,screenX:clientX+window.screenX,screenY:clientY+window.screenY,buttons:type==='mouseup'?0:1,button:0});target.dispatchEvent(event)};dispatchMouseEvent('mousedown',canvas,startClientX,startClientY);setTimeout(()=>{dispatchMouseEvent('mousemove',window,endClientX,endClientY);setTimeout(()=>{dispatchMouseEvent('mouseup',window,endClientX,endClientY)},1);},1);},1);

blensor · 17 days ago
I don't think you need to move the mouse, you just need to click slightly offcenter while still bein inside the ball.
blensor commented on The 'S&P 493' reveals a different U.S. economy   msn.com/en-us/money/marke... · Posted by u/MilnerRoute
cromka · 18 days ago
How about S&PMedian? Wonder how this would do over the time.
blensor · 18 days ago
Interesting idea, even average would probably already work, it would give high performers some impact but not as much as now.

But it kinda misses what the S&P is in my pov. An index tracking how the value of those companies developed over the years measures by what you would have now if you would have invested in each of them

blensor commented on The 'S&P 493' reveals a different U.S. economy   msn.com/en-us/money/marke... · Posted by u/MilnerRoute
gblargg · 18 days ago
So if we look at companies that didn't do as well, we find that they didn't do as well as those that did really well?
blensor · 18 days ago
I guess the story here is more like

If you take the Top 500 companies as an indicator how well your economy is doing, but everything is carried on the shoulders of only 1.4% of those 500 companies then what is the point of looking at the 500 companies in the first place.

Make an S&P10 then instead. or in addition to the S&P500

That would probably be a good way to look at it anyway. Looking at the trend of the S&P10 vs. S&P500 and if they agree then thumbs up, but if they disagree then things might not be as rosy as everyone thinks

blensor commented on Blender Lab   blender.org/news/introduc... · Posted by u/radeeyate
frustracean · a month ago
If anyone else is having trouble loading the CSS for the page, go to https://www.blender.org/wp-content/themes/bthree/style.css?x... to be Captcha'd by Cloudflare - it should load fine after that.
blensor · a month ago
+1 on that. Works for me after that
blensor commented on US air traffic controllers start resigning as shutdown bites   thedailybeast.com/air-tra... · Posted by u/throw0101a
blensor · a month ago
Since the democrats are not the ones in power at the moment, don't they have the bigger obligation towards the position of the people who voted for them. Which would be exactly the demand they are making right now.

The party who is running the country does in theory have an obligation to all Americans, the opposition has an obligation to their own block.

blensor commented on Recall for Linux   github.com/rolflobker/rec... · Posted by u/anticensor
alias_neo · 2 months ago
There are a couple more in the README too.

It's not impossible that an AI was asked to sprinkle in a few typos for effect, but perhaps it really is just written by a person who really loves emojis.

blensor · 2 months ago
Maybe they wanted to intentionally make it look like AI as an added pun
blensor commented on Recall for Linux   github.com/rolflobker/rec... · Posted by u/anticensor
guardian5x · 2 months ago
With all the emojis in the source code, one can instantly recognize it as AI slop. :)
blensor · 2 months ago
I thought that at first too until I read the first bullet point

" Stores all you sensitive data "

That's a grammar error I don't expect an LLM to make?

blensor commented on Galaxy XR: The first Android XR headset   blog.google/products/andr... · Posted by u/thelastgallon
kridsdale1 · 2 months ago
The Vision Pro has the equivalent of this as well. 20% of the apps I run in it are “flatland” to use the snow crash term.
blensor · 2 months ago
I can absolutely see that, yes

Not everything needs to be XR/VR/AR to be useful.

u/blensor

KarmaCake day1294May 12, 2016
About
XRWorkout - Gamified calisthenics in XR www.xrworkout.io

Blender Sensor Simulation www.blensor.org

View Original