[-] Kissaki@lemmy.dbzer0.com 4 points 1 week ago

At the bottom, I see Visa and Mastercard. Not big enough yet, did not get contacted yet, or did not implement it yet?

[-] Kissaki@lemmy.dbzer0.com 4 points 1 month ago

https://cuiiliste.de/domains

(not official, open-accessed the secret list)

[-] Kissaki@lemmy.dbzer0.com 4 points 1 month ago

The blocking system can be real-time without the source list being updated immediately upon change evaluation requests.

Such lists will most definitely have false positives added, and way too many outdated entries because nobody managing them or requesting changes has an interest or investment in keeping the list up-to-date (beyond adding new entries for themselves) and narrow.

Even with juridical review, I'm not very hopeful about its quality in terms of technical expertise and nuanced and appropriate application.

[-] Kissaki@lemmy.dbzer0.com 4 points 2 months ago

Can you describe the curvature of the hill as a mathematical function? Just so I can get a better picture of it.

[-] Kissaki@lemmy.dbzer0.com 4 points 6 months ago

Stumbling over SimpleX again I found now that they do provide a desktop client. It's just not very obvious on their website/room join with QR code page.

[-] Kissaki@lemmy.dbzer0.com 4 points 6 months ago

I like that they were using ALL CAPS and you're using all lowercase.

qBittorrent

[-] Kissaki@lemmy.dbzer0.com 4 points 6 months ago

Unclear whether they were hacked. A followup says:

We [Crunchyroll] have […] investigated the situation, and determined that there is no evidence that Crunchyroll’s systems have been compromised

They may have been fished.

[-] Kissaki@lemmy.dbzer0.com 4 points 8 months ago* (last edited 8 months ago)

Depending on what you want to scape, that's a lot of overkill and overcomplication. Full website testing frameworks may not be necessary to scrape. Python with it's tooling and package management may not be necessary.

I've recently extracted and downloaded stuff via Nushell.

  1. Requirement: Knowledge of CSS Selectors
  2. Inspect Website DOM in Webbrowser web developer tools
    1. Identify structure
    2. Identify adequate selectors; testable via browser dev tools console document.querySelectorAll()
  3. Get and query data

For me, my command line terminal and scripting language of choice is Nushell:

let $html = http get 'https://example.org/'
let $meta = $html | query web --query '#infobox .title, #infobox .tags' |  | { title: $in.0.0 tags: $in.1.0 }
let $content = $html | query web --query 'main img' --attribute data-src
$meta | save meta.json

or

1..30 | each {|x| http get $'https://example.org/img/($x).jpg' | save $'($x).jpg'; sleep 100ms }

Depending on the tools you use, it'll be quite similar or very different.

Selenium is an entire web-browser driver meaning it does a lot more and has a more extensive interface because of it; and you can talk to it through different interfaces and languages.

[-] Kissaki@lemmy.dbzer0.com 4 points 9 months ago

What do you mean by Grammarly costs a lot of money? It has a free tier. Which is quite generous.

[-] Kissaki@lemmy.dbzer0.com 4 points 11 months ago

Put your foot to the head like the cat 🫡

[-] Kissaki@lemmy.dbzer0.com 4 points 1 year ago

But at the point where you actually become a good landlord, it’s more of a public service than something you actually make money on.

Why is that a but? They're still a landlord, right? I really don't get the attempt of separation of the same thing.

view more: ‹ prev next ›

Kissaki

joined 2 years ago