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

Copyright isn't, patents in their current form are though.

Since a couple of weeks they force you to login to use old.reddit.

My visits have dropped by about 95%


You can use www.reddit.com (yes, this domain, not old.reddit.com) with the old UI if you set cookie "redesign_optout=true".

Thanks for that tip. Works like a charm.

Use Redlib [1] or one of the other alternative Reddit frontends.

[1] https://github.com/redlib-org/redlib


At that point though, it's like why. Reddit is, well, trash. It's barely worth visiting without an account, and if you're going to make me jump through hoops to visit, it's time to accept the message of "we don't want you here" and go somewhere else.

If you're browsing Reddit for its front page, yes, that's trash. But it can be a great source for getting information on narrow, specific topics on well-moderated subreddits filled with enthusiastic and obsessive people eager to share their knowledge. It's been very helpful for me when researching coffee grinders, refrigerators, solar battery backups, headphones, and other such things.

The reason to use it is that Reddit does provide the occasional answer to questions like "how to get a Samsung SCX 3400 to run on a Raspberry Pi" (etc.).

All those have been ingested by chatgpt, which ironically provides a better user experience.

Now all that's missing is Chatlib, a self-hosted proxy for ChatGPT which makes it possible to a) query the service without leaving a personally identifiable trace and b) separate out the facts from the dreamt-up fiction. Using Redlib I at least get to see the original posts which makes it easier to separate fact from fiction.

I've been making money from reddit, and for about a decade and a half and at this point, why bother? It's basically drained and what remains is of zero value.

Redreader still works on android.

Though, reddit's been infected by you tubers and clankers to the point that it's basically useless.


Reddit infected by Youtubers sounds like pest getting cholera, i.e. Reddit did not need an infection to be a bot-infested cesspit.

It sure didn't help any. People that get their info from YouTube tend to be morons with zero reading comprehension.

The same is and has been true for Reddit for a long time, the difference lies mostly in the ideological sauce flavouring these places, i.e. Little-endians vs. Big-endians. If you're a Reddit-endian you'll despise the Tube-endians and vice versa.

https://addons.mozilla.org/en-US/firefox/addon/old-reddit-re...

works for now. it's no longer just a redirect.

in the week or so it didn't function, I used https://photon-reddit.com/


Same, it’s been nice if I’m honest, them doing something to old.reddit.com was always going to be the final straw.

Outside this place it was the last of the “social” media’s I used.


Old reddit redirect extension

1:1 the same thing with Github

Nithub when?


I have a side project that proxies GitHub for a simpler UI https://github.com/jmou/cgithub

It's live (best effort) at https://cgithub.jmou.workers.dev/jmou/cgithub


    git clone

Obviously such a thing would be horrible, but there is sourcehut.

Diffshub is a start

eh anyone going to github knows what they want. At this point it's a flex to be hosted elsewhere

> Code generated these days with fable and sol are near perfect.

If you're doing a simple CRUD app, sure.

If you're doing anything more involved they get the job done with dozens of shortcuts that bite you in the ass the moment you have on-call duty.

Way too much code and repetition and hacks.

Especially in GPU code, but also in other fields.


Holy f*ck... you had me there for a moment. I thought they would end the top level .name domain.

Everything business related runs over such a domain.

So I totally get you! It's like someone pulled the ruck from under your feet.


The last time I was in the US - a couple of decades ago, I admit - people were aghast that we walked to a store just a few hundred meters away.

3 people stopped and asked whether they can drive us somewhere... I mean, super friendly people, but... it's just a few hundred meters, come on!

You were the wild west, once!


My mother tells much the same from when we Australians were in Denver for five months in 1996 about walking a kilometre to school. Also mild astonishment at ideas like baking cakes not from a packet mix.

Mind you, there weren’t many who would walk to school like that in Australia, and the number has continued to dwindle. But there were some.


To be fair, there are an embarrassingly large number of places in the US where safely walking to a store a few hundred meters away would be very difficult at best.

Well, everybody rode their horse everywhere in the Wild West.

This happened to me in Germany. To be fair, I was walking 10km on a rural road with two suitcases and no sidewalk.

When I was a kid, about 3 decades ago, walking to school was a blast.

I had so much fun going there and going back on foot.

So much that when I was a teenager and my mother drove by my school one day and decided to pick me up, I was super unhappy, because I wanted to walk the 20 or so minutes with my friends to the bus.

When I had 9 hour school, I would need to wait 50 Minutes for a bus... or I walked the 5 kilometers home.

I always choose to walk, even when it rained, because I was faster and I loved it!

I am curious how it will be with my daughter, once she goes to school.

Because today this is totally frowned upon. But I will not play taxi for her all the time. Occasionally, sure. But CERTAINLY not every day.


OOP exists to add a quadrillion of layers to otherwise perfectly understandable business code in an attempt to obfuscate meaning and intent and guard against malicious extraction of valuable trade secrets.

Oh, it also helps me to pay my bills, because someone has to untangle the mess.

And it helps my therapist, because he has to keep the madness that grows inside of me in check.

Jokes aside: I was taught OOP at university.

I was also taught functional programming, answer set programming and other forms such as logical programming.

Focus was definitely on OOP though.

I mainly see OOP as a way to (dis) organizer code and a way for hardware manufacturers to sell more hardware.


OOP is sold on the promise that everything is modular. Since everything is neatly encapsulated with clearly defined API surfaces, you can easily swap out any part for any other. This should make developers interchangeable, because anyone can go in to the code and swap out parts as needed.

In reality this seems to make coupling even worse. Now you have to dig 8 classes deep just to find the business logic for a particular feature. Changing it is even harder because the rest of the program expects this part to behave in a very specific way.


The same is true about FP, just that it doesn't promise this.

I agree with the reality.


Absolutely.

Like I agree with most everything he says and I like to optimise my own software, but for my day to day jobs and contracts it's simply not feasible.

That level of performance and rigor is not what is demanded nor paid or appreciated.

E.g. in Enterprise circles it's still OOP from top to bottom.

Mixed with a tad more functional style due to varying adoption of that paradigm in the languages used by enterprise.

But low level optimizations are not interesting to these customers at all, even though they could help them with some problems.


> not what is demanded nor paid or appreciated.

I suppose it is a matter of what one works on, but that has been consistent in my career.

I have seen many be rewarded for choosing what I would deem intentional, gross negligence. But hey, those devs get work finished faster, and that's all that matters to the non-technical folks.


It’s not a coincidence that Casey and other high profile performance minded people are in game dev. Thats a field where performance is important (or at least a consideration). In web dev or regular enterprise app dev it’s simply not a consideration that needs to be made most of the time.

He used their salute


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

Search: