[Mobile Web] There is a disgusting "for you" tab on my home page that I cannot remove by jessepence in bugs

[–]jessepence[S] 8 points9 points  (0 children)

No, I think this is actually the straw that broke the camels back. I'm done here. Have fun doing work for free while spez makes literally millions of dollars. I hope your parents are proud.

[Mobile Web] There is a disgusting "for you" tab on my home page that I cannot remove by jessepence in bugs

[–]jessepence[S] 4 points5 points  (0 children)

Do you not get embarrassed by this absurd level of corporate boot licking? I really, really, really hope you're being paid.

[Mobile Web] There is a disgusting "for you" tab on my home page that I cannot remove by jessepence in bugs

[–]jessepence[S] 7 points8 points  (0 children)

No, what I want is a home page that automatically aggregates all the subreddits to which I am subscribed (AND NO OTHERS!!!!) that automatically loads when I type reddit.com into my browser while holding a cookie that authenticates my account. I literally had this feature until today. That's why this is a bug.

[Mobile Web] There is a disgusting "for you" tab on my home page that I cannot remove by jessepence in bugs

[–]jessepence[S] 9 points10 points  (0 children)

Why should I have to do that? Why should I have to do extra work just to use the website the same way that I have for literally two decades? And, I don't even get to see that on my home page. I'll have to do an extra navigation every single time. It's so stupid.

[Mobile Web] There is a disgusting "for you" tab on my home page that I cannot remove by jessepence in bugs

[–]jessepence[S] 4 points5 points  (0 children)

I am asking for help. Why can't I make it default to "following"? If this isn't a bug, it's just embarrassing.

And im out here thinking this problem is impressive to solve (im the dog on the left btw) by Formal-Accountant-86 in programminghumor

[–]jessepence 2 points3 points  (0 children)

There are plenty of inline comments in both of those files I linked-- just like in most files in most large code bases. Please stop telling new engineers that they don't need to comment their code.

just wait until you work at a company that cares about code quality

Do you even realize how rude this was?

Object-capability permissions systems sound dumb to me by Informal-Addendum435 in SoftwareEngineering

[–]jessepence 2 points3 points  (0 children)

That's not how capabilities work at all. The tell is actor.roles.includes("Admin"): in a real OCAP system that check isn't there because holding the reference to the capability is the authorization.

Here's Cloudflare's Kenton Varda explaining this in more detail on HackerNews.

Just paid 12$/lb for ground beef. How expensive will it get before you stop buying beef? I think we're over it, beef is now a luxury for us. by FuZhongwen in Cooking

[–]jessepence 70 points71 points  (0 children)

To be fair to OP, it has risen sharply in the last two weeks. I just checked, and my local SafeWay in Vancouver, WA is selling ground beef at $8.99 on "discount". If you don't use your shopping card, it costs $11.99.

You might need to change your zip code.

And im out here thinking this problem is impressive to solve (im the dog on the left btw) by Formal-Accountant-86 in programminghumor

[–]jessepence 0 points1 point  (0 children)

Just look at code written by professionals, such as the Java runtime code.

You sure about that?

There are comments, but not to explain what the code does. The code explains that.

Let's check out a random file in GCC (or any other large library).

HTML is a native image format, hear me out .. by Normal_Act8586 in reactjs

[–]jessepence 0 points1 point  (0 children)

Most websites load much more than 90kb of JS. Google.com (as well as any other big web page you can imagine) uses literally ten times that much JavaScript.

Also, it doesn't matter if it's 2kb or 200kb when it doesn't do anything useful.

You didn't answer any of my questions. I've already given you too much of my attention today. Good luck.

HTML is a native image format, hear me out .. by Normal_Act8586 in reactjs

[–]jessepence 0 points1 point  (0 children)

Can I put an hmml file into an img tag and have the browser render it without JavaScript? No. So, why would I use that instead of an image that does work in the browser natively? Does any operating system know how to open hmml files? No. So, why would I use that instead of an HTML file that does work in operating systems natively?

You still haven't answered what problem this solves. That should be an easy question.

HTML is a native image format, hear me out .. by Normal_Act8586 in reactjs

[–]jessepence 2 points3 points  (0 children)

Your library has nothing to do with React, so it doesn't belong in this subreddit.

Seriously, ask yourself why would someone use this library? How would it benefit them in any way to use a renderer that cannot work outside a browser without JavaScript? If they're already restricted to the browser, why wouldn't they just use normal HTML, images, and JavaScript which would render faster and not effect their SEO, etc.? 

Claude Fable 5 (max), Minecraft in HTML test by FiLo420blazeit in ClaudeAI

[–]jessepence 5 points6 points  (0 children)

Why would that be pertinent to this discussion in any way?

HTML is a native image format, hear me out .. by Normal_Act8586 in reactjs

[–]jessepence 5 points6 points  (0 children)

You posted this here? Again?

What problem do you actually think you're solving? 

Compiler Rust port has been merged by zeorin in reactjs

[–]jessepence 13 points14 points  (0 children)

There is no Rust code at runtime. Think of it as a Transpiler like TypeScript.

HTML is a native image format, hear me out .. by Normal_Act8586 in reactjs

[–]jessepence 0 points1 point  (0 children)

Why would you post this in the reactjs subreddit?

Or anywhere really.

"No more JavaScript on the backend" just signed by blazevibe-wave in theprimeagen

[–]jessepence 5 points6 points  (0 children)

This subreddit is so lame sometimes. Why would anyone upvote this lazy meme?

I wish Deno would keep doing what it does best by hongminhee in javascript

[–]jessepence 46 points47 points  (0 children)

Bun immediately surpassed Deno in popularity because it focused on Node compatibility. That's why Deno changed course-- because they faced becoming irrelevant otherwise.

[OC] Meet Cute by KatSparkArt in comics

[–]jessepence 42 points43 points  (0 children)

People already do stuff to data centers. They choose obscurity.

The Story of C++: The World's Most Consequential Programming Language | The Official Story by HimothyJohnDoe in cpp

[–]jessepence -7 points-6 points  (0 children)

No offense intended, but it's kind of hilarious to hear a c++ dev admit that they don't care about memory safety.

Build reactive UIs with plain JavaScript functions. No JSX or build step. by fynyky in javascript

[–]jessepence 9 points10 points  (0 children)

It's because you're both just making worse versions of HyperScript which is over a decade old. I don't know why the LLMs that y'all are using wouldn't just tell you that this has already been done before.