[-] [email protected] 38 points 1 month ago

200 MB modern application built on top of Chrome can’t handle a few files.

Emacs from the 70/80s can handle a thousand files. Something is wrong with computers.

[-] [email protected] 36 points 1 month ago

I’m bored too, but not bored enough to post shitty shit like this.

[-] [email protected] 68 points 3 months ago* (last edited 3 months ago)

There’s nothing Tanenbaum could do

Tanenbaum doesn’t seem to mind

Today OP was very dumb and showed his ignorance of the concept "I do whatever I fucking want." Don't be like OP.

people regretting releasing their work under a permissive license

They're free to change the licence of future versions. OP also failed at understanding the concept of licences. He's such a silly moron!

[-] [email protected] 71 points 3 months ago

IIRC, it's controlled by the carrier and not encrypted. If that's the case, it's bad. We've been moving away from carriers and internet providers, and got some privacy back by various means. Why would be roll that back?

[-] [email protected] 82 points 3 months ago

Try medical software and devices. The requirements and specs are mandatory before doing anything. It’s actually very fun and I have less burnout thanks to this.

[-] [email protected] 41 points 3 months ago

Why is the USA the only country to have those problems, AND complain about getting free stuff?

[-] [email protected] 53 points 3 months ago

It’s not the old program anymore, and it already leaked a long time ago. It was obvious that the new one wouldn’t be open.

[-] [email protected] 53 points 3 months ago

I tried it a long time ago and found out that they were injecting links to their shitcoins inside the web pages. Like, additional links in some web sites.

I’m still dumbfounded that there was not more protests about it because it should never happen.

[-] [email protected] 128 points 3 months ago

But how can you show them that you bought an overpriced shirt made by a child in Bangladesh?

[-] [email protected] 51 points 3 months ago

no-code effort

And we know that the no-code fad was very successful in the past.

With an infinite supply of shitty projects created by “devs” who can’t code, I’ll have a guaranteed job for ever. Thanks AI!

23
submitted 4 months ago by [email protected] to c/[email protected]

cross-posted from: https://sh.itjust.works/post/19440902

I want to document my debugging sessions in a text file but I don't know if anyone did this before.

I came up with this kind of "language" that is a mix between Markdown and C++, but I still wonder if something equivalent exists already.

// When you click on the button
# [click button]
- A::f()
// - ... other method calls, don't document if you don't need to

# A::f()
// "..." for "parameters" where you don't need the details
- Stuff::g(...)
- Stuff::h(...)

// <Class> is a fake template thing to show the possible types of an object
# <SubStuffA | SubStuffB> Stuff::g(...)
- Stuff::g() {} // empty but I use v/=> for virtual call
  v/=> SubStuffA::g()
  v/=> SubStuffB::g()

# SubStuffA::g()

# SubStuffB::g()

# Stuff::h(...)

I document methods in the order of appearance in the code.

If you have any good idea about a reliable way to document a list of function calls, I'm interested!

11
submitted 4 months ago by [email protected] to c/[email protected]

I want to document my debugging sessions in a text file but I don't know if anyone did this before.

I came up with this kind of "language" that is a mix between Markdown and C++, but I still wonder if something equivalent exists already.

// When you click on the button
# [click button]
- A::f()
// - ... other method calls, don't document if you don't need to

# A::f()
// "..." for "parameters" where you don't need the details
- Stuff::g(...)
- Stuff::h(...)

// <Class> is a fake template thing to show the possible types of an object
# <SubStuffA | SubStuffB> Stuff::g(...)
- Stuff::g() {} // empty but I use v/=> for virtual call
  v/=> SubStuffA::g()
  v/=> SubStuffB::g()

# SubStuffA::g()

# SubStuffB::g()

# Stuff::h(...)

I document methods in the order of appearance in the code.

If you have any good idea about a reliable way to document a list of function calls, I'm interested!

[-] [email protected] 100 points 4 months ago

Also gaming on a PC is 40 years old, what do they still have to learn?

[-] [email protected] 85 points 4 months ago

"People don’t have money. That’s scary for companies selling expensive products."

view more: next ›

best_username_ever

joined 5 months ago