WinAPI-Fun: A collection of (relatively) harmless pranks using the Windows API
https://github.com/adeemm/WinAPI-Fun
https://redd.it/svhu40
@programmingreddit
https://github.com/adeemm/WinAPI-Fun
https://redd.it/svhu40
@programmingreddit
GitHub
GitHub - adeemm/WinAPI-Fun: A collection of (relatively) harmless prank examples using the Windows API
A collection of (relatively) harmless prank examples using the Windows API - adeemm/WinAPI-Fun
Alarm raised after Microsoft wins data-encoding patent - rANS variant of ANS, used e.g. by JPEG XL
https://www.theregister.com/2022/02/17/microsoft_ans_patent/
https://redd.it/sv7rle
@programmingreddit
https://www.theregister.com/2022/02/17/microsoft_ans_patent/
https://redd.it/sv7rle
@programmingreddit
The Register
Alarm raised after Microsoft wins data-encoding patent
This is why we can't have nice things, potentially
A hairy PostgreSQL incident
https://ardentperf.com/2022/02/10/a-hairy-postgresql-incident/
https://redd.it/suyidt
@programmingreddit
https://ardentperf.com/2022/02/10/a-hairy-postgresql-incident/
https://redd.it/suyidt
@programmingreddit
Ardent Performance Computing
A Hairy PostgreSQL Incident
It was 5:17pm today, just as I was wrapping up work for the day, and my manager pinged me with the following chat: <manager>: Hi Jeremy – we have a <other team> ticket – esc…
AWS S3: Why sometimes you should press the $100k button
https://www.cyclic.sh/posts/aws-s3-why-sometimes-you-should-press-the-100k-dollar-button
https://redd.it/sumhmg
@programmingreddit
https://www.cyclic.sh/posts/aws-s3-why-sometimes-you-should-press-the-100k-dollar-button
https://redd.it/sumhmg
@programmingreddit
Cyclic.sh
AWS S3: Why sometimes you should press the $100k button | cyclic.sh
Looking for the Dark Sky API alternative? RainViewer API and the weather radar database might be a good addition to your weather project. Windy, Ventusky, and others are already using it. The API is free, and I plan to keep it free as long as possible.
https://www.rainviewer.com/api.html
https://redd.it/sup9an
@programmingreddit
https://www.rainviewer.com/api.html
https://redd.it/sup9an
@programmingreddit
Rainviewer
API Documentation - Rain Viewer
Learn how to use the Rain Viewer API to access and visualize real-time and rainfall data from 90+ countries.
Nix: An idea whose time has come
https://revelry.co/insights/development/nix-time/
https://redd.it/sw2cjd
@programmingreddit
https://revelry.co/insights/development/nix-time/
https://redd.it/sw2cjd
@programmingreddit
Revelry
Nix: An Idea Whose Time Has Come | Revelry
Our team of software engineers, designers, project managers and other technology experts love to share insights and opinions. See this post by Rev Team
Linux developers patch security holes faster than anyone else, says Google Project Zero - Linux programmers do a better job of patching security holes than programmers at Apple, Google, and Microsoft.
https://www.zdnet.com/article/google-project-zero-finds-linux-developers-patch-security-holes-faster-than-anyone-else/
https://redd.it/swe845
@programmingreddit
https://www.zdnet.com/article/google-project-zero-finds-linux-developers-patch-security-holes-faster-than-anyone-else/
https://redd.it/swe845
@programmingreddit
ZDNet
Linux developers patch security holes faster than anyone else, says Google Project Zero
Linux programmers do a better job of patching security holes than programmers at Apple, Google, and Microsoft.
I just discovered Google’s “Programmable Search Engine.” I created my own custom search engine to filter out quora, w3schools, geeksforgreeks, etc!
https://programmablesearchengine.google.com/
https://redd.it/swfzq8
@programmingreddit
https://programmablesearchengine.google.com/
https://redd.it/swfzq8
@programmingreddit
Programmable Search Engine by Google
Help people find what they need on your website. Add a customizable search box to your web pages and show fast, relevant results powered by Google.
A toolkit for developing high-performance HTTP reverse proxy applications open-sourced by Microsoft
https://github.com/microsoft/reverse-proxy
https://redd.it/sxek46
@programmingreddit
https://github.com/microsoft/reverse-proxy
https://redd.it/sxek46
@programmingreddit
GitHub
GitHub - dotnet/yarp: A toolkit for developing high-performance HTTP reverse proxy applications.
A toolkit for developing high-performance HTTP reverse proxy applications. - dotnet/yarp
PostgreSQL Begins Working On Zstd Compression Support
https://www.phoronix.com/scan.php?page=news_item&px=PostgreSQL-ZStd-Start
https://redd.it/sxsu4m
@programmingreddit
https://www.phoronix.com/scan.php?page=news_item&px=PostgreSQL-ZStd-Start
https://redd.it/sxsu4m
@programmingreddit
Phoronix
PostgreSQL Begins Working On Zstd Compression Support
While PostgreSQL has supported compression with its TOAST storage and over the past year has built-up LZ4 compression support for it along with compressing the WAL, backup compression, and other usage, PostgreSQL developers are preparing to further extend…
I created a functional Turing Machine out of the Find/Replace box in Notepad++
https://github.com/0xdanelia/regex_turing_machine
https://redd.it/sxyiuk
@programmingreddit
https://github.com/0xdanelia/regex_turing_machine
https://redd.it/sxyiuk
@programmingreddit
GitHub
GitHub - 0xdanelia/regex_turing_machine: The find/replace box in Notepad++ is Turing Complete
The find/replace box in Notepad++ is Turing Complete - 0xdanelia/regex_turing_machine
I made a terminal video player with 4 “pixels” per character.
https://github.com/TheRealOrange/terminalvideoplayer
https://redd.it/syfmzu
@programmingreddit
https://github.com/TheRealOrange/terminalvideoplayer
https://redd.it/syfmzu
@programmingreddit
GitHub
GitHub - TheRealOrange/terminalvideoplayer
Contribute to TheRealOrange/terminalvideoplayer development by creating an account on GitHub.
TypeScript's React.ReactNode type is a black hole
https://changelog.com/posts/the-react-reactnode-type-is-a-black-hole
https://redd.it/sy2002
@programmingreddit
https://changelog.com/posts/the-react-reactnode-type-is-a-black-hole
https://redd.it/sy2002
@programmingreddit
Changelog
The React.ReactNode type is a black hole
Many of us use TypeScript in our React applications to eliminate an entire class of runtime bugs. But surprisingly, one of the most commonly used types: `React.ReactNode` turns out to be unsafe, failing to detect objects that cannot be rendered by React.…
A JSON-like data structure (a CRDT) that can be modified concurrently by different users, and merged again automatically.
https://github.com/automerge/automerge
https://redd.it/sxwjpg
@programmingreddit
https://github.com/automerge/automerge
https://redd.it/sxwjpg
@programmingreddit
GitHub
GitHub - automerge/automerge: A JSON-like data structure (a CRDT) that can be modified concurrently by different users, and merged…
A JSON-like data structure (a CRDT) that can be modified concurrently by different users, and merged again automatically. - GitHub - automerge/automerge: A JSON-like data structure (a CRDT) that c...
Report: Missouri Governor’s Office Responsible for Teacher Data Leak
https://krebsonsecurity.com/2022/02/report-missouri-governors-office-responsible-for-teacher-data-leak/
https://redd.it/syrpid
@programmingreddit
https://krebsonsecurity.com/2022/02/report-missouri-governors-office-responsible-for-teacher-data-leak/
https://redd.it/syrpid
@programmingreddit
Krebsonsecurity
Report: Missouri Governor’s Office Responsible for Teacher Data Leak
Missouri Governor Mike Parson made headlines last year when he vowed to criminally prosecute a journalist for reporting a security flaw in a state website that exposed personal information of more than 100,000 teachers. But Missouri prosecutors now say they…
Linux's getrandom() Sees A 8450% Improvement With Latest Code
https://www.phoronix.com/scan.php?page=news_item&px=Linux-getrandom-8450p
https://redd.it/syy1ns
@programmingreddit
https://www.phoronix.com/scan.php?page=news_item&px=Linux-getrandom-8450p
https://redd.it/syy1ns
@programmingreddit
Phoronix
Linux's getrandom() Sees A 8450% Improvement With Latest Code
The Linux kernel's random number generator code has been seeing a number of improvements recently led by Jason Donenfeld of WireGuard fame.