Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API

From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "book"
-
- Sir, you must put away your laptop before the flight takes off.
- Is a tablet okay?
- Yes
- *Uncouples keyboard from Surface*
- ಠ_ಠ
- (⌐■_■)18 -
5 things you need to...
3 ways you can...
Top 10 Reasons to...
These 7 SHOCKING things will...
SHUT THE HELL UP.8 -
I've never heard an Apple person say "laptop" or "phone". They always specify that it's a "MacBook" or "iPhone".
Just an observation.14 -
All O RLY book covers. I laughed so hard that my head is blowing right now :D
https://github.com/thepracticaldev/...3 -
I am on nepal and we don't have international payment system. I have been sending email to dev writers for their book as I can't buy it from here and all of them send me their book for free. Its amazing :)15
-
Some people have a Bible by their bed to worship; some people, me, have Code Complete 2nd Edition by their bed.8
-
!rant but recommendation:
"JavaScript: The Good Parts" Douglas Crockford.
I really like this book.
It's chewed away my misconceptions of JS. Especially coming from C++.
Small and precise.
JSON, JSLint and JSMin developer is the author.6 -
Picked this up the other day. Hope it's as good as people have been telling me.
If so, then here begins a new journey for me to better code.11 -
Mum: "What's that?"
Me: "A book on the new version of JavaScript."
Mum: "Is that like Java?"
Me: "..."12 -
I've read so many stuff in english that it feels really weird to read something in my native language(german). Especially when they're using german words in their code:
public Nahrung mittagessen;
public Gast()
{
mittagessen = new Gericht("Wiener Schnitzel");
}
are you fucking kidding me?!10 -
Java interested folks.
I recommend reading Effective Java by Joshua Bloch.
It's worth reading.
Even James Gosling praised this book.12 -
Dear Author, burn in hell for printing a great book with such bad indentation. It triggers my developer OCD every time and i can not stop reading ...6
-
Hi, rant. I've just finished one of my hobby work. :D
Just another O'RLY book cover generator, written in Golang/Vue, supporting more glyph like CJK.
You may try it on https://rly.nanmu.me/
Source code is available via MIT license on https://github.com/nanmu42/orly
Cheers. :)10 -
THE HOLY GRAIL BOOK OF COMPUTER SCIENCE HAS ARRIVED!
52 years old and the book set is still not complete24 -
Just started reading this book ..
The first chapter and half are pretty interesting.
Their explication of Optimal Stopping and “The Secretary Problem” made think about scenarios where its possible to use in my life.
Ps: I think that what the books wanted!4 -
I just found this example in our school book. Should I be worried? (My teacher wrote the book BTW)20
-
Hey guys. I'm very proud to present my first book. Artificial Intelligence. A book that speak about convolutional neural network from the scratch and how artificial Intelligence improve our life. It's not a technical volume only but a place to know what there is inside. Now is time to correct it...6
-
Had a MacBook try to commit suicide sometime this weekend... just glad it didn't explode in the office ...
The battery swole large enough to push the trackpad out of the frame about a centimeter cracking it in half.
Took the battery out. Still works fine even with a cracked trackpad.7 -
Bought this a while ago thinking i would read, never ended up doing it. Now i am actually trying to learn it, and this shit is out of date8
-
"It's sad to think that some people crave a commute because it's the only time during the day they have to themselves." 👀9
-
Yesterday, a very good friend of mine who is a philosopher has given me a present: the book "Clean Code" by Robert C. Martin.
This summer is going to be very good. I'm very greatful.4 -
After concepting my game for years and having no real success bringing it to a playable medium, I've decided, fuck it, lets write a book.
I came up with too much lore and backstory for all the character's to go to waste!3 -
Wait... You mean to tell me that other programming languages that aren't python exist?!?!
Fucking blasphemy!!!17 -
This was my first real programming bible. I remember reading it chapter after chapter in the car on long car trips as a youngster and being so excited about the stuff I was learning I would explain it to my mom in the front seat as I was learning it. I'm sure she didn't understand a word of it.
Funny thing is I still do that today, 25 years later. And I'm sure she still understands not a word!
So, what was the book that really got you into programming?10 -
Bought an ebook that turned out to be a .DRM file
...that only worked with that publisher's Android app
......that only works with Android versions < 6.0 (I use Android 9)
Tried it anyway, which among incompatibility issues, was raising a certificate error. I contacted the publisher about it
..."sorry, the author did not give us permission to sell this. You can have your money back"
What
Why are you even advertising it on your website as a publisher then??7 -
!rant
PUBLIC SERVICE ANNOUNCEMENT:
For AI, in particular Deep Learning developers, practitioners, hobbyists and otherwise people interested in the field.
If you go into the Pytorch website, click on resources and scroll down you will see a link to "Deep Learning with Pytorch" by Manning publications. This will give you access to the book, a book that if memory serves me well costs about 40+ in printing and the online book format is about 29 (again, if memory serves well)
The book is currently FREE and it does not ask you for an email address, you can just tell them why you want it for and they will give you the free pdf download.
I don't know how good the book is, but have found Manning to publish really good resources.
Do with this information what you want.
And yes, I am leaving the rant tag, so that more people can see this and take advantage of the opportunity in case of being interested and not having the money to purchase the book after the promotion is done and over with. Fuck you about tags and shit.10 -
So having gotten my hands on the books I need for the next semester I decided to go take a look at what's in them.
Now the first is mostly web stuff and the second is just about software design. It starts off with an introduction to HTML5, where they didn't really teach HTML5, more like they taught HTML3/4 but not in a way that was too dangerous. I can tolerate not having my semantic tags tbh. They also used spaces on both sides of the = for some reason.
Then a CSS chapter which was also surprisingly mediocre. They didn't use a dedicated CSS file, but I can live with that, for starters.
Then there were some surprisingly decent JS chapters. Although they did use newlines before their { kinda miffed me. There has also been a few developments since this books release, but tbh this isn't the worst case of outdatedness. (And at least they didn't use jquery when teaching JS)
Then a chapter on SQL which I ignored.
Then a chapter about PHP, and, uhm, when did this book get released? Well the ISBN is 978-0-13-215100-9 and using the power of Google we can reveal it was published in.. 2011..
I'm quite happy that I already know how to program12 -
Buckle up, it's a long one.
Let me tell you why "Tree Shaking" is stupidity incarnate and why Rich Harris needs to stop talking about things he doesn't understand.
For reference, this is a direct response to the 2015 article here: https://medium.com/@Rich_Harris/...
"Tree shaking", as Rich puts it, is NOT dead code removal apparently, but instead only picking the parts that are actually used.
However, Rich has never heard of a C compiler, apparently. In C (or any systems language with basic optimizations), public (visible) members exposed to library consumers must have that code available to them, obviously. However, all of the other cruft that you don't actually use is removed - hence, dead code removal.
How does the compiler do that? Well, it does what Rich calls "tree shaking" by evaluating all of the pieces of code that are used by any codepaths used by any of the exported symbols, not just the "main module" (which doesn't exist in systems libraries).
It's the SAME FUCKING THING, he's just not researched enough to fully fucking understand that. But sure, tell me how the javascript community apparently invented something ELSE that you REALLY just repackaged and made more bloated/downright wrong (React Hooks, webpack, WebAssembly, etc.)
Speaking of Javascript, "tree shaking" is impossible to do with any degree of confidence, unlike statically typed/well defined languages. This is because you can create artificial references to values at runtime using string functions - which means, with the right input, almost anything can be run depending on the input.
How do you figure out what can and can't be? You can't! Since there is a runtime-based codepath and decision tree, you run into properties of Turing's halting problem, which cannot be solved completely.
With stricter languages such as C (which is where "dead code removal" is used quite aggressively), you can make very strong assertions at compile time about the usage of code. This is simply how C is still thousands of times faster than Javascript.
So no, Rich Harris, dead code removal is not "silly". Your entire premise about "live code inclusion" is technical jargon and buzzwordy drivel. Empty words at best.
This sort of shit is annoying and only feeds into this cycle of the web community not being Special enough and having to reinvent every single fucking facet of operating systems in your shitty bloated spyware-like browser and brand it with flashy Matrix-esque imagery and prose.
Fuck all of it.20 -
> goes to amazon
> finds fluent python book
> wants to order it
> shipping costs almost the same with the book
> cries.7 -
OK @QuanticoCEO
Nobody should be allowed anywhere near a Git client until they have read this book.17 -
Found the dragon book, second edition, a pretty famous compiler book at the following url:
http://informatik.uni-bremen.de/agb...
Just in case anyone is interested in it. It kinda trips me out that for 1000+ pages its only 4.somethingmb and apparently it comes from the University of Bremen, it was on the top Google results.
I think its clean, not a security expert, so if someone that is more skilled in it that I am wants to go ahead and check it out let me know11 -
I was amazed by an elderly man on the subway yesterday, he pulled out his tabled and stated reading a book on it. Thinking of that I know way too much younger people who can't even use a computer properly..1
-
This belongs to the small bunch of things that makes me feel that life is beautiful.
For a pretty long time, I wanted to learn Haskell, and recently I really fell in love with the category theory. Now how exciting is that when you found that you can learn them both?
I just started it, and I guess it's a pleasure for any programmer who doesn't whine about math. It's free to read:
https://bartoszmilewski.com/2014/...
Or to build 😉
https://github.com/hmemcpy/...4 -
The Subtle Art of Not Giving a Fuck: A Counterintuitive Approach to Living a Good Life
I am not into motivation books but I was intrigued by a title.
Nice fucking book.
Found some improvements I can make in my life.
Author literally wrote he don’t give a fuck if you’re reading it or not.4 -
Based on what I learned so far in the UX course, the UX textbook we learn from is utter shit. Who the fuck thought that using huge blocks of cyan color is a good idea?3
-
Fucking shit i just had a 3 days chat with google's cloud engineer about an issue i had in a project. eventually the issue occured due to an update they made on some projects involving IAM changes that required some changes from my part in my security toles. Like wtf haven't you heard of data fixes when you roll out such changes?! I just had my production env down for 72hours for their fuckup.
At least send an email regarding it so we could set it up in time1 -
"We’re not insulting Larry [Wall] by saying he’s lazy; laziness is a virtue. The wheelbarrow was invented by someone
who was too lazy to carry things; writing was invented by someone who was too lazy to memorize; Perl was
invented by someone who was too lazy to get the job done without inventing a whole new computer language."
- footnote from Learning Perl, by Randal L. Schwartz, brian d foy, and Tom Phoenix -
Started reading this book completed 15 chapter in 21 chapter. Now reading co-routines. Wonderful book, lot of internal stuffs
PS: skipped chapter 4 text vs bytes.
Which book to read next ?9 -
😭😭😭😭
I am just starting to realize that I have lost my second favorite programming book on the new years eve night because I was too fucked up to watch a backpack 😢😢😢 stupid drunk me
(at least I can still download the pdf)1 -
Travelled for some hours today.
While i was on it i remembered a PDF "The Pragmatic Programmer" resting in my phone.
Opened it and read it until the bus reached the destination.
I entered the bus a complete idiot and upon exit i was half Socrates of programming habits.
Had read some chapters though.
Why didn't i know about it before ? -
Here's some of my favorite quotes from "The Mythical Man-Month":
"The bearing of a child takes nine months no matter how many women are assigned".
"The management question ... is not whether to build a pilot system and throw it away. You will do that. The only question is whether to plan in advance to build a throwaway, or to promise to deliver the throwaway to customers."
"I once knew a boss who invariably picked up the phone to give orders before the end of the first paragraph in a status report. That response is guaranteed to squelch full disclosure." -
I was just commiting some code on GitHub for school tomorrow and I kinda got lost in the commit description..
Ah, it just hit me so hard I had the urge to get it out.. Helped, tho, love you Git -
Cryptography and Network Security
<william Stallings>
Got the book ^ ^
Feel free to comment any cool book about security :)3 -
Want to read a book that can help me avoid newb mistakes and can help me write beautiful code ?
Pragmatic programmer(1999)
Or
Clean code
Or
any other book ?
Help me !!?14 -
There is a book that is supposed to be the best book on its subject... but I just have to say - This book is not a good book. It's a bad book. That's right. I know the author well, - but it's terrible and I just need to tell someone. Thank you for listening.8
-
Reading a book:
"You’ll be able to go to bed at night and not have to worry about a 2 a.m. call from DevOps that some thing has gone awry and you need to fix it immediately."
This is a fantastic book!4 -
Just picked this up for my goals this year. If I don't like it, I can always sell it off and I don't like having to switch between screens on my laptop for tutorials. Has anyone used How to Learn Python the Hard Way? Did you like it? Hate it?5
-
Just got a Database Fundamentals book, who's hyped to stay up till 5am ready this fucking phone book😛1
-
Looking for next book to read:
*Googled "Mythical Man Moth"
*Realized that it auto corrected to "Mythical Man-Month"
Ever since I heard of the book I pondered what the hell the title could mean, thinking about analogies of devs to moths...
I've never felt so stupid and disappointed at the same time.1 -
RANT!
I still struggle to find the suitable address book software for our company. It supposed to be secure and inexpensive. But how so? It's flipping not possible to have both!
My boss answer to almost everything I say: Just do it! - in German: einfach machen! Please hulp!10 -
!dev_related
Finally hit chapter 6 of my book's rough draft!
Feels good to be making good progress, had to do a bit of an info dump on the readers but still need to expand everything.
Might even think about publishing in the future :-D2 -
“Millennials are picking up their phones on average of 237 times per day. The machines have not adapted to the millennials. The millennials have adapted to the machines.”
Started listening to this book. So far so good.18 -
What is the probability of alien rootkit signal that would be intercepted by satellite and then executed on modern computers to create AGI that can use cloud computing and digital currency to take over our world ?
From my perspective pretty high 🤣🤣🤣
Let’s convince some government people and create intergalactic cyber attack defense institution, that would keep earth safe from alien invasion, with high money grants so we can prevent those threats.
Maybe Ernest Cline Armada is already a thing.
What you think ?2 -
I was just in the attic to look for some old school stuff for my sister. But then I found an old carton with old stuff from me. In there I found my very first programming book. "AntMe!" to learn Visual Basic with ants 😄5
-
Really loving all these Udemy sales and humble book bundles, a lot of is for programming and some of them are actually really good!
It's a good time to be a Dev! -
An actual text from my CS Human-Machine Interfaces book:
"How do users react when a vending machine "eats" their money and doesn't give the product? Most likely, they will kick the machine in hopes of it returning him the money. Therefore, if we build a machine which has a "Cancel" button which returns the money in the lower part of the machine (the "kick zone") we would be improving the usability of the system a lot'
1st reaction: Wait, what the fuck?
2nd reaction: It ain't stupid if it works, I can't argue with that 🤔2 -
Found this book amongst other 7 grade school books...
Fuck, kids are learning the basis for every technical job this days, in my time even chemistry was only theory... Let alone practical lessons3 -
Why do windows users keep installing those bloated anti viruses and firewalls that just slow the hack of their system when windows essentials is enough with near to no impact
Those are the same people that got their system full with malware4 -
Someone made a summarized version of the rust book. Still worth picking up the real thing, but this is handy.
https://github.com/psibi/...2 -
When the OS literature teaches you that processes aren't cows since cows needs two parents to spawn a child while a process only needs one.3
-
If anyone wants something to read I recommend http://mit.edu/hacker/hacker.html/
I just finished it and found it quite interesting.1 -
I think we should have a decent web app for devrant. And... make it open source so we all could give a hand 🖐️8
-
I cannot remember having seen a more unethical and pushy user interface than the one of viagogo.
I'm a frustrated to close the entire tab within the first 10 seconds. It's a sad story on on how it tries to instill a sense of urgency to BOOK NOW!
100 people are looking RIGHT NOW at the YOUR offer! Stop thinking, act fast! BUY IT, YOU FOOL OR IT IS GONE!
Here, see all those other options are already sold out m( Oh look, that option over there? Just sold out in this very instant you lazy ass.
I have seen something similar on booking.com and airbnb, yet this egregious implementation truly gets my blood boiling and sets a new low.
I'll take my business elsewhere.
If you develop a web shop, treat your customers as actual adults. Let them breathe. Let them make an informed decision.
If you need to rush them, your business model is broken.
If my employer would ask me to develop something like that, I'd escalate hard. If that wouldn't suffice, I'd reject implementing that anti-feature and would look for a new job out of principle.rant 13337 devs are looking at this rant right now unethical behavior book now why are you slacking off upvote now pushy fraud ui2 -
I don't know why, but lately I'm really into low level stuff, my knowledge yet is really limited. So I got myself this, really looking forward to gain more knowledge in this field..😀3
-
This the first book I bought, back in the day. What was the first book you bought when starting out?28
-
Im thinking of writing a book on blockchain and possibly partnering with O'Reilly to get something solid done. It would be an in-depth book about the inner workings of blockchain technology, without assuming any knowledge of programming (but would cover every topid thoroughly).
Who here would be interested in reading something like that?2 -
That moment when you're on a bus and have idle thoughts just to pass time and catch yourself thinking "I could never imagine <person> ever hurting anyone, it's just not within their scope."
It's happening, the transformation is happening... I'm turning into... a PROGRAMMER! 😱😱 -
Not programming related but is related to devrant.
I recently deleted facebook from my phone, and just a few days ago I got my first ever facebook ad! (An ad advertising that I should download the Facebook app.)
If this is not representative of Facebook's slow and perhaps eventual demise, I don't know what is.
This is related to devrant because I deleted the facebook app because I enjoyed DevRant more. Oh and also I feel less stressed now that I've basically unplugged from that rotten social media platform.3 -
My favorite thing at my desk is my adult coloring book. I'm a developer/project manager hybrid so I have to deal directly with the clients AND build their sites. 🙄👎🏼 Coloring in this is very therapeutic; the sayings are hilariously vulgar.😆👌🏼2
-
Just bought a book that covers some techs that I use, but want to get better at. I get less than a chapter in, and realize something is horribly wrong. I check the publication date. 2015.
I am so fucking stupid.4 -
I just got this book and I am excited to read it 😁
You can get it for free here:
https://open-xchange.com/resources/... -
Why is there a - 1 plus option? Just listened to a podcast by stackoverflow where they explained how they removed the down vote option on comments out of the idea that you cant be wrong on what you think..
Just throwing an idea6 -
thanks to quantumcat for sending me this book! Its french, but whoever is interested in it: i send it s pages into a telegram channel so if anybody wants: Mathematiques - Prepa Ingenieur subdivisionnaire Territorial
le livre integral
https://t.me/livredemaths9 -
I’ve been reading this book “Designing Data Intensive Applications” by Martin Kleppman. The concepts are really well explained !!2
-
got the rest of the boxes out of storage and found this book I bought about 6 years ago. thinking about rereading it for fun.2
-
Any recommendations for introductory books on electrical engineering? I'm looking for something that goes into detail on the basics: tension, current, resistance, inductance, capacitance, etc. I have very little knowledge on the subject (I know what the basic components do and that's it) and I found myself struggling a bit with the most basic concept: voltage.
I grabbed my multimeter, a few resistors and a battery and played around a bit. For some reason it doesn't really "click" why on a 5v circuit with 3 2.2k ohm resistors (I think) the voltage around each resistor was like ~1.3 volts or something, while on a circuit with 2 resistors the voltage accross each one was ~2.3 something volts (I don't remember exact values). Like, I know that voltage is a difference in potential, but I still don't get it and idk what I'm missing. Why is the difference in potential accross a resistor different if the circuit has 2 resistors in series instead of 3. It kinda makes sense in my head but at the same time it doesn't.
In short, I want to know the "why" stuff works the way it does, not just the "how".
Also, if the book covers common practices, components, and circuits that'd be very helpful. I want to learn how to build well-designed, reliable and safe circuits.12 -
"Programming is a craft. At its simplest, it comes down to getting a
computer to do what you want it to do (or what your user wants it to do). As a programmer, you are part listener, part advisor, part interpreter, and part dictator. You try to capture elusive requirements and find a way of expressing them so that a mere machine can do them justice. You try to document your work so that others can understand it, and you try to
engineer your work so that others can build on it. What's more, you try to do all this against the relentless ticking of the project clock. You work small miracles every day.
It's a difficult job. "
- The pragmatic programmer -
If I need 2 weeks to implement a new feature, I need at least one more week to find better solutions which make the code easier to read. Then I would like to spend yet another week to think about other solutions to make sure I can't find one that is even better..
I hardly ever get that time but when I do, I create something beautiful..
The last time I was able to reduce > 2000 lines of code to a about 50 lines generic service which is easily extendable and understandable.
Do you include stuff like this in your estimations? -
Meetings are the way of parasites to keep shining without doing shit. Why do they gave to drag me into their bullshit meeting?!$&2
-
Need Recommendation : Reader.
Planning to start reading again after quite some time.
What's the simplest(cheapest) reader can I go for?
-Should not strain eyes.
-portable.
-Don't need any fancy feature (not even WIFI or market place)
-I do already have epubs of most books that I want to read.
-Should be able to bookmark
-while a built-in dictionary & light would be great, its not a necessity.
Dont want to get something higher end unless I get:
- Improved pdf experience.
- Hassle free way to read manga/comics. (mainly manga)7 -
When you are desperate to get your hand written notes from client to digital format.Quick hack. Bluetooth is the way!3
-
“Not a security guy” no more😼
I already completed 10/16 chapters of this book, including formatted and updated every code example in the github repo.
There’re lots of fillers in the book.
😑Lots of repeating samples.
The nosql part in node.js is completely broken.🤯
The code mixed with space and tab, so I have to format it before starting the exercise. 🙀
The git repo has about 150 forks, it makes me wonder how many copies they actually sold, since the entire book is closely tied to code samples.🤔1 -
Does someone happen to know a book that goes deep in C, like really deep ?
I'd like to find the "JavaScript definitive edition" of the C language6 -
I found this old book in my basement(it's from 2004). Would you recommend using it to improve my knowledge or would there be too much deprecated information? I already made a few (rather simple) android apps, but never really got to know java.6
-
Are programming books worth buying/reading? If so, what C# ( and Unity ) book would you recommend. I'd like to expand my knowledge.3
-
!rant I've been meaning to learn Python for quite some time.
I've worked with Java, PHP, C, C#, JS, Ruby, even a bit of Lua. Any good books to recommend?3 -
Sometimes I lie awake at night, and I ask, "Where have I gone wrong?"
Then a voice says to me, "This is going to take more than one night."
-Charles M. Schulz
Just found this in a book that's like the analog version of devRant! ^^ -
Found this book in a garage sale in our country. It costs 1USD
This type of book or any modern related programming book is rare in our country.3 -
What architecture or design principle related books would you recommend? Something like the gang of four's book. I have read that. What other great books are there?5
-
Thinking about getting a surface book but can only afford an 8gb one... Will it be enough or should I look elsewhere for more ram? Decisions decisions...3
-
Tips: The Humble Book Bundle: Web Design & Development by O'Reilly
https://humblebundle.com/books/...1 -
One hour to go and our plane will set off.
It wasn't a good idea to read Homo Faber before this flight.
My German Teacher says he's waiting for a new Film of the book. Instead of this "engineer" back in 1954, you should just a computer nerd xD
I wanna see that1 -
An old visual basic 6.0 handbook someone gave me many years ago.
I really liked working on VB6.0 and then moving to .NET 2008.
Nowadays, I love and do web development. -
How good is "The Pragmatic Programmer - by Andy Hunt and Dave Thomas"?
Any positives, to motivate me.2 -
Planning to write a new book called "How to get a relationship in tech".
First page: you don't. 99 other pages: blank
Totally not frustrated at all /s12 -
Got this book from my parents back in the early 2000's and made a website for my little sister; an Avril Lavigne fan-page for her and her friends! Hosted at Swedens counterpart to Geocities, Passagen.
Today I make simple websites for small local businesses together with my father.1 -
Good java books for beginners:
Moksh Jawa's book "Decoding Computer Science A"
Herbert Schildt's book (Oracle Press)
The Litvins' book "Java Methods"2 -
Suggestions for a book (if possible german) about php design patterns like mvc, singletons, dependency injections etc.?
If explained good it can also be in another language instead of php. -
Does anyone recommend this book: https://kobo.com/us/en/...
Just want to learn more about Domain Driven Design.3 -
Any suggestion on (pls, cheap) books that'd enable me to understand the unix/Linux environment in its most fundamental level?
I do use Linux for some 10 years already, but just now I moved to a distro that doesn't do everything to me. So my basic idea is to get the basics so I'd have the least problems when transitioning to other distros/*ix systems, so pls, the less its distro specific, the better or is.
Thx5 -
This is ridiculous.
https://businessinsider.com/apple-m...
Looks like only Inuit can utilise the full power of the new MacBook Pro.4 -
I saw the book The Pragmatic Programmer. It's pretty old. Is there a more up to date version? Or should I read this one?2
-
I don't know if I'll read all but I had to buy absolutely this fantastic Unix book bundle!!
http://bit.ly/2gCT3mo1 -
I found every book of Arduino a total waste of money. There are lots of courses free and a lot of documents, projects in Instructables or Hackaday to start to learn. I say it as a teacher and course/document writer.
-
Just read the phoenix project. It's fucking hilarious!
I wonder if someone on here has made similar experiences. If so, I'm truly sorry.
And fuck Sarah.2 -
Another gem from my Database Fundamentals class, this time it's from the textbook:
So right now we're learning about data modeling with ERDs and the book is explaining a few things about attributes. I got to a part where the book was explaining when you should split an attribute into many (the book mixes up conceptual modelling and logical modelling). The first example the book gave was an address, splitting it up by street name, address number, city, postal code, etc. So far so good. Now we get to the second example: a phone number. The book split the the number 55 11 9784-8900 into four parts:
Country code: 55
Area code: 11
Number prefix: 9784
Number suffix: 8900
At this point I was like "WHAT?". Separating area and country codes from the rest of the number is ok, that's useful, but splitting the number itself in half? Why the fuck would you want to do that? Correct me if I'm wrong but the dash in the middle of the number is just used for "chunking", to make it easier for our brains to read the number. Why would you want to split the number in half? There's literally no reason to do it, at least not in the example the book was showing.
Every time I open this book I keep wondering why the hell my teacher chose it to be our textbook. He's a great teacher, his lectures are awesome, he explains stuff super well, but he chose this book. A book that's filled with shitty literal translations to domain-specific words and acronyms, shitty examples, and convoluted sentences.6 -
Tried out the node.js code demo in this book.
🤦♂️
Terrible format, use tab for indentation, very very long function, redundant code (eg: new Buffer vulnerability)...
The major issue is none of the total.js nosql code works. Eg:
db.clear()
db.insert({...data})
Without any asynchronous call, how do you expect this to work?!
Just fixed the code and updated npm modules for demos in Chapter 3 btw... Took way longer than expected.3 -
I just got a "inconstantly meet expectation". I have blown a deadline this summer after that time my Macbook Pro felt into the bowl of water the owner of the CBD shop have put there of his dog, in sicily.1
-
!rant
There's a workshop here in Philippines about Sprint Design & it is based from this book.
Any of you guys read this book?
Does the concepts/ideas in the book helped you in your work/personal projects?2 -
I got myself a Kindle last week and bought Randle Monroe's what if, thoroughly enjoying it . Saw someone recommending 'Algorithms to live by' here , I'll be reading that next . What books are you guys reading ?5
-
Who amongst you remembers Ultima Online?
At one point probably one of the best games ever made. Even wrote the record for most players online and got in the Guinness Book of records for it. This was during the dial-up days. You kids these days have no idea how slow internet was or how cool it was to hear those three special words, You've Got Mail.
Everquest and WOW dont have shit on this game even if it never really went 3D. There was a sorta blocky 3d but it sucked which is why it failed. Everyone was content with 2d because the blocky 3d was trash in most circumstances.
With Ultima it made you feel like a kinda second life. And it wasn't a chore like Life Is Feudal or many of the other grundy games of today.
My 80 year old grandfather played it all day everyday. That's how fucking good the game was.
I would still be playing the official servers a decade plus, later if they would stop adding unnecessary dlc and they wouldn't have added a pay store.
It seriously pisses me off that I spent years collecting and hoarding rare items that I actually fucking earned and the assholes add a pay store that lets these new players buy the item I fought a boss four hours to get.
It ain't fucking right. It literally makes the rares worthless and my efforts pointless.
EA also rushed Ultima IX so it was buggy as hell and technically unbeatable unless you edited the game to let you cheat. Richard Garriott made the game and bugs and all is a masterpiece. His new game Shroud of The Avatar, not so much but that's a different rant.
I honestly wish EA would go out of business. They have ruined enough of my favorite titles with their incompetent bullshit and greedy cash grabs. If they would just make UO the way it was around the second age or Lord Blackthorn I'd guess a lot of us old-school vets would come back.
But as it is our only real option is to build our own servers or play someone else's which is what I do. Fuck EA!9 -
Hello to everyone in this platform. I am a college student who wants to become a software developer from the first class of the high school. Unfortunately, in my country it isn't possible that both study to university exam and learn other stuff(Actually you can if you sleep 6 hours and stay on home every time without a social life). Now I'm glad that I have entered one of the best college in my country, but the information I learn in the college is not enough for me. Because of that I am looking for a good algorithms book that teaches the logic of common algorithms(like binary search, DFS, BFS and the things like that). I know I can learn them on the internet ofc, but currently I have to spend a lot of time on computer so I want to a book version of these information. Sorry for this long post. All book recommendations are appreciated :)1
-
Hey guys,
What books had the biggedt impact on how you live your life, conduct your business, the way you code or make decisions?
I'm reading "Zero to One" for the second time now and love reading it all over again.10 -
What should my next book be? I’ve narrowed down to these—
A Commentary on Unix by John Lions
Clean Code by Robert C Main
Code Complete by Steve McConnell
SICP by Gerald Jay Sussman
Feel free to suggest any other book as well7 -
One of my big gripes about PyQt5 in particular is lack of info, especially on advanced topics. This includes books. I found this on Amazon today:
Qt5 Python GUI Programming Cookbook: Building responsive and powerful cross-platform applications with PyQt https://amazon.com/dp/B079S4Q9T2/...
It was just published in July. I’m thinking I might buy the Kindle book.
On reviewer complained about lack of info on how to handle child dialogs (after fighting with child dialogs that had their own children and dialogs with threading and all that, I feel you, brother). But the 2 reviews it’s gotten look fairly positive.
I wonder how advanced the book gets. Going to read the sample later.4 -
Thought that it might be a good idea to ask this question here.
Im looking for a nice logging events service for a side project that is a b2b (so my clients got their own users). My targets are tracking users behavior/events/actions in the app while been able to shred the data that belongs to each customer. A great benefit would be having a solution that would allow me to export part of the data (in sql like way) so i could provide the users the option to download their users data as well.
Was thinking about mixpanel but i dont think they have any option to export the data via api. Heap analytics is also an interesting one, but their nice features are limited to corporates..
Any suggestions? Thanks!4 -
Just letting y'all know, the Michael Hartl books "Learn enough to be dangerous" are on sale. These the items I used to acquaint myself with Rails, to me they are good, maybe others have more experience with them and can recommend better, but to me I like em.4