-
10 votes
-
Personal Software Development Checklists
11 votes -
What do you self host?
I'm interested to see what people on here self host, or if they self host at all. Reply with what you self host, why you host it and any other thoughts you have!
51 votes -
Fixing Mass Effect black blobs on modern AMD CPUs
12 votes -
Passing the Same Parameters to Multiple Functions
6 votes -
When do you use singletons?
7 votes -
The Intel 8086 processor's registers: from chip to transistors
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?
11 votes -
Moving from TypeScript to Rust / WebAssembly
6 votes -
What is the best way to teach Python for my 11-year-old sister that lives in another state?
This may seem an obvious question, but not as much as it seems. She uses Windows, I’m currently using Linux/macOS. How to instruct her to install her Python environment? Should I use Zoom, Skype,...
This may seem an obvious question, but not as much as it seems. She uses Windows, I’m currently using Linux/macOS. How to instruct her to install her Python environment? Should I use Zoom, Skype, Google Hangouts, or another solution? Is there and easy way for live-drawing (online blackboard) to explain things to her visually? And, perhaps most importantly, how can I do that for free?
13 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 -
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 -
Chopper Commando Revisited
3 votes -
Self-hosters and home-lab enthusiasts ... anyone here have experience running their own Matrix?
Following up on @freddy's query about self-hosting ... I am trying to set up a self-hosted VPS running Synapse (the server-side component of Matrix), Riot-web, and bundled in Jitsi. I've twice...
Following up on @freddy's query about self-hosting ...
I am trying to set up a self-hosted VPS running Synapse (the server-side component of Matrix), Riot-web, and bundled in Jitsi. I've twice gotten it up and running successfully for internal accounts/users, but federation keeps throwing weird authentication errors when trying to connect with user accounts from other server instances (a week later, my regular Matrix account still has 3 outstanding broken Invites from the new server-account which I can neither accept nor reject ... ).
I'm basically following along with this youtube setup tutorial (except I am using Apache rather than nginx).
Before I start to drill into the nitty-gritty of my issue(s), does anyone here have experience setting this up? Anyone care to dedicate a bit of time and energy to helping me figure out what I'm doing wrong?
Additionally, I saw commentary from @smores that Jitsi isn't performing well for him on his self-hosted server ... any further details you can share?
Edited to add:
Sorry all, I didn't think through the timing. I am still motivated to get a self-hosted Matrix instance up and running; however, right at the moment, I have a couple of other, higher priorities I need to attend to first. If I'd thought about it, I would have held off on starting this thread for a couple of days.
I will get back to this thread ... let's say, Wed or Thurs ... take another crack at the Matrix set-up then, and provide details here, as I do.
Thanks,
EtC16 votes -
Rust is surprisingly good as a server language
11 votes -
The future of online identity is decentralized
11 votes -
GitHub feature: README.md for your profile
If you create a repo with the same name as your account, your profile page will have a readme at the top. I found this via a thread on hn; I think it's neat.
24 votes -
Why general artificial intelligence will not be realized
13 votes -
Onivim 2: First round of MIT commits have been released
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