Readit News logoReadit News
bool3max commented on How to Firefox   kau.sh/blog/how-to-firefo... · Posted by u/Vinnl
eclecticfrank · a month ago
Lots of Firefox hate here, but little discussion about the articles kicker, which is the exclusion of uBlock Origin from Chrome.

I hope this will mean that in the long run Firefox (and other secondary browsers) will gain more users again. For me, Firefox is a solid piece of software. Works well in strict privacy mode, with uBlock Origin and Multi-Account Containers.

bool3max · a month ago
In the long run Alphabet will find a way to bar non-vetted browsers from accessing the Internet.
bool3max commented on A 14kb page can load much faster than a 15kb page (2022)   endtimes.dev/why-your-web... · Posted by u/truxs
ldjb · a month ago
Please do share any evidence to the contrary, but it seems that the Tweet is not serious and is not from someone who worked on the Start Menu.
bool3max · a month ago
No way people on HN are falling for bait Tweets. We're cooked
bool3max commented on Getting AI to write good SQL   cloud.google.com/blog/pro... · Posted by u/richards
LAC-Tech · 3 months ago
If LLMs are so wonderful we can just read from B+ Tree storage engines directly. SQL, ORMs, Query Planners... all bloat.
bool3max · 3 months ago
great point
bool3max commented on Firefox tab groups are here   blog.mozilla.org/en/firef... · Posted by u/TangerineDream
evanb · 4 months ago
It's so much better than any of the extension-based XUL interface hacks. As soon as they can figure out when to auto-expand the sidebar it will be perfect.
bool3max · 4 months ago
When’s the last time you used an extension of such kind? Sidebery for example doesn’t seem hacky at all to me.
bool3max commented on OpenAI o3 and o4-mini   openai.com/index/introduc... · Posted by u/maheshrijal
erikw · 4 months ago
Interesting... I asked o3 for help writing a flake so I could install the latest Webstorm on NixOS (since the one in the package repo is several months old), and it looks like it actually spun up a NixOS VM, downloaded the Webstorm package, wrote the Flake, calculated the SHA hash that NixOS needs, and wrote a test suite. The test suite indicates that it even did GUI testing- not sure whether that is a hallucination or not though. Nevertheless, it one-shotted the installation instructions for me, and I don't see how it could have calculated the package hash without downloading, so I think this indicates some very interesting new capabilities. Highly impressive.
bool3max · 4 months ago
I find that so incredibly unlikely. Granted I haven't been keeping up to date with the latest LLM developments - but has there even been any actual confirmation from OpenAI that these models have the ability to do such things in the background?
bool3max commented on Blender releases their Oscar winning version tool   blender.org/download/rele... · Posted by u/babuloseo
croemer · 5 months ago
Editorialized title? I can neither find anything saying "Oscar" nor "Version Tool"
bool3max · 5 months ago
Yeah the title truly makes no sense, how has it been up for 8 hours already?
bool3max commented on Checkers written in Rust and exported to WASM   kevinalbs.com/checkers/... · Posted by u/keepamovin
bool3max · 5 months ago
checke(rs)
bool3max commented on Building a BitTorrent client from the ground up in Go (2020)   blog.jse.li/posts/torrent... · Posted by u/stevenmh
pzmarzly · 6 months ago
It is easy to make a torrent client, but very hard to make a good torrent client. A very good, or let's say "perfect", one, needs to support multiple transport protocols (TCP, "uTP" aka UDP, "WebTorrent" aka WebRTC), multiple discovery mechanisms (DHT, PEX, HTTP trackers, WebSocket trackers), multiple torrent formats (v1, v2, hybrid), should use the network optimally (max the speed without overloading the network - IIRC some clients measure average packet latency and if it starts going up, put some backpressure), resolve magnet URLs, set up port forwarding, reconfigure firewalls, offer API for *arr stack, be a good netizen (report stats correctly, send packets within the specs, do not spam - otherwise other clients will blocklist your in their code or config), implement many BEPs (mutable torrents are cool), be able to recover from interrupted state based on only the data that's on disk, have configurable downloading order (people want to start playing videos before they finish downloading, so you may want to e.g. download header and footer of each file first), and ideally detect duplicates between torrents (cross-seeding). And then there will be people throwing 2TB+ torrents at it (e.g. TLMC) to benchmark it, and saying your client is "literally unusable" if it doesn't handle it.

So, building a "perfect" torrent client from the ground up is a daunting task. But the "good" news is that nobody built such a "perfect" client just yet, so if you have some spare months of your time, you can take a shot at it. Or even better yet, open the issue tracker for one of popular clients or libraries, and add one of the missing features from the list above.

bool3max · 6 months ago
> But the "good" news is that nobody built such a "perfect" client just yet,

Which of the qualities you listed are lacking from the currently most popular torrent clients (qBitTorrent, etc..)?

bool3max commented on League of Legends data scraping the hard and tedious way for fun   maknee.github.io/blog/202... · Posted by u/maknee
bilekas · 7 months ago
I see comments like this a lot actually and I'm curious, if the client is manipulating the intended style and layout of the site, do you really think it's the responsibility of the website owner ?

Otherwise I'm confused why you mention it.

bool3max · 7 months ago
In this case yes because the website itself has a dark-mode toggle in the top right corner, and in its dark mode, the images are not visible.

u/bool3max

KarmaCake day377October 22, 2018View Original