Thank you, this got me to resolve it. No amount of refreshing and closing tabs worked, so I did have to delete my site data after all. Lost my settings, but at least it works again.
Lemmy shouldn’t have avatars, banners, or bios
- 1 Post
- 26 Comments
Yeah I figured it must not be affecting anyone else since I’m the first to bring it up here. Not sure I can check the version when no part of the PWA loads though, but I think vger.app is supposed to be whatever is the current version
WSL is pretty good these days. Dual boot with Windows is still a pretty risky move with how easily Windows will overwrite your boot loader. I usually recommend you pick one os or the other rather than dual boot, so I’m in favor of WSL or virtualbox. Personally, I have never cared for needing to reboot just to switch operating systems. I tend to stick with one and the second one does nothing but take up disk partition space.
WSL lets you run both simultaneously without rebooting. Virtualbox lets you do the same with extra setup. Virtualbox makes it easier to do GUI setups than WSL does, and the network configuration is a little more obvious.
The best option is to get a second machine so you can run both. If that’s not an option, virtualbox is the better choice for learning. If you just want a Linux environment on your existing setup (similar to using a Mac) then WSL is usually good enough
I’m not sure what it is “for” exactly, but in practice it tends to show a lot of brand new posts with zero comments or votes
No, I don’t need yet another account, nor do I have a need to sync anything.
I don’t really use bookmarks, and haven’t found much value in sharing anything between my devices. I just install ublock on new devices and that’s about it.
I don’t understand how you got that from the image.
Both monitors on the senior side of the image are showing coding environments
Not quite this, but I did have a validation team that didn’t know when to quit.
The project was a Windows service, and they would be constantly opening bugs saying “program crashes when we deleted xxxxx.dll”
Like… Yeah. If you delete necessary libraries from the installation directory, the program won’t run correctly.
While Calvin in a Crowder meme is better than Crowder in a Crowder meme, maybe we just don’t use a Crowder meme at all?
There are several others that convey basically the same message
Imagine programming a computer without understanding the machine code that tells the CPU what to do
I don’t understand why they federate together at all. Microblogs are different types of discussions from threads, and shouldn’t be mixed up this way.
If anything, they should be completely separate sections of the site so you can browse the microblogs if you want.
That’s not even supported by the enterprise version. You’re going to need a special agreement with the iseven people to support numbers like that
WSL has replaced my use of the command prompt in Windows for anything (and I used it more than most, I think).
In my job, I develop Linux applications to support industrial automation, and WSL is capable of building and running most of what I make. It isn’t a full Linux machine, and can behave unexpectedly when trying to do things like changing certain network configurations.
So it’s great for what it’s for, really. But if you want a full VM, this isn’t really for that.
This is one of the things I like most about Go. Formatting is already defined and handled by
go fmt
. Takes out all format arguments before they start.
Aa!@lemmy.worldto Programming@programming.dev•OP finds vulnerability where a forum sends you your password in plaintext over email and everyone misses the forest for the treesEnglish241·2 years agoRight, and everyone agreed that wasn’t the greatest practice. Two years ago.
This thread from two days ago was bringing attention to an issue that was fixed two years ago, and calling it out as if it was a different problem than it was.
It’s good to have discussions about security best practices, but this thread is pointless. This problem is simply not there anymore.
Aa!@lemmy.worldto Programming@programming.dev•OP finds vulnerability where a forum sends you your password in plaintext over email and everyone misses the forest for the trees593·2 years agoThis was hashed out pretty thoroughly in that thread.
The initial concern over the password being stored in plaintext was shown to be a mistaken assumption, and it was made clear that this kind of email doesn’t happen anymore, it’s an outdated problem.
No need to keep the discussion going past that, is there? Much less spread it around?
Aa!@lemmy.worldto Programming@programming.dev•What would it take for you to move away from Github?1·2 years agoI’ve never felt dependent on public code repos for my own career before,
I hope you don’t actually believe this.
I think you misunderstood me. We all use open source software or develop using open source libraries, and in the context of the question, I don’t care where they host their code, as long as I can find it. But that isn’t what I was talking about. I have never felt like my career depended on me publicly hosting my own code. I have found jobs and connected with people through other means, and they haven’t even asked to see my github profile in any interviews I’ve been in.
which is why you should always open source your code unless there’s a specific reason not to. If you’ve ever made something that works, then your cube would be useful.
Sure, I have a Python script running on a Raspberry Pi controlling my garage door opener. You want it, I’ll show it to you. I believe in open source software, but I’m not going out of my way to publicly host (and document, yuck!) every little thing I’ve made for myself, especially when they have often been tailor made for my home environment, or hacked together in 15 minutes and riddled with secrets.
But my main reason is simply privacy. I don’t want to broadcast to the Internet what project I am working on right now, or reveal the architecture of my home network or smart home setup. There’s a lot you reveal about yourself when you show the world what you are doing, and I would prefer not to do that.
Aa!@lemmy.worldto Programming@programming.dev•What would it take for you to move away from Github?7·2 years agoI don’t understand the question or the responses.
It’s a host for code repos. I would “switch” from GitHub if the repos I need to interact with were hosted somewhere else.
How do y’all use GitHub? Is everyone running their own open source project? None of my personal projects have ever been open source before. Very few of them were even useful for anyone but myself
I’ve been a developer for 20 years, I’ve never felt dependent on public code repos for my own career before, and I would be uncomfortable if it happened. No employer has even asked for my public GitHub profile or to see my commit activity. Not even when the company hosted their code on GitHub
Aa!@lemmy.worldto Android@lemdro.id•Why is text selection such a broken mess on so many websites? Why does this have to be such a hassle??English4·2 years agoSometimes it’s intentional. I have seen both of these cases as well:
- If you copy text, the page secretly adds more text at the end saying "To read more, visit " so when you paste the text, it shares the article too.
- Some pages seem to interfere with selecting text on purpose. Like once again, they don’t want you copying text, they want you to link the whole article.
Gotta get more impressions, right?
Aa!@lemmy.worldto Selfhosted@lemmy.world•Why does most (Kubeadm on-premise) Kubernetes tutorials advocates for bad practices or feels untestedEnglish1·2 years agoA couple of main points:
- You are reading tutorials to help you get it up and running. Most of the time these are designed to walk you through setting things up on a fresh node, and most often just VMs on an isolated (trusted) network. When you are providing a guide to just get someone up and running, the first thing to do is establish a known baseline configuration to start from.
- Kubernetes is a complex distributed application, and as such, the audience is generally expected to be relatively experienced. Meaning if you don’t know how to configure your firewall, people assume you aren’t going through this tutorial.
Still, I feel your pain. When trying to get into these technologies, most people who have done the work are engineers, and we stink at writing documentation. I’m sure you’re familiar with it, we automate the solutions for issues we encounter, and then those tools or automatic configurations fail to make it to the end user.
And I’m probably biased, but don’t use a video guide for this sort of thing. It’s just the wrong medium for a technical tutorial.
This is already a thing that happens currently. Some admins/moderators don’t like being downvoted and ban people for “vote manipulation” because they vote on things in their feed.
It is leading to exactly that, where people are worried that using the voting system as intended will lead to exclusion from participation in some communities.