Punk rock for kids who can’t skate, by destructo disk
and The power of positive drinking, by ashtrays
Punk rock for kids who can’t skate, by destructo disk
and The power of positive drinking, by ashtrays
Tbh you can play 0h h1 on your phone. A simple level takes 30 some seconds
It’s more goose than duck, but I like it. It’s also pretty fat :)
“Unless it’s renders the product completely
unusableunprofitable, why spend money and fix it?”
tbh I bought far cry 4, but because it was at a heavy discount and Ij ended up paying less than (the USD equivalent of) 4 dollars
Oh, I already hated windows, that was just the last straw
The pandemic and programming.
I was watching some tutorials and saw how easily people used the terminal, and how clunky cmd felt.
Next day I had ubuntu running.
While it’s true that’s a progess bar is guessing (since it doesn’t know what would take more time in your computer). It should still finish when at 100%
Yes, it’s the Pon Farr, that makes Vulkans have blood fever. The episode you are talking about is Amok Time
Even if they do have the same in-memory representation, you may want to assert types as different just by name.
AccountID: u64
TransactionID: u64
have the same in-memory representation, but are not interchangeable.
“src/utils/typing: added tests for isArray”
we have 90% coverage minimum
I don’t know how luxon works, but isWeekend could be a property instead of a function
I would agree if OP was trying to get a job as a developer, however I don’t think they are.
It’s more like you used a beaker for something and shook it to mix water and salt, it’s not the recommended way, but it’s fine.
You can’t go wrong with Visual Studio Code (AKA VSCode). It’s easy to pick up on, there are some pretty neat extensions and it works for seveal languages.
However there are IDEs specific to some languages, like PyCharm for python. While they usually have some cool features, your child will probably not need to use them.
Good luck :)
It may not work directly, but there’s always a way to misdirect it, like a vm!
rebuild stuff
I’ve remade a temperature converter cli 3 times in rust. Just to understand enums, structs and the borrow checker. Then I made an http server, that acted as a library’s book borrowing system.
thank you very much.
By undefined I meant the usage of undefined in the language, however you phrased it way better :)
That’s what I hate about javascript, it doesn’t warm you about undefined behavior, it just throws.
I used to not really care about that, but after learning C and Rust, damm, I wish there where result types everywhere
I loved math, so a friend of my mother said I could make the computer do maths for me.
6 years later and I’m still amazed computers do what I tell them. And now that I work with this everyday, I’m even more amazed anything works at all.
TCP is the way that you send information, HTTP is what it means.
The difference, in your case, is the port. You
can’tCAN have TCP and UDP on the same port, but you can’t have the same protocol on the same port.edit: I didn’t knew you could have different transfer protocols on the same port, ty!