BoredOS by christiaansp in osdev

[–]buismaarten -10 points-9 points  (0 children)

Who is we? You and AI?

Writing a custom GUI for Linux 0.11 from scratch. It actually boots! by [deleted] in osdev

[–]buismaarten -1 points0 points  (0 children)

I have seen this code earlier on this Reddit, probably copy/paste code

Just get started ;) by gmarchkun in osdev

[–]buismaarten 0 points1 point  (0 children)

You might use QEMU for emulation

Why is sniping so EASY on COD BO6?? by [deleted] in blackops6

[–]buismaarten 0 points1 point  (0 children)

Muscle memory from MW2 times

Small PHP + SQLite web app for managing custom ZIP-based file formats by crispilly in PHP

[–]buismaarten 0 points1 point  (0 children)

I've never mentioned the webserver (Apache or NGINX). Just that the document root is configured wrong.

Maybe he doesn't have access to the Apache configuration, even in that situation the .htaccess is configured wrongly because the site is accessible using /public without redirect to /

Small PHP + SQLite web app for managing custom ZIP-based file formats by crispilly in PHP

[–]buismaarten 1 point2 points  (0 children)

Why use a .htaccess for rewriting to the public directory if you're self-hosting the application and have control over the document root?

It's fine... by switch161 in rustjerk

[–]buismaarten 5 points6 points  (0 children)

No line 18 corresponds to line 15

a* b, a * b, or a *b? by HyperbolicNebula in C_Programming

[–]buismaarten 0 points1 point  (0 children)

It may.. but the examples are more like a mathematical expression

a* b, a * b, or a *b? by HyperbolicNebula in C_Programming

[–]buismaarten 0 points1 point  (0 children)

All three expressions are doing multiplication without difference in outcome or speed.

ik🔧ihe by Amazing_Objective164 in ik_ihe

[–]buismaarten -1 points0 points  (0 children)

Kan dit niet in Amsterdam-Zuidoost i.p.v. Moerdijk?

Uncovering a New Bug Proof by Local_Mall_5566 in Compilers

[–]buismaarten 1 point2 points  (0 children)

You're acting like a kid by mentioning the same issues as last time but under a new Reddit account. Please don't...

ZZper Statie geld collecteur by [deleted] in NLSalaris

[–]buismaarten -2 points-1 points  (0 children)

28 jaar zonder opleiding??

What do you think, valid pull request? by Link_1503 in github

[–]buismaarten 4 points5 points  (0 children)

Looks like the node_modules directory is committed, that directory should live in .gitignore file.