Live data from Hacker News

Viewing profile — ashtonmeuser

ashtonmeuser

HN member
Joined
Wed, Oct 02, 2019, 4:51 PM UTC
HN karma
82
Public activity
22 items

About ashtonmeuser

No profile information was provided.

Recent public activity

  1. comment
    Comment #43584821

    For anyone stumbling upon this that deals with bookmarklets, I submit bookmarkl.ink[0], a tool I made to ease the maintenance of bookmarklets. In short, it pulls code from GitHub G…

  2. story
    Show HN: Bookmarklet to Loop HTML Videos

    Figured others may enjoy a lightweight bookmarklet approach to looping HTML videos. Click to set loop start, set loop end, and clear loop. By default, a toast message shows loop st…

  3. comment
    Comment #42904816

    Your wish is my command. - https://bookmarkl.ink/ashtonmeuser/a36be4b6c835276f1a22a8c49... - https://bookmarkl.ink/ashtonmeuser/a36be4b6c835276f1a22a8c49... - https://bookmarkl.ink…

  4. comment
    Comment #42904582

    Thanks! Re: listing bookmarklets, that's something I'd like to do but have yet to find a cheap/easy way to do it. One way would be to search gists for relevant metadata [1] but Git…

  5. comment
    Comment #42902980

    Bookmarklet aficionado and maintainer of bookmarkl.ink here. Took the liberty of posting this bookmarklet: https://bookmarkl.ink/ashtonmeuser/849a972686e1505093c6d4fc5...

  6. story
    Show HN: Webpage Summarizing Bookmarklet

    A bookmarklet that uses ChatGPT to summarize the currently-viewed webpage. Uses some of the newer features of bookmarkl.ink[1] e.g. variable inclusion, TypeScript support. [1] http…

  7. comment
    Comment #40254135

    Safari also entirely disables CSS multi-column when printing per this 17 year old bug: https://bugs.webkit.org/show_bug.cgi?id=15546 .

  8. comment
    Comment #39691072

    A postmortem of a (somewhat) simple project meant to show off the power of WebAssembly within Godot, and therefore my Godot Wasm addon [0]. [0] https://github.com/ashtonmeuser/godo…

  9. story
  10. comment
    Comment #38033272

    As you wish! https://bookmarkl.ink/ashtonmeuser/6e3869d8e468e016f22a4b4de...

  11. comment
    Comment #38033253

    Final nitpick. > And (due to lack of trust) most applications make it hard to share javscripts links - so you need to instead instruct people to create a new bookmark and past [sic…

  12. comment
    Comment #38033222

    I believe I had this at one point but ditched it as browser support was spotty (looking at you, iOS Safari). Looks like support for async clipboard API [1] is getting there so I'll…

  13. comment
    Comment #38033197

    Hi! Agreed re: advantages of gist/git backing. Comments and gist history via GitHub add a lot of value for free. The tool also allows bookmarklet creators to write in modern, un-ob…

  14. comment
    Comment #38016807

    Unfortunately, no. This is a simple pet project aimed at easing sharing/versioning of bookmarklets. The site is entirely static. Listing bookmarklets is, however, something I'd lov…

  15. comment
    Comment #38016303

    I took the liberty of making your bookmarklets easier to edit/share with my tool bookmarkl.ink [1]. Markdown Link: https://bookmarkl.ink/ashtonmeuser/6e3869d8e468e016f22a4b4de... W…

  16. comment
    Comment #38016170

    I took the liberty of making your bookmarklets easier to edit/share with my tool bookmarkl.ink [1]. Don't Mess With Paste: https://bookmarkl.ink/ashtonmeuser/6e3869d8e468e016f22a4b…

  17. comment
    Comment #38016004

    I created a tool [1] to easily convert GitHub gists into bookmarklets and share them. Includes versioning, multi-file gists, etc. Some of my favourite examples hide images until mo…

  18. comment
    Comment #37917106

    Unfortunately, web exports are not yet supported. See https://github.com/ashtonmeuser/godot-wasm/issues/18 for more details. Web support is on the roadmap.

  19. story
    Show HN: WebAssembly runtime embedded in Godot game engine

    A WebAssembly runtime embedded in Godot game engine projects. Interact with Wasm modules from GDScript. Accessing Wasm modules via GDScript provides the following benefits. - Sandb…

  20. comment
  21. comment
    Comment #35253516

    It’s hilarious to me that the most absurd, standoutish picture is Jason, the only human team member.

  22. comment
    Comment #32464428

    I created a platform[1] to more conveniently write and share bookmarklets. I’ve only ever mentioned it when I see bookmarklets shared as raw code with nasty URL encoding obfuscatin…