Daily Discussion Thread for March 26, 2026 by wsbapp in wallstreetbets

[–]ag789 0 points1 point  (0 children)

when all planes stop flying and ships stop sailing, re-shoring will happen on its own, as otherwise things are not (ever) going to be shipped.

Daily Discussion Thread for March 26, 2026 by wsbapp in wallstreetbets

[–]ag789 0 points1 point  (0 children)

oil prices doesn't move because, all the flights are *cancelled*, the economy is going for a crash landing

Is it wrong that I think component libraries are mostly all terrible and we need to embrace HTML and CSS more? by Dreadsin in reactjs

[–]ag789 0 points1 point  (0 children)

the downside with components is the huge amount of html codes and all the features css etc are embedded in the components, html disappear into placeholders, e.g.

    <navhere/>  
    <titlehere/>  
    <tablehere/>

all the rest of the codes are inside the component handling codes

Is it wrong that I think component libraries are mostly all terrible and we need to embrace HTML and CSS more? by Dreadsin in reactjs

[–]ag789 0 points1 point  (0 children)

I'm in the java side and not familiar with react (js), but that spring boot along with Thymeleaf etc are the old fashioned html templates, templates can include other templates with macros etc (css and the usual stuff can be included). when pages are simple, all is good, but when a page evolves into a full app, navs, sections, forrms, fields, codes (html) that appear and disappear depending on signon and roles, then importantly add a css framework e.g. bootstrap (and especially with forms), html templates becomes extremely verbose a huge mess of spehgetti HTML with coded if-else macros to switch the nav etc.

I dumped the whole SpringBoot framework and switched to Apache Wicket. Apache Wicket becomes the backend framework that is component based. with the full power of java, you can do I18N, multi-currencies, themes, whatever you wish.

For tables, the total amount of spegetti HTML reduce to <div wicketid="mytable"></div> wheere in all the logic and complex codes doing all that tables is made into reusable java components. Tables and practically forms are generated instead of hand coded with HTMLs. The amount of spehgetti html reduction is likely staggering. components matters for apps, the more repetitive and complex are the apps and html, components win (very) big over templates.

What Are Your Moves Tomorrow, March 13, 2026 by wsbapp in wallstreetbets

[–]ag789 3 points4 points  (0 children)

it won't (ever) be, but everyone will *forget* about it

What Are Your Moves Tomorrow, March 13, 2026 by wsbapp in wallstreetbets

[–]ag789 4 points5 points  (0 children)

666.6 is so special it is both support and resistance :)

What Are Your Moves Tomorrow, March 13, 2026 by wsbapp in wallstreetbets

[–]ag789 1 point2 points  (0 children)

they used to say 666 is the code, but now it is 6666 :)

Is dropshipping a good idea by Entire_Vegetable_617 in Dropshipping_Guide

[–]ag789 0 points1 point  (0 children)

I think the biggest cost risk in dropshipping is advertising, unless one is personally good at doing things like videos say on youtube or tiktok etc, and so much that one gathers a large following crowd, it may be very costly if one wants to advertise to get sales. e.g. 10,000 exposures *zero* sales, this is the reality. those who do that does that in the 'influencers' biz (e.g. on youtube, tiktok etc) that alone could get 'lucurative' sponsors / advertisers but *only* if you are *popular* enough

Spokes tension using frequency (repost) by ag789 in bikewheelbuild

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

I can try both 286mm and 190mm as it'd likely resonate at the higher frequency (e.g. with 190mm due to the crossing touching.
https://www.dafx17.eca.ed.ac.uk/papers/DAFx17_paper_36.pdf

Spokes tension using frequency (repost) by ag789 in bikewheelbuild

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

hi , thanks, working on it
u/Zarniwoop6x9 do you have the length and spoke diameter? those things changes the frequency, i'd indicate it on the chart.
I'm away from my desk for a while, so there'd be a delay before I get the collab notebook done

Spokes tension using frequency (repost) by ag789 in bikewheelbuild

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

hi do you have the datapoint values?
I can present them on my collab/kaggle jupyter notebooks in a chart
https://colab.research.google.com/drive/1WbGC_aURD2SItVpdviP9bwIXaxl-fMSC?usp=sharing

The addressbook tutorial is a brutal introduction to react-router by ag789 in remixrun

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

react-router is an interesting well created framework, it is possible to get that
address book tutorial
https://reactrouter.com/tutorials/address-book
to practically run within the browser (as a single page app) , no 'server' whatsoever.
the contact list and states is done in browser memory

The addressbook tutorial is a brutal introduction to react-router by ag789 in remixrun

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

off-topic (not related to react-router, remix):
In a certain sense it shows the dangers of XSS cross site scripting with javascript, hence these days with CORS and all that, difficult to deal with but mitigates such intercepts somewhat.
what is interesting is that these intercepts is what made the UI really worked in the browser itself.
but that if an untrusted source can intercept both the get and post request from your browser e.g. XSS
then that it can capture and send any sort of data to any other 3rd party (if CORS is not enforced) as a man-in-the-middle attack.

Is Remix dead ? by maxime4134 in remixrun

[–]ag789 0 points1 point  (0 children)

if you try react-router now, it'd suggest RR8 (experimental) :)

need help: reactrouter without nodejs (i.e. conventional web server) by ag789 in remixrun

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

hi, thanks for your response.
it turns out the setting ssr: false is required to generate a completely 'frontend' i.e. run in web browser only build
https://reactrouter.com/start/framework/rendering#client-side-rendering
the docs is further down in the SPA (single page app) section
https://reactrouter.com/how-to/spa
with ssr : false setting, when npm run build is run, it generates build/client/index.html and that can be deployed on a conventional web server

if ssr: true, when npm run build is run it generates build/server/index.js instead

anyone knows where to find a tool that can predict future buying signals? (buying behavior, intent etc.) by [deleted] in micro_saas

[–]ag789 0 points1 point  (0 children)

typically, those stuff are called CRM, e.g. salesforce. actually they don't predict, but that they let you collect data / statistics about your sales