div72 | 5 months ago | on: DDoS Botnet Aisuru Blankets US ISPs in Record DDoS
div72's comments
div72 | 11 months ago | on: Google has most of my email because it has all of yours (2014)
div72 | 11 months ago | on: Xiaomi MiMo Reasoning Model
https://commoncrawl.github.io/cc-crawl-statistics/plots/lang...
div72 | 1 year ago | on: I think we need a bigger boot partition
EDIT: "With grub, the situation varies; if the device has a graphics card, it usually means that driver modules need to be placed in the boot as well.", "usually" carries a lot of weight here, none of the systems I had had this kind of a requirement.
div72 | 1 year ago | on: Reviewing the cryptography used by Signal
div72 | 1 year ago | on: Ask HN: Is it a bad idea to make an email domain with an uncommon TLD?
div72 | 1 year ago | on: ROOT: analyzing petabytes of data scientifically
div72 | 1 year ago | on: Copyleft licenses are not "restrictive"
Freedom is a finite resource in which copyleft licenses take from the developer to give to users. (which ends up at the same point as the article but I prefer wording it this way.)
div72 | 2 years ago | on: China blocks use of Intel and AMD chips in government computers
div72 | 2 years ago | on: Open-Source AI Is Uniquely Dangerous
div72 | 2 years ago | on: Web Browser Telemetry
div72 | 2 years ago | on: It's never been a better time to switch to Firefox
Seems like launching a browser tab with:
from selenium import webdriver
driver = webdriver.Firefox()
and navigating to duckduckgo.com: print(driver.current_url) # https://duckduckgo.com/
works.div72 | 2 years ago | on: Servo announces grant from the NLnet Foundation
It's routinely discussed on HN, whenever a topic about Mozilla/browsers comes up. The real question in my opinion is what can we do about it? Start an awareness campaign? Stop using Firefox? Stop donating to Mozilla?
div72 | 2 years ago | on: City officials attempt to doxx Wikipedians
div72 | 2 years ago | on: How to store a permutation compactly (2022)
This only applies if you prefer to be trustless though. If you are willing shed a bit, you can trust Folding@Home's scoreboard data (and whoever supplies the data to you) to use it as a pseudo-"PoW" and run a proper proof algorithm beneath. (which is also done by a number of coins like Banano, Curecoin, Gridcoin. You can see their people on the leaderboard with weird names like x_ALL_x, x_GRC_x or just bunch of non-sensical alphanumeric characters.)
div72 | 3 years ago | on: ChatGPT's Chess Elo is 1400
div72 | 3 years ago | on: Stride – Open-source C# Game Engine
div72 | 3 years ago | on: Show HN: Socketify.py: Http/Https and WebSockets servers for PyPy3 and Python3
Interesting results nevertheless.
div72 | 3 years ago | on: FreeBSD: Stack Overflow in Ping(8)
div72 | 3 years ago | on: The End of /R/GPUMining
(Not that your comment is wrong but one could miss the mention of scientific computing while skimming.)
(Also BOINC and Gridcoin both are open source and needs some love from contributors. I'd like to drop their links for anyone who has free time.
https://github.com/BOINC/boinc https://github.com/gridcoin-community/Gridcoin-Research )