

Does girth similarity affect their ability to jerk different dicks simultaneously?


Does girth similarity affect their ability to jerk different dicks simultaneously?


I think what’s happening is the app is refreshing in the background, and it’s not smart enough to tell the difference between initial launch and background refresh. I would either have to think of a solution to tell the difference, or have a toggle to disable automatic refresh entirely, so you always have to pull to refresh. But even I solved the refresh issue, I think it will still throw you to the top of the feed :/
The earth is flat, but its flat in spherical spacetime. Checkmate atheists


This might be tricky then. I’ll do some poking around and see if there are any obvious performance improvements I can make. But no promises


Is it worse on posts with more comment? What happens if you open a post with 0 comments?


Anything specific or just everything? Admittedly, I don’t spend enough time testing Blorp on older phones.


Blorp dev here. Comment are virtualized. That means anything that isn’t currently in view can get unmounted to keep the comments page super snappy. For small posts, this is definitely overkill, but it means we can smoothly render posts with thousands of comments.
I’ve kinda been waiting for someone to complain about this for me to fix it. What I’ll likely do is implement a custom search box that is compatible with the virtualized comments. I have a lot on my plate rn, but I’ll get this fixed as soon as I have time. Sorry for the inconvenience.


What was the dealbreaker with Blorp and how can I make it better?


I haven’t tested the PieFed specific features as much as I should, but I think feeds are slightly different. I need to add support for feeds / topics. I’m also working on support for polls. Stay tuned
But they pass the $100 saving onto the consumer, right?
….right?


But the trick is to keep the code good enough that it runs, but bad enough that you have job security


That’s funny because I - having not written much C++ - have an irrational hate of the language. But I like JavaScript. I think I need to look at C++ through the same lens I look at JS through.
Imo you can write pretty performant websites in JS. I guess it depends what you’re doing, but e.g. if you pay attention to you’re rerenders in React, you’re gonna have a much better time.
But I also totally understand as soon as you wanna do some compex stuff, JavaScript is not a good time. I don’t think webassembly has worked as smoothly as promised, but in theory, that should let you bring some C++ into the browser.


Genuinely curious, how many of you hating on JS have done professional frontend work recently? If you have done professional work, was it part/full time, using TypeScript, how big was your eng team, did you have to worry about Server Side Rendering? Maybe some extra context will show certain types of projects yield devs that hate the language.


I think Rich Harris famously migrated Svelte from TypeScript to JSDoc, while still supporting TypeScript via JSDoc. I don’t use Svelte, so I have no idea how well this works in practice. However, Rick Harris seems smart to me, unlike other overly opinionated devs like DHH. I still wouldn’t use JSDoc over TS, but I guess if it works for your project, who cares. What matters is that we all remember the one true enemy, DHH


I suspect most Lemmy users hating on JS haven’t done much professional JS work. Especially these days with TypeScript and all the modern conveniences.
I’m curious, what kinda hardware do you work on?


You’re not wrong, but newer version of the language have steered devs away from these quirks. The quirks remain because the JavaScript language is 100% backwards compatible. It’s fun to laugh at these quirks, but I’ve been a full time JavaScript developer for 4 years and part time since 2015, and I’ve never seen any of these quirks come up in the real world. If you tell your developers to use === instead of == in code review, you eliminate most of the problems imo.
JavaScript tooling deserves more hate imo. The ecosystem is kinda a disaster, but Vite is making a lot of progress in fixing that. If you ignore React Native and metro bundler, I think the state of web is looking pretty optimistic right now. At least from a technology perspective. From a business/AI/enshitification perspective we’re cooked lol


People on here really think the language determines the quality of the project lol
Yeah it’s pretty much just me. Except for the app logo, which was done by @lay@piefed.social