[-] bitfucker@programming.dev 2 points 2 years ago

The thing that I love about this manga is that they didn't use a lot of "misunderstanding" tropes. The girl realizes quickly why she is being ignored and the dude is also respectful to her and open minded. They both are stupid, but they are both still learning. I love this!

[-] bitfucker@programming.dev 2 points 2 years ago

Yep. Can't wait to overfit LLM to a lot of copyrighted work and share it to public domain. Let's see if OpenAI will get push back from copyright owner down the road.

[-] bitfucker@programming.dev 2 points 2 years ago

I have to ask first, did you mean a task management software or floor plan and such? (Especially since you mentioned aligning things manually)

[-] bitfucker@programming.dev 2 points 2 years ago

One thing to note about USB-C PD is that the port can be used as regular USB when not used for charging

[-] bitfucker@programming.dev 2 points 2 years ago

If it is trivial in linux, it shouldn't be vary wildly. But the reality is that most people just assume systemd and everything else is an after though. I agree that it would be nice if there is a single API that we can agree on, but adding another standard just making things worse. I'd say it is not that trivial due to the variety but also not that hard to do for each.

[-] bitfucker@programming.dev 2 points 2 years ago

This. I support their model of one time pricing

[-] bitfucker@programming.dev 2 points 2 years ago* (last edited 2 years ago)

Well, I've took it to read it for myself on how they receive contribution, and it always need to be from github anyway unlike say Linux which accept email patches.

[-] bitfucker@programming.dev 2 points 2 years ago

Client still needs to call the server. How offline PWAs work then? They emulate server in ServiceWorkers.

Yes they do need server for initial resource loading. Usually with PWA, you need to fetch the static resource once from a CDN since every resource is bundled. And no, they don't need to emulate server in service worker, wtf. You can if you want, but you can also store the data locally using indexeddb and sync periodically baked into the app. Service worker doesn't emulate server, they just intercept a network call and check their cache. A man in the middle if you will. I think it is debatable if that is called emulating a server or not.

  1. Let's call it page generation to not confuse with actual rendering.

Yeah, that is fair. Its just the usual web tech shenanigans.

  1. It not always saves bandwidth and processing time, but static resources can allow to hide CDN latency on initial load. Although it is not property of SPAs, just separation of static and dynamic part and generating dynamic part after static page already shows something.

When developing an application, you usually didn't develop the dynamic and static part separately. Which data can be cached and which needs to be sent to the origin so it can be properly generated. If you fail to configure it correctly the static resource which should go to a CDN get sent to your origin instead. With SPA you just ship the frontend to the cdn and make the backend separately.

  1. It will still result in more requests, but may trasfer less data per request. May.

I mean, if you are making an SPA without splitting the bundle, there should only be a single html, css, and js. A bunch of images and some font too if you want to be complete. But if you are making the page server generated, you always need to transmit the HTML. ALWAYS. So I think it definitely saves requests.

Static web page after loading will not request more styles. SPAs imply client-side dynamic page, and they may request more data INCLUDING styles. Also client still need to load styles on page load.

SPA will not request more style if you are bundling them tho? Wtf are you talking about? Unless you explicitly split the style, once SPA is loaded every page navigation is just JavaScript replacing the whole HTML with the one bundled in the JS file.

~~Write for QT.~~

Sure, QT exist as a UI library for cross platform. But that doesn't solve the iOS mafia. We only got Apple to allow 3rd party store now, we haven't got sideloading yet. It is a hassle if you want to make an app that can be used in any devices. Especially if the app is just some form filling app.

[-] bitfucker@programming.dev 2 points 2 years ago

Damn, nice idea to spare 10GB for investment. With how cheap storage is, I think that model is indeed a win win. I mean, how often do you receive 100MB+ attachment?

[-] bitfucker@programming.dev 2 points 2 years ago

I mean, kinda? What sort of heater are we talking about and how do we measure its efficiency? But, if the definition is just converting energy to heat, without specifying where the heat needs to be, then sure. Every heater has 100% efficiency. Otherwise, there will always be a loss at transport and others.

view more: ‹ prev next ›

bitfucker

0 post score
0 comment score
joined 2 years ago