The css theme is new.
give it a try, it is quite interesting
The css theme is new.
give it a try, it is quite interesting
Now we need to port uBlockOrigin and SponsorBlock to work with DreamTube, gonna be able to skip ads in my dream
User generated content would still be valuable
the first comparison is not technically correct, in the sense:
LibreWolf implements additional privacy features and settings on top of Firefox. Chromium is the base browser that everyone else built on top of. It does not implement additional privacy features.
perhaps a better comparison would be: LibreWolf is to Firefox what Ungoogled Chromium is to Chromium
React it is then 😄. It only has 2 dependencies:
- react
- loose-envify
- js-tokens
Likely they want a lower time complexity.
for example a question can be trivially solved in O(n^2). but there is no know < O(n) solution, so they ask for O(n)
What do you want to use for frontend framework then?
python, ruby, java, C? Invent a new language?
you will see me screaming “X is for Y, it should have never been a whole framework for a frontend”
Due to security policy, we cannot run vm. Oh, btw, we do android development too. I guess they didn’t know android studio runs a vm. So that is ok
As part of our company’s security policy, our IT admin disallows firefox to be installed in dev machine.
our engineers cannot test their work in firefox.
LOL
By banishing the bad part of the language with linter.
For instance, standard eslint preset has rules that enforce usage of ===
, https://eslint.org/docs/latest/rules/eqeqeq
These rules often come with project starter template
Looks confusing at first, but I found it nice for accessing a month array.
const months = ["Jan", "Feb", ...];
months[0] === "Jan";
const label = months[date.getMonth()];
if website has a choice, then they will often choose an option that benefits them the most.
Good news is third party is being phased out now https://developer.mozilla.org/en-US/blog/goodbye-third-party-cookies/
not funny anymore. Banks and regulatory are doing this in some countries. Their app just refuses to open if users install any app outside of Google Play Stores.
Take a look at this https://mothership.sg/2023/08/ocbc-security-feature-delete-third-party-apps/
Huh? How?
So… am I secured if I buy more than 1?
This example https://trekhleb.dev/blog/2021/gyro-web/ demonstrates how a 3D view can be orientated by tilting your phone. It is implemented using web technology.
It uses the device gyroscope to detect rotation and tilting. This is frequently used in map / street view. No faceID or depth camera is required.
(412 - 0)/412 * 100% = 100%
saved 100%
It’s the thumbnail provided by the article, found inside the html
meta property="og:image" content="https://nypost.com/wp-content/uploads/sites/2/2023/09/meta-glasses-comp.jpg?quality=75&strip=all&w=1024"
it is HTJS now