Building the fastest Lua interpreter automatically
https://sillycross.github.io/2022/11/22/2022-11-22/
https://redd.it/100kvyt
@programmingreddit
https://sillycross.github.io/2022/11/22/2022-11-22/
https://redd.it/100kvyt
@programmingreddit
sillycross.github.io
Building the fastest Lua interpreter.. automatically!
This is Part 1 of a series of posts. Part 2 is available here: Building a baseline JIT for Lua automatically It is well-known that writing a good VM for a dynamic language is never an easy job. High
Opinion | The Shameful Open Secret Behind Southwest’s Failure
https://www.nytimes.com/2022/12/31/opinion/southwest-airlines-computers.html
https://redd.it/100k7v9
@programmingreddit
https://www.nytimes.com/2022/12/31/opinion/southwest-airlines-computers.html
https://redd.it/100k7v9
@programmingreddit
NY Times
Opinion | The Shameful Open Secret Behind Southwest’s Failure (Published 2022)
The recent meltdown was avoidable, but it would have cost the company.
How I Got Xfinity Stream to Work on Linux (a Tale of Widevine, ChromeOS, and a Patched glibc)
https://thebrokenrail.com/2022/12/31/xfinity-stream-on-linux.html
https://redd.it/1007axc
@programmingreddit
https://thebrokenrail.com/2022/12/31/xfinity-stream-on-linux.html
https://redd.it/1007axc
@programmingreddit
TheBrokenRail
How I Got Xfinity Stream to Work on Linux (a Tale of Widevine, Chrome OS, and a Patched glibc)
The Rise of Monolithic Software
https://medium.com/@erik-engheim/the-rise-of-monolithic-software-9e538cfec6e4?sk=758a175b003b5c23c3f3607130cb70d3
https://redd.it/100t5uw
@programmingreddit
https://medium.com/@erik-engheim/the-rise-of-monolithic-software-9e538cfec6e4?sk=758a175b003b5c23c3f3607130cb70d3
https://redd.it/100t5uw
@programmingreddit
Medium
The Rise of Monolithic Software
How modern software became completely dominated by self-contained platforms
C++ at the end of 2022 (11th edition)
https://www.cppstories.com/2022/cpp-status-2022/
https://redd.it/1003k11
@programmingreddit
https://www.cppstories.com/2022/cpp-status-2022/
https://redd.it/1003k11
@programmingreddit
C++ Stories
C++ at the end of 2022
I must admit that some previous years for C++ might feel a bit “boring” and “stable”. New features, new standard every three years, meetings, conferences… life as usual (apart from some additional World/Economy/public Health events…). This year seems different…
An alternative to `deleted_at` for soft record deletion
https://brandur.org/fragments/deleted-record-insert
https://redd.it/101h4ut
@programmingreddit
https://brandur.org/fragments/deleted-record-insert
https://redd.it/101h4ut
@programmingreddit
brandur.org
Easy, alternative soft deletion: `deleted_record_insert`
An alternate to traditional <code>deleted_at</code> soft deletion that stays out of the way and minimizes bugs.
PyTorch discloses malicious dependency chain compromise over holidays
https://www.bleepingcomputer.com/news/security/pytorch-discloses-malicious-dependency-chain-compromise-over-holidays/
https://redd.it/10191me
@programmingreddit
https://www.bleepingcomputer.com/news/security/pytorch-discloses-malicious-dependency-chain-compromise-over-holidays/
https://redd.it/10191me
@programmingreddit
BleepingComputer
PyTorch discloses malicious dependency chain compromise over holidays
PyTorch has identified a malicious dependency with the same name as the framework's 'torchtriton' library. This has led to a successful compromise via the dependency confusion attack vector.
bflat - Build native C# applications independent of .NET
https://flattened.net/
https://redd.it/101wxj8
@programmingreddit
https://flattened.net/
https://redd.it/101wxj8
@programmingreddit
flattened.net
bflat - C# as you know it but with Go-inspired tooling
Build tiny, selfcontained, and native executables with C#
Transition from Software developer to manager
https://levelup-edu.com/transition-from-software-developer-to-manager/
https://redd.it/102gxzk
@programmingreddit
https://levelup-edu.com/transition-from-software-developer-to-manager/
https://redd.it/102gxzk
@programmingreddit
GPTZero – an app to efficiently tell if an essay is ChatGPT or human written
https://twitter.com/edward_the6/status/1610067688449007618
https://redd.it/102hxlg
@programmingreddit
https://twitter.com/edward_the6/status/1610067688449007618
https://redd.it/102hxlg
@programmingreddit
26 programming languages in 25 days, Part 2: Reflections on language design
https://matt.might.net/articles/26-languages-part2/
https://redd.it/101zh5m
@programmingreddit
https://matt.might.net/articles/26-languages-part2/
https://redd.it/101zh5m
@programmingreddit
reddit
26 programming languages in 25 days, Part 2: Reflections on...
Posted in r/programming by u/mttd • 122 points and 53 comments
Plug-and-play C/C++ DOS development in Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=badlogicgames.dos-dev
https://redd.it/102dzaj
@programmingreddit
https://marketplace.visualstudio.com/items?itemName=badlogicgames.dos-dev
https://redd.it/102dzaj
@programmingreddit
Visualstudio
dos-dev - Visual Studio Marketplace
Extension for Visual Studio Code - Plug-and-play C/C++ DOS development in Visual Studio Code.
Microsoft is preparing to add ChatGPT to Bing
https://www.bloomberg.com/news/articles/2023-01-04/microsoft-hopes-openai-s-chatbot-will-make-bing-smarter
https://redd.it/1031m20
@programmingreddit
https://www.bloomberg.com/news/articles/2023-01-04/microsoft-hopes-openai-s-chatbot-will-make-bing-smarter
https://redd.it/1031m20
@programmingreddit
Bloomberg.com
Microsoft Hopes OpenAI’s Chatbot Will Make Bing Smarter
ChatGPT’s accuracy will be key to timing of any rollout
What Did Ada Lovelace's Program Actually Do?
https://levelup-edu.com/what-did-ada-lovelaces-program-actually-do/
https://redd.it/103cosb
@programmingreddit
https://levelup-edu.com/what-did-ada-lovelaces-program-actually-do/
https://redd.it/103cosb
@programmingreddit
levelup Education
What Did Ada Lovelace's Program Actually Do?
The first ever piece of code was written in 1842, well before the first actual machine that could be called a computer
The faker's guide to reading (x86) assembly language
https://www.timdbg.com/posts/fakers-guide-to-assembly/
https://redd.it/1033aab
@programmingreddit
https://www.timdbg.com/posts/fakers-guide-to-assembly/
https://redd.it/1033aab
@programmingreddit
TimDbg
The faker's guide to reading (x86) assembly language
Assembly code scares people. There’s a good reason for that. For many people, writing code in assembly language seems equivalent to writing code in ancient dwarven runes, or calculating pi in roman numerals. The fact that RollerCoaster Tycoon was almost completely…
CircleCI security alert - rotate your secrets
https://circleci.com/blog/january-4-2023-security-alert/
https://redd.it/103nvri
@programmingreddit
https://circleci.com/blog/january-4-2023-security-alert/
https://redd.it/103nvri
@programmingreddit
CircleCI
CircleCI security alert: Rotate any secrets stored in CircleCI (Updated Jan 13)
Read CircleCI’s security alerts from January 2023. Last updated 1/13/2023.
I built haystack - your own google for scattered workplace knowledge
http://haystack.it
https://redd.it/103tc3j
@programmingreddit
http://haystack.it
https://redd.it/103tc3j
@programmingreddit
haystack.it
haystack.it - This website is for sale! - haystack Resources and Information.
This website is for sale! haystack.it is your first and best source for all of the information you’re looking for. From general topics to more of what you would expect to find here, haystack.it has it all. We hope you find what you are searching for!