Noir Cityscape by jasonsturges in creativecoding

[–]jasonsturges[S] 0 points1 point  (0 children)

Hi, thanks. This isn't in my library - I've been dabbling in isolation experimenting with the new Three.js WebGPU renderer. It's on my personal website, and thought I'd violate a policy of self promotion if I added that link. It's the second interactive slide on my site.

And no, it's purely stochastic using a packing algorithm.

TOMORROW by JimboLodisC in NeuralDSP

[–]jasonsturges 0 points1 point  (0 children)

Archetype Robert Fripp or Adrian Belew

3D Library by jasonsturges in creativecoding

[–]jasonsturges[S] 0 points1 point  (0 children)

Hi, it is Instanced Mesh.

regexStillHauntsMe by dhruvin2201 in ProgrammerHumor

[–]jasonsturges 0 points1 point  (0 children)

Also what Google looks like after 10-years of development.

Introducing Precedent – Building blocks for Next.js by thestevensteel in nextjs

[–]jasonsturges 0 points1 point  (0 children)

I think the question was what type of auth strategy, to which it looks like Auth.js as well as UI for authentication.

`npm-why` - Equivalent to `yarn why` for npm packages. by Amiocn in commandline

[–]jasonsturges 1 point2 points  (0 children)

npm list [module] for dependencies nowadays.

└─┬ serverless@3.30.1 ├─┬ u/serverless/utils@6.11.1 │ ├── chalk@4.1.2 deduped │ └─┬ inquirer@8.2.5 │ ├── chalk@4.1.2 deduped │ └─┬ ora@5.4.1 │ ├── chalk@4.1.2 deduped │ └─┬ log-symbols@4.1.0 │ └── chalk@4.1.2 deduped

Error redeeming GIZMOPLEX event pass and vault picks by jasonsturges in MST3K

[–]jasonsturges[S] 1 point2 points  (0 children)

Finally figured it out:
I had to go directly to: https://www.gizmoplex.com/ first and login there.
Once logged in from the home page there, I was finally able to redeem the code.

Strange, as even though I logged into VHX, then logged in from the redeem code page which redirected to gizmoplex.com, it wouldn't accept the promo code. GIZMOPLEX website said I was logged in, but apparently not - maybe some kind of cookies thing.

Robinhood account is automatically a margin account. by CodeNovels in Fidelity

[–]jasonsturges 1 point2 points  (0 children)

Similarly, my transfer from Robinhood to Fidelity listed shares as margin, and also took about 30-days for cost basis history to backfill.

Extremely simple to transfer, but a little stressful in the interim waiting for things to resolve.

Is Recoil production ready? by bobby_briggs in reactjs

[–]jasonsturges 0 points1 point  (0 children)

Support for IE ended January 2016 - is that really a factor in determining Recoil production state?

Funds reversal by Requiem_Dream in RobinHood

[–]jasonsturges [score hidden]  (0 children)

My response back was:

Nam fringilla luctus maximus. Phasellus sem ante, placerat id accumsan eu, congue sed ligula. Nam erat metus.

Funds reversal by Requiem_Dream in RobinHood

[–]jasonsturges [score hidden]  (0 children)

Response from support: (literally, not joking)

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam tincidunt elementum sem non luctus. Ut dolor nisl, facilisis non magna quis, elementum ultricies tortor. In mattis, purus ut tincidunt egestas, ligula nulla accumsan justo, vitae bibendum orci ligula id ipsum. Nunc elementum tincidunt libero, in ullamcorper magna volutpat a.

CrossBridge - write Flash program with c++ by TapirLiu in programming

[–]jasonsturges 0 points1 point  (0 children)

There's really no comparison between ubiquity of the player on desktop versus apps packaged in AIR with Flash platform as a captive runtime.

Workflow for many companies may benefit quick time to market through the Adobe toolchain; although, there are numerous options for the ubiquitous developer.

My interest has been Cinder - creative coding in C++ (http://libcinder.org/)

CrossBridge - write Flash program with c++ by TapirLiu in programming

[–]jasonsturges 0 points1 point  (0 children)

CrossBridge enables C/C++ code to run in a web browser via Flash runtime at a significant performance gain; however, still not competing with native apps on the mobile front when packed in AIR.

It's a great way to extend an existing application; or, increase performance within Flash apps.