HN user

double051

160 karma

meet.hn/city/us-Spokane

Socials: - x.com/JohnShaffstall

Interests: Mobile Development, AI/ML, DevOps, Gaming, Programming, Remote Work, Space Tech, Web Development

---

Posts1
Comments54
View on HN

Maybe they're just cheap and fast enough for the author to perform an affordable analysis?

I agree that using the frontier models would be much more interesting.

If you pay for the all products subscription, their AI features are now bundled in. I believe that may be a relatively recent change, and I would not have known about it if I hadn't been curious and checked.

Definitely! I still keep the bookmarks bar visible on Chrome and Firefox to have quick access to my favorite and most visited pages. All of the links have abbreviated names to fit more on the bar. #1 is Hacker News, of course.

I also still 'star' interesting links and categorize them into folders. Very handy to have Chrome sync the bookmarks across all of my machines.

Those results look amazing! I'm curious how well it holds up at higher resolutions and closer inspection.

Also, there doesn't seem to be any mention of the distribution license for the project. Would any of the maintainers be able to add a license to the repository? Thanks!

Getting an error on that page in Chrome.

    Refused to execute script from 'https://rawgithub.com/dmauro/Keypress/master/keypress.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.
EDIT: It's because Keypress is using rawgit.com instead of cdn.rawgit.com to host the actual keypress.js script.

Details here - http://rawgit.com/dmauro/Keypress/master/keypress.js

Working script source - http://cdn.rawgit.com/dmauro/Keypress/master/keypress.js

The 'code' blocks on this page are all using variable-width fonts, making it quite difficult to read the examples.

Consider changing the 'font-family' to 'monospace'?

How do you see that happening?

The WebGL standard is supported in all major browsers, including Internet Explorer, Safari on iOS, and Chrome and Firefox on Android.

JavaScript allows you to use WebGL, which is essential for high-performance 3D interactive content in the browser.

Granted, not many websites need WebGL, but the ones that do need JavaScript.

Not having a debugger is actually a liberating experience because it forces you to code in a different way.

Not having a debugger is like living in the stone age. Personally, the the ability to inspect application state at runtime is non-negotiable.

This is very exciting for a number of reasons. Apple's platforms were some of the first to adopt WebGL (you could turn on WebGL in any iOS WebView with private APIs three years ago), but they were the last to turn it on by default.

Hell, even Microsoft beat them to the punch with IE11, but at least the implementation in Safari is 'complete' and 'comprehensive', as opposed to the silly restrictions in IE like 'floating point vertex attributes only'.

For simple images with text and flat colors, maybe use PNGs instead of JPEGs. The inline images have some painful artifacting going on.

The NDK is a total 'bolt-on' solution to the problem, and support within the Android dev tools is basically non-existent.

The biggest tragedy is that Google had a chance to make a better NDK experience with Android Studio, but instead they chose to ignore it completely. With Eclipse you at least had an official add-on for NDK support, but now you're expected to manage it with your Gradle files by hand. Now, even more than before, you're at the whim of solutions on Stack Overflow.

Try Idris 12 years ago

Yeah, saw this alert after switching between 'Console' and 'Compile'.