HN user

nullvoxpopuli

59 karma

[ my public key: https://keybase.io/nullvoxpopuli; my proof: https://keybase.io/nullvoxpopuli/sigs/ikmu6B5mfJEnLf_YJfz225P7G43ZEApAy6Kzm0C6b9U ]

Posts19
Comments44
View on HN
limber.glimdown.com 1y ago

Show HN: New cross framework omni-REPL

nullvoxpopuli
2pts0
github.com 2y ago

Want to Join the TC39 Signals Community Call? Join Tuesday at 11AM ET

nullvoxpopuli
1pts1
github.com 2y ago

Show HN: Emberjs Now Works with Vite

nullvoxpopuli
4pts1
github.com 2y ago

Show HN: Utils for making <form> nice in every front end framework

nullvoxpopuli
4pts0
www.youtube.com 2y ago

Use Stencil / the ionic framework with emberjs [video]

nullvoxpopuli
3pts1
blog.emberjs.comember-4-0-released 4y ago

Ember 4.0 Released

nullvoxpopuli
3pts0
twitter.com 5y ago

Ember's Glimmer as Fast as Svelte

nullvoxpopuli
3pts0
twitter.com 5y ago

Glimmer/component 2x faster than ember/component

nullvoxpopuli
1pts0
developer.mozilla.org 6y ago

MDN: Spicy New Tutoral of a HTML-First JavaScript Framework: EmberJS

nullvoxpopuli
1pts0
news.ycombinator.com 6y ago

Show HN: Secure, keyboard-less login. Implemented using state machines

nullvoxpopuli
4pts0
twitter.com 6y ago

Element modifier allows key-based stashing of input values

nullvoxpopuli
1pts0
emberjs.com 6y ago

New Website/Design for Emberjs.com

nullvoxpopuli
1pts0
medium.com 6y ago

Moving from React to Ember in 2020

nullvoxpopuli
3pts1
dev.to 7y ago

Show HN: Ember is a modern front end framework

nullvoxpopuli
4pts0
twitter.com 8y ago

State Management approaches in Typescript

nullvoxpopuli
1pts0
twitter.com 8y ago

Show HN: Multiple ways of managing state in single-page-apps

nullvoxpopuli
1pts0
twitter.com 8y ago

Objective comparison between React and Ember projects

nullvoxpopuli
1pts0
github.com 9y ago

Show HN: Tired of monolithic rails? Organize your rails like you do your js

nullvoxpopuli
2pts0
github.com 9y ago

Show HN: A better way to organize rails apps so that not everything is silo'd

nullvoxpopuli
5pts6

Nothing woke as far as i can see.

Sorry there was hostility when you were around. We try hard to keep hostility out and keep everyone civil now a days

[dead] 1 year ago

Coming soon:

    ui so you don't need to hand edit the URL 

    parsing variants of github urls so folks don't always have to get the raw url themselves

    automatic conditional formatting (background colors) (also via query param)

All EDR software does (at least on macos)

Source: me, a developer who also codes in free time and notices how bad fs perf is especially.

I've had the CrowdStrike sensor, and my current company is using cyberhaven.

So.. while 2 data points don't technically make a pattern, it does begin to raise suspicion.

I'd like to clarify: that my job was also to educate, modernize, and improve developer velocity through tooling and framework updates / changes (impacting every team in my department (UX / frontend engineering)).

Reviewing tests is part of PR review.

--- and before anyone asks, this is my statement on CrowdStrike calling everyone disgruntled:

"I'm not disgruntled.

But as a shareholder (and probably more primarily, someone who cares about coworkers), I am disappointed.

For the most part, I'm still mourning the loss of working with the UX/Platform team."

Learn what's happening with the proposal? contribute to ideas for the proposal?

Join here on Tuesday at 11a ET: https://us02web.zoom.us/j/84763180621?pwd=bjVBT1B4dzdhdk80V3...

Timezone converter: https://www.worldtimebuddy.com/?qm=1&lid=5128581,5368361,264...

Official Matrix: https://app.element.io/#/room/#tc39-signals:matrix.org Official TC39 Matrix Space: https://app.element.io/#/room/#tc39-space:matrix.org Discord:

it should handle deep changes.

these can be implemented in userland via proxy -- and I think probably should, as is proven by this collection of utils: https://twitter.com/nullvoxpopuli/status/1772669749991739788

If we were to try implementing everything as reactive versions, there'd be be no end, and implementations couldn't keep up -- by pushing reactive Map/Set/etc to userland/library land, we can implement what we need when we need it incrementally, built on the solid foundation of the signal primitives.

since non-deep is an optimization that can lead to accidental inconsistent state.

conversely, deep-all-the-time is a performance hit that we don't want to be default. Svelte and Ember take this approach of opt-in-deep reactivity.

is it strange?

Vue reactivity isn't compatible with Svelte, nor Angular.

As a counter example to your question, what if we all had competing implementations of the object primitive. Libraries would barely work with one another and would need an interop layer between them (just as reactivity layers do today!)

[dead] 2 years ago

The name is based off the old windows tool, "Disk Defragment" -- and while this tool isn't "defragmentation", per-se, I didn't know what else to call it, and I was excited when the npm package was available :D

hope others find it useful!

[dead] 3 years ago

Live demo: https://limber.glimdown.com/edit?c=MQAgqgzglgdg5iAygFwKYwMZQ...

Here demonstrates how you can use CDN-documentation with Ember to use webcomponents, written with Stencil.JS.

This example uses the Ionic framework.

Stencil.JS: https://stenciljs.com/

EmberJS: https://emberjs.com/

Tutorial: https://tutorial.glimdown.com/

Component used: https://ionicframework.com/docs/api/toggle

PR to the Stencil docs to update them for modern ember: https://github.com/ionic-team/stencil-site/pull/1192/

Reddit Threads:

  - [on /r/javascript]( https://www.reddit.com/r/javascript/comments/f50fdq/moving_from_react_to_ember_2020/ )
  - [on /r/emberjs]( https://www.reddit.com/r/emberjs/comments/f50f3o/moving_from_react_to_ember_2020/ )

I have days where I submit 0 PRs, and I have days where I submit 10+ PRs. It just depends a lot of things. Focus, Well defined small tickets, etc

yeah, ember (today) doesn't fit the small project space (it's more geared towards medium to large+ projects).

That IS a goal for the next edition (octane being the first edition). Def need better small / toy project support.

CrowdStrike also uses ember and loves it.

Handlebars isn't really what ember uses. And it's unfortunate that the extension is shared.

there are tons of improved semantics with Octane's Ember Templates that the handlebars you're thinking of could never dream of representing -- mainly @args vs attributes (like html attributes can be forwarded via ...attributes)

    <MyComponent 
      class='foo'         // any html attribute
      @arg={{this.value}} // @ = arg
                      // this = owned by the current context
    />

    (and inside that)

    <div ...attributes> // gets the class attribute
      {{@arg}} // you *know* that @ means it was passed in
    </div>

is there anything in particular you don't like?

if you have 20 people on your team, and they each have 5 PRs merged which are deployed with some continuous deployment strategy, you're already at 100 deploys in one day. :-\