Fuck Monsanto and their patents on seeds
HN user
tanduv
you eventually get hit with captcha with the playwright approach
sorry if i missed it, but the original post doesn't say anything about PRs... the bots only seem to be scraping the content
Rich from a site that loads 4 trackers
Congratulations! You're now using Hinge to distribute unassuming abstract expressionist pixel art.
should've spun up a few more AI agents
is that eagle head following the cursor? that's hilarious!
ummm First amendment? Its not the first time misinformation has been broadcasted on air, why does the FCC need to get involved in this one. Would they have gotten involved if the implication was that he was a liberal?
but even buildings need maintained
In a lot of "technical" situations, people tend to opt for the well established English counter parts for nouns or concepts. eg even a native Hindi speaker will use कंप्यूटर / computer over संगणक / Sanganak
I never really liked the syntax of fetch and the need to await for the response.json, implementing additional error handling -
async function fetchDataWithAxios() {
try {
const response = await axios.get('https://jsonplaceholder.typicode.com/posts/1');
console.log('Axios Data:', response.data);
} catch (error) {
console.error('Axios Error:', error);
}
}
async function fetchDataWithFetch() {
try {
const response = await fetch('https://jsonplaceholder.typicode.com/posts/1');
if (!response.ok) { // Check if the HTTP status is in the 200-299 range
throw new Error(`HTTP error! status: ${response.status}`);
}
const data = await response.json(); // Parse the JSON response
console.log('Fetch Data:', data);
} catch (error) {
console.error('Fetch Error:', error);
}
}perhaps we can create a sort of a bracket that scales based on the income?
TBH even in the SF Bay Area "tech capital of the world" you'll find areas with spotty reception.
https://www.reddit.com/r/bayarea/comments/1cqhr4i/what_is_up...
the web app already supports history navigation.
Very cool, reminds me of India's UPI system
Temu has been using Ontrac
If I understood MegaLag's video correctly, Honey was indeed overriding an affiliate session cookie with their own once the user the reached the checkout. The extension would silently open a tab in the background, which seems pretty scummy. I've observed the same background tab shenanigans with the Capital One extension as well.
the library would most likely remain OSS even after the take over
yea, but I'm able to count the number of r's in 'strawberry' without second guessing myself
Just tried that example screenshot of 'postgresql query analysis' and got the same results on Kagi vs Google with uBlock. What exactly is novel here?
The example TODO app doesn't seem to be doing so well https://todo-example.htmgo.dev/
It's installing additional packages which may not have been included in your base image.
Debug Shell works by injecting a debugging environment using: NixOS for a large package collection, and flexibility with filesystem paths
ah yes the readily available custom "Battery press (923-02657)"
https://cdsassets.apple.com/live/SZLF0YNV/images/tp/bucket_3...
Seems to be the React/DOM conceptual model that has been "ported". Here is an example from the Robolox repo - https://github.com/Roblox/react-lua/blob/main/examples/chang...
Plenty of older games only seem to work with certain versions of Proton/Wine, DXVK etc. There are projects like Bottles which let you manage multiple Proton distributions https://usebottles.com/
Nexus products weren't _technically_ made by Google. 5 was LG's design and 7 was Asus'. During this era Google specifically stuck to working on the software while passing on the technical designs to other partners.
VR gaming has definitely cultivated a community in the genre of sim-racing and Half Life Alyx modding
oo I've been using this on my daily commute. Thanks for building it!
Unfortunately, there is no easy way to find out if there is even a court order behind this block
not easy, but have you tried filing a RTI application regarding this?
got another one about this Tesla Co-CEO
Tesla Co-CEO is trying to raise $800M for T4, but details are sketchy