Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. GPT-6 Sol and Luna(openai.com)
    389comments
  2. Claude Opus 5.5(anthropic.com)
    629comments
  3. OpenAI GPT–6 Astra breaks Enigma message that has resisted solution since 2005(cryptocellar.org)
    334comments
  4. SAML: A Fractal of Bad Design(trailofbits.com)
    11comments
  5. Claude Opus 5.5 Intelligence, Performance and Price Analysis (Max)(artificialanalysis.ai)
    47comments
  6. WordPress: Unauthenticated path traversal leading to conditional RCE(github.com/wordpress)
    51comments
  7. Native apps written in TypeScript and CSS(github.com/geastack)
    1comments
  8. Unreal Agent(unreallabs.ai)
    27comments
  9. OpenAI is well positioned to fast-follow Jev(arcturus-labs.com)
    162comments
  10. A Faster Shortest Path Algorithm(vals.ai)
    1comments
  11. Explaining to business people why building software is still hard(manager.dev)
    18comments
  12. 'We hacked the FBI:' Hackers say they have data on all FBI employees(404media.co)
    10comments
  13. Overreliance on AI contributed to missile strike on Iran school – Pentagon(bloomberg.com)
    97comments
  14. How did AMD Ryzen get 50% faster in two years?(lemire.me)
    12comments
  15. Launch HN: Coverage Cat (YC S22) – Umbrella insurance via your personal agent(coveragecat.com)
    20comments
  16. 16-bit Intel 8088 chip (c. 1985)(allpoetry.com)
    12comments
  17. Obscura: The first VPN that can't log your activity(obscura.com)
    13comments
  18. An update on how we confirm your age group on Discord(discord.com)
    1comments
  19. There's a high chance of devices being sold with GrapheneOS preinstalled in 2027(grapheneos.social)
    78comments
  20. George Lucas Returns to Earth, Bearing Gifts(commonedge.org)
    13comments
  21. Markdown in /src(htmx.org)
    9comments
  22. Show HN: JevBench, a reproducible benchmark for typed decision models(benchmarkheaven.com)
    discuss
  23. Apple has added persistent 'ads' to iOS, and it's driving users crazy(techradar.com)
    381comments
  24. Writing Rust code that's fast by asking agents to make the code faster(minimaxir.com)
    43comments
  25. People hooked on vapes try a new way to quit: cigarettes(bloomberg.com)
    27comments
  26. Solitaire Alone Together(solitairealonetogether.com)
    27comments
  27. Porsche puts wireless EV charging into production(electrek.co)
    44comments
  28. Show HN: Drop – A rootless Linux sandbox with gVisor support(droprun.sh)
    47comments
  29. Can gzip be a language model?(nathan.rs)
    138comments
  30. Show HN: AI·rete·RAG – a Rete rule engine decides, RAG explains why(ai-rete-rag.com)
    2comments

HTML5 terminal

184 pointsby 15y agohtmlfivewow.com
52 comments
15y agoHN ↗

I remember seeing it at some google presentation.

15y agoHN ↗

What is '3d' supposed to do? It crashes on my browser (Chrome 15)

15y agoHN ↗

I tried 3d and was too confused as to its purpose. I didn't experience a crash however and I'm using the same version of Chrome on OSX

15y agoHN ↗

I got a crash ( using chrome on windows 7). I did get to see a slow scrolling rectangular 3d cube before the tab crashed. The crash is probably due to the specific video card I have in use. Nice demo still.

15y agoHN ↗

3d doesn't seem to do much of anything (Safari 5.1.1, OS X). It doesn't crash but it doesn't seem to do anything aside from changing the height of the terminal and creating a large, blank space above it.

15y agoHN ↗

It brings up a 3D view of a thin box which you can orbit around using the left mouse button. Works here on Chrome 15 (Mac) but I believe I enabled some WebGL related flags a while ago.

15y agoHN ↗

3d shows you a 3d visualization of the file/directory structure (which is empty by default), try mkdir or adding file from your computer with drag'n'drop (in the terminal, not the visualization).

15y agoHN ↗

It renders a square tile that is rotatable with your mouse.

15y agoHN ↗

Try using "mkdir" to create a couple directories and then navigating around. It's pretty cool, actually.

15y agoHN ↗

Pretty cool to see HTML5 in action like this. It runs quite well and even though seemingly lacking in some functionality is one of the better terminal emulators I've seen in the browser. It'd be nice to see some additional utilities though, such as curl and lynx would be a nice meta-utility. ;)

15y agoHN ↗

It's because of cross-origin restrictions. Try http://enable-cors.org/ or the site itself. I guess they could use a proxy if they want it to work for every URL.

15y agoHN ↗

The unix console from jurassic park is finally brought to life!

3d works for me on chrome (Windows 7). It creates a 3 dimensional representation of the file structure.

15y agoHN ↗

What do you mean "finally"? The file manager in Jurassic Park was a (fully working) demo 3d file manager shipped with SGIs. I played with it on my university computers back in '94.

15y agoHN ↗

3D didn't crash on me (Chrome 15 latest), but nothing is happening?

15y agoHN ↗

yay for web standards such as HTML5! (it doesnt work in my browser, in fact i guess it just works in chrome)

15y agoHN ↗

Then install Chrome. HTML5 isn't an official standard yet. If you want to play on the bleeding edge, you're gonna need Chrome. Chrome and Firefox get updated every 6 weeks so things are changing fast.

On another note, we need a suite so Opera, Webkit, Chrome, and Firefox can certify against. An Acid test for all the new technology.

15y agoHN ↗

Hmmm, you want someone to spend 5 days coding for your browser when you could spend 1 minute to upgrade. Nice.

15y agoHN ↗

Working on Ubuntu 10.04 with Chrome 15. It looks really good!

15y agoHN ↗

seems to only work in chrome...that's why I'm a bit weary of using this new stuff...since chances are that 90% of your users won't be able to get the full experience

15y agoHN ↗

If you don't test and fix things for multiple browsers this is true of any web standard, not just the latest versions of CSS, JS, and HTML.

15y agoHN ↗

Invisible font in Opera - amazing indeed ;)

15y agoHN ↗

With each new HTML5 demo of something that comes up, I get the sneaking suspicion that HTML5 adoption is going to be slow.

It seems the capabilities of HTML5 and what you can do with it from an application basis are fine and dandy. It's just my observation and very-limited experience, but I've yet to see anything that really knocks it out of the park for me.

I'm currently working on a project that relies heavily on client-side javascript and flash (for media delivery). We have spent some time evaluating HTML5 and whether we should "cut the cord" and move to developing for that basis.

At this point, we've determined it makes no sense to do so for one simple reason -- it offers us no valued advantage over our current investment. While we hope to see the adoption improve, we're not holding our collective breath.

15y agoHN ↗

HTML5 works on phone and tablet browsers; Flash barely does, and it won't at all in the near future.

15y agoHN ↗

We're well aware of the Flash situation with non-desktops.

It brings us to a major business decision.

Do we begin migration away from Flash (which we despise with a white-hot passion), even though it represents > 90% of our customers environments? Though a few have asked about our tablet strategy, we haven't had any customers (specific vertical market, enterprise space) push the tablet/mobile conversation.

If it were purely a technical motivation, we would have abandoned Flash long ago. But, we can't yet make the migration away from Flash without seeing good HTML5 support on our customers' desktops.

15y agoHN ↗

The thing is, as I played a bit with HTML5, it doesn't actually work that well on mobile browsers either.

It does work reasonably well on iOS, but on Android Browser, Flash does usually work better than HTML5. Which is a bit sad.

15y agoHN ↗

It's possible that the HTML5 revolution will come from new developers that never learned Flash (or, who like me, tried it once in high school, but didn't inhale).

15y agoHN ↗

What exactly can't you do in html5 that you can do in flash?

15y agoHN ↗

Provide a working solution for all customers. Not just 25% of them.

15y agoHN ↗

Actual audio support really isn't there as far as I can tell.

15y agoHN ↗

Did anyone else you try using sudo and see the results?

Make sure to turn the volume nice and loud!

15y agoHN ↗

One of my favorite things about the web:

I just learned three new CSS tricks from using the web inspector to figure out how he accomplished some things.

15y agoHN ↗

Yeah, which ones? I'm actually building a simple browser based text editor (think Writeroom/iaWriter/the other distraction-free editors) but in a browser with full-screen mode if I can figure that out.

I'm really interested in how he got the caret customized like a terminal caret or cursor, whatever you want to call it. I'm decently experienced with web programming but I'm e,harassed to say I don't know JavaScript which is a must these days.

This little project inspired me and let me know that what I'm thinking of is possible.

15y agoHN ↗

Terminal.js is good reading. According to his comments there, Eric plans to add tab suggest and html5 audio fallback. I wonder what the end game for this project is and if a text editor is coming - * crosses fingers for vim*.

Edit: The entire deck is impressive. Click the Chrome icon here: http://www.htmlfivewow.com/slide52.

15y agoHN ↗

This is awesome. I dragged an audio file, ran open to play it and a later slide showed the dir, let me adjust playback rate etc. May fork.

Project homepage: https://code.google.com/p/html5wow/

Edit: I am late to the game, just found html5rocks. Wow.

15y agoHN ↗

Seems to be another hidden (in addition to sudo, which is awesome btw) command called "init". Give it a whirl.

15y agoHN ↗

The first thing I tried was `uname`, but it didn't work. I was kind of expecting it to do something clever.

15y agoHN ↗

Hit Control+S to make the terminal look like a CRT+flicker.

(Found by looking through the js)