A cyberpunk dark theme for prolonged use, color-blind safe, now supports such as VSCode, Vim, iTerm2, Terminal.app, and more, with continuous support being added.
https://github.com/hardhackerlabs/themes
https://redd.it/12tybs7
@programmingreddit
https://github.com/hardhackerlabs/themes
https://redd.it/12tybs7
@programmingreddit
GitHub
GitHub - hardhackerlabs/themes: 🧑🏾🚀 One Theme to Rule Them All 🌈
🧑🏾🚀 One Theme to Rule Them All 🌈. Contribute to hardhackerlabs/themes development by creating an account on GitHub.
Inkscape is hiring: Accelerating the GTK4 migration
https://inkscape.org/news/2023/04/17/inkscape-hiring-accelerating-gtk4-migration/
https://redd.it/12tx1ni
@programmingreddit
https://inkscape.org/news/2023/04/17/inkscape-hiring-accelerating-gtk4-migration/
https://redd.it/12tx1ni
@programmingreddit
inkscape.org
Inkscape is hiring: Accelerating the GTK4 migration | Inkscape
<p>Inkscape is hiring a senior C++ developer with GTK experience to accelerate the migration to GTK4.</p>
Paper Mario PC ports beckon as coder completes full decompilation of the N64 classic
https://www.pcgamer.com/paper-mario-pc-ports-beckon-as-coder-completes-full-decompilation-of-the-n64-classic/
https://redd.it/12vos1q
@programmingreddit
https://www.pcgamer.com/paper-mario-pc-ports-beckon-as-coder-completes-full-decompilation-of-the-n64-classic/
https://redd.it/12vos1q
@programmingreddit
PC Gamer
Paper Mario PC ports beckon as coder completes full decompilation of the N64 classic
Nintendo lawyers don't read this. Everyone else, hello.
The Quest for the Ultimate GUI Framework
https://scorpiosoftware.net/2023/04/22/the-quest-for-the-ultimate-gui-framework/
https://redd.it/12vghjf
@programmingreddit
https://scorpiosoftware.net/2023/04/22/the-quest-for-the-ultimate-gui-framework/
https://redd.it/12vghjf
@programmingreddit
Pavel Yosifovich
The Quest for the Ultimate GUI Framework
I love Graphical User Interfaces, especially the good ones :) Some people feel more comfortable with a terminal and command line arguments – I prefer a graphical representation, especially wh…
Leverage the richness of HTTP status codes
https://blog.frankel.ch/leverage-richness-http-status-codes/
https://redd.it/12wgxk4
@programmingreddit
https://blog.frankel.ch/leverage-richness-http-status-codes/
https://redd.it/12wgxk4
@programmingreddit
A Java geek
Leverage the richness of HTTP status codes
If you’re not a REST expert, you probably use the same HTTP codes over and over in your responses, mostly 200, 404, and 500. If using authentication, you might perhaps add 401 and 403; if using redirects 301 and 302, that might be all. But the range of possible…
How Russia killed its tech industry
https://www.technologyreview.com/2023/04/04/1070352/ukraine-war-russia-tech-industry-yandex-skolkovo/
https://redd.it/12wj5dz
@programmingreddit
https://www.technologyreview.com/2023/04/04/1070352/ukraine-war-russia-tech-industry-yandex-skolkovo/
https://redd.it/12wj5dz
@programmingreddit
MIT Technology Review
How Russia killed its tech industry
The invasion of Ukraine supercharged the decline of the country’s already struggling tech sector—and undercut its biggest success story, Yandex.
1500 Archers on a 28.8: Network Programming in Age of Empires and Beyond
https://www.gamedeveloper.com/programming/1500-archers-on-a-28-8-network-programming-in-age-of-empires-and-beyond
https://redd.it/12wy7xx
@programmingreddit
https://www.gamedeveloper.com/programming/1500-archers-on-a-28-8-network-programming-in-age-of-empires-and-beyond
https://redd.it/12wy7xx
@programmingreddit
Game Developer
1500 Archers on a 28.8: Network Programming in Age of Empires and Beyond
In Age of Empires the time to complete each simulation step varies greatly: the rendering time changes if the user is watching units, scrolling, or sitting over unexplored terrain, and large paths or strategic planning by the AI made the game turn fluctuate…
The shrinking role of semaphores [LWN.net]
https://lwn.net/Articles/928026/
https://redd.it/12xeaqs
@programmingreddit
https://lwn.net/Articles/928026/
https://redd.it/12xeaqs
@programmingreddit
Tech CEO: The work I did as a head of engineering was way harder and lonelier than the work I do now as the head of a company
https://devinterrupted.substack.com/p/being-vp-of-engineering-is-harder
https://redd.it/12xm444
@programmingreddit
https://devinterrupted.substack.com/p/being-vp-of-engineering-is-harder
https://redd.it/12xm444
@programmingreddit
Dev Interrupted
Being VP of Engineering is Harder than Being CEO
Being VP of Engineering is harder and lonelier than being CEO. In fact your VP is probably the loneliest person in your company - here's how to make it better.
MouthPad – In-Mouth Bluetooth Mouse Uses Tongue Sensitive Trackpad
https://www.augmental.tech/
https://redd.it/12x8x5z
@programmingreddit
https://www.augmental.tech/
https://redd.it/12x8x5z
@programmingreddit
www.augmental.tech
Augmental's MouthPad, a hands-free trackpad operated by the tongue, revolutionizes digital interaction. As a wearable smart mouthwear device, it enhances accessibility and provides touchless control for your devices. Ideal for assistive technology applications…
Nine ways to shoot yourself in the foot with PostgreSQL
https://philbooth.me/blog/nine-ways-to-shoot-yourself-in-the-foot-with-postgresql
https://redd.it/12ye352
@programmingreddit
https://philbooth.me/blog/nine-ways-to-shoot-yourself-in-the-foot-with-postgresql
https://redd.it/12ye352
@programmingreddit
philbooth.me
Nine ways to shoot yourself in the foot with PostgreSQL
Previously for Extreme Learning,
I discussed
all the ways I've broken production using healthchecks.
In this post
I'll do the same for PostgreSQL.
I discussed
all the ways I've broken production using healthchecks.
In this post
I'll do the same for PostgreSQL.
Postgres Full Text Search is better than ...
https://admcpr.com/postgres-full-text-search-is-better-than-part1/
https://redd.it/12yhhcg
@programmingreddit
https://admcpr.com/postgres-full-text-search-is-better-than-part1/
https://redd.it/12yhhcg
@programmingreddit
/admcpr
Postgres Full Text Search is better than ... (Part 1)
In which I show how ElasticSearch, Solr or another search specific database is probably unnecessary for a lot of PostgreSQL users.
Contracts you should never sign
https://vadimkravcenko.com/shorts/contracts-you-should-never-sign
https://redd.it/12ynksm
@programmingreddit
https://vadimkravcenko.com/shorts/contracts-you-should-never-sign
https://redd.it/12ynksm
@programmingreddit
Vadim Kravcenko
Contracts you should never sign
There are types of contracts that you should be wary of signing, particularly in the software engineering and IT industry. There are potential pitfalls of non-compete clauses, confidentiality agreements, exclusive distribution agreements, and vague project…
U.S. officials on Tuesday warned financial firms and others that use of artificial intelligence (AI) can heighten the risk of bias and civil rights violations
https://www.reuters.com/technology/us-policing-ai-companies-make-sure-it-doesnt-violate-civil-rights-2023-04-25/
https://redd.it/12yumzc
@programmingreddit
https://www.reuters.com/technology/us-policing-ai-companies-make-sure-it-doesnt-violate-civil-rights-2023-04-25/
https://redd.it/12yumzc
@programmingreddit
Reuters
U.S. policing AI at companies to make sure it doesn't violate civil rights
U.S. officials on Tuesday warned financial firms and others that use of artificial intelligence (AI) can heighten the risk of bias and civil rights violations, and signaled they are policing marketplaces for such discrimination.