-
12 votes
-
Linux Mint 20 Blocks And Removes Snap Citing Backdoor To Canonicals SnapCraft Store
7 votes -
Teach Yourself Programming in Ten Years
20 votes -
1Keys: my 1 kilobyte JavaScript piano is open source on GitHub
17 votes -
What programming/technical projects have you been working on?
This is a recurring post to discuss programming or other technical projects that we've been working on. Tell us about one of your recent projects, either at work or personal projects. What's...
This is a recurring post to discuss programming or other technical projects that we've been working on. Tell us about one of your recent projects, either at work or personal projects. What's interesting about it? Are you having trouble with anything?
15 votes -
Programming Languages which are Homoiconic
I've been looking for languages which are homoiconic. I've worked with Lisp, Prolog and Smalltalk, as well as some of their children. Are there any other designs which have this useful feature?
4 votes -
Beginner’s Guide To Abstraction
4 votes -
Benchmarks of some of the most popular static-hosting providers
8 votes -
How Vim became so popular
22 votes -
The end of the Redis adventure
15 votes -
Fortnightly Programming Q&A Thread
General Programming Q&A thread! Ask any questions about programming, answer the questions of other users, or post suggestions for future threads. Don't forget to format your code using the triple...
General Programming Q&A thread! Ask any questions about programming, answer the questions of other users, or post suggestions for future threads.
Don't forget to format your code using the triple backticks or tildes:
Here is my schema: ```sql CREATE TABLE article_to_warehouse ( article_id INTEGER , warehouse_id INTEGER ) ; ``` How do I add a `UNIQUE` constraint?
9 votes -
State of the Keybase.io website
8 votes -
Open Elections data on DoltHub
4 votes -
Launching Keyoxide
10 votes -
What programming/technical projects have you been working on?
This is a recurring post to discuss programming or other technical projects that we've been working on. Tell us about one of your recent projects, either at work or personal projects. What's...
This is a recurring post to discuss programming or other technical projects that we've been working on. Tell us about one of your recent projects, either at work or personal projects. What's interesting about it? Are you having trouble with anything?
14 votes -
Write once, build anywhere
8 votes -
General-purpose OS, special-purpose OS, and now: vendor-purpose OS
16 votes -
Create No-JavaScript friendly sites
22 votes -
Exploiting Bitdefender Antivirus: RCE from any website
13 votes -
What is Zig's “colorblind” async/await?
8 votes -
Comprehensive guide on the JavaScript tooling system by MDN
5 votes -
Replacing (potentially) insensitive terminology in programming
22 votes -
Time to upgrade your monitor - Optimizing a display setup for programming
14 votes -
How the Nintendo Switch prevents downgrades by irreparably blowing its own fuses
17 votes -
How do you plan or outline a program?
I’m currently studying Python Object Oriented programming and got to a point where logic and syntax are the least of my problems. I always get to a stage where I’m completely lost between modules,...
I’m currently studying Python Object Oriented programming and got to a point where logic and syntax are the least of my problems. I always get to a stage where I’m completely lost between modules, classes, objects and a sea of “selfs”.
I’m not doing anything too complicated, just small projects for practice, but I think I would benefit from planning. My mental processes are highly disorganized (ADHD) and I need all the help I can get with that.
I don’t need an automated tool (even though it might come in handy) -- sketching things out on paper is probably enough.
I only know about UML, which seems fine. Can anyone recommend a tutorial about this and other tools?
Edit to link my last attempt at following a tutorial:
This is the last tutorial I tried to follow, a Pygame project from the book
Python Crash Course 2ed
. Following tutorials is frequently mostly typing, so what I achieved there is not a real representation of my abilities -- I would not be able to do something like that on my own. In fact, I failed to answer the latest exercises, which were basically smaller versions of this project.My problem is not with syntax and the basics of how OOP works, but rather with memory and organization of information.
10 votes -
Introducing GitHub Super Linter - A multi-language linter that can be used through GitHub Actions
7 votes -
OPSV: Open PGP Signature Verification
4 votes -
What programming/technical projects have you been working on?
This is a recurring post to discuss programming or other technical projects that we've been working on. Tell us about one of your recent projects, either at work or personal projects. What's...
This is a recurring post to discuss programming or other technical projects that we've been working on. Tell us about one of your recent projects, either at work or personal projects. What's interesting about it? Are you having trouble with anything?
8 votes -
Remembering Windows 2000, Microsoft’s forgotten masterpiece
11 votes -
Are there any good tools for "one-off" file encryption?
Sorry if this is a silly question, but I keep running into situations where a small CLI or GUI tool that could be handed a single file and hand me back an encrypted version would be useful. I've...
Sorry if this is a silly question, but I keep running into situations where a small CLI or GUI tool that could be handed a single file and hand me back an encrypted version would be useful. I've done some googling, but all I typically turn up is blogspam about random Windows-only tools that seem to be of dubious quality.
Anyone know of a good tool for this type of thing?
9 votes -
Are There Problems That Computers Can't Solve?
10 votes -
What programming/technical projects have you been working on?
This is a recurring post to discuss programming or other technical projects that we've been working on. Tell us about one of your recent projects, either at work or personal projects. What's...
This is a recurring post to discuss programming or other technical projects that we've been working on. Tell us about one of your recent projects, either at work or personal projects. What's interesting about it? Are you having trouble with anything?
12 votes -
Jepsen: PostgreSQL 12.3
5 votes -
Welcome to RWX.GG
8 votes -
Announcing sound null-safety for Dart
7 votes -
Build Concept: The Mobius Chair
In the DC canon, The Mobius Chair is a time-space/dimensional vehicle operated by the New God Metron. It allows him to travel and observe the universe, but the one I'm making is nowhere near as...
In the DC canon, The Mobius Chair is a time-space/dimensional vehicle operated by the New God Metron. It allows him to travel and observe the universe, but the one I'm making is nowhere near as functional.
I've come into a recliner chair with a cupholder on each armrest, and I already had a split keyboard. My plan is to use the cupholders as a mount for both ends of the split keyboard, so that I could use the entire run of armrest and have my hands lay naturally on the keys. Goals are to minimize weird stretching and be able to comfortably type for long stretches of time, to put off stuff building this that I planned to work on this weekend, and to look super boss, though not necessarily in that order.
If I want ultimate angulation and the best range of motion, I was thinking about something like a cupholder with a phone or a tablet mount, like this one, but if anyone has recommendations for what would be best to work with, or have done something like this before, I'm all ears.
6 votes -
How and why GraphQL will influence the SourceHut alpha
5 votes -
Haiku R1/beta2 has been released
10 votes -
chardetng: A More Compact Character Encoding Detector for the Legacy Web
4 votes -
The impending doom of expiring root Certificate Authorities and legacy clients
6 votes -
Fortnightly Programming Q&A Thread
General Programming Q&A thread! Ask any questions about programming, answer the questions of other users, or post suggestions for future threads. Don't forget to format your code using the triple...
General Programming Q&A thread! Ask any questions about programming, answer the questions of other users, or post suggestions for future threads.
Don't forget to format your code using the triple backticks or tildes:
Here is my schema: ```sql CREATE TABLE article_to_warehouse ( article_id INTEGER , warehouse_id INTEGER ) ; ``` How do I add a `UNIQUE` constraint?
6 votes -
What programming/technical projects have you been working on?
This is a recurring post to discuss programming or other technical projects that we've been working on. Tell us about one of your recent projects, either at work or personal projects. What's...
This is a recurring post to discuss programming or other technical projects that we've been working on. Tell us about one of your recent projects, either at work or personal projects. What's interesting about it? Are you having trouble with anything?
12 votes -
Free open source app to create GitHub issues faster
4 votes -
A New RegExp Engine in SpiderMonkey
7 votes -
Easy JavaScript unit tests in WordPress with Jest
3 votes -
This website will self destruct
38 votes -
Making a SNES game in 2020 - The story of building Yo-Yo Shuriken, including designing and developing the game itself with modern tools and manufacturing a physical cartridge release
4 votes -
Software Development as Advanced Damage Control
8 votes -
Featherweight Go
3 votes -
Hoare’s Rebuttal and Bubble Sort’s Comeback
6 votes