I created an API to fetch data from Twitter without creating any developer account or having rate limits. Feel free to use and please share your thoughts!
https://www.npmjs.com/package/rettiwt-api
https://redd.it/10ssyig
@programmingreddit
https://www.npmjs.com/package/rettiwt-api
https://redd.it/10ssyig
@programmingreddit
Glidesort, a new stable sort in Rust up to ~4x faster for random data
https://github.com/orlp/glidesort
https://redd.it/10ss8zh
@programmingreddit
https://github.com/orlp/glidesort
https://redd.it/10ss8zh
@programmingreddit
GitHub
GitHub - orlp/glidesort: A Rust implementation of Glidesort, my stable adaptive quicksort/mergesort hybrid sorting algorithm.
A Rust implementation of Glidesort, my stable adaptive quicksort/mergesort hybrid sorting algorithm. - GitHub - orlp/glidesort: A Rust implementation of Glidesort, my stable adaptive quicksort/mer...
January 1, 1970: The Day the Software Industry was Created
https://jldavis.substack.com/p/what-the-unix-epoch-should-really
https://redd.it/10sqr0l
@programmingreddit
https://jldavis.substack.com/p/what-the-unix-epoch-should-really
https://redd.it/10sqr0l
@programmingreddit
Scatter Brain
January 1, 1970: The Day the Software Industry was Created
The Unix epoch is an arbitrary date no more.
Fluxsort: A stable quicksort, now faster than Timsort for both random and ordered data
https://github.com/scandum/fluxsort
https://redd.it/10tgye4
@programmingreddit
https://github.com/scandum/fluxsort
https://redd.it/10tgye4
@programmingreddit
GitHub
GitHub - scandum/fluxsort: A fast branchless stable quicksort / mergesort hybrid that is highly adaptive.
A fast branchless stable quicksort / mergesort hybrid that is highly adaptive. - scandum/fluxsort
ChatGPT Passes Google Coding Interview for Level 3 Engineer With $183K Salary
https://www.pcmag.com/news/chatgpt-passes-google-coding-interview-for-level-3-engineer-with-183k-salary
https://redd.it/10tt6tc
@programmingreddit
https://www.pcmag.com/news/chatgpt-passes-google-coding-interview-for-level-3-engineer-with-183k-salary
https://redd.it/10tt6tc
@programmingreddit
PCMAG
ChatGPT Passes Google Coding Interview for Level 3 Engineer With $183K Salary
'Amazingly, ChatGPT gets hired at L3 when interviewed for a coding position,' reads a Google document, but ChatGPT itself says it can't replicate human creativity and problem-solving skills.
How a single line of code brought down a half-billion euro rocket launch
https://jam.dev/blog/famous-bugs-rocket-launch/
https://redd.it/10tkpgv
@programmingreddit
https://jam.dev/blog/famous-bugs-rocket-launch/
https://redd.it/10tkpgv
@programmingreddit
Jam.dev blog
How one line of code brought down a €500M rocket launch
And it was so avoidable! The bug was from a piece of dead code, left over from the previous Ariane 4 mission a decade before.
ASP.NET Core Dev Team Launches 'Blazor United' Push for .NET 8
https://visualstudiomagazine.com/articles/2023/02/03/blazor-united-plan.aspx
https://redd.it/10src1m
@programmingreddit
https://visualstudiomagazine.com/articles/2023/02/03/blazor-united-plan.aspx
https://redd.it/10src1m
@programmingreddit
Visual Studio Magazine
ASP.NET Core Dev Team Launches 'Blazor United' Push for .NET 8 -- Visual Studio Magazine
Shortly after Blazor creator Steve Sanderson wowed web-devs with a new prototype project called Blazor United and solicited feedback on its viability, Microsoft flipped the switch and put it on the roadmap for .NET 8.
My web-based desktop environment that was first announced here reaches 500,000 alpha users!
https://puter.com/
https://redd.it/10uhdzh
@programmingreddit
https://puter.com/
https://redd.it/10uhdzh
@programmingreddit
Puter
Puter is a privacy-first personal cloud that houses all your files, apps, and games in one private and secure place, accessible from anywhere at any time.
A collection of about 50+ open source creative coding examples, games, algorithm visualizers, ai projects, purely in C99
https://github.com/Jaysmito101/cgl/tree/main/examples
https://redd.it/10ue21t
@programmingreddit
https://github.com/Jaysmito101/cgl/tree/main/examples
https://redd.it/10ue21t
@programmingreddit
GitHub
cgl/examples at main · Jaysmito101/cgl
CGL (C Game Library) is a multipurpose library mainly for recreational coding / demo scenes / prototyping / small games / experimentation. - cgl/examples at main · Jaysmito101/cgl
Reverse-Engineering YouTube: Revisited
https://tyrrrz.me/blog/reverse-engineering-youtube-revisited
https://redd.it/10tgg31
@programmingreddit
https://tyrrrz.me/blog/reverse-engineering-youtube-revisited
https://redd.it/10tgg31
@programmingreddit
Oleksii Holub
Reverse-Engineering YouTube: Revisited • Oleksii Holub
Back in 2017 I wrote an article in which I attempted to explain how YouTube works under the hood, how it serves streams to the client, and also how you can exploit that knowledge to download videos from the site. The primary goal of that write-up was to…
A few months ago, I posted about a StackExchange site proposal for Programming Language Design. It's moved into the Commitment Phase of the proposal process and needs your help to become a proper site!
https://area51.stackexchange.com/proposals/127456/programming-language-design-and-implementation
https://redd.it/10uq2qr
@programmingreddit
https://area51.stackexchange.com/proposals/127456/programming-language-design-and-implementation
https://redd.it/10uq2qr
@programmingreddit
Stackexchange
Programming Language Design and Implementation - A Stack Exchange Proposal
Beta Q&A site for designers and implementers of computer programming languages
Reversing UK mobile rail tickets
https://eta.st/2023/01/31/rail-tickets.html
https://redd.it/10txerj
@programmingreddit
https://eta.st/2023/01/31/rail-tickets.html
https://redd.it/10txerj
@programmingreddit
eta.st
Reversing UK mobile rail tickets
The UK has used small credit-card sized tickets to pay for train travel for years and years, since long before I was born — originally theAPTIS ticket1,which...
Comparing the Same Project in Rust, Haskell, C++, Python, Scala and OCaml
https://thume.ca/2019/04/29/comparing-compilers-in-rust-haskell-c-and-python/
https://redd.it/10uz605
@programmingreddit
https://thume.ca/2019/04/29/comparing-compilers-in-rust-haskell-c-and-python/
https://redd.it/10uz605
@programmingreddit
thume.ca
Comparing the Same Project in Rust, Haskell, C++, Python, Scala and OCaml - Tristan Hume
It is becoming difficult for me to be productive in Python
https://avi.im/blag/2023/refactoring-python/
https://redd.it/10v979f
@programmingreddit
https://avi.im/blag/2023/refactoring-python/
https://redd.it/10v979f
@programmingreddit
avi.im
It is becoming difficult for me to be productive in Python - blag
It’s harder to refactor a large Python codebase. Type hints won’t save you, and you need a lot of unit tests. But how does that work in practice? Is Python fast to ship?
A Whirlwind Tutorial on Creating Really Teensy ELF Executables for Linux
https://www.muppetlabs.com/~breadbox/software/tiny/teensy.html
https://redd.it/10utfk9
@programmingreddit
https://www.muppetlabs.com/~breadbox/software/tiny/teensy.html
https://redd.it/10utfk9
@programmingreddit