Viewing profile — lastontheboat
lastontheboat
HN member- Joined
- Mon, Oct 15, 2012, 8:37 PM UTC
- HN karma
- 290
- Public activity
- 52 items
- HN profile
- View on Hacker News ↗
About lastontheboat
No profile information was provided.
Recent public activity
-
comment
Comment #47758645
Servo does execute JS and does support webgl (and some but not all of webgl2 if you enable the feature: https://book.servo.org/design-documentation/experimental-fea... ).
-
comment
Comment #47752438
Oh, I forgot that https://arewebrowseryet.com/ exists for this too!
-
comment
Comment #47752222
https://doc.servo.org/apis.html is auto-generated from WebUDL interfaces that exist in Servo. It's not great but better than nothing.
-
comment
Comment #45698184
You're actually not sending Content-Type for _any_ resource, as far as I can tell!
-
comment
Comment #45653743
This is something I want to make possible! There was an early experiment in https://github.com/mcclure/cuervo/ which helped identify some ways that our embedding APIs would need to…
-
comment
Comment #45651151
I found your blog and this behaviour is extremely mysterious! Thanks for pointing this out, I've got a new puzzle to dig into now. Edit: https://github.com/servo/servo/issues/40047…
-
comment
Comment #45644128
Link? I'm a Servo maintainer and I appreciate test cases like that.
- story
-
comment
Comment #25131797
Correct. I didn't mean to imply otherwise.
-
comment
Comment #25131787
No, it was a name I took when joining a bunch of social sites back in 2012 and feeling like I was the last person in my circles to do so.
-
comment
Comment #25131778
Honestly the project has had >1000 contributors over the past 8 years and a lot of them did just that.
-
comment
Comment #25128147
Servo already has a C embedding API in https://github.com/servo/servo/tree/master/ports/libsimplese... .
-
comment
Comment #25126946
We had a summer of code student implementing support in Servo: https://blog.servo.org/2020/08/30/gsoc-webgpu/
-
comment
Comment #25126866
Servo currently incorporates a network stack, a JS engine, the DOM, JS APIs, an HTML parser, a CSS styling engine, graphical rendering, media parsing and playback, etc. It is not a…
-
comment
Comment #25126815
There is no plan to relicense at this time.
-
comment
Comment #25125382
We've been cagey about this over the months since the Servo team at Mozilla was disbanded, since there were various moving pieces that needed to fall into place. We're excited abou…
-
comment
Comment #18021159
Yes, but this release doesn't include any of that work that is not already in upstream Firefox.
-
comment
Comment #14105981
We don't mind stuff that seems obvious because it may not be to others. Keyboard selection in the URL bar is supposed to work, for example.
-
comment
Comment #10628383
https://wiki.mozilla.org/Webdev/GetInvolved is Django-based, while https://wiki.mozilla.org/ReleaseEngineering/Contribute and https://wiki.mozilla.org/EngineeringProductivity are l…
-
comment
Comment #10399324
https://github.com/servo/servo/blob/master/ORGANIZATION.md has a REALLY high-level overview.
-
comment
Comment #9479535
That operates under the assumption that no FieldInfo will be accessible after the original vector is deallocated, and similarly requires auditing to ensure this property holds (whi…
-
comment
Comment #9474627
Whoops! I merged a PR earlier today that broke searching Github issues; thanks for pointing that out!
-
comment
Comment #9047451
sfackler is a volunteer, too.
-
comment
Comment #9004715
https://github.com/zpao/spidernode
-
comment
Comment #8917477
Mmm, pretty. I had a similar project a couple years ago attempting to replicate OpenMPT's interface in the web browser: https://github.com/jdm/domtracker and http://www.joshmatthew…