What you get from this channel:
โข An interesting link each day, for experienced programmers
โข Interesting quotes from important personalities in the software industry
โข Links to useful tutorials suited for beginners
โข An interesting link each day, for experienced programmers
โข Interesting quotes from important personalities in the software industry
โข Links to useful tutorials suited for beginners
Learn C++ today!
Here you get a big and comprehensive tutorial about it.
From the basics to advanced topics! Nice reading ๐
http://www.cprogramming.com/tutorial.html
Here you get a big and comprehensive tutorial about it.
From the basics to advanced topics! Nice reading ๐
http://www.cprogramming.com/tutorial.html
Cprogramming
C, C++ Programming Tutorials - Cprogramming.com
The best way to learn C or C++. Beginner-friendly tutorials written in plain English. Covers compiler setup through concepts like loops, if statements, pointers, arrays, classes, recursion and more.
โ A world without hackers would be a world without curiosity and innovation.
JonยทEricksonยฌ
JonยทEricksonยฌ
โ A world without hackers would be a world without curiosity and innovation.
JonยทEricksonยฌ
JonยทEricksonยฌ
youtube-dl removed from GitHub by RIAA
https://freedom.press/news/riaa-github-youtube-dl-journalist-tool/
https://freedom.press/news/riaa-github-youtube-dl-journalist-tool/
Freedom of the Press
Music industry forces widely used journalist tool offline
The popular free software project โyoutube-dlโ was removed from Github on Friday following a legal notice from the Recording Industry Association of America claiming it violates copyright law. The tool is widely used by journalists for various reporting purposes.
Software correctness is a lot like flossing โข Hillel Wayne
https://www.hillelwayne.com/post/flossing/
https://www.hillelwayne.com/post/flossing/
Hillel Wayne
Software correctness is a lot like flossing
My work brings me though a lot of software correctness techniques, things like type theory, test-driven development (TDD), and formal methods. The surrounding communities all have the same problem: they canโt get people using these techniques. They all askโฆ
Hector Martin from fail0verflow, of Wii homebrew, PS3, PS4 and Switch Linux fame, starts Patreon to fund Apple Silicon Linux port
https://www.patreon.com/marcan
https://www.patreon.com/marcan
Common CDN resources aren't shared between sites anymore. Each site has its own cache.
https://wicki.io/posts/2020-11-goodbye-google-fonts/
https://wicki.io/posts/2020-11-goodbye-google-fonts/
Wicki.io
Time to Say Goodbye to Google Fonts: Cache Performance
This browser caching change kills the utility of cross-site resource CDNs like Google Fonts.
Use mmap With Care
A case study on the complexity of handling all the edge cases that come with using mmap
https://www.sublimetext.com/blog/articles/use-mmap-with-care
A case study on the complexity of handling all the edge cases that come with using mmap
https://www.sublimetext.com/blog/articles/use-mmap-with-care
Turning vaguely reassuring finite-state machines into regular expressions
https://qntm.org/plants
The equivalence of regexes and state machines is fairly well known, but not often demonstrated in this direction!
https://qntm.org/plants
The equivalence of regexes and state machines is fairly well known, but not often demonstrated in this direction!
qntm.org
Turning vaguely reassuring finite-state machines into regular expressions
There's a Twitter account I like called @happyautomata, which periodically posts randomly-generated finite-state machines. Followers of this account make a hobby of turning the FSMs into regular expressions. This is always possible, because (strictly regular)โฆ