-
ErCiccione[m]
asymptotically: you have that script to parse meeting logs right? If you do, could you upload the meetings of last dev meeting? (
monerologs.net/monero-dev/20200719#c97934)
-
asymptotically
ErCiccione[m]: sure. i'll PR sunday's importantdt dev meeting on its own and then do the rest of this months meetings at the start of august?
-
ErCiccione[m]
That sounds great
-
ErCiccione[m]
Thanks!
-
ErCiccione[m]
* That would be perfect
-
sitemods
Hi there. What are your opinions on eventually migrating to site to something like Vue,js and perhaps using a content management system like Ghost.io? Both are open source btw.
-
xmr-pr
00-matt opened pull request #1092: Add logs from 2020-07-19 dev meeting
-
xmr-pr
-
asymptotically
sitemods: what's the benefit over how the site is now?
-
asymptotically
is it worth the cost of locking out people that disable javascript?
-
moneromooo
:o
-
asymptotically
^ it'll make mooo cry
-
sitemods
fair point regarding non-js users
-
sitemods
improvements would possibly include: a richer user experience, better foundation for implementing advanced features, easier methods for managing content + user system for the CMS + lower barrier to entry
-
sarang
What would make the user experience richer?
-
sitemods
instant page switching via client side routing, animated content (for example real time donation updates)
-
sitemods
just to be clear I'm not saying you should do any of these things, just wondering what your thoughts are
-
sitemods
if supporting non-js users is important then I understand why it should remain server-rendered/static
-
moneromooo
"instant page switching via client side routing" kinda suggests it downloads the entire site ?
-
sitemods
I'm not sure if frameworks download the entire site but it could be that it prefetches content in the background
-
sarang
Maintaining a small footprint is also useful for users who do not wish to (or cannot) load a lot of bulky content (like scripts)
-
ErCiccione[m]
Would be definitely weird to move from no-javascript to javascript-based :P
-
ErCiccione[m]
.merge+ #1092
-
xmr-pr
Added
-
ErCiccione[m]
.merges
-
xmr-pr
#1027 #1074 #1075 #1079 #1080 #1084 #1086 #1087 #1092
-
sarang
The main page is already 1.6 MB (if I'm reading my dev console properly)
-
ErCiccione[m]
IIRC some of the images are quite heavy and could be shrinked. I have to look it up
-
sarang
Yeah, the bulk is images
-
sitemods
ok, fair enough, thanks for your thoughts/help
-
ErCiccione[m]
Thank you sitemods! suggestions are always welcome
-
sarang
I wonder how small the page could get with lighter images that still look good
-
asymptotically
.summon zopflipng
-
xmr-pr
luigi1111 luigi1111w luigi1113 luigi1112 luigi1114 ༼つ ◕_◕ ༽つ
-
asymptotically
sorry, wrong bot :P
-
luigi1111w
woof
-
ErCiccione[m]
sarang: I think we could save a fair bit of space, but i'm just guessing.
-
sarang
Do you generally get a lot of savings from using SVGs instead of PNGs?
-
dsc_
sitemods: VueJS has this shadow-DOM concept, one of the benefits of that is that your browser does not do a GET to fetch a new page, instead it removes/replaces the current DOM. It can also prefetch assets that way. All this complicates your web application for both contributors (domain specific knowledge) but also our users (javascript requirement, no way to do web-crawling, memory usage <_<)
-
sarang
I'd think this could be the case for simpler images
-
dsc_
oh he left already
-
ErCiccione[m]
sarang: Yeah you can save a lot of space
-
sarang
Worth looking into?
-
sarang
IIRC rehrar made the images
-
ErCiccione[m]
Maybe. We would need the original images not yet exported to png.
-
ErCiccione[m]
Could be just easier to try to shrink the png as much as possible without losing quality.
-
sarang
If rehrar designed them, I assume he still has the original files
-
selsta
there are also these lossless png optimizers
-
ErCiccione[m]
yeah i will take a look at the possibilities in the next days and i will make some tests
-
sarang
sweet!
-
sarang
Excited to see what improvements are possible
-
selsta
I hope monero never adopts a full JS site :P
-
selsta
loki has one (
loki.network) and it takes like 20 seconds to load on my computer and everything is super slow
-
selsta
I know there are better omptimized ones but still