Hacker Newsnew | past | comments | ask | show | jobs | submit | NetOpWibby's commentslogin

inb4 people rage against Linux

Scroll down, some nerds have no chill.

Good grief

  Before figuring out how to tackle this project, I needed to know whether it would even be possible. According to a 2021 Reddit comment:

    There is a zero percent chance of this ever happening.

  Feeling encouraged, I started with the basics: what hardware is in the Wii, and how does it compare to the hardware used in real Macs from the era.
I LOL'd

I almost think such projects are worth it just to immortalize comments like these. There's a whole psychology of wrongness that centers on declaring that not-quite-impossible things will definitely never happen, because it feels like principled skepticism.

That used to be my thing: wherever our ops manager declared something was impossible, I’d put my mind to proving her wrong. Even though we both knew she might declare something impossible prematurely to motivate me.

My favorite was “it’s impossible to know which DB is failing from a stack trace”. I created STAIN (stack traces and instance names): a ruby library that would wrap an object in a viral proxy (all returns from all methods are themselves proxies) that would intercept all exceptions and annotate the call stack with the “stain”ed tag.


I've seen more than one half-joke-half-serious chunk of code that would "encode" arbitrary info into stack traces simply by recursively calling `fn_a`, then `fn_s`, `fn_d`, and `fn_f` before continuing with the actual intended call, giving you a stack trace with (effectively) "asdf" in it.

They've also been useful more than once, e.g. you can do that to know what iteration of a loop failed. There are of course other ways to do this, but it's hard to beat "stupid, simple, and works everywhere" when normal options (e.g. logs) stop working.


Reminds me of https://github.com/jtolio/gls which implement a "thread local storage" in golang

Yeah, I've implemented this before as a protest against Apple stripping crash logs of information.

Well you're doing gods work as far as I'm concerned. Conflating difficulty in practice with impossibility in principle is, to my mind, a source of so much unnecessary cognitive error.

The declaration of an impossibility of a given task or goal is a reflection of the perceived barrier by the individual, rather than the task itself.

Wise men speak when needed; fools because they want


Adversarial software development is also when I do my best work

Adversarial personal development is definitely a thing too.

The solution to every software problem is another layer of indirection :-)

Similarly, one of the great things about Python (less so JS with the ecosystem's habit of shipping minified bundles) is that you can just edit source files in your site_packages once you know where they are. I've done things like add print statements around obscure Django errors as a poor imitation of instrumentation. Gets the job done!

I'm remindded of my favorite immortalized comment, "No wireless. Less space than a Nomad. Lame." Rob Malda of Slashdot, 2001, dunking on the iPod when it debuted.

So many. The Dropbox comment on HN

Funny enough about the Dropbox comment, it caught so much flak that it’s gone full circle and I’ve often found people defending it saying what the guy said made sense at the time etc

I guess Reddit is just less empathetic than HN


Dropbox may have made money, but it was always a piece of shit.

They're kinda like high-effort shitposts. Which are my absolute favorite kind. The worse the effort/reward payoff, and the more it makes you ask "WHY??!!?", the better.

Yes, I’ve found at work that the best way to get me off my ass and work furiously is to tell me something isn’t possible

100% agree, I find that sometimes I hit a dead end, but the things I build or learn on the way are usable at a later date.

Love that it's actually linked as well; too bad that user isn't still active.

Agreed. Also who doesn't like knocking a smug commenter down a peg

Now tell me your opinion on P==NP being confirmed within 5 years.

    P == NP && P !== NP

Only in the very special case of N=1+ε for infinitesimal values of ε.

I'd be lying if I said it wasn't a very tiny part of my motivation :)

It's a variation of "because it's there" when asked why would you climb some giant mountain.

Impressive work! Now run Dolphin on it. ;)


Wasn't the old Linux joke, don't ask "how do I do X with Linux" (because you'd get ridiculed for not reading the docs) but instead, just state "X isn't possible with Linux" and then someone would show you how it's done?

Or eventually you could answer wrongly to a question without answers, triggering plenty of correct ones

yeah, it's an interesting socio-psychological phenomenon

Ha so well known it has a name, Cunningham’s law

I have a project on my desk that started as a response to a line in the Adafruit docs for their RP2040 based MacroPad

     It is not possible to add BLE or WiFi at this time to the MacroPad.
Oh yeah, really? There is a port hanging off the side that can be reconfigured for UART, are you sure Adafruit, what if I add an ESP32?

Its a great motivator, happened with me too, I once asked a question about getting the original camera on custom rom and got this as a response [1]. This lead to 2 year long project [2] and an awesome time full of learnings and collaboration

[1] https://xdaforums.com/t/how-do-i-port-pocos-miui-camera-to-c...

[2] https://xdaforums.com/t/anxcamera-closed-on-xda-only-16th-fe...


I got the idea of writing an emulator in JavaScript in the pre-Chrome era, circa 2007. I remember searching around trying to find whether somebody had done it before. It seemed not, and somebody on a forum declared “that’s not possible”.

To me, it was obviously possible, and I was determined to prove them wrong.

Anyway, this now exists because of that: https://github.com/bfirsh/jsnes


Reminds me of the old saying "don't interrupt the one doing it, to tell him it can't be done."

I love this

> Readers with a keen eye might notice some issues:

> - Everything is magenta.

was fun too


So much has happened in the tech world because someone wrote at one point, "You can't do that"

My favorite part of our online world.


HN is not as bad but I think a lot of internet commenters do this because it gives them a little hit of superiority

Plus the internet basically equates cynicism with intelligence

There is somehow no concept of "ignorant cynicism"


Plus the internet basically equates cynicism with intelligence

This is a generally known phenomenon in psychology. If you leave a book review saying that you liked a book, people are biased to believe you are stupid. If you criticize a book negatively people are biased to believe you are smart.


I thought the same thing about running macOS Ventura on pre-AVX2 Macs until this[1] showed up.

[1] https://github.com/acidanthera/CryptexFixup


Gotta love that particular Redditors follow up comment:

>Go ahead and downvote me. I am correct on every single thing I said


The best part is the comment ranting about how the Wii's CPU is so fundamentally different, and then:

> The Wii uses a PowerPC 750CL processor - an evolution of the PowerPC 750CXe that was used in G3 iBooks and some G3 iMacs.

Hilarious.


Tempted to necro a 5 year old reddit post just to tell that guy he was wrong, honestly

This is why Reddit defaults to archiving posts (preventing new comments or votes) after 6 months.

User hasn't posted in 4 years. Sadly, they'd probably never see it.

I wanted to, but no replies are allowed now :)

I tried messaging them and it says I'm not allowed to message them. Weird, never had that happen to me

Make a new thread calling them out personally.

Post a link so we can upvote for visibility :)

Nevermind, wasn't hard to find: https://www.reddit.com/r/wii/comments/1sfzacl/porting_mac_os...


Comments are blocked there

The comment score is 1. It doesn't even have a controversial flag. The gamification of social media is a mistake.

The missile knows at all times where it is, by knowing at all times where it isn’t.

I’ve never seen someone go to so much effort just to prove a random Redditor wrong, but I am impressed.

The "zero percent" guy definitely opened a browser tab to check after the post went live.

I had the same reaction.

You know you're gonna get banned/deleted, right?

[flagged]


I don't know you but your life has value. I hope you find peace.

This is dope af. I love concrete (was just gifted a book about concrete buildings for my birthday last week). I see things like this and remind myself that I have free will.

Thanks for the inspiration.


  I see things like this and remind myself that I have free will.
What a compliment for an artist- I hope somebody says something like this to me some day

I assumed ProcessWire was some crusty olde CMS and am pleasantly surprised to see that it is NOT. It looks damn good and the sites created with it look great too. Adding this to my toolkit, thanks!

I also thought about this but decided to go with Simple Machines Forum and I'm glad I did. Just looking at the dearth of options in the admin area is enough to make my head spin.

That being said, I probably will embark on a custom form just because I'm highly opinionated and capable.


I suspect that you mean the opposite of “dearth” (figuratively “scarcity; a lack or short supply”) something like “excess”, maybe?

Oh yes, thank you! SMH

When was the last time this site was updated? It mentions Sprint, which hasn't existed for years.

I think it just goes by ASN. Looks like Comcast owns the Sprint ASN now.

Is this an AI post? The last few times something mind-blowing was shared from Reddit, it was later found to be fake.

I think it’s human written but there are details of the story that are self-contradicting, like receiving an email explaining why all of the accounts have been banned after all of their email accounts were banned. Including recovery accounts.

Maybe they reordered the list but when I saw it they listed getting the email before listing that the recovery accounts were banned.

It was definitely fake though and it looks like the mods finally realized that (after deleting comments for calling out that it was fake)


Domain available for $50 from Cloudflare

Everything old is new again


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: