0 Followers
0 Following
24 Posts
Moooom, theyre treating the metric again!

A beater for 5k? Ive bought 500$ beaters less than 6 years ago!

500$ nowadays will not even get you a junker with its engine and transmission removed.

Because paying a few grand a year for a certificate somehow makes your software more trustworthy
What if there are no crappier cars on the road?

Every book has a unique number used to identify them, the ISBN (International Standard Book Number). If you can figure out the ISBN of a book, it becomes an easy search term for piracy, because now you aren't looking for a long title, you're looking for a unique number!
Most bookstores will list the ISBN of a book on their website, so that step should be pretty easy.

Then to commit the piracy, you can often just google the ISBN + filetype:pdf and get a free PDF pretty frequently.
There is also library genesis (libgen), where you can look up pirated books via their ISBN, which has a super wide selection.
And if even libgen does not have it, you can try torrent trackers (read up more on !piracy )

Of course most of those options are legally questionable or illegal depending on where you live, and I of course would not recommend you actually perform them ;)

Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ - Divisions by zero

##### ⚓ Dedicated to the discussion of digital piracy, including ethical problems and legal advancements. — ### Rules • Full Version [https://wiki.dbzer0.com/piracy/rules] 1. Posts must be related to the discussion of digital piracy 2. Don’t request invites, trade, sell, or self-promote 3. Don’t request or link to specific pirated titles, including DMs 4. Don’t submit low-quality posts, be entitled, or harass others — [https://a.imagem.app/oZoQ1v.png]https://wiki.dbzer0.com/piracy/ — ### Loot, Pillage, & Plunder 📜 c/Piracy Wiki (Community Edition): [https://wiki.dbzer0.com/piracy/] - 🪶 Megathread [https://wiki.dbzer0.com/piracy/megathread/] - 🪶 FAQ [https://wiki.dbzer0.com/piracy/faq] - 🪶 ISP Complaints [https://wiki.dbzer0.com/piracy/isp-complaints] - 🪶 Rules [https://wiki.dbzer0.com/piracy/rules] - 🪶 Glossary [https://wiki.dbzer0.com/piracy/glossary] #### 🏴‍☠️ Other communities FUCK ADOBE! - [email protected] [/c/[email protected]] Torrenting/P2P: - [email protected] [/c/[email protected]] - [email protected] [/c/[email protected]] - [email protected] [/c/[email protected]] - [email protected] [/c/[email protected]] - [email protected] [/c/[email protected]] Gaming: - [email protected] [/c/[email protected]] - [email protected] [/c/[email protected]] - [email protected] [/c/[email protected]] - [email protected] [/c/[email protected]] - [email protected] [/c/[email protected]] — 💰 Please help cover server costs. | Ko-Fi [https://lemmy.dbzer0.com/pictrs/image/4a2f073a-3dd8-492a-942d-72bd929c9f1d.png]https://ko-fi.com/dbzer0 | Liberapay [https://lemmy.dbzer0.com/pictrs/image/eec4659d-39be-4fc9-bc9e-66a96285ea2c.png]https://liberapay.com/db0/ | |:–:|:–:| | Ko-fi [https://ko-fi.com/dbzer0] | Liberapay [https://liberapay.com/db0/] | —

I like how textbooks all have ISBNs
They make pirating them so much easier!

Because even a long (64-bit int) is too small :)
A long can hold 2^64-1 = 1.84E19
A double can hold 1.79E308

Double does some black magic with an exponent, and can hold absolutely massive numbers!

Double also has some situations that it defines as "infinity", a concept that does not exist in long as far as I know (?)

A BigDecimal?

Doubles have a much higher max value than ints, so if the method were to convert all doubles to ints they would not work for double values above 2^31-1.

(It would work, but any value over 2^31-1 passed to such a function would get clamped to 2^31-1)

Ive never used githubs CI/CD, but gitlab has quite a large ecosystem for its CI/CD.
Seems to me like you could use gitlab as a one-stop-shop to host everything from your code to your artifacts and containers, if you are willing to pay for those fancy features

Free is able to just do basic CI/CD for like 250 minutes a month, or unlimited via your own runners/build servers, thats about it