25+ yr Java/JS dev
Linux novice - running Ubuntu (no windows/mac)

  • 0 Posts
  • 309 Comments
Joined 1 year ago
cake
Cake day: June 14th, 2023

help-circle
  • It would be great to implement client side. I just don’t know how the comment system would work. Do you post to 4 communities all at once? Obviously moderation issues if it’s a single comment linked to 4 servers, but if it’s not then people who don’t have a client that combines duplicate comments on duplicate communities would see a bunch of garbage spam.

    I guess I’m not saying it’s inconceivable that this feature could be done well, but the obstacles seem really tall. I can’t even imagine how I would implement this.


  • MagicShel@programming.devtoAsk Lemmy@lemmy.worldLemmy super communities?
    link
    fedilink
    arrow-up
    1
    arrow-down
    1
    ·
    edit-2
    21 days ago

    I understand why some folks would want this, but I just don’t. I don’t want to interact with users from e.g. .ml so I don’t go to communities hosted on that instance. But if they were joined in, you’d get the same people in News and Politics regardless of where you go.

    I would pretty much be forced to find or run an instance that federates with exactly the right servers. Even then, I’ll have someone talking about what u/shitfart said in their comment and I won’t have a fucking clue what they’re talking about. Then there are the people caught in between who see everything and wonder why people are talking like they don’t see one another.

    It would just be an absolute shit show. My instance is having some federation problems right now and I’ll see someone say “I’m jumping on the bandwagon” but there is literally no one else [that I can see] who is taking about what they just said.

    I totally get why this would seem to be a good idea, but I don’t like it.



  • I think job postings are better in indeed, but tbh >75% I’ve gotten in pretty much my whole 25+ year career has been through a recruiter. Dice.com used to be big for tech jobs back in the day but I’m not sure any more.

    As a SSE, mostly I have recruiters hitting me up through linked in. This is also a really bad time. I’ve been back to work for about a month after 5 months of not finding anything. That’s the worst drought I’ve had in almost 15 years. Usually it’s < 1 month.

    Be seriously prepared about cloud. It’s so anyone fucking wants right now. I’m a damn good Java/js developer, but I’m still learning the tech stack and I haven’t touched a line of code yet in this job. Everything has been configuration and pipelines. I feel more like devops than developer.
















  • I love in a suburb of a Midwestern state capital.

    Here are my walking distances: (I’ll do my best to convert distances)

    • To the nearest convenience store: 3.2km
    • To the nearest chain supermarket: 4km
    • To the bus stop: 2.75km
    • To the nearest park: 1.5km (it’s a pretty decent park with a swimming/fishing pond)
    • To the nearest big supermarket: 12km
    • To the nearest library: 2.4km
    • To the nearest train station: 10km (this isn’t a commuter line, but a long distance city to city line). This is also where intracity buses are boarded.
    • To State Capitol: 13 km

    Of all of these, only the walk to the Capitol is shorter than the drive (by about 1.5km) due to walking paths. I’ve never walked it all in one go, but I have walked both halves of the trail.


  • I would only note that for the vast majority of my experience these streams can only return up to a single match. Determinism isn’t really preserved by findFirst, either, unless the sort order is set up that way.

    Finding the first Jim Jones in a table is no more reliable that finding any Jim Jones. But finding PersonId 13579 is deterministic whether you findFirst or findAny.

    Perhaps you work in a different domain where your experience is different.