HackerTrans
TopNewTrendsCommentsPastAskShowJobs

nullvoxpopuli

no profile record

Submissions

Show HN: New cross framework omni-REPL

limber.glimdown.com
2 points·by nullvoxpopuli·geçen yıl·0 comments

[untitled]

1 points·by nullvoxpopuli·geçen yıl·0 comments

[untitled]

1 points·by nullvoxpopuli·2 yıl önce·0 comments

[untitled]

1 points·by nullvoxpopuli·2 yıl önce·0 comments

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

github.com
1 points·by nullvoxpopuli·2 yıl önce·1 comments

Show HN: Emberjs Now Works with Vite

github.com
4 points·by nullvoxpopuli·2 yıl önce·1 comments

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

github.com
4 points·by nullvoxpopuli·2 yıl önce·0 comments

[untitled]

1 points·by nullvoxpopuli·2 yıl önce·0 comments

comments

nullvoxpopuli
·geçen yıl·discuss
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
nullvoxpopuli
·geçen yıl·discuss
I have a number of ember projects on vite if anyone wants to take a look:

- https://github.com/krausest/js-framework-benchmark/pull/1835... - https://github.com/NullVoxPopuli/markdown-table-viewer - https://github.com/NullVoxPopuli/package-majors (older, needs update, which i can do pretty quickly if i remember to do it)
nullvoxpopuli
·geçen yıl·discuss
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)
nullvoxpopuli
·2 yıl önce·discuss
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.
nullvoxpopuli
·2 yıl önce·discuss
Agreed. As a data point, i'm not disgruntled (i'm quoted in this article).

Mostly disappointed.
nullvoxpopuli
·2 yıl önce·discuss
The market for jobs isn't great, so i don't blame them.

At the same time, i feel like big profit-chasing software companies are all like how CrowdStrike is.

Many may be in the same type of company, but situations have not arisen that reveal how leadership really feels about employees.
nullvoxpopuli
·2 yıl önce·discuss
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."
nullvoxpopuli
·2 yıl önce·discuss
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:
nullvoxpopuli
·2 yıl önce·discuss
YAAAAAS ember is so good
nullvoxpopuli
·2 yıl önce·discuss
> 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.
nullvoxpopuli
·2 yıl önce·discuss
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!)
nullvoxpopuli
·2 yıl önce·discuss
Socials:

- Reddit: https://www.reddit.com/r/javascript/comments/1bsgnf5/tc39_pr...

- X/Twitter: https://twitter.com/nullvoxpopuli/status/1774496900915327100

- Masto: https://mastodon.coffee/@nullvoxpopuli/112191605019758002

- Blue Sky: https://bsky.app/profile/nullvoxpopuli.bsky.social/post/3koz...
nullvoxpopuli
·2 yıl önce·discuss
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!